source: rtems/testsuites/libtests/capture01/Makefile.am @ 32ceb385

5
Last change on this file since 32ceb385 was 32ceb385, checked in by Sebastian Huber <sebastian.huber@…>, on 11/07/17 at 07:30:59

tests: Use <tmacros.h>

Update #3170.
Update #3199.

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