4.115
Line | |
---|
1 | rtems_tests_PROGRAMS = math |
---|
2 | math_SOURCES = init.c domath.c |
---|
3 | EXTRA_DIST = $(srcdir)/../math/domath.in |
---|
4 | |
---|
5 | $(srcdir)/domath.c: $(srcdir)/../math/domath.in |
---|
6 | sed -e 's,[@]FTYPE[@],double,' \ |
---|
7 | -e 's,[@]FSUFFIX[@], ,g' \ |
---|
8 | -e 's,[@]FGUARD[@],NO_DOUBLE,' \ |
---|
9 | $(srcdir)/../math/domath.in > $(srcdir)/domath.c |
---|
10 | |
---|
11 | dist_rtems_tests_DATA = math.scn |
---|
12 | |
---|
13 | include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg |
---|
14 | include $(top_srcdir)/../automake/compile.am |
---|
15 | include $(top_srcdir)/../automake/leaf.am |
---|
16 | |
---|
17 | math_LDADD = -lm |
---|
18 | |
---|
19 | LINK_OBJS = $(math_OBJECTS) $(math_LDADD) |
---|
20 | LINK_LIBS = $(math_LDLIBS) |
---|
21 | |
---|
22 | math$(EXEEXT): $(math_OBJECTS) $(math_DEPENDENCIES) |
---|
23 | @rm -f math$(EXEEXT) |
---|
24 | $(make-exe) |
---|
25 | |
---|
26 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.