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

4.104.114.84.95
Last change on this file since cb281880 was cb281880, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 22:21:20

Eliminate DOCTYPES.

  • Property mode set to 100644
File size: 686 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
13DOCS = $(TEST).doc
14
15OBJS = $(lib_a_OBJECTS)
16
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19include $(top_srcdir)/../automake/compile.am
20include $(top_srcdir)/../automake/leaf.am
21include $(top_srcdir)/sample.am
22
23#
24# (OPTIONAL) Add local stuff here using +=
25#
26#  -DCYGNUS   turns on more verbose msgs
27#
28
29AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
30
31LD_LIBS = -lm
32
33all-local: $(TMPINSTALL_FILES)
34
35${PGM}: $(OBJS) $(LINK_FILES)
36        $(make-exe)
37
38EXTRA_DIST = $(DOCS)
39
40CLEANFILES = $(TMPINSTALL_FILES)
41
42include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.