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