# 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`\"
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
-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
-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 = \
AM_CPPFLAGS = \
-I$(top_srcdir)/src \
- -I$(top_srcdir)/src/server \
- -I$(top_srcdir)/src/target \
-DPKGDATADIR=\"$(pkgdatadir)\"
METASOURCES = AUTO
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
-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
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
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
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
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)
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