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

4.115
Last change on this file since d7bd47b was 681f0a18, checked in by Joel Sherrill <joel.sherrill@…>, on 02/14/11 at 20:24:08

2011-02-14 Joel Sherrill <joel.sherrilL@…>

  • monitor/Makefile.am, monitor02/Makefile.am: Switch to all managers since this is all of them.
  • Property mode set to 100644
File size: 574 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = monitor
8monitor_SOURCES = init.c system.h
9
10include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
11include $(top_srcdir)/../automake/compile.am
12include $(top_srcdir)/../automake/leaf.am
13
14monitor_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
15
16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
18LINK_OBJS = $(monitor_OBJECTS) $(monitor_LDADD)
19LINK_LIBS = $(monitor_LDLIBS)
20
21monitor$(EXEEXT): $(monitor_OBJECTS) $(monitor_DEPENDENCIES)
22        @rm -f monitor$(EXEEXT)
23        $(make-exe)
24
25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.