source: rtems/testsuites/libtests/rtmonuse/Makefile.am @ 4024e578

4.104.114.84.95
Last change on this file since 4024e578 was 4024e578, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 10:26:50

Cosmetics.

  • Property mode set to 100644
File size: 904 bytes
Line 
1##
2## $Id$
3##
4
5
6MANAGERS = io rate_monotonic
7
8noinst_LIBRARIES = lib.a
9lib_a_SOURCES = init.c getall.c task1.c system.h
10
11DOCS = rtmonuse.scn
12
13OBJS = $(lib_a_OBJECTS)
14
15
16PGM = ${ARCH}/rtmonuse.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/rtmonuse.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
29        $(INSTALL_PROGRAM) $< $@
30
31TMPINSTALL_FILES = $(project_bspdir)/tests/rtmonuse.exe
32
33$(PGM): ${ARCH}/$(dirstamp)
34
35
36AM_CPPFLAGS += -I$(top_srcdir)/../support/include
37
38${PGM}: $(OBJS) $(LINK_FILES)
39        $(make-exe)
40
41all-local: $(TMPINSTALL_FILES)
42
43EXTRA_DIST = $(DOCS)
44
45CLEANFILES = $(TMPINSTALL_FILES)
46
47include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.