source: rtems/testsuites/samples/minimum/Makefile.am @ a645637

4.104.114.95
Last change on this file since a645637 was 6b6c06b, checked in by Joel Sherrill <joel.sherrill@…>, on 05/09/07 at 18:55:12

2007-05-09 Joel Sherrill <joel.sherrill@…>

  • minimum/Makefile.am, minimum/init.c: Switch back to using optional manager support. Also add use of CONFIGURE_DISABLE_NEWLIB_REENTRANCY to demonstrate that the newlib reentrancy support is optional.
  • Property mode set to 100644
File size: 663 bytes
Line 
1##
2##  $Id$
3##
4
5MANAGERS =
6
7rtems_tests_PROGRAMS = minimum.exe
8minimum_exe_SOURCES = init.c
9
10dist_rtems_tests_DATA = minimum.scn
11dist_rtems_tests_DATA += minimum.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17minimum_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
18
19#       This test should not be executed
20
21LINK_OBJS = $(minimum_exe_OBJECTS) $(minimum_exe_LDADD)
22LINK_LIBS = $(minimum_exe_LDLIBS)
23
24minimum.exe$(EXEEXT): $(minimum_exe_OBJECTS) $(minimum_exe_DEPENDENCIES)
25        @rm -f minimum.exe$(EXEEXT)
26        $(make-exe)
27
28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.