source: rtems/testsuites/sptests/sp12/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: 692 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io semaphore clock
6
7rtems_tests_PROGRAMS = sp12
8sp12_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c \
9    pritask.c system.h
10
11dist_rtems_tests_DATA = sp12.scn
12dist_rtems_tests_DATA += sp12.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18sp12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
19
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(sp12_OBJECTS) $(sp12_LDADD)
23LINK_LIBS = $(sp12_LDLIBS)
24
25sp12$(EXEEXT): $(sp12_OBJECTS) $(sp12_DEPENDENCIES)
26        @rm -f sp12$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.