Ignore:
Timestamp:
05/24/12 05:15:40 (11 years ago)
Author:
Ralf Corsépius <ralf.corsepius@…>
Branches:
4.11, 5, master
Children:
4f16ce0
Parents:
5e707bc
git-author:
Ralf Corsépius <ralf.corsepius@…> (05/24/12 05:15:40)
git-committer:
Joel Sherrill <joel.sherrill@…> (05/31/12 15:06:15)
Message:

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

This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.

File:
1 edited

Legend:

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

    r5e707bc r61d2fb4d  
    11rtems_tests_PROGRAMS = mathf
    22mathf_SOURCES = init.c domathf.c
    3 EXTRA_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
    103
    114dist_rtems_tests_DATA = mathf.scn
     
    158include $(top_srcdir)/../automake/leaf.am
    169
     10mathf_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math
    1711mathf_LDADD = -lm
    1812
Note: See TracChangeset for help on using the changeset viewer.