source: rtems/testsuites/benchmarks/whetstone/Makefile.am @ a1c60b56

5
Last change on this file since a1c60b56 was a1c60b56, checked in by Sebastian Huber <sebastian.huber@…>, on 03/28/17 at 12:04:44

benchmarks/whetstone: Port to RTEMS

Update #2958.

  • Property mode set to 100644
File size: 611 bytes
Line 
1rtems_tests_PROGRAMS = whetstone
2whetstone_SOURCES = init.c whetstone.c
3whetstone_LDADD = -lm
4
5dist_rtems_tests_DATA = whetstone.scn whetstone.doc
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../automake/compile.am
9include $(top_srcdir)/../automake/leaf.am
10
11AM_CPPFLAGS += -I$(top_srcdir)/../support/include
12AM_CFLAGS += -fno-inline -fno-builtin
13
14LINK_OBJS = $(whetstone_OBJECTS) $(whetstone_LDADD)
15LINK_LIBS = $(whetstone_LDLIBS)
16
17whetstone$(EXEEXT): $(whetstone_OBJECTS) $(whetstone_DEPENDENCIES)
18        @rm -f whetstone$(EXEEXT)
19        $(make-exe)
20
21include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.