source: rtems/testsuites/samples/nsecs/Makefile.am @ 69a71c5

4.104.115
Last change on this file since 69a71c5 was 69a71c5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/26/09 at 09:14:07

Add -I$(top_srcdir)/../support/include.

  • Property mode set to 100644
File size: 560 bytes
Line 
1##
2##  $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = nsecs
8nsecs_SOURCES = init.c empty.c
9
10dist_rtems_tests_DATA = nsecs.scn
11dist_rtems_tests_DATA += nsecs.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(nsecs_OBJECTS) $(nsecs_LDADD)
20LINK_LIBS = $(nsecs_LDLIBS)
21
22nsecs$(EXEEXT): $(nsecs_OBJECTS) $(nsecs_DEPENDENCIES)
23        @rm -f nsecs$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.