source: rtems/testsuites/sptests/spsize/Makefile.am @ 650b975

4.104.114.84.95
Last change on this file since 650b975 was d66557f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:09:26

Switch back to include compile.am instead of amcompile.am

  • Property mode set to 100644
File size: 569 bytes
Line 
1##
2## $Id$
3##
4
5TEST = size
6
7MANAGERS = io
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c getint.c size.c system.h
11
12DOCTYPES = scn
13DOCS = $(DOCTYPES:%=$(TEST).%)
14
15SRCS =
16OBJS = $(lib_a_OBJECTS)
17
18PGM = ${ARCH}/$(TEST).exe
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23include $(top_srcdir)/sptests.am
24
25${PGM}: $(OBJS) $(LINK_FILES)
26        $(make-exe)
27
28all-local: $(TMPINSTALL_FILES)
29
30EXTRA_DIST = $(DOCS)
31
32CLEANFILES = $(TMPINSTALL_FILES)
33
34include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.