source: rtems/testsuites/tmtests/tm20/Makefile.am @ d481f9a

4.104.114.84.95
Last change on this file since d481f9a was d481f9a, checked in by Joel Sherrill <joel.sherrill@…>, on 01/26/01 at 21:56:25

2001-01-26 Ralf Corsepius <corsepiu@…>

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