source: rtems/testsuites/psxtests/psxreaddir/Makefile.am @ ecbb717f

4.104.114.84.95
Last change on this file since ecbb717f was a450a93d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:29:46

2003-12-01 Ralf Corsepius <corsepiu@…>

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