]> git.sur5r.net Git - openocd/blob - common.mk
build: do not install jimtcl
[openocd] / common.mk
1
2 # common flags used in openocd build
3 AM_CPPFLAGS = -I$(top_srcdir)/src \
4                           -I$(top_builddir)/src \
5                           -DPKGDATADIR=\"$(pkgdatadir)\" \
6                           -DPKGLIBDIR=\"$(pkglibdir)\"
7
8 if INTERNAL_JIMTCL
9 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
10                            -I$(top_builddir)/jimtcl
11 endif