source: rtems/testsuites/sptests/sp27/Makefile.am @ 0ccdbde3

4.104.114.84.95
Last change on this file since 0ccdbde3 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.1 KB
Line 
1##
2## $Id$
3##
4
5
6MANAGERS = all
7
8noinst_LIBRARIES = lib.a
9lib_a_SOURCES = init.c
10
11DOCS = sp27.doc sp27.scn
12
13OBJS = $(lib_a_OBJECTS)
14
15
16PGM = ${ARCH}/sp27.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/sp27.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
29        $(INSTALL_PROGRAM) $< $@
30
31$(project_bspdir)/tests/screens/sptests/$(dirstamp):
32        @$(mkdir_p) $(project_bspdir)/tests/screens/sptests
33        @: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
34
35$(project_bspdir)/tests/screens/sptests/sp27.scn: sp27.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
36        $(INSTALL_DATA) $< $@
37
38TMPINSTALL_FILES = $(project_bspdir)/tests/sp27.exe
39TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp27.scn
40
41$(PGM): ${ARCH}/$(dirstamp)
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.