source: rtems/c/src/tests/sptests/sp28/Makefile.am @ 5fe4a109

4.104.114.84.95
Last change on this file since 5fe4a109 was 5fe4a109, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/99 at 19:08:23

Converted to automake.

  • Property mode set to 100644
File size: 665 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8TEST = sp28
9
10MANAGERS = all
11
12# C source names, if any, go here -- minus the .c
13C_FILES = init.c
14C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
15
16DOCTYPES = scn
17DOCS = $(DOCTYPES:%=$(TEST).%)
18
19SRCS = $(C_FILES) $(H_FILES)
20OBJS = $(C_O_FILES)
21
22PRINT_SRCS = $(DOCS)
23
24PGM = ${ARCH}/$(TEST).exe
25
26include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
27include $(RTEMS_ROOT)/make/leaf.cfg
28include $(top_srcdir)/sptests.am
29
30${PGM}: $(OBJS) $(LINK_FILES)
31        $(make-exe)
32
33all-local: $(ARCH) $(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.