source: rtems/testsuites/sptests/spfatal18/Makefile.am @ 70f37198

4.115
Last change on this file since 70f37198 was 70f37198, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

  • Property mode set to 100644
File size: 689 bytes
Line 
1rtems_tests_PROGRAMS = spfatal18
2spfatal18_SOURCES = ../spfatal_support/init.c \
3    ../spfatal_support/consume_sems.c \
4    ../spfatal_support/system.h testcase.h
5
6dist_rtems_tests_DATA = spfatal18.scn
7dist_rtems_tests_DATA += spfatal18.doc
8
9include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
10include $(top_srcdir)/../automake/compile.am
11include $(top_srcdir)/../automake/leaf.am
12
13AM_CPPFLAGS += -I$(top_srcdir)/../support/include
14AM_CPPFLAGS += -DSEMAPHORES_REMAINING=3
15
16LINK_OBJS = $(spfatal18_OBJECTS)
17LINK_LIBS = $(spfatal18_LDLIBS)
18
19spfatal18$(EXEEXT): $(spfatal18_OBJECTS) $(spfatal18_DEPENDENCIES)
20        @rm -f spfatal18$(EXEEXT)
21        $(make-exe)
22
23include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.