summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited/Makefile.am
blob: 29ae88990854e5bebac1e45735e8e34d91212356 (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 = unlimited
unlimited_SOURCES = init.c test1.c test2.c test3.c system.h

dist_rtems_tests_DATA = unlimited.scn
dist_rtems_tests_DATA += unlimited.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 = $(unlimited_OBJECTS)
LINK_LIBS = $(unlimited_LDLIBS)

unlimited$(EXEEXT): $(unlimited_OBJECTS) $(unlimited_DEPENDENCIES)
	@rm -f unlimited$(EXEEXT)
	$(make-exe)

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