source: rtems/testsuites/sptests/sp02/Makefile.am @ cdfd7103

4.104.114.84.95
Last change on this file since cdfd7103 was cdfd7103, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 08:03:28

Partial conversion to automake.

  • Property mode set to 100644
File size: 615 bytes
Line 
1##
2## $Id$
3##
4
5TEST = sp02
6
7MANAGERS = io
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c task1.c task2.c task3.c preempt.c system.h
11
12DOCTYPES = scn doc
13DOCS = $(DOCTYPES:%=$(TEST).%)
14
15SRCS =
16OBJS = $(lib_a_OBJECTS)
17
18PRINT_SRCS = $(DOCS)
19
20PGM = ${ARCH}/$(TEST).exe
21
22include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
23include $(top_srcdir)/../automake/amcompile.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 = $(DOCS)
33
34CLEANFILES = $(TMPINSTALL_FILES)
35
36include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.