source: rtems/testsuites/libtests/mathl/Makefile.am @ 61d2fb4d

4.115
Last change on this file since 61d2fb4d was 61d2fb4d, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/24/12 at 05:15:40

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

This reverts commit 87c8d8aba6a9582ca5eeacd332b5b107e26ea50f.

  • Property mode set to 100644
File size: 664 bytes
Line 
1rtems_tests_PROGRAMS = mathl
2mathl_SOURCES = init.c domathl.c
3EXTRA_DIST = $(srcdir)/../math/domath.in
4
5# FIXME: Skip long double, not yet supported in newlib
6# => This test currently is a nop
7mathl_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math -DNO_LONG_DOUBLE
8
9dist_rtems_tests_DATA = mathl.scn
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15mathl_LDADD = -lm
16
17LINK_OBJS = $(mathl_OBJECTS) $(mathl_LDADD)
18LINK_LIBS = $(mathl_LDLIBS)
19
20mathl$(EXEEXT): $(mathl_OBJECTS) $(mathl_DEPENDENCIES)
21        @rm -f mathl$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.