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

4.104.114.84.95
Last change on this file since e8064503 was 340835b0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:49:50

2004-01-14 Ralf Corsepius <corsepiu@…>

  • sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • sp02/Makefile.am: Ditto.
  • sp03/Makefile.am: Ditto.
  • sp04/Makefile.am: Ditto.
  • sp05/Makefile.am: Ditto.
  • sp06/Makefile.am: Ditto.
  • sp07/Makefile.am: Ditto.
  • sp08/Makefile.am: Ditto.
  • sp09/Makefile.am: Ditto.
  • sp11/Makefile.am: Ditto.
  • sp12/Makefile.am: Ditto.
  • sp13/Makefile.am: Ditto.
  • sp14/Makefile.am: Ditto.
  • sp15/Makefile.am: Ditto.
  • sp16/Makefile.am: Ditto.
  • sp17/Makefile.am: Ditto.
  • sp19/Makefile.am: Ditto.
  • sp20/Makefile.am: Ditto.
  • sp21/Makefile.am: Ditto.
  • sp22/Makefile.am: Ditto.
  • sp23/Makefile.am: Ditto.
  • sp24/Makefile.am: Ditto.
  • sp25/Makefile.am: Ditto.
  • sp26/Makefile.am: Ditto.
  • sp27/Makefile.am: Ditto.
  • sp28/Makefile.am: Ditto.
  • sp29/Makefile.am: Ditto.
  • sp30/Makefile.am: Ditto.
  • sp31/Makefile.am: Ditto.
  • sp32/Makefile.am: Ditto.
  • spfatal/Makefile.am: Ditto.
  • spsize/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 653 bytes
Line 
1##
2## $Id$
3##
4
5TEST = size
6
7MANAGERS = io
8
9C_FILES = init.c getint.c size.c
10C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
11
12H_FILES = system.h
13noinst_HEADERS = $(H_FILES)
14
15DOCTYPES = scn
16DOCS = $(DOCTYPES:%=$(TEST).%)
17
18SRCS = $(C_FILES) $(H_FILES)
19OBJS = $(C_O_FILES)
20
21PGM = ${ARCH}/$(TEST).exe
22
23include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
24include $(top_srcdir)/../automake/compile.am
25include $(top_srcdir)/../automake/leaf.am
26include $(top_srcdir)/sptests.am
27
28${PGM}: $(OBJS) $(LINK_FILES)
29        $(make-exe)
30
31all-local: $(TMPINSTALL_FILES)
32
33EXTRA_DIST = $(C_FILES) $(DOCS)
34
35CLEANFILES = $(TMPINSTALL_FILES)
36
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.