source: rtems/testsuites/samples/hello/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: 506 bytes
Line 
1
2rtems_tests_PROGRAMS = hello
3hello_SOURCES = init.c
4
5dist_rtems_tests_DATA = hello.scn
6dist_rtems_tests_DATA += hello.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 = $(hello_OBJECTS)
15LINK_LIBS = $(hello_LDLIBS)
16
17hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)
18        @rm -f hello$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.