build: add build/src to include path

This allows including generated include files.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
This commit is contained in:
Øyvind Harboe 2009-12-05 10:50:59 +01:00
parent 456ec016c2
commit eb1bc657ae
12 changed files with 25 additions and 10 deletions

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

View 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

View 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

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

View File

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

View 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

View 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

View 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

View File

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

View 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

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

View 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