source: rtems/testsuites/sptests/sp12/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: 726 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io semaphore
6
7rtems_tests_PROGRAMS = sp12.exe
8sp12_exe_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_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
19
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21
22LINK_OBJS = $(sp12_exe_OBJECTS) $(sp12_exe_LDADD)
23LINK_LIBS = $(sp12_exe_LDLIBS)
24
25sp12.exe$(EXEEXT): $(sp12_exe_OBJECTS) $(sp12_exe_DEPENDENCIES)
26        @rm -f sp12.exe$(EXEEXT)
27        $(make-exe)
28
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.