source: rtems/testsuites/psxtests/psximfs02/Makefile.am @ d08ba49e

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

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

PR 1642/testing

  • psximfs02/init.c, psximfs02/psximfs02.scn, psximfs02/psximfs02.doc, psximfs02/Makefile.am: New test added.
  • configure.ac, Makefile.am: Changes to accommodate psximfs02 test.
  • Property mode set to 100644
File size: 579 bytes
Line 
1##
2## $Id$
3##
4
5rtems_tests_PROGRAMS = psximfs02
6psximfs02_SOURCES = init.c
7
8dist_rtems_tests_DATA = psximfs02.scn
9dist_rtems_tests_DATA += psximfs02.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 = $(psximfs02_OBJECTS) $(psximfs02_LDADD)
18LINK_LIBS = $(psximfs02_LDLIBS)
19
20psximfs02$(EXEEXT): $(psximfs02_OBJECTS) $(psximfs02_DEPENDENCIES)
21        @rm -f psximfs02$(EXEEXT)
22        $(make-exe)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.