moved common flags to configure, added test target
This commit is contained in:
@@ -9,6 +9,9 @@ EXTRA_DIST = LICENSE \
|
|||||||
README.md \
|
README.md \
|
||||||
VERSION
|
VERSION
|
||||||
|
|
||||||
|
test:
|
||||||
|
$(MAKE) -C src/lib/ebus/test
|
||||||
|
|
||||||
distclean-local:
|
distclean-local:
|
||||||
-rm -rf autom4te.cache
|
-rm -rf autom4te.cache
|
||||||
-rm -f aclocal.m4
|
-rm -f aclocal.m4
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
AM_CXXFLAGS = -fpic \
|
AM_CXXFLAGS = -Wconversion \
|
||||||
-Wall \
|
|
||||||
-Wextra \
|
|
||||||
-Wconversion \
|
|
||||||
-isystem$(top_srcdir)/src/lib/utils \
|
-isystem$(top_srcdir)/src/lib/utils \
|
||||||
-isystem$(top_srcdir)/src/lib/ebus \
|
-isystem$(top_srcdir)/src/lib/ebus \
|
||||||
-DSYSCONFDIR=\"$(sysconfdir)\" \
|
-DSYSCONFDIR=\"$(sysconfdir)\" \
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
AM_CXXFLAGS = -fpic \
|
AM_CXXFLAGS = -Wno-unused-parameter \
|
||||||
-Wall \
|
|
||||||
-Wextra \
|
|
||||||
-Wno-unused-parameter \
|
|
||||||
-Wconversion
|
-Wconversion
|
||||||
|
|
||||||
noinst_LIBRARIES = libebus.a
|
noinst_LIBRARIES = libebus.a
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
AM_CXXFLAGS = -fpic \
|
AM_CXXFLAGS = -isystem$(top_srcdir)/src/lib/ebus
|
||||||
-Wall \
|
|
||||||
-Wextra \
|
|
||||||
-isystem$(top_srcdir)/src/lib/ebus
|
|
||||||
|
|
||||||
noinst_PROGRAMS = test_filereader \
|
noinst_PROGRAMS = test_filereader \
|
||||||
test_device \
|
test_device \
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
AM_CXXFLAGS = -fpic \
|
AM_CXXFLAGS = -Wconversion
|
||||||
-Wall \
|
|
||||||
-Wextra \
|
|
||||||
-Wconversion
|
|
||||||
|
|
||||||
noinst_LIBRARIES = libutils.a
|
noinst_LIBRARIES = libutils.a
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,4 @@
|
|||||||
AM_CXXFLAGS = -fpic \
|
AM_CXXFLAGS = -isystem$(top_srcdir)/src/lib/utils \
|
||||||
-Wall \
|
|
||||||
-Wextra \
|
|
||||||
-isystem$(top_srcdir)/src/lib/utils \
|
|
||||||
-isystem$(top_srcdir)/src/lib/ebus
|
-isystem$(top_srcdir)/src/lib/ebus
|
||||||
|
|
||||||
bin_PROGRAMS = ebusctl \
|
bin_PROGRAMS = ebusctl \
|
||||||
|
|||||||
Reference in New Issue
Block a user