source: rtems/testsuites/libtests/monitor/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: 988 bytes
Line 
1##
2## $Id$
3##
4
5
6MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
7    ext
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c system.h
11
12DOCS = monitor.scn
13
14OBJS = $(lib_a_OBJECTS)
15
16
17PGM = ${ARCH}/monitor.exe
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20include $(top_srcdir)/../automake/compile.am
21include $(top_srcdir)/../automake/leaf.am
22
23project_bspdir=$(PROJECT_ROOT)
24
25$(project_bspdir)/tests/$(dirstamp):
26        @$(mkdir_p) $(project_bspdir)/tests
27        @: > $(project_bspdir)/tests/$(dirstamp)
28
29$(project_bspdir)/tests/monitor.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
30        $(INSTALL_PROGRAM) $< $@
31
32TMPINSTALL_FILES = $(project_bspdir)/tests/monitor.exe
33
34$(PGM): ${ARCH}/$(dirstamp)
35
36#
37# (OPTIONAL) Add local stuff here using +=
38#
39
40AM_CPPFLAGS += -I$(top_srcdir)/../support/include
41
42${PGM}: $(OBJS) $(LINK_FILES)
43        $(make-exe)
44
45all-local: $(TMPINSTALL_FILES)
46
47EXTRA_DIST = $(DOCS)
48
49CLEANFILES = $(TMPINSTALL_FILES)
50
51include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.