source: rtems/testsuites/libtests/monitor/Makefile.am @ 8b695b9

4.104.114.84.95
Last change on this file since 8b695b9 was 8b695b9, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:08

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 787 bytes
Line 
1##
2## $Id$
3##
4
5
6TEST = monitor
7
8MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
9    ext
10
11C_FILES = init.c
12C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
13
14H_FILES = system.h
15noinst_HEADERS = $(H_FILES)
16
17DOCTYPES = scn
18DOCS = #$(DOCTYPES:%=$(TEST).%)
19
20SRCS = $(DOCS) $(C_FILES) $(H_FILES)
21OBJS = $(C_O_FILES)
22
23PRINT_SRCS = $(DOCS)
24
25PGM = ${ARCH}/$(TEST).exe
26
27include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
28include $(top_srcdir)/../../../../automake/compile.am
29include $(top_srcdir)/../../../../automake/leaf.am
30include $(top_srcdir)/libtests.am
31
32#
33# (OPTIONAL) Add local stuff here using +=
34#
35
36${PGM}: $(OBJS) $(LINK_FILES)
37        $(make-exe)
38
39all-local: $(ARCH) $(TMPINSTALL_FILES)
40
41EXTRA_DIST = $(C_FILES) $(DOCS)
42
43include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.