aboutsummaryrefslogtreecommitdiff
path: root/test/common_plat/validation/api/Makefile.inc
blob: a0afd26be6a127d04c5611cb4fec3795db293359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(top_srcdir)/test/Makefile.inc

COMMON_DIR = $(top_builddir)/test/common_plat/common

#the following option ensure that option '-I.' is not passed to gcc,
#therefore distinguishing between '#include "X"' and '#include <X>'.
#It allows common filenames (such as 'errno.h') to be used locally.
AUTOMAKE_OPTIONS = nostdinc

AM_CFLAGS += -I$(top_srcdir)/test/common_plat/common
AM_LDFLAGS += -static

LIBCUNIT_COMMON = $(COMMON_DIR)/libcunit_common.la
LIBCPUMASK_COMMON = $(COMMON_DIR)/libcpumask_common.la
LIBTHRMASK_COMMON = $(COMMON_DIR)/libthrmask_common.la
LIBODP = $(LIB)/libodphelper-@with_helper_platform@.la $(LIB)/libodp-linux.la