source: rtems/testsuites/sptests/sp09/Makefile.am @ dde827b

4.104.114.84.95
Last change on this file since dde827b was e35d6b2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:05:00

2000-09-04 Ralf Corsepius <corsepiu@…>

  • sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am, sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am, sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am, sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am, sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am, sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am, sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am, sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am, spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 1001 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = sp09
8
9MANAGERS = io message dual_ported_memory event multi_processor region \
10    semaphore signal rate_monotonic timer partition
11
12C_FILES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen04.c \
13    screen05.c screen06.c screen07.c screen08.c screen09.c screen10.c \
14    screen11.c screen12.c screen13.c screen14.c task1.c task2.c task3.c \
15    task4.c
16C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
17
18H_FILES = system.h
19noinst_HEADERS = $(H_FILES)
20
21DOCTYPES = scn doc
22DOCS = $(DOCTYPES:%=$(TEST).%)
23
24SRCS = $(C_FILES) $(H_FILES)
25OBJS = $(C_O_FILES)
26
27PRINT_SRCS = $(DOCS)
28
29PGM = ${ARCH}/$(TEST).exe
30
31include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
32include $(top_srcdir)/../../../../automake/compile.am
33include $(RTEMS_ROOT)/make/leaf.cfg
34include $(top_srcdir)/sptests.am
35
36${PGM}: $(OBJS) $(LINK_FILES)
37        $(make-exe)
38
39all-local: $(ARCH) $(TMPINSTALL_FILES)
40
41EXTRA_DIST = $(C_FILES) $(DOCS)
42
43include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.