source: rtems/testsuites/sptests/spprivenv01/Makefile.am @ 85433b5

4.115
Last change on this file since 85433b5 was 85433b5, checked in by Joel Sherrill <joel.sherrill@…>, on 07/29/10 at 22:28:51

2010-07-29 Bharath Suri <bharath.s.jois@…>

PR 1621/testing

  • Makefile.am, configure.ac: Improve coverage of private environment.
  • spprivenv01/.cvsignore, spprivenv01/Makefile.am, spprivenv01/init.c, spprivenv01/spprivenv01.doc, spprivenv01/spprivenv01.scn: New files.
  • Property mode set to 100644
File size: 601 bytes
Line 
1##
2## $Id$
3##
4
5rtems_tests_PROGRAMS = spprivenv01
6spprivenv01_SOURCES = init.c
7
8dist_rtems_tests_DATA = spprivenv01.scn
9dist_rtems_tests_DATA += spprivenv01.doc
10
11include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
12include $(top_srcdir)/../automake/compile.am
13include $(top_srcdir)/../automake/leaf.am
14
15AM_CPPFLAGS += -I$(top_srcdir)/../support/include
16
17LINK_OBJS = $(spprivenv01_OBJECTS) $(spprivenv01_LDADD)
18LINK_LIBS = $(spprivenv01_LDLIBS)
19
20spprivenv01$(EXEEXT): $(spprivenv01_OBJECTS) $(spprivenv01_DEPENDENCIES)
21        @rm -f spprivenv01$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.