source: rtems/c/src/tests/sptests/sp21/Makefile.am @ 55a86b4

4.104.114.84.95
Last change on this file since 55a86b4 was 55a86b4, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/01 at 21:55:39

2001-01-26 Ralf Corsepius <corsepiu@…>

  • sp21/Makefile.am: Remove libtest.
  • Property mode set to 100644
File size: 681 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = sp21
8
9MANAGERS = io
10
11C_FILES = init.c task1.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14H_FILES = system.h
15noinst_HEADERS = $(H_FILES)
16
17DOCTYPES = scn doc
18DOCS = $(DOCTYPES:%=$(TEST).%)
19
20SRCS = $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
28include $(top_srcdir)/../../../../automake/compile.am
29include $(RTEMS_ROOT)/make/leaf.cfg
30include $(top_srcdir)/sptests.am
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
35all-local: $(ARCH) $(TMPINSTALL_FILES)
36
37EXTRA_DIST = $(C_FILES) $(DOCS)
38
39include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.