remove tertiary include paths
With all #include directives converted, we only need to have the top-level src/ directory in the search path.
This commit is contained in:
parent
f7bd1e8f3a
commit
822c06d9e3
|
@ -24,15 +24,7 @@ noinst_HEADERS = \
|
||||||
|
|
||||||
# set the include path found by configure
|
# set the include path found by configure
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag \
|
|
||||||
-I$(top_srcdir)/src/target \
|
|
||||||
-I$(top_srcdir)/src/xsvf \
|
|
||||||
-I$(top_srcdir)/src/svf \
|
|
||||||
-I$(top_srcdir)/src/server \
|
|
||||||
-I$(top_srcdir)/src/flash \
|
|
||||||
-I$(top_srcdir)/src/pld
|
|
||||||
|
|
||||||
libopenocd_la_CPPFLAGS = -DPKGBLDDATE=\"`date +%F-%R`\"
|
libopenocd_la_CPPFLAGS = -DPKGBLDDATE=\"`date +%F-%R`\"
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,7 @@ SUBDIRS = \
|
||||||
nand
|
nand
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag \
|
|
||||||
-I$(top_srcdir)/src/target
|
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
noinst_LTLIBRARIES = libflash.la
|
noinst_LTLIBRARIES = libflash.la
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src \
|
|
||||||
-I$(top_srcdir)/src/flash \
|
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag \
|
|
||||||
-I$(top_srcdir)/src/target
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libocdflashnand.la
|
noinst_LTLIBRARIES = libocdflashnand.la
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,4 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src \
|
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag \
|
|
||||||
-I$(top_srcdir)/src/flash \
|
|
||||||
-I$(top_srcdir)/src/target
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libocdflashnor.la
|
noinst_LTLIBRARIES = libocdflashnor.la
|
||||||
libocdflashnor_la_SOURCES = \
|
libocdflashnor_la_SOURCES = \
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/server \
|
|
||||||
-I$(top_srcdir)/src/target \
|
|
||||||
-DPKGDATADIR=\"$(pkgdatadir)\"
|
-DPKGDATADIR=\"$(pkgdatadir)\"
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/target
|
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
noinst_LTLIBRARIES = libjtag.la
|
noinst_LTLIBRARIES = libjtag.la
|
||||||
|
|
|
@ -1,7 +1,4 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = -I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src \
|
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag
|
|
||||||
|
|
||||||
noinst_LTLIBRARIES = libocdjtagdrivers.la
|
noinst_LTLIBRARIES = libocdjtagdrivers.la
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src/server \
|
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag
|
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
noinst_LTLIBRARIES = libpld.la
|
noinst_LTLIBRARIES = libpld.la
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src \
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/target \
|
|
||||||
-I$(top_srcdir)/src/flash \
|
|
||||||
-I$(top_srcdir)/src/jtag \
|
|
||||||
-DPKGDATADIR=\"$(pkgdatadir)\"
|
-DPKGDATADIR=\"$(pkgdatadir)\"
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
|
|
|
@ -1,8 +1,5 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src/server \
|
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag
|
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
noinst_LTLIBRARIES = libsvf.la
|
noinst_LTLIBRARIES = libsvf.la
|
||||||
|
|
|
@ -6,10 +6,7 @@ OOCD_TRACE_FILES =
|
||||||
endif
|
endif
|
||||||
|
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/jtag \
|
|
||||||
-I$(top_srcdir)/src/xsvf
|
|
||||||
|
|
||||||
BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD)
|
BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD)
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,5 @@
|
||||||
AM_CPPFLAGS = \
|
AM_CPPFLAGS = \
|
||||||
-I$(top_srcdir)/src \
|
-I$(top_srcdir)/src
|
||||||
-I$(top_srcdir)/src/server \
|
|
||||||
-I$(top_srcdir)/src/helper \
|
|
||||||
-I$(top_srcdir)/src/svf \
|
|
||||||
-I$(top_srcdir)/src/jtag
|
|
||||||
|
|
||||||
METASOURCES = AUTO
|
METASOURCES = AUTO
|
||||||
noinst_LTLIBRARIES = libxsvf.la
|
noinst_LTLIBRARIES = libxsvf.la
|
||||||
|
|
Loading…
Reference in New Issue