source: rtems/testsuites/sptests/sp27/Makefile.am @ 7f9e5908

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

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

Makefile.am: Reflect having moved automake.
sp01/Makefile.am: Reflect having moved automake.
sp02/Makefile.am: Reflect having moved automake.
sp03/Makefile.am: Reflect having moved automake.
sp04/Makefile.am: Reflect having moved automake.
sp05/Makefile.am: Reflect having moved automake.
sp06/Makefile.am: Reflect having moved automake.
sp07/Makefile.am: Reflect having moved automake.
sp08/Makefile.am: Reflect having moved automake.
sp09/Makefile.am: Reflect having moved automake.
sp11/Makefile.am: Reflect having moved automake.
sp12/Makefile.am: Reflect having moved automake.
sp13/Makefile.am: Reflect having moved automake.
sp14/Makefile.am: Reflect having moved automake.
sp15/Makefile.am: Reflect having moved automake.
sp16/Makefile.am: Reflect having moved automake.
sp17/Makefile.am: Reflect having moved automake.
sp19/Makefile.am: Reflect having moved automake.
sp20/Makefile.am: Reflect having moved automake.
sp21/Makefile.am: Reflect having moved automake.
sp22/Makefile.am: Reflect having moved automake.
sp23/Makefile.am: Reflect having moved automake.
sp24/Makefile.am: Reflect having moved automake.
sp25/Makefile.am: Reflect having moved automake.
sp26/Makefile.am: Reflect having moved automake.
sp27/Makefile.am: Reflect having moved automake.
sp28/Makefile.am: Reflect having moved automake.
sp29/Makefile.am: Reflect having moved automake.
sp30/Makefile.am: Reflect having moved automake.
sp31/Makefile.am: Reflect having moved automake.
sp32/Makefile.am: Reflect having moved automake.
spfatal/Makefile.am: Reflect having moved automake.
spsize/Makefile.am: Reflect having moved automake.

  • Property mode set to 100644
File size: 587 bytes
Line 
1##
2## $Id$
3##
4
5
6TEST = sp27
7
8MANAGERS = all
9
10C_FILES = init.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
13DOCTYPES = scn
14DOCS = $(DOCTYPES:%=$(TEST).%)
15
16SRCS = $(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
24include $(top_srcdir)/../automake/compile.am
25include $(top_srcdir)/../automake/leaf.am
26include $(top_srcdir)/sptests.am
27
28${PGM}: $(OBJS) $(LINK_FILES)
29        $(make-exe)
30
31all-local: $(ARCH) $(TMPINSTALL_FILES)
32
33EXTRA_DIST = $(C_FILES) $(DOCS)
34
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.