source: rtems/testsuites/tmtests/tm28/Makefile.am @ 39767d0

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

Remove SRC, PRINT_SRC.

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