source: rtems/testsuites/sptests/sp43/Makefile.am @ 4f6bb5b

4.104.114.95
Last change on this file since 4f6bb5b was 6e315132, checked in by Joel Sherrill <joel.sherrill@…>, on 01/29/08 at 21:53:04

2008-01-29 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, sp02/task1.c, sp24/resume.c, sp30/resume.c, sp41/init.c, sp42/init.c: Add new Object Services collection. This changed the name of a few previously public but undocumented services and added a some new services.
  • sp43/.cvsignore, sp43/Makefile.am, sp43/init.c, sp43/sp43.scn, sp43/system.h: New files.
  • Property mode set to 100644
File size: 618 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp43.exe
8sp43_exe_SOURCES = init.c system.h
9
10dist_rtems_tests_DATA = sp43.scn
11
12include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
13include $(top_srcdir)/../automake/compile.am
14include $(top_srcdir)/../automake/leaf.am
15
16sp43_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
17
18AM_CPPFLAGS += -I$(top_srcdir)/../support/include
19
20LINK_OBJS = $(sp43_exe_OBJECTS) $(sp43_exe_LDADD)
21LINK_LIBS = $(sp43_exe_LDLIBS)
22
23sp43.exe$(EXEEXT): $(sp43_exe_OBJECTS) $(sp43_exe_DEPENDENCIES)
24        @rm -f sp43.exe$(EXEEXT)
25        $(make-exe)
26
27include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.