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

4.104.114.84.95
Last change on this file since a6b588d6 was a6b588d6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:46:05

Convert to using *_PROGRAMS.

  • Property mode set to 100644
File size: 686 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \
6    ext
7
8rtems_tests_PROGRAMS = monitor.exe
9monitor_exe_SOURCES = init.c system.h
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15monitor_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(monitor_exe_OBJECTS) $(monitor_exe_LDADD)
20LINK_LIBS = $(monitor_exe_LDLIBS)
21
22monitor.exe$(EXEEXT): $(monitor_exe_OBJECTS) $(monitor_exe_DEPENDENCIES)
23        @rm -f monitor.exe$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.