source: rtems/testsuites/tmtests/tmoverhd/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 = testtask.c empty.c system.h dumrtems.h ../include/timesys.h
10
11DOCS = tmoverhd.doc
12
13OBJS = $(lib_a_OBJECTS)
14
15PGM = ${ARCH}/tmoverhd.exe
16
17include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
18include $(top_srcdir)/../automake/compile.am
19include $(top_srcdir)/../automake/leaf.am
20
21project_bspdir=$(PROJECT_ROOT)
22
23$(project_bspdir)/tests/$(dirstamp):
24        @$(mkdir_p) $(project_bspdir)/tests
25        @: > $(project_bspdir)/tests/$(dirstamp)
26
27$(project_bspdir)/tests/tmoverhd.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
28        $(INSTALL_PROGRAM) $< $@
29
30TMPINSTALL_FILES = $(project_bspdir)/tests/tmoverhd.exe
31
32$(PGM): ${ARCH}/$(dirstamp)
33
34#
35# (OPTIONAL) Add local stuff here using +=
36#
37
38OPERATION_COUNT = @OPERATION_COUNT@
39AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
40
41AM_CPPFLAGS += -I$(top_srcdir)/../support/include
42
43${PGM}: $(OBJS) $(LINK_FILES)
44        $(make-exe)
45
46all-local: $(TMPINSTALL_FILES)
47
48EXTRA_DIST = $(DOCS)
49
50CLEANFILES = $(TMPINSTALL_FILES)
51
52include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.