source: rtems/c/src/tests/samples/minimum/Makefile.am @ c9cbbe22

4.104.114.84.95
Last change on this file since c9cbbe22 was c9cbbe22, checked in by Joel Sherrill <joel.sherrill@…>, on 09/24/01 at 18:21:36

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

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