forked from Imagelibrary/rtems
* PR271 was not applicable against the current source but included a nice test that Joel decided to add to the tree as sp32. * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file. * Makefile.am, configure.ac: Modified to reflect addition.
16 lines
422 B
Makefile
16 lines
422 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
ACLOCAL_AMFLAGS = -I ../../../../aclocal
|
|
|
|
## sp10 and spfatal are not included for now
|
|
SUBDIRS = sp01 sp02 sp03 sp04 sp05 sp06 sp07 sp08 sp09 sp11 sp12 sp13 sp14 \
|
|
sp15 sp16 sp17 sp19 sp20 sp21 sp22 sp23 sp24 sp25 sp26 sp27 sp28 sp29 \
|
|
sp30 sp31 sp32 spsize
|
|
|
|
EXTRA_DIST = sptests.am spfatal
|
|
|
|
include $(top_srcdir)/../../../../automake/subdirs.am
|
|
include $(top_srcdir)/../../../../automake/local.am
|