source: rtems/testsuites/sptests/spsize/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: 705 bytes
RevLine 
[5fe4a109]1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
7
8TEST = size
9
10MANAGERS = io
11
12# C source names, if any, go here -- minus the .c
13C_FILES = init.c getint.c size.c
14C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
15
16H_FILES = system.h
17noinst_HEADERS =$(H_FILES)
18
19DOCTYPES = scn
20DOCS = $(DOCTYPES:%=$(TEST).%)
21
22SRCS = $(C_FILES) $(H_FILES)
23OBJS = $(C_O_FILES)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
28include $(RTEMS_ROOT)/make/leaf.cfg
29include $(top_srcdir)/sptests.am
30
31${PGM}: $(OBJS) $(LINK_FILES)
32        $(make-exe)
33
34all-local: $(ARCH) $(TMPINSTALL_FILES)
35
36EXTRA_DIST = $(C_FILES) $(DOCS)
37
38include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.