source: rtems/testsuites/libtests/monitor/Makefile.am @ 820d82ed

4.115
Last change on this file since 820d82ed was 820d82ed, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:40

Remove CVS-Ids.

  • Property mode set to 100644
File size: 461 bytes
Line 
1rtems_tests_PROGRAMS = monitor
2monitor_SOURCES = init.c system.h
3
4include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
5include $(top_srcdir)/../automake/compile.am
6include $(top_srcdir)/../automake/leaf.am
7
8
9AM_CPPFLAGS += -I$(top_srcdir)/../support/include
10
11LINK_OBJS = $(monitor_OBJECTS)
12LINK_LIBS = $(monitor_LDLIBS)
13
14monitor$(EXEEXT): $(monitor_OBJECTS) $(monitor_DEPENDENCIES)
15        @rm -f monitor$(EXEEXT)
16        $(make-exe)
17
18include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.