source: rtems/testsuites/sptests/sp29/Makefile.am @ 0eef698f

4.104.114.84.95
Last change on this file since 0eef698f was 340835b0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:49:50

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

  • sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • sp02/Makefile.am: Ditto.
  • sp03/Makefile.am: Ditto.
  • sp04/Makefile.am: Ditto.
  • sp05/Makefile.am: Ditto.
  • sp06/Makefile.am: Ditto.
  • sp07/Makefile.am: Ditto.
  • sp08/Makefile.am: Ditto.
  • sp09/Makefile.am: Ditto.
  • sp11/Makefile.am: Ditto.
  • sp12/Makefile.am: Ditto.
  • sp13/Makefile.am: Ditto.
  • sp14/Makefile.am: Ditto.
  • sp15/Makefile.am: Ditto.
  • sp16/Makefile.am: Ditto.
  • sp17/Makefile.am: Ditto.
  • sp19/Makefile.am: Ditto.
  • sp20/Makefile.am: Ditto.
  • sp21/Makefile.am: Ditto.
  • sp22/Makefile.am: Ditto.
  • sp23/Makefile.am: Ditto.
  • sp24/Makefile.am: Ditto.
  • sp25/Makefile.am: Ditto.
  • sp26/Makefile.am: Ditto.
  • sp27/Makefile.am: Ditto.
  • sp28/Makefile.am: Ditto.
  • sp29/Makefile.am: Ditto.
  • sp30/Makefile.am: Ditto.
  • sp31/Makefile.am: Ditto.
  • sp32/Makefile.am: Ditto.
  • spfatal/Makefile.am: Ditto.
  • spsize/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 612 bytes
Line 
1##
2## $Id$
3##
4
5TEST = sp29
6
7MANAGERS = all
8
9C_FILES = init.c
10C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
11
12DOCTYPES = scn
13DOCS = $(DOCTYPES:%=$(TEST).%)
14
15SRCS = $(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)/sptests.am
26
27${PGM}: $(OBJS) $(LINK_FILES)
28        $(make-exe)
29
30all-local: $(TMPINSTALL_FILES)
31
32EXTRA_DIST = $(C_FILES) $(DOCS)
33
34CLEANFILES = $(TMPINSTALL_FILES)
35
36include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.