source: rtems/testsuites/sptests/sp30/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.2 KB
Line 
1##
2## $Id$
3##
4
5
6MANAGERS = all
7
8noinst_LIBRARIES = lib.a
9lib_a_SOURCES = init.c resume.c task1.c system.h
10
11DOCS = sp30.doc sp30.scn
12
13OBJS = $(lib_a_OBJECTS)
14
15PGM = ${ARCH}/sp30.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/sp30.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
28        $(INSTALL_PROGRAM) $< $@
29
30$(project_bspdir)/tests/screens/sptests/$(dirstamp):
31        @$(mkdir_p) $(project_bspdir)/tests/screens/sptests
32        @: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
33
34$(project_bspdir)/tests/screens/sptests/sp30.scn: sp30.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
35        $(INSTALL_DATA) $< $@
36
37TMPINSTALL_FILES = $(project_bspdir)/tests/sp30.exe
38TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp30.scn
39
40$(PGM): ${ARCH}/$(dirstamp)
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.