source: rtems/testsuites/sptests/sppartition_err01/Makefile.am @ 7132d3d

4.115
Last change on this file since 7132d3d was 7132d3d, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/14 at 17:04:51

sppartition_err01: Remove dead parts, reduce, and clean up.

Also fix naming issues.

  • Property mode set to 100644
File size: 636 bytes
Line 
1
2rtems_tests_PROGRAMS = sppartition_err01
3sppartition_err01_SOURCES = init.c system.h
4
5dist_rtems_tests_DATA = sppartition_err01.scn
6dist_rtems_tests_DATA += sppartition_err01.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 = $(sppartition_err01_OBJECTS)
16LINK_LIBS = $(sppartition_err01_LDLIBS)
17
18sppartition_err01$(EXEEXT): $(sppartition_err01_OBJECTS) $(sppartition_err01_DEPENDENCIES)
19        @rm -f sppartition_err01$(EXEEXT)
20        $(make-exe)
21
22include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.