source: rtems/testsuites/psxtests/psx08/Makefile.am @ a00ee40

4.104.114.84.95
Last change on this file since a00ee40 was 1ace275, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:49:29

2004-01-14 Ralf Corsepius <corsepiu@…>

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