source: rtems/testsuites/sptests/sp05/Makefile.am @ d5ae827

4.104.115
Last change on this file since d5ae827 was 3d54837, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/03/09 at 12:55:13

Eliminate _exe_/.exe.

  • Property mode set to 100644
File size: 651 bytes
RevLine 
[df49c60]1##
[5fe4a109]2## $Id$
[df49c60]3##
[5fe4a109]4
[e58077c]5MANAGERS = io semaphore clock
[5fe4a109]6
[3d54837]7rtems_tests_PROGRAMS = sp05
8sp05_SOURCES = init.c task1.c task2.c task3.c system.h
[5fe4a109]9
[9c5ea11]10dist_rtems_tests_DATA = sp05.scn
11dist_rtems_tests_DATA += sp05.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
[3d54837]17sp05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[5fe4a109]18
[d65005e]19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
[3d54837]21LINK_OBJS = $(sp05_OBJECTS) $(sp05_LDADD)
22LINK_LIBS = $(sp05_LDLIBS)
[5fe4a109]23
[3d54837]24sp05$(EXEEXT): $(sp05_OBJECTS) $(sp05_DEPENDENCIES)
25        @rm -f sp05$(EXEEXT)
[3bb5d94]26        $(make-exe)
[340835b0]27
[7f9e5908]28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.