aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc
blob: 26588e812d13fe982e6e0d791b511011d634c470 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
AM_CFLAGS = $(ODP_CFLAGS)
AM_CXXFLAGS = $(ODP_CXXFLAGS)
AM_LDFLAGS = $(ODP_LDFLAGS)

ODP_INCLUDES = \
	-I$(top_builddir)/include \
	-I$(top_srcdir)/include

if ODP_ABI_COMPAT
ODP_INCLUDES += \
	-I$(top_srcdir)/include/odp/arch/@ARCH_ABI@
else
ODP_INCLUDES += \
	-I$(top_srcdir)/platform/@with_platform@/include \
	-I$(top_srcdir)/platform/@with_platform@/arch/@ARCH_DIR@ \
	-I$(top_srcdir)/platform/@with_platform@/arch/default \
	-I$(top_srcdir)/platform/@with_platform@/arch/common \
	-I$(top_srcdir)/platform/@with_platform@/include-abi
endif

HELPER_INCLUDES = \
	-I$(top_builddir)/helper/include \
	-I$(top_srcdir)/helper/include

LIB   = $(top_builddir)/lib