source: rtems/testsuites/sptests/sp07/Makefile.am @ 3d54837

4.104.115
Last change on this file since 3d54837 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: 740 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io semaphore clock extension
6
7rtems_tests_PROGRAMS = sp07
8sp07_SOURCES = init.c buffered_io.c task1.c task2.c task3.c task4.c \
9    taskexit.c tcreate.c tdelete.c trestart.c tstart.c system.h
10
11dist_rtems_tests_DATA = sp07.scn
12dist_rtems_tests_DATA += sp07.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18sp07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
19
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(sp07_OBJECTS) $(sp07_LDADD)
23LINK_LIBS = $(sp07_LDLIBS)
24
25sp07$(EXEEXT): $(sp07_OBJECTS) $(sp07_DEPENDENCIES)
26        @rm -f sp07$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.