build: add build/src to include path
authorØyvind Harboe <oyvind.harboe@zylin.com>
Sat, 5 Dec 2009 09:50:59 +0000 (10:50 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Tue, 8 Dec 2009 09:16:10 +0000 (10:16 +0100)
This allows including generated include files.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
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 ea753bbff2eb3f363dcfe947da57e1f38b163d5a..f60feac313683119f911f257ba7a8b5b09787f7f 100644 (file)
@@ -32,7 +32,8 @@ noinst_HEADERS = \
 
 # set the include path found by configure
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 libopenocd_la_CPPFLAGS = -DPKGBLDDATE=\"`date +%F-%R`\"
 
index 646889e1deb130a6da3dc3c879f0d2c037350798..9d983a8d9e10dd1f1afa6f57c8c94d10e8f9ebdd 100644 (file)
@@ -3,7 +3,8 @@ SUBDIRS = \
        nand
 
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libflash.la
index a48b726ac768f3f75beb07f015ea4c64c1db104a..f3033b855038230eb5bd716d90aa289c2de8ec51 100644 (file)
@@ -1,4 +1,6 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src
+AM_CPPFLAGS = \
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 noinst_LTLIBRARIES = libocdflashnand.la
 
index f185081213dd30acf900cf6d63a138f662074d8b..5d0a4dfcb1a25789e274657244ae9a07b054f420 100644 (file)
@@ -1,4 +1,6 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src
+AM_CPPFLAGS = \
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 noinst_LTLIBRARIES = libocdflashnor.la
 libocdflashnor_la_SOURCES = \
index 4f74b9aedcd0709a8cbb42c255bb20a23723fb9c..244ada7cd80564500d46e7ed04712c1bb4ad4377 100644 (file)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir)/src \
+       -I$(top_builddir)/src \
        -DPKGDATADIR=\"$(pkgdatadir)\"
 
 METASOURCES = AUTO
index 39b4b59a9f40a813006df77aca0f8e913babc45c..da2edddcbe8c122c743af607bb7f3dc051a00e2f 100644 (file)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libjtag.la
index 92a96f3339e00b20e0a4e200e3aecc5283d84a61..8ee5ac592b83e27ea267bf4bb8346ffcc0188117 100644 (file)
@@ -1,4 +1,6 @@
-AM_CPPFLAGS = -I$(top_srcdir)/src
+AM_CPPFLAGS = \
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 noinst_LTLIBRARIES = libocdjtagdrivers.la
 
index fa40e56ea9c9fe5ffc170b1ada8289faaa719f0f..3993622e6c1a2a779e5dcaed001e2d8c30faa2d4 100644 (file)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libpld.la
index de83a06aa8ce609c2bb8fe302483fd7fa0c7c434..c6c946f0b0e86be386e8bfb9af4ae0806f6267a4 100644 (file)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir)/src \
+       -I$(top_builddir)/src \
        -DPKGDATADIR=\"$(pkgdatadir)\"
 
 METASOURCES = AUTO
index adc415fa7e4ac7302f6a16d423180bd722bc5d0c..398f9676d61b89f43ff5ada368666ca64e443893 100644 (file)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libsvf.la
index f1d5d15c67ec141ea7aad7ff72a272e6ed999268..f1d4caa2fdf9767abeda5f0c91c6020f9e8edc21 100644 (file)
@@ -6,7 +6,8 @@ OOCD_TRACE_FILES =
 endif
 
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 BIN2C          = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD)
 
index 3e2a04eeb07cfbb903dcfe2918691f9309032e86..f96331cd56b8a072a1addf332dac4dea99e74a56 100644 (file)
@@ -1,5 +1,6 @@
 AM_CPPFLAGS = \
-       -I$(top_srcdir)/src
+       -I$(top_srcdir)/src \
+       -I$(top_builddir)/src
 
 METASOURCES = AUTO
 noinst_LTLIBRARIES = libxsvf.la

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)