source: rtems/testsuites/itrontests/itronsem01/Makefile.am @ cd0e68b0

4.104.114.84.95
Last change on this file since cd0e68b0 was cd0e68b0, checked in by Joel Sherrill <joel.sherrill@…>, on 09/19/01 at 17:20:12

2001-09-19 Ralf Corsepius <corsepiu@…>

  • itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
  • itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
  • itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
  • itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
  • itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
  • itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
  • itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
  • itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
  • itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
  • Property mode set to 100644
File size: 753 bytes
RevLine 
[df49c60]1##
[116e54ad]2## $Id$
[df49c60]3##
[116e54ad]4
5AUTOMAKE_OPTIONS = foreign 1.4
[df49c60]6
[116e54ad]7TEST = itronsem01
8PGM = ${ARCH}/$(TEST).exe
9
10MANAGERS = all
11
12C_FILES = init.c
13C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
14
15H_FILES = system.h
[df49c60]16noinst_HEADERS = $(H_FILES)
[116e54ad]17
18DOCTYPES = doc scn
19DOCS = $(DOCTYPES:%=$(TEST).%)
20
21SRCS = $(DOCS) $(C_FILES) $(H_FILES)
22OBJS = $(C_O_FILES)
23
24PRINT_SRCS = $(DOCS)
25
26include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[e9200df]27include $(top_srcdir)/../../../../automake/compile.am
[cd0e68b0]28include $(top_srcdir)/../../../../automake/leaf.am
[116e54ad]29include $(top_srcdir)/itrontests.am
30
31#
32# (OPTIONAL) Add local stuff here using +=
33#
34
35${PGM}: $(OBJS) $(LINK_FILES)
36        $(make-exe)
37
38all-local: $(ARCH) $(TMPINSTALL_FILES)
39
40EXTRA_DIST = $(C_FILES) $(DOCS)
41
42include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.