source: rtems/testsuites/sptests/sp42/Makefile.am @ 7e260d6

4.104.115
Last change on this file since 7e260d6 was 7e260d6, checked in by Joel Sherrill <joel.sherrill@…>, on 07/30/09 at 17:10:04

2009-07-30 Joel Sherrill <joel.sherrill@…>

  • sp42/Makefile.am, sp42/init.c, sp42/sp42.scn: Test was testing the wrong thing in a cpp macro. Added contents to screen file and add documentation file.
  • sp42/sp42.doc: New file.
  • Property mode set to 100644
File size: 603 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = sp42
8sp42_SOURCES = init.c
9
10dist_rtems_tests_DATA = sp42.scn
11dist_rtems_tests_DATA += sp42.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17sp42_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19AM_CPPFLAGS += -I$(top_srcdir)/../support/include
20
21LINK_OBJS = $(sp42_OBJECTS) $(sp42_LDADD)
22LINK_LIBS = $(sp42_LDLIBS)
23
24sp42$(EXEEXT): $(sp42_OBJECTS) $(sp42_DEPENDENCIES)
25        @rm -f sp42$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.