source: rtems/testsuites/libtests/cpuuse/Makefile.am @ 0acb58f

4.104.114.84.95
Last change on this file since 0acb58f was 0acb58f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/07/05 at 07:36:35

Partial conversion to automake.

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