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:
Zachary T Welch 2009-11-28 16:27:10 -08:00
parent f7bd1e8f3a
commit 822c06d9e3
12 changed files with 10 additions and 55 deletions

View File

@ -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`\"

View File

@ -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

View File

@ -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

View File

@ -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 = \

View File

@ -1,7 +1,5 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
-I$(top_srcdir)/src/server \
-I$(top_srcdir)/src/target \
-DPKGDATADIR=\"$(pkgdatadir)\"
METASOURCES = AUTO

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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