source: rtems/testsuites/samples/ticker/Makefile.am @ d66557f

4.104.114.84.95
Last change on this file since d66557f was d66557f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 09:09:26

Switch back to include compile.am instead of amcompile.am

  • Property mode set to 100644
File size: 650 bytes
Line 
1##
2##  $Id$
3##
4
5SAMPLE = ticker
6PGM = ${ARCH}/$(SAMPLE).exe
7
8MANAGERS = io
9
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = init.c tasks.c system.h
12
13DOCTYPES = doc scn
14DOCS = $(DOCTYPES:%=$(SAMPLE).%)
15
16SRCS = $(DOCS)
17OBJS = $(lib_a_OBJECTS)
18
19PRINT_SRCS = $(DOCS)
20
21include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
22include $(top_srcdir)/../automake/compile.am
23include $(top_srcdir)/../automake/leaf.am
24include $(top_srcdir)/sample.am
25
26#
27# (OPTIONAL) Add local stuff here using +=
28#
29
30all-local: $(TMPINSTALL_FILES)
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
35EXTRA_DIST = $(DOCS)
36
37CLEANFILES = $(TMPINSTALL_FILES)
38
39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.