source: rtems/c/src/tests/libtests/rtmonuse/Makefile.am @ 1053dcd

4.104.114.84.95
Last change on this file since 1053dcd was 1053dcd, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/16/03 at 16:26:59

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
cpuuse/Makefile.am: Reflect having moved automake.
malloctest/Makefile.am: Reflect having moved automake.
monitor/Makefile.am: Reflect having moved automake.
putenvtest/Makefile.am: Reflect having moved automake.
rtems++/Makefile.am: Reflect having moved automake.
rtmonuse/Makefile.am: Reflect having moved automake.
stackchk/Makefile.am: Reflect having moved automake.
termios/Makefile.am: Reflect having moved automake.

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