summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tztest/Makefile.am
blob: ec5356bd8e98fb222836fc8da060861ef2611631 (plain) (blame)
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
##
## $Id$
##

MANAGERS = all

rtems_tests_PROGRAMS = tztest.exe
tztest_exe_SOURCES = init.c

dist_rtems_tests_DATA = tztest.scn

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 = $(tztest_exe_OBJECTS) $(tztest_exe_LDADD)
LINK_LIBS = $(tztest_exe_LDLIBS)

tztest.exe$(EXEEXT): $(tztest_exe_OBJECTS) $(tztest_exe_DEPENDENCIES)
	@rm -f tztest.exe$(EXEEXT)
	$(make-exe)

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