Ignore:
Timestamp:
05/24/12 05:15:40 (11 years ago)
Author:
Ralf Corsépius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
2a7b823
Parents:
87c8d8ab
Message:

Revert "Revert "libtests/math*: Avoid generated files""

This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.

File:
1 edited

Legend:

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

    r87c8d8ab r1831fd12  
    11rtems_tests_PROGRAMS = math
    22math_SOURCES = init.c domath.c
    3 EXTRA_DIST = $(srcdir)/../math/domath.in
    4 
    5 $(srcdir)/domath.c: $(srcdir)/../math/domath.in
    6         sed -e 's,[@]FTYPE[@],double,' \
    7         -e 's,[@]FSUFFIX[@], ,g' \
    8         -e 's,[@]FGUARD[@],NO_DOUBLE,' \
    9         $(srcdir)/../math/domath.in > $(srcdir)/domath.c
    103
    114dist_rtems_tests_DATA = math.scn
     
    158include $(top_srcdir)/../automake/leaf.am
    169
     10math_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math
    1711math_LDADD = -lm
    1812
Note: See TracChangeset for help on using the changeset viewer.