source: rtems/testsuites/tmtests/tm27/Makefile.am @ 7e38877

4.104.114.84.95
Last change on this file since 7e38877 was 7e38877, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 09:03:24

Eliminate TEST.

  • Property mode set to 100644
File size: 1.0 KB
Line 
1##
2## $Id$
3##
4
5
6MANAGERS = io
7
8noinst_LIBRARIES = lib.a
9lib_a_SOURCES = task1.c system.h ../include/timesys.h
10
11DOCS = tm27.doc
12
13OBJS = $(lib_a_OBJECTS)
14
15
16PGM = ${ARCH}/tm27.exe
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19include $(top_srcdir)/../automake/compile.am
20include $(top_srcdir)/../automake/leaf.am
21
22project_bspdir=$(PROJECT_ROOT)
23
24$(project_bspdir)/tests/$(dirstamp):
25        @$(mkdir_p) $(project_bspdir)/tests
26        @: > $(project_bspdir)/tests/$(dirstamp)
27
28$(project_bspdir)/tests/tm27.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
29        $(INSTALL_PROGRAM) $< $@
30
31TMPINSTALL_FILES = $(project_bspdir)/tests/tm27.exe
32
33$(PGM): ${ARCH}/$(dirstamp)
34
35#
36# (OPTIONAL) Add local stuff here using +=
37#
38
39OPERATION_COUNT = @OPERATION_COUNT@
40AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
41
42AM_CPPFLAGS += -I$(top_srcdir)/../support/include
43
44${PGM}: $(OBJS) $(LINK_FILES)
45        $(make-exe)
46
47all-local: $(TMPINSTALL_FILES)
48
49EXTRA_DIST = $(DOCS)
50
51CLEANFILES = $(TMPINSTALL_FILES)
52
53include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.