Changeset 61d2fb4d in rtems for testsuites/libtests/mathf/Makefile.am
- Timestamp:
- 05/24/12 05:15:40 (11 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/mathf/Makefile.am
r5e707bc r61d2fb4d 1 1 rtems_tests_PROGRAMS = mathf 2 2 mathf_SOURCES = init.c domathf.c 3 EXTRA_DIST = $(srcdir)/../math/domath.in4 5 $(srcdir)/domathf.c: $(srcdir)/../math/domath.in6 sed -e 's,[@]FTYPE[@],float,' \7 -e 's,[@]FSUFFIX[@],f,g' \8 -e 's,[@]FGUARD[@],NO_FLOAT,' \9 $(srcdir)/../math/domath.in > $(srcdir)/domathf.c10 3 11 4 dist_rtems_tests_DATA = mathf.scn … … 15 8 include $(top_srcdir)/../automake/leaf.am 16 9 10 mathf_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math 17 11 mathf_LDADD = -lm 18 12
Note: See TracChangeset
for help on using the changeset viewer.