]> git.sur5r.net Git - openocd/commitdiff
remove tertiary include paths
authorZachary T Welch <zw@superlucidity.net>
Sun, 29 Nov 2009 00:27:10 +0000 (16:27 -0800)
committerZachary T Welch <zw@superlucidity.net>
Thu, 3 Dec 2009 12:24:50 +0000 (04:24 -0800)
With all #include directives converted, we only need to have the
top-level src/ directory in the search path.

12 files changed:
src/Makefile.am
src/flash/Makefile.am
src/flash/nand/Makefile.am
src/flash/nor/Makefile.am
src/helper/Makefile.am
src/jtag/Makefile.am
src/jtag/drivers/Makefile.am
src/pld/Makefile.am
src/server/Makefile.am
src/svf/Makefile.am
src/target/Makefile.am
src/xsvf/Makefile.am

index 203375209206002baf33d9829bd2af2109897aec..e6462c1f11fb206a5c25ed2ac9ad60194c279de1 100644 (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`\"
 
index ee322eeeeba922aacbdc58d6a8fc938cf82b93b0..cda59e44e1f98ac388eda23d419ae7e32f86e953 100644 (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
index 921b7f3d2f4f6e5f53bd309b579415f06bffacd6..34947b6e2534509526c4b037026d4c9e8c6bcdce 100644 (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
 
index 1be84becfa3508f33eb49e53867862f6d779cdd9..211366b812d3a44f744701a457af9ad4cd2b8473 100644 (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 = \
index bf8527f8b9e72072e3802a26f1e84ec69be1f207..4f74b9aedcd0709a8cbb42c255bb20a23723fb9c 100644 (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
index 4ca0c782bbf30c7734504a3a94f039532810cfe4..39b4b59a9f40a813006df77aca0f8e913babc45c 100644 (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
index 4e2bce049fcd91f7112edc9c63feef7de1327af0..92a96f3339e00b20e0a4e200e3aecc5283d84a61 100644 (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
 
index d99a89cdce662df6f6058eb5108f62c06812f2fe..fa40e56ea9c9fe5ffc170b1ada8289faaa719f0f 100644 (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
index 989a682ce3147cb68e15a6ea58724e12a2a1f770..de83a06aa8ce609c2bb8fe302483fd7fa0c7c434 100644 (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
index 10cb967167bdeb5864f1dfd993fc4d8b3a8ba902..adc415fa7e4ac7302f6a16d423180bd722bc5d0c 100644 (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
index cd9035513324d44d5a5b5b34b26c39e93783c2fc..7631beaadd19928ea63c82532d16f05a8ae8c0b1 100644 (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)
 
index 5a58e26926c297cc3bd8605390c67404c9599d06..3e2a04eeb07cfbb903dcfe2918691f9309032e86 100644 (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