source: rtems/c/src/tests/tmtests/tm21/Makefile.am @ abbf55b

Last change on this file since abbf55b was abbf55b, checked in by Joel Sherrill <joel.sherrill@…>, on 03/21/00 at 18:05:29

Ran ampolish after getting new version from Ralf Corsepius
<corsepiu@…>.

  • Property mode set to 100644
File size: 841 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7TEST = tm21
8
9MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
10
11C_FILES = task1.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14H_FILES = system.h
15noinst_HEADERS = $(H_FILES)
16
17DOCTYPES = doc
18DOCS = $(DOCTYPES:%=$(TEST).%)
19
20SRCS = $(DOCS) $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
28include $(RTEMS_ROOT)/make/leaf.cfg
29include $(top_srcdir)/tmtests.am
30
31#
32# (OPTIONAL) Add local stuff here using +=
33#
34
35OPERATION_COUNT = @OPERATION_COUNT@
36AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
37
38${PGM}: $(OBJS) $(LINK_FILES)
39        $(make-exe)
40
41all: $(ARCH) $(TMPINSTALL_FILES)
42
43EXTRA_DIST = $(C_FILES) $(DOCS)
44
45include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.