source: rtems/testsuites/sptests/sppagesize/Makefile.am @ 54da1243

4.115
Last change on this file since 54da1243 was 54da1243, checked in by Chirayu Desai <cdesai@…>, on 12/06/13 at 15:05:36

sptests: add a test for page size

Bug: https://www.rtems.org/bugzilla/show_bug.cgi?id=1216

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