source: rtems/testsuites/sptests/sp12/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.3 KB
Line 
1##
2## $Id$
3##
4
5
6MANAGERS = io semaphore
7
8noinst_LIBRARIES = lib.a
9lib_a_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c \
10    pritask.c system.h
11
12DOCS = sp12.scn sp12.doc
13
14OBJS = $(lib_a_OBJECTS)
15
16
17PGM = ${ARCH}/sp12.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/sp12.exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
30        $(INSTALL_PROGRAM) $< $@
31
32$(project_bspdir)/tests/screens/sptests/$(dirstamp):
33        @$(mkdir_p) $(project_bspdir)/tests/screens/sptests
34        @: > $(project_bspdir)/tests/screens/sptests/$(dirstamp)
35
36$(project_bspdir)/tests/screens/sptests/sp12.scn: sp12.scn $(project_bspdir)/tests/screens/sptests/$(dirstamp)
37        $(INSTALL_DATA) $< $@
38
39TMPINSTALL_FILES = $(project_bspdir)/tests/sp12.exe
40TMPINSTALL_FILES += $(project_bspdir)/tests/screens/sptests/sp12.scn
41
42$(PGM): ${ARCH}/$(dirstamp)
43
44AM_CPPFLAGS += -I$(top_srcdir)/../support/include
45
46${PGM}: $(OBJS) $(LINK_FILES)
47        $(make-exe)
48
49all-local: $(TMPINSTALL_FILES)
50
51EXTRA_DIST = $(DOCS)
52
53CLEANFILES = $(TMPINSTALL_FILES)
54
55include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.