source: rtems/testsuites/sptests/sp27/Makefile.am @ 9c5ea11

4.104.114.84.95
Last change on this file since 9c5ea11 was 9c5ea11, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/11/06 at 05:09:12

Eliminate scndir, docdir. Use rtems_testsdir instead.

  • Property mode set to 100644
File size: 592 bytes
RevLine 
[df49c60]1##
[5fe4a109]2## $Id$
[df49c60]3##
[5fe4a109]4
5MANAGERS = all
6
[b244a05]7rtems_tests_PROGRAMS = sp27.exe
8sp27_exe_SOURCES = init.c
[5fe4a109]9
[9c5ea11]10dist_rtems_tests_DATA = sp27.scn
11dist_rtems_tests_DATA += sp27.doc
[5fe4a109]12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]14include $(top_srcdir)/../automake/compile.am
[7f9e5908]15include $(top_srcdir)/../automake/leaf.am
[7c1e3f4c]16
[b244a05]17sp27_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[5fe4a109]18
[b244a05]19LINK_OBJS = $(sp27_exe_OBJECTS) $(sp27_exe_LDADD)
20LINK_LIBS = $(sp27_exe_LDLIBS)
[5fe4a109]21
[b244a05]22sp27.exe$(EXEEXT): $(sp27_exe_OBJECTS) $(sp27_exe_DEPENDENCIES)
23        @rm -f sp27.exe$(EXEEXT)
[3bb5d94]24        $(make-exe)
[340835b0]25
[7f9e5908]26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.