Ignore:
Timestamp:
05/23/12 14:45:01 (11 years ago)
Author:
Ralf Corsépius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
1831fd12
Parents:
0c2d8ec
Message:

Revert "libtests/math*: Avoid generated files"

This reverts commit 6a5bd1c65c005457455db344f2ee831d7a5cf99b.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • testsuites/libtests/mathf/Makefile.am

    r0c2d8ec r87c8d8ab  
    11rtems_tests_PROGRAMS = mathf
    22mathf_SOURCES = init.c domathf.c
     3EXTRA_DIST = $(srcdir)/../math/domath.in
     4
     5$(srcdir)/domathf.c: $(srcdir)/../math/domath.in
     6        sed -e 's,[@]FTYPE[@],float,' \
     7        -e 's,[@]FSUFFIX[@],f,g' \
     8        -e 's,[@]FGUARD[@],NO_FLOAT,' \
     9        $(srcdir)/../math/domath.in > $(srcdir)/domathf.c
    310
    411dist_rtems_tests_DATA = mathf.scn
     
    815include $(top_srcdir)/../automake/leaf.am
    916
    10 mathf_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math
    1117mathf_LDADD = -lm
    1218
Note: See TracChangeset for help on using the changeset viewer.