formatting
This commit is contained in:
@@ -7,8 +7,7 @@ set(libebus_a_SOURCES
|
||||
datatype.h datatype.cpp
|
||||
data.h data.cpp
|
||||
device.h device.cpp
|
||||
message.cpp
|
||||
message.h
|
||||
message.h message.cpp
|
||||
stringhelper.h stringhelper.cpp
|
||||
)
|
||||
|
||||
|
||||
@@ -4,20 +4,14 @@ AM_CXXFLAGS = -I$(top_srcdir)/src \
|
||||
|
||||
noinst_LIBRARIES = libebus.a
|
||||
|
||||
libebus_a_SOURCES = result.cpp \
|
||||
result.h \
|
||||
symbol.cpp \
|
||||
symbol.h \
|
||||
filereader.h \
|
||||
filereader.cpp \
|
||||
datatype.cpp \
|
||||
datatype.h \
|
||||
data.cpp \
|
||||
data.h \
|
||||
device.cpp \
|
||||
device.h \
|
||||
message.cpp \
|
||||
message.h \
|
||||
libebus_a_SOURCES = \
|
||||
result.h result.cpp \
|
||||
symbol.h symbol.cpp \
|
||||
filereader.h filereader.cpp \
|
||||
datatype.h datatype.cpp \
|
||||
data.h data.cpp \
|
||||
device.h device.cpp \
|
||||
message.h message.cpp \
|
||||
stringhelper.h stringhelper.cpp
|
||||
|
||||
if CONTRIB
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
add_definitions(-Wno-unused-parameter)
|
||||
|
||||
set(libebuscontrib_a_SOURCES
|
||||
contrib.cpp
|
||||
contrib.h
|
||||
tem.cpp
|
||||
tem.h
|
||||
contrib.h contrib.cpp
|
||||
tem.h tem.cpp
|
||||
)
|
||||
|
||||
include_directories(..)
|
||||
|
||||
@@ -4,7 +4,9 @@ AM_CXXFLAGS = -I$(top_srcdir)/src \
|
||||
|
||||
noinst_LIBRARIES = libebuscontrib.a
|
||||
|
||||
libebuscontrib_a_SOURCES = contrib.h contrib.cpp tem.h tem.cpp
|
||||
libebuscontrib_a_SOURCES = \
|
||||
contrib.h contrib.cpp \
|
||||
tem.h tem.cpp
|
||||
|
||||
distclean-local:
|
||||
-rm -f Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user