source: rtems/testsuites/psxtests/psximfs01/Makefile.am @ 43efb633

4.115
Last change on this file since 43efb633 was 43efb633, checked in by Joel Sherrill <joel.sherrill@…>, on 06/28/10 at 18:48:25

2010-06-28 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add test to exercise IMFS behaviour with files of maximum sizes.
  • psximfs01/.cvsignore, psximfs01/Makefile.am, psximfs01/init.c, psximfs01/psximfs01.doc, psximfs01/psximfs01.scn: New files.
  • Property mode set to 100644
File size: 595 bytes
Line 
1##
2## $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = psximfs01
8psximfs01_SOURCES = init.c
9
10dist_rtems_tests_DATA = psximfs01.scn
11dist_rtems_tests_DATA += psximfs01.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17AM_CPPFLAGS += -I$(top_srcdir)/../support/include
18
19LINK_OBJS = $(psximfs01_OBJECTS) $(psximfs01_LDADD)
20LINK_LIBS = $(psximfs01_LDLIBS)
21
22psximfs01$(EXEEXT): $(psximfs01_OBJECTS) $(psximfs01_DEPENDENCIES)
23        @rm -f psximfs01$(EXEEXT)
24        $(make-exe)
25
26include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.