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

4.104.115
Last change on this file since eae45e23 was e8fcadb, checked in by Joel Sherrill <joel.sherrill@…>, on 09/17/08 at 15:42:48

2008-09-17 Miao Yan <yanmiaobest@…>

  • hello/system.h, minimum/Makefile.am, minimum/init.c: Merge GSOC project code to add simple device only filesystem (devfs), optionally completely drop out filesystem, and to clean up disabling newlib reentrancy support. This dropped 17K from the minimum.exe for sparc/sis and arm/rtl22xx_t now has a 15K code space.
  • Property mode set to 100644
File size: 663 bytes
RevLine 
[e31c63e5]1##
2##  $Id$
3##
4
[e8fcadb]5MANAGERS =
[e31c63e5]6
[a6b588d6]7rtems_tests_PROGRAMS = minimum.exe
8minimum_exe_SOURCES = init.c
[e31c63e5]9
[d4f5ddcb]10dist_rtems_tests_DATA = minimum.scn
11dist_rtems_tests_DATA += minimum.doc
[e31c63e5]12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[d66557f]14include $(top_srcdir)/../automake/compile.am
[ebb7d37]15include $(top_srcdir)/../automake/leaf.am
[b669ec7]16
[a6b588d6]17minimum_exe_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
[e31c63e5]18
[c9cbbe22]19#       This test should not be executed
[e31c63e5]20
[a6b588d6]21LINK_OBJS = $(minimum_exe_OBJECTS) $(minimum_exe_LDADD)
22LINK_LIBS = $(minimum_exe_LDLIBS)
[e31c63e5]23
[a6b588d6]24minimum.exe$(EXEEXT): $(minimum_exe_OBJECTS) $(minimum_exe_DEPENDENCIES)
25        @rm -f minimum.exe$(EXEEXT)
[3bb5d94]26        $(make-exe)
[a00ee40]27
[ebb7d37]28include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.