source: rtems/testsuites/libtests/math/Makefile.am @ 1831fd12

4.115
Last change on this file since 1831fd12 was 1831fd12, 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: 503 bytes
Line 
1rtems_tests_PROGRAMS = math
2math_SOURCES = init.c domath.c
3
4dist_rtems_tests_DATA = math.scn
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10math_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math
11math_LDADD = -lm
12
13LINK_OBJS = $(math_OBJECTS) $(math_LDADD)
14LINK_LIBS = $(math_LDLIBS)
15
16math$(EXEEXT): $(math_OBJECTS) $(math_DEPENDENCIES)
17        @rm -f math$(EXEEXT)
18        $(make-exe)
19
20include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.