source: rtems/testsuites/libtests/monitor/Makefile.am @ 681f0a18

4.115
Last change on this file since 681f0a18 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
RevLine 
[df49c60]1##
[e5a76ee5]2## $Id$
[df49c60]3##
[e5a76ee5]4
[681f0a18]5MANAGERS = all
[e5a76ee5]6
[3d54837]7rtems_tests_PROGRAMS = monitor
8monitor_SOURCES = init.c system.h
[e5a76ee5]9
10include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]11include $(top_srcdir)/../automake/compile.am
[1053dcd]12include $(top_srcdir)/../automake/leaf.am
[ca84530]13
[ef08dc1]14monitor_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[e5a76ee5]15
[d65005e]16AM_CPPFLAGS += -I$(top_srcdir)/../support/include
17
[3d54837]18LINK_OBJS = $(monitor_OBJECTS) $(monitor_LDADD)
19LINK_LIBS = $(monitor_LDLIBS)
[e5a76ee5]20
[3d54837]21monitor$(EXEEXT): $(monitor_OBJECTS) $(monitor_DEPENDENCIES)
22        @rm -f monitor$(EXEEXT)
[3bb5d94]23        $(make-exe)
[08bfed2]24
[1053dcd]25include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.