source: rtems/testsuites/itrontests/itrontask03/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: 697 bytes
Line 
1##
2## $Id$
3##
4
5TEST = itrontask03
6PGM = ${ARCH}/$(TEST).exe
7
8MANAGERS = all
9
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = init.c preempt.c task1.c task2.c task3.c
12
13lib_a_SOURCES += system.h
14
15DOCTYPES = doc scn
16DOCS = $(DOCTYPES:%=$(TEST).%)
17
18SRCS = $(DOCS)
19OBJS = $(lib_a_OBJECTS)
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)/itrontests.am
27
28#
29# (OPTIONAL) Add local stuff here using +=
30#
31
32${PGM}: $(OBJS) $(LINK_FILES)
33        $(make-exe)
34
35all-local: $(TMPINSTALL_FILES)
36
37EXTRA_DIST = $(DOCS)
38
39CLEANFILES = $(TMPINSTALL_FILES)
40
41include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.