source: rtems/testsuites/sptests/spsize/Makefile.am @ 506f0d0

4.104.114.84.95
Last change on this file since 506f0d0 was d65005e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:44:35

AM_CPPFLAGS += -I..../support/include.

  • Property mode set to 100644
File size: 615 bytes
Line 
1##
2## $Id$
3##
4
5TEST = spsize
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
15OBJS = $(lib_a_OBJECTS)
16
17PGM = ${ARCH}/$(TEST).exe
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20include $(top_srcdir)/../automake/compile.am
21include $(top_srcdir)/../automake/leaf.am
22include $(top_srcdir)/sptests.am
23
24AM_CPPFLAGS += -I$(top_srcdir)/../support/include
25
26${PGM}: $(OBJS) $(LINK_FILES)
27        $(make-exe)
28
29all-local: $(TMPINSTALL_FILES)
30
31EXTRA_DIST = $(DOCS)
32
33CLEANFILES = $(TMPINSTALL_FILES)
34
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.