source: rtems/testsuites/sptests/Makefile.am @ 69e10f3

4.104.115
Last change on this file since 69e10f3 was bb9c80df, checked in by Joel Sherrill <joel.sherrill@…>, on 12/15/08 at 19:21:10

2008-12-15 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, spfatal06/testcase.h, spfatal07/testcase.h, spfatal08/testcase.h, spfatal09/testcase.h, spsize/size.c: Eliminate pointers to API configuration tables in the main configuration table. Reference the main configuration table and the API configuration tables directly using the confdefs.h version rather than obtaining a pointer to it. This eliminated some variables, a potential fatal error, some unnecessary default configuration structures. Overall, about a 4.5% reduction in the code size for minimum and hello on the SPARC.
  • spfatal10/.cvsignore, spfatal10/Makefile.am, spfatal10/spfatal10.scn, spfatal10/testcase.h: Removed.
  • Property mode set to 100644
File size: 631 bytes
Line 
1##
2##  $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7## spfatal is not included for now
8SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
9    sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 sp29 \
10    sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 sp40 sp41 sp42 sp43 sp44 \
11    sp45 sp46 spsize spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 \
12    spfatal06 spfatal07 spfatal08 spfatal09
13
14DIST_SUBDIRS = $(SUBDIRS) spfatal spfatal_support
15EXTRA_DIST = spfatal_support/init.c spfatal_support/system.h
16
17include $(top_srcdir)/../automake/subdirs.am
18include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.