Updated submodules/libswd to use new git.code.sf.net host and v0.5 release branch.
[openocd/libswd.git] / common.mk
blobee5f4143b21aa2a9484bff3aa90ba659d131bb29
2 # common flags used in openocd build
3 AM_CPPFLAGS = -I$(top_srcdir)/src \
4 -I$(top_builddir)/src \
5 -I$(top_srcdir)/src/helper \
6 -DPKGDATADIR=\"$(pkgdatadir)\" \
7 -DPKGLIBDIR=\"$(pkglibdir)\"
9 if INTERNAL_JIMTCL
10 AM_CPPFLAGS += -I$(top_srcdir)/jimtcl \
11 -I$(top_builddir)/jimtcl
12 endif
14 if INTERNAL_LIBSWD
15 AM_CPPFLAGS += -I$(top_srcdir)/submodules/libswd/src \
16 -I$(top_builddir)/submodules/libswd/src
17 endif