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