source: rtems/testsuites/psxtests/psxfile01/Makefile.am @ d549d0a6

4.104.114.84.95
Last change on this file since d549d0a6 was d549d0a6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:27:24

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
psx01/Makefile.am: Reflect having moved automake.
psx02/Makefile.am: Reflect having moved automake.
psx03/Makefile.am: Reflect having moved automake.
psx04/Makefile.am: Reflect having moved automake.
psx05/Makefile.am: Reflect having moved automake.
psx06/Makefile.am: Reflect having moved automake.
psx07/Makefile.am: Reflect having moved automake.
psx08/Makefile.am: Reflect having moved automake.
psx09/Makefile.am: Reflect having moved automake.
psx10/Makefile.am: Reflect having moved automake.
psx11/Makefile.am: Reflect having moved automake.
psx12/Makefile.am: Reflect having moved automake.
psx13/Makefile.am: Reflect having moved automake.
psxcancel/Makefile.am: Reflect having moved automake.
psxchroot01/Makefile.am: Reflect having moved automake.
psxfile01/Makefile.am: Reflect having moved automake.
psxhdrs/Makefile.am: Reflect having moved automake.
psxmount/Makefile.am: Reflect having moved automake.
psxmsgq01/Makefile.am: Reflect having moved automake.
psxreaddir/Makefile.am: Reflect having moved automake.
psxsem01/Makefile.am: Reflect having moved automake.
psxstat/Makefile.am: Reflect having moved automake.
psxtime/Makefile.am: Reflect having moved automake.
psxtimer/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 734 bytes
RevLine 
[df49c60]1##
[c94eb25]2## $Id$
[df49c60]3##
[c94eb25]4
5
6TEST = psxfile01
7
8MANAGERS = all
9
10C_FILES = main.c test.c test_cat.c test_extend.c test_write.c
[4f8d7dd]11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
[c94eb25]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
[d549d0a6]24include $(top_srcdir)/../automake/compile.am
25include $(top_srcdir)/../automake/leaf.am
[c94eb25]26include $(top_srcdir)/psxtests.am
27
28#
29# (OPTIONAL) Add local stuff here using +=
30#
31
[d802489]32AM_CPPFLAGS += -I$(top_srcdir)/include
33
[c94eb25]34${PGM}: $(OBJS) $(LINK_FILES)
35        $(make-exe)
36
37all-local: $(ARCH) $(TMPINSTALL_FILES)
38
39EXTRA_DIST = $(C_FILES) $(DOCS)
40
[d549d0a6]41include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.