source: rtems/testsuites/samples/base_sp/Makefile.am @ c4b6f76

4.104.114.84.95
Last change on this file since c4b6f76 was c4b6f76, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:27:48

Remove SRCS, PRINT_SRCS.

  • Property mode set to 100644
File size: 617 bytes
Line 
1##
2##  $Id$
3##
4
5SAMPLE = base_sp
6PGM = ${ARCH}/$(SAMPLE).exe
7
8MANAGERS = io
9
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = init.c apptask.c system.h
12
13DOCTYPES = doc scn
14DOCS = $(DOCTYPES:%=$(SAMPLE).%)
15
16OBJS = $(lib_a_OBJECTS)
17
18
19include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
20include $(top_srcdir)/../automake/compile.am
21include $(top_srcdir)/../automake/leaf.am
22include $(top_srcdir)/sample.am
23
24#
25# (OPTIONAL) Add local stuff here using +=
26#
27
28all-local: $(TMPINSTALL_FILES)
29
30${PGM}: $(OBJS) $(LINK_FILES)
31        $(make-exe)
32
33EXTRA_DIST = $(DOCS)
34
35CLEANFILES = $(TMPINSTALL_FILES)
36
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.