source: rtems/testsuites/sptests/spsize/Makefile.am @ d7269fb

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

Patch rtems-rc-19991117-8.diff from Ralf Corsepius <corsepiu@…>
to fix some minor bugs in the conversion to automake.

  • Property mode set to 100644
File size: 660 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = size
8
9MANAGERS = io
10
11# C source names, if any, go here -- minus the .c
12C_FILES = init.c getint.c size.c
13C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
14
15H_FILES = system.h
16noinst_HEADERS =$(H_FILES)
17
18DOCTYPES = scn
19DOCS = $(DOCTYPES:%=$(TEST).%)
20
21SRCS = $(C_FILES) $(H_FILES)
22OBJS = $(C_O_FILES)
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.