source: rtems/testsuites/tmtests/tm29/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: 769 bytes
Line 
1##
2## $Id$
3##
4
5TEST = tm29
6
7MANAGERS = io rate_monotonic
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = task1.c system.h ../include/timesys.h
11
12DOCS = $(TEST).doc
13
14OBJS = $(lib_a_OBJECTS)
15
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)/tmtests.am
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28OPERATION_COUNT = @OPERATION_COUNT@
29AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
30
31AM_CPPFLAGS += -I$(top_srcdir)/../support/include
32
33${PGM}: $(OBJS) $(LINK_FILES)
34        $(make-exe)
35
36all-local: $(TMPINSTALL_FILES)
37
38EXTRA_DIST = $(DOCS)
39
40CLEANFILES = $(TMPINSTALL_FILES)
41
42include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.