source: rtems/c/src/tests/samples/ticker/Makefile.am @ de759c5

4.104.114.84.95
Last change on this file since de759c5 was de759c5, checked in by Joel Sherrill <joel.sherrill@…>, on 11/22/99 at 19:23:10

Patch rtems-rc-19991117-8.diff from Ralf Corsepius <corsepiu@…>
to fix some minor bugs in the conversion to automake.

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