source: rtems/testsuites/sptests/spcache01/Makefile.am @ 3378be95

4.115
Last change on this file since 3378be95 was 3378be95, checked in by Sebastian Huber <sebastian.huber@…>, on 02/17/14 at 07:16:54

sptests/spcache01: New test

  • Property mode set to 100644
File size: 520 bytes
Line 
1rtems_tests_PROGRAMS = spcache01
2spcache01_SOURCES = init.c
3
4dist_rtems_tests_DATA = spcache01.scn spcache01.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 = $(spcache01_OBJECTS)
13LINK_LIBS = $(spcache01_LDLIBS)
14
15spcache01$(EXEEXT): $(spcache01_OBJECTS) $(spcache01_DEPENDENCIES)
16        @rm -f spcache01$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.