aboutsummaryrefslogtreecommitdiff
path: root/test/platform/linux-generic/Makefile.inc
blob: 80b66ae9993a75f4f843c751fc93f065b52db18a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# The following definitions may be used by platform tests that wish to
# build specific ODP applications, (i.e those whose do more than validation
# test wrapping)

AM_LDFLAGS += -static

LIBCUNIT_COMMON = $(top_builddir)/test/validation/common/libcunit_common.la
LIB   = $(top_builddir)/lib
LIBODP = $(LIB)/libodphelper-linux.la $(LIB)/libodp-linux.la

INCCUNIT_COMMON = -I$(top_srcdir)/test/validation/common
INCODP = -I$(top_srcdir)/test \
	 -I$(top_srcdir)/platform/@with_platform@/include \
	 -I$(top_srcdir)/platform/@with_platform@/arch/$(ARCH_DIR) \
	 -I$(top_srcdir)/include \
	 -I$(top_srcdir)/helper/include