source: rtems/testsuites/benchmarks/linpack/Makefile.am @ 0027682

5
Last change on this file since 0027682 was 0027682, checked in by Sebastian Huber <sebastian.huber@…>, on 03/28/17 at 11:11:22

benchmarks: Add benchmark templates

Update #2958.

  • Property mode set to 100644
File size: 500 bytes
Line 
1rtems_tests_PROGRAMS = linpack
2linpack_SOURCES = init.c
3
4dist_rtems_tests_DATA = linpack.scn linpack.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(linpack_OBJECTS)
13LINK_LIBS = $(linpack_LDLIBS)
14
15linpack$(EXEEXT): $(linpack_OBJECTS) $(linpack_DEPENDENCIES)
16        @rm -f linpack$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.