source: rtems/testsuites/samples/paranoia/Makefile.am @ 3bb5d94

4.104.114.84.95
Last change on this file since 3bb5d94 was 3bb5d94, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:33:33

Rework.

  • Property mode set to 100644
File size: 612 bytes
Line 
1##
2##  $Id$
3##
4
5PGM = ${ARCH}/paranoia.exe
6
7MANAGERS = all
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c paranoia.c system.h
11
12testsdir = $(libdir)/tests
13docdir = $(testsdir)
14dist_doc_DATA = paranoia.doc
15
16OBJS = $(lib_a_OBJECTS)
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19include $(top_srcdir)/../automake/compile.am
20include $(top_srcdir)/../automake/leaf.am
21
22
23$(PGM): ${ARCH}/$(dirstamp)
24
25#  -DCYGNUS   turns on more verbose msgs
26AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
27
28LD_LIBS = -lm
29
30tests_SCRIPTS = $(PGM)
31
32$(PGM): $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.