source: rtems/c/src/tests/psxtests/psx09/Makefile.am @ 929efa6

4.104.114.84.95
Last change on this file since 929efa6 was 929efa6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/01 at 17:21:08

2001-09-19 Ralf Corsepius <corsepiu@…>

  • psx01/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx11/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx02/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx13/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx07/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx10/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx08/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx05/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx09/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx12/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
  • psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx03/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx04/Makefile.am: include leaf.am instead of leaf.cfg.
  • psx06/Makefile.am: include leaf.am instead of leaf.cfg.
  • Property mode set to 100644
File size: 783 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = psx09
8
9MANAGERS = all
10
11C_FILES = init.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14H_FILES = system.h
15noinst_HEADERS = $(H_FILES)
16
17DOCTYPES = scn
18DOCS = $(DOCTYPES:%=$(TEST).%)
19
20SRCS = $(DOCS) $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
28include $(top_srcdir)/../../../../automake/compile.am
29include $(top_srcdir)/../../../../automake/leaf.am
30include $(top_srcdir)/psxtests.am
31
32#
33# (OPTIONAL) Add local stuff here using +=
34#
35
36AM_CPPFLAGS += -I$(top_srcdir)/include
37
38${PGM}: $(OBJS) $(LINK_FILES)
39        $(make-exe)
40
41all-local: $(ARCH) $(TMPINSTALL_FILES)
42
43EXTRA_DIST = $(C_FILES) $(DOCS)
44
45include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.