summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sptimecounter02/Makefile.am
blob: badb647a14d9a9c516b21cac00180e367ccb7bff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
rtems_tests_PROGRAMS = sptimecounter02
sptimecounter02_SOURCES = init.c
sptimecounter02_SOURCES += ../../support/src/spin.c

dist_rtems_tests_DATA = sptimecounter02.scn sptimecounter02.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am

AM_CPPFLAGS += -I$(top_srcdir)/../support/include

LINK_OBJS = $(sptimecounter02_OBJECTS)
LINK_LIBS = $(sptimecounter02_LDLIBS)

sptimecounter02$(EXEEXT): $(sptimecounter02_OBJECTS) $(sptimecounter02_DEPENDENCIES)
	@rm -f sptimecounter02$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am