source: rtems/testsuites/libtests/mathf/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: 516 bytes
Line 
1rtems_tests_PROGRAMS = mathf
2mathf_SOURCES = init.c domathf.c
3
4dist_rtems_tests_DATA = mathf.scn
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10mathf_CPPFLAGS = $(AM_CPPFLAGS) -I$(top_srcdir)/math
11mathf_LDADD = -lm
12
13LINK_OBJS = $(mathf_OBJECTS) $(mathf_LDADD)
14LINK_LIBS = $(mathf_LDLIBS)
15
16mathf$(EXEEXT): $(mathf_OBJECTS) $(mathf_DEPENDENCIES)
17        @rm -f mathf$(EXEEXT)
18        $(make-exe)
19
20include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.