source: rtems/testsuites/tmtests/tm16/Makefile.am @ 91de2549

4.104.114.84.95
Last change on this file since 91de2549 was 91de2549, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 08:37:18

Partial conversion to automake.

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