source: rtems/testsuites/sptests/sp26/Makefile.am @ 6e4e067

4.104.114.84.95
Last change on this file since 6e4e067 was 6e4e067, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/01/03 at 21:33:07

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

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