From 45ab288c8256f2787e7bf694c7a48888592be4cd Mon Sep 17 00:00:00 2001 From: Barattero Laurent Date: Sat, 18 Jan 2014 10:24:55 +0100 Subject: first commit release 0.2 --- src/Makefile.am | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 src/Makefile.am (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..bf11705 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,28 @@ +bin_PROGRAMS = aeroup + +ext_src = +if BOOST +ext_src += serialboost.cpp +ext_src += regboost.cpp +#echo have boost +else +ext_src += reglinux.cpp +ext_src += seriallinux.cpp +#echo have not boost +endif + +aeroup_SOURCES = \ + main.cpp \ + ultimate.cpp \ + serialprop.cpp \ + optmanager.cpp \ + gloseq.cpp \ + buffer.cpp \ + buffermanager.cpp \ + rules.cpp \ + ${ext_src} + +aeroup_CPPFLAGS = -W -Wall -std=c++11 +aeroup_LDFLAGS = +#LIBS += +#-DSERIAL_BOOST_LIB -- cgit v1.2.3