source: rtems/testsuites/libtests/monitor/Makefile.am @ d65005e

4.104.114.84.95
Last change on this file since d65005e was d65005e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/09/05 at 12:44:35

AM_CPPFLAGS += -I..../support/include.

  • Property mode set to 100644
File size: 724 bytes
Line 
1##
2## $Id$
3##
4
5TEST = monitor
6
7MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
8    ext
9
10noinst_LIBRARIES = lib.a
11lib_a_SOURCES = init.c system.h
12
13DOCTYPES = scn
14DOCS = #$(DOCTYPES:%=$(TEST).%)
15
16OBJS = $(lib_a_OBJECTS)
17
18
19PGM = ${ARCH}/$(TEST).exe
20
21include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
22include $(top_srcdir)/../automake/compile.am
23include $(top_srcdir)/../automake/leaf.am
24include $(top_srcdir)/libtests.am
25
26#
27# (OPTIONAL) Add local stuff here using +=
28#
29
30AM_CPPFLAGS += -I$(top_srcdir)/../support/include
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.