aboutsummaryrefslogtreecommitdiff
path: root/example/timer/Makefile.am
blob: edb8b2ca29d5ebbcb82655ffd8e00919afeba4bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(top_srcdir)/example/Makefile.inc

bin_PROGRAMS = odp_timer_test$(EXEEXT) \
		odp_timer_simple$(EXEEXT)
odp_timer_test_LDFLAGS = $(AM_LDFLAGS) -static
odp_timer_test_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
dist_odp_timer_test_SOURCES = odp_timer_test.c

odp_timer_simple_LDFLAGS = $(AM_LDFLAGS) -static
odp_timer_simple_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
dist_odp_timer_simple_SOURCES = odp_timer_simple.c

if test_example
TESTS = odp_timer_simple
endif

noinst_HEADERS = \
		  $(top_srcdir)/example/example_debug.h