source: rtems/testsuites/samples/paranoia/Makefile.am @ d71542c

5
Last change on this file since d71542c was a136fb6, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/13 at 17:53:36

testsuites: Add missing .scn files

  • Property mode set to 100644
File size: 614 bytes
Line 
1
2rtems_tests_PROGRAMS = paranoia
3paranoia_SOURCES = init.c paranoia.c system.h
4
5dist_rtems_tests_DATA = paranoia.scn
6dist_rtems_tests_DATA += paranoia.doc
7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
9include $(top_srcdir)/../automake/compile.am
10include $(top_srcdir)/../automake/leaf.am
11
12#  -DCYGNUS   turns on more verbose msgs
13AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
14
15paranoia_LDLIBS = -lm
16
17LINK_OBJS = $(paranoia_OBJECTS)
18LINK_LIBS = $(paranoia_LDLIBS)
19
20paranoia$(EXEEXT): $(paranoia_OBJECTS) $(paranoia_DEPENDENCIES)
21        @rm -f paranoia$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.