source: rtems/testsuites/samples/base_sp/Makefile.am @ 3bb5d94

4.104.114.84.95
Last change on this file since 3bb5d94 was 3bb5d94, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:33:33

Rework.

  • Property mode set to 100644
File size: 555 bytes
Line 
1##
2##  $Id$
3##
4
5PGM = ${ARCH}/base_sp.exe
6
7MANAGERS = io
8
9noinst_LIBRARIES = lib.a
10lib_a_SOURCES = init.c apptask.c system.h
11
12testsdir = $(libdir)/tests
13scndir = $(testsdir)
14dist_scn_DATA = base_sp.scn
15docdir = $(testsdir)
16dist_doc_DATA = base_sp.doc
17
18OBJS = $(lib_a_OBJECTS)
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23
24$(PGM): ${ARCH}/$(dirstamp)
25
26tests_SCRIPTS = $(PGM)
27
28$(PGM): $(OBJS) $(LINK_FILES)
29        $(make-exe)
30
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.