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

4.104.114.84.95
Last change on this file since a00ee40 was a00ee40, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:49:37

2004-01-14 Ralf Corsepius <corsepiu@…>

  • base_mp/node1/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • base_mp/node2/Makefile.am: Ditto.
  • base_sp/Makefile.am: Ditto.
  • cdtest/Makefile.am: Ditto.
  • fileio/Makefile.am: Ditto.
  • hello/Makefile.am: Ditto.
  • loopback/Makefile.am: Ditto.
  • minimum/Makefile.am: Ditto.
  • paranoia/Makefile.am: Ditto.
  • pppd/Makefile.am: Ditto.
  • ticker/Makefile.am: Ditto.
  • unlimited/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 737 bytes
Line 
1##
2##  $Id$
3##
4
5SAMPLE = base_sp
6PGM = ${ARCH}/$(SAMPLE).exe
7
8MANAGERS = io
9
10C_FILES = init.c apptask.c
11C_O_FILES = $(C_FILES:%.c=${ARCH}/%.$(OBJEXT))
12
13H_FILES = system.h
14noinst_HEADERS = $(H_FILES)
15
16DOCTYPES = doc scn
17DOCS = $(DOCTYPES:%=$(SAMPLE).%)
18
19SRCS = $(DOCS) $(C_FILES) $(H_FILES)
20OBJS = $(C_O_FILES)
21
22PRINT_SRCS = $(DOCS)
23
24include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
25include $(top_srcdir)/../automake/compile.am
26include $(top_srcdir)/../automake/leaf.am
27include $(top_srcdir)/sample.am
28
29#
30# (OPTIONAL) Add local stuff here using +=
31#
32
33all-local: $(TMPINSTALL_FILES)
34
35${PGM}: $(OBJS) $(LINK_FILES)
36        $(make-exe)
37
38EXTRA_DIST = $(C_FILES) $(DOCS)
39
40CLEANFILES = $(TMPINSTALL_FILES)
41
42include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.