From 61d2fb4dba16f64f8d6fa299fdb19cb45cf01622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Thu, 24 May 2012 07:15:40 +0200 Subject: Revert "Revert "libtests/math*: Avoid generated files"" This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f. --- testsuites/libtests/mathf/Makefile.am | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'testsuites/libtests/mathf/Makefile.am') diff --git a/testsuites/libtests/mathf/Makefile.am b/testsuites/libtests/mathf/Makefile.am index 0834145292..e4bd7ba10c 100644 --- a/testsuites/libtests/mathf/Makefile.am +++ b/testsuites/libtests/mathf/Makefile.am @@ -1,12 +1,5 @@ rtems_tests_PROGRAMS = mathf mathf_SOURCES = init.c domathf.c -EXTRA_DIST = $(srcdir)/../math/domath.in - -$(srcdir)/domathf.c: $(srcdir)/../math/domath.in - sed -e 's,[@]FTYPE[@],float,' \ - -e 's,[@]FSUFFIX[@],f,g' \ - -e 's,[@]FGUARD[@],NO_FLOAT,' \ - $(srcdir)/../math/domath.in > $(srcdir)/domathf.c dist_rtems_tests_DATA = mathf.scn @@ -14,6 +7,7 @@ include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(top_srcdir)/../automake/compile.am include $(top_srcdir)/../automake/leaf.am +mathf_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math mathf_LDADD = -lm LINK_OBJS = $(mathf_OBJECTS) $(mathf_LDADD) -- cgit v1.2.3