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

4.104.114.84.95
Last change on this file since cb281880 was cb281880, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/10/05 at 22:21:20

Eliminate DOCTYPES.

  • Property mode set to 100644
File size: 588 bytes
RevLine 
[df49c60]1##
[5fe4a109]2## $Id$
[df49c60]3##
[5fe4a109]4
[38076f7]5TEST = spsize
[5fe4a109]6
7MANAGERS = io
8
[cdfd7103]9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c getint.c size.c system.h
[5fe4a109]11
[cb281880]12DOCS = $(TEST).scn
[5fe4a109]13
[cdfd7103]14OBJS = $(lib_a_OBJECTS)
[5fe4a109]15
16PGM = ${ARCH}/$(TEST).exe
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]19include $(top_srcdir)/../automake/compile.am
[7f9e5908]20include $(top_srcdir)/../automake/leaf.am
[5fe4a109]21include $(top_srcdir)/sptests.am
22
[d65005e]23AM_CPPFLAGS += -I$(top_srcdir)/../support/include
24
[5fe4a109]25${PGM}: $(OBJS) $(LINK_FILES)
26        $(make-exe)
27
[6e4e067]28all-local: $(TMPINSTALL_FILES)
[5fe4a109]29
[cdfd7103]30EXTRA_DIST = $(DOCS)
[5fe4a109]31
[340835b0]32CLEANFILES = $(TMPINSTALL_FILES)
33
[7f9e5908]34include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.