source: rtems/testsuites/tmtests/tmfine01/Makefile.am @ 6087f33e

5
Last change on this file since 6087f33e was dc5e5f44, checked in by Sebastian Huber <sebastian.huber@…>, on 03/16/15 at 12:52:19

tmtests/tmfine01: New test

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