source: rtems/testsuites/samples/loopback/Makefile.am @ 7b00c2fa

5
Last change on this file since 7b00c2fa was 7b00c2fa, checked in by Sebastian Huber <sebastian.huber@…>, on 11/06/17 at 06:56:17

tests: Use <tmacros.h> in all tests

Update #3170.
Update #3199.

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