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