source: rtems/testsuites/tmtests/tm13/Makefile.am @ 6e9ad6c

4.104.114.84.95
Last change on this file since 6e9ad6c was 6e9ad6c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/23/99 at 13:32:07

Patch rtems-rc-19991117-12.diff from Ralf Corsepius <corsepiu@…>
to convert the tmtests directory from Makefile.in to Makefile.am.

  • Property mode set to 100644
File size: 843 bytes
Line 
1##
2## $Id$
3##
4
5AUTOMAKE_OPTIONS = foreign 1.4
6TEST = tm13
7
8MANAGERS = io message
9
10# C source names, if any, go here -- minus the .c
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-local: $(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.