source: rtems/testsuites/samples/base_sp/Makefile.am @ 333a312

4.115
Last change on this file since 333a312 was 4dec352, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:41

Remove CVS-Ids.

  • Property mode set to 100644
File size: 545 bytes
Line 
1rtems_tests_PROGRAMS = base_sp
2base_sp_SOURCES = init.c apptask.c system.h
3
4dist_rtems_tests_DATA = base_sp.scn
5dist_rtems_tests_DATA += base_sp.doc
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
13
14LINK_OBJS = $(base_sp_OBJECTS)
15LINK_LIBS = $(base_sp_LDLIBS)
16
17base_sp$(EXEEXT): $(base_sp_OBJECTS) $(base_sp_DEPENDENCIES)
18        @rm -f base_sp$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.