source: rtems/c/src/tests/psxtests/psxstat/Makefile.am @ 8fbdf07

4.104.114.84.95
Last change on this file since 8fbdf07 was 8fbdf07, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/00 at 15:22:23

Patch rtems-rc-20000118-2.diff from Ralf Corsepius <corsepiu@…>
that contains cosmetical changes to the Makefile.ams below tests (removes
old, now invalid comments from these Makefile.ams).

  • Property mode set to 100644
File size: 636 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6TEST = psxstat
7
8MANAGERS = all
9
10C_FILES = main.c test.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
12
13DOCTYPES = scn
14DOCS = $(DOCTYPES:%=$(TEST).%)
15
16SRCS = $(DOCS) $(C_FILES) $(H_FILES)
17OBJS = $(C_O_FILES)
18
19PRINT_SRCS = $(DOCS)
20
21PGM = ${ARCH}/$(TEST).exe
22
23include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
24include $(RTEMS_ROOT)/make/leaf.cfg
25include $(top_srcdir)/psxtests.am
26
27#
28# (OPTIONAL) Add local stuff here using +=
29#
30
31${PGM}: $(OBJS) $(LINK_FILES)
32        $(make-exe)
33
34all-local: $(ARCH) $(TMPINSTALL_FILES)
35
36EXTRA_DIST = $(C_FILES) $(DOCS)
37
38include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.