source: rtems/testsuites/samples/loopback/Makefile.am @ 2376237

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

Remove CVS-Ids.

  • Property mode set to 100644
File size: 447 bytes
Line 
1rtems_tests_PROGRAMS = loopback
2loopback_SOURCES = init.c
3
4dist_rtems_tests_DATA = loopback.scn
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10
11LINK_OBJS = $(loopback_OBJECTS)
12LINK_LIBS = $(loopback_LDLIBS)
13
14loopback$(EXEEXT): $(loopback_OBJECTS) $(loopback_DEPENDENCIES)
15        @rm -f loopback$(EXEEXT)
16        $(make-exe)
17
18include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.