summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ticker/Makefile.am
blob: 25c3764bcf0cfe1e1f59749542b2eb2fe08fab81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22

rtems_tests_PROGRAMS = ticker
ticker_SOURCES = init.c tasks.c system.h

dist_rtems_tests_DATA = ticker.scn
dist_rtems_tests_DATA += ticker.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 = $(ticker_OBJECTS)
LINK_LIBS = $(ticker_LDLIBS)

ticker$(EXEEXT): $(ticker_OBJECTS) $(ticker_DEPENDENCIES)
	@rm -f ticker$(EXEEXT)
	$(make-exe)

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