source: rtems/testsuites/sptests/Makefile.am @ 37cff02

4.104.115
Last change on this file since 37cff02 was 37cff02, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/09 at 19:49:08

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

  • Makefile.am, configure.ac: Add new test to cover bodies of some chain routines whose bodies are not used by RTEMS itself.
  • spchain/.cvsignore, spchain/Makefile.am, spchain/init.c, spchain/spchain.doc, spchain/spchain.scn: New files.
  • Property mode set to 100644
File size: 755 bytes
RevLine 
[811804fe]1##
2##  $Id$
3##
[908436c1]4
[7862f888]5ACLOCAL_AMFLAGS = -I ../aclocal
[908436c1]6
[83ca5075]7## spfatal is not included for now
[5fe4a109]8SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
[7d91d72]9    sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 sp29 \
[cccd632]10    sp30 sp31 sp32 sp33 sp34 sp35 sp37 sp38 sp39 sp40 sp41 sp42 sp43 sp44 \
[37cff02]11    sp45 sp46 sp47 sp48 sp49 sp50 sp51 sp52 sp53 sp54 \
[8abaa16]12    spfatal01 spfatal02 spfatal03 spfatal04 spfatal05 spfatal06 spfatal07 \
[37cff02]13    spfatal08 spfatal09 spfatal10 spfatal11 spchain spobjgetnext spprintk \
14    spsize spwatchdog spwkspace
[4f7b4a8]15 
[5fdb1e7b]16DIST_SUBDIRS = $(SUBDIRS) spfatal spfatal_support
17EXTRA_DIST = spfatal_support/init.c spfatal_support/system.h
[5fe4a109]18
[7f9e5908]19include $(top_srcdir)/../automake/subdirs.am
20include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.