source: rtems/testsuites/tmtests/tm20/Makefile.am @ 98e92f6f

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

Cleanup

  • Property mode set to 100644
File size: 726 bytes
RevLine 
[df49c60]1##
[6e9ad6c]2## $Id$
[df49c60]3##
[6e9ad6c]4
5TEST = tm20
6
7MANAGERS = io partition region
8
[91de2549]9noinst_LIBRARIES = lib.a
[98e92f6f]10lib_a_SOURCES = task1.c system.h
[6e9ad6c]11
12DOCTYPES = doc
13DOCS = $(DOCTYPES:%=$(TEST).%)
14
[91de2549]15OBJS = $(lib_a_OBJECTS)
[6e9ad6c]16
17
18PGM = ${ARCH}/$(TEST).exe
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]21include $(top_srcdir)/../automake/compile.am
[20668c7]22include $(top_srcdir)/../automake/leaf.am
[6e9ad6c]23include $(top_srcdir)/tmtests.am
24
25#
26# (OPTIONAL) Add local stuff here using +=
27#
28
29OPERATION_COUNT = @OPERATION_COUNT@
30AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
[eaab53e8]35all-local: $(TMPINSTALL_FILES)
[6e9ad6c]36
[91de2549]37EXTRA_DIST = $(DOCS)
[6e9ad6c]38
[987f0ea]39CLEANFILES = $(TMPINSTALL_FILES)
40
[20668c7]41include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.