source: rtems/testsuites/sptests/sp03/Makefile.am @ b244a05

4.104.114.84.95
Last change on this file since b244a05 was b244a05, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 06:29:38

Convert to use *_PROGRAMS.

  • Property mode set to 100644
File size: 704 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = io
6
7rtems_tests_PROGRAMS = sp03.exe
8sp03_exe_SOURCES = init.c task1.c task2.c system.h
9
10scndir = $(rtems_testsdir)
11dist_scn_DATA = sp03.scn
12docdir = $(rtems_testsdir)
13dist_doc_DATA = sp03.doc
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../automake/compile.am
17include $(top_srcdir)/../automake/leaf.am
18
19sp03_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
20
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22
23LINK_OBJS = $(sp03_exe_OBJECTS) $(sp03_exe_LDADD)
24LINK_LIBS = $(sp03_exe_LDLIBS)
25
26sp03.exe$(EXEEXT): $(sp03_exe_OBJECTS) $(sp03_exe_DEPENDENCIES)
27        @rm -f sp03.exe$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.