source: rtems/testsuites/tmtests/tm04/Makefile.am @ d66557f

4.104.114.84.95
Last change on this file since d66557f was d66557f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:09:26

Switch back to include compile.am instead of amcompile.am

  • Property mode set to 100644
File size: 773 bytes
Line 
1##
2## $Id$
3##
4
5TEST = tm04
6
7MANAGERS = io semaphore
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/compile.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.