source: rtems/testsuites/samples/minimum/Makefile.am @ 0e9a637

4.104.114.84.95
Last change on this file since 0e9a637 was 0e9a637, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:22

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 710 bytes
Line 
1##
2##  $Id$
3##
4
5
6SAMPLE = minimum
7PGM = ${ARCH}/$(SAMPLE).exe
8
9MANAGERS = all
10
11C_FILES = init.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14DOCTYPES = doc scn
15DOCS = $(DOCTYPES:%=$(SAMPLE).%)
16
17SRCS = $(DOCS) $(C_FILES) $(H_FILES)
18OBJS = $(C_O_FILES)
19
20PRINT_SRCS = $(DOCS)
21
22include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
23include $(top_srcdir)/../../../../automake/compile.am
24include $(top_srcdir)/../../../../automake/leaf.am
25include $(top_srcdir)/sample.am
26
27#
28# (OPTIONAL) Add local stuff here using +=
29#
30
31all-local: ${ARCH} $(TMPINSTALL_FILES)
32#       This test should not be executed
33
34${PGM}: $(OBJS) $(LINK_FILES)
35        $(make-exe)
36
37EXTRA_DIST = $(C_FILES) $(DOCS)
38
39include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.