source: rtems/testsuites/itrontests/itronhello/Makefile.am @ 1591a1aa

4.104.114.84.95
Last change on this file since 1591a1aa was 116e54ad, checked in by Joel Sherrill <joel.sherrill@…>, on 11/30/99 at 14:03:29

Uncommitted remains of a previous patch from Ralf Corsepius
<corsepiu@…> which converted fiels to automake.

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