source: rtems/testsuites/samples/paranoia/Makefile.am @ 0ca5cba

4.104.114.84.95
Last change on this file since 0ca5cba was 0ca5cba, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 14:52:28

s/SAMPLE/TEST/ for improved consistency with other tests.

  • Property mode set to 100644
File size: 713 bytes
Line 
1##
2##  $Id$
3##
4
5TEST = paranoia
6PGM = ${ARCH}/$(TEST).exe
7
8MANAGERS = all
9
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = init.c paranoia.c system.h
12
13DOCTYPES = doc
14DOCS = $(DOCTYPES:%=$(TEST).%)
15
16OBJS = $(lib_a_OBJECTS)
17
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20include $(top_srcdir)/../automake/compile.am
21include $(top_srcdir)/../automake/leaf.am
22include $(top_srcdir)/sample.am
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27#  -DCYGNUS   turns on more verbose msgs
28#
29
30AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
31
32LD_LIBS = -lm
33
34all-local: $(TMPINSTALL_FILES)
35
36${PGM}: $(OBJS) $(LINK_FILES)
37        $(make-exe)
38
39EXTRA_DIST = $(DOCS)
40
41CLEANFILES = $(TMPINSTALL_FILES)
42
43include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.