Files
openocd/common.mk
T

13 lines
306 B
Makefile
Raw Normal View History

2010-11-12 11:41:55 +00:00
# common flags used in openocd build
AM_CPPFLAGS = -I$(top_srcdir)/src \
-I$(top_builddir)/src \
2011-09-29 16:12:41 +10:00
-I$(top_srcdir)/src/helper \
2011-06-20 19:51:46 +02:00
-DPKGDATADIR=\"$(pkgdatadir)\" \
-DPKGLIBDIR=\"$(pkglibdir)\"
if INTERNAL_JIMTCL
AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
-I$(top_builddir)/jimtcl
endif