Changeset 87c8d8ab in rtems for testsuites/libtests/mathf/Makefile.am
- Timestamp:
- 05/23/12 14:45:01 (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 1831fd12
- Parents:
- 0c2d8ec
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/mathf/Makefile.am
r0c2d8ec r87c8d8ab 1 1 rtems_tests_PROGRAMS = mathf 2 2 mathf_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 3 10 4 11 dist_rtems_tests_DATA = mathf.scn … … 8 15 include $(top_srcdir)/../automake/leaf.am 9 16 10 mathf_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math11 17 mathf_LDADD = -lm 12 18
Note: See TracChangeset
for help on using the changeset viewer.