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

4.115
Last change on this file since a136fb6 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
RevLine 
[33a105fb]1
[3d54837]2rtems_tests_PROGRAMS = paranoia
3paranoia_SOURCES = init.c paranoia.c system.h
[e31c63e5]4
[a136fb6]5dist_rtems_tests_DATA = paranoia.scn
6dist_rtems_tests_DATA += paranoia.doc
[e31c63e5]7
8include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]9include $(top_srcdir)/../automake/compile.am
[ebb7d37]10include $(top_srcdir)/../automake/leaf.am
[b669ec7]11
[e31c63e5]12#  -DCYGNUS   turns on more verbose msgs
13AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
14
[3d54837]15paranoia_LDLIBS = -lm
[e31c63e5]16
[cd06294a]17LINK_OBJS = $(paranoia_OBJECTS)
[3d54837]18LINK_LIBS = $(paranoia_LDLIBS)
[e31c63e5]19
[3d54837]20paranoia$(EXEEXT): $(paranoia_OBJECTS) $(paranoia_DEPENDENCIES)
21        @rm -f paranoia$(EXEEXT)
[e31c63e5]22        $(make-exe)
23
[ebb7d37]24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.