source: rtems/testsuites/libtests/Makefile.am @ a906933

4.10
Last change on this file since a906933 was 3f2ebce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 14:13:34

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • math/math.scn, mathf/mathf.scn: Regenerate.
  • Makefile.am, configure.ac: Add mathf/.
  • math/init.c, math/Makefile.am: Reflect having split-out mathf.
  • math/domathf.c, math/domathl.c: Remove.
  • mathf/Makefile.am, mathf/domathf.c, mathf/init.c, mathf/mathf.scn: New (Split out from math/).
  • Property mode set to 100644
File size: 437 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = POSIX
8
9SUBDIRS += bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
10    monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
11    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
12    block08 block09 block10 stringto01
13SUBDIRS += math mathf
14
15include $(top_srcdir)/../automake/subdirs.am
16include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.