source: rtems/testsuites/fstests/mrfs_fslink/Makefile.am @ d7bd47b

4.115
Last change on this file since d7bd47b was d7bd47b, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/11 at 21:38:08

2011-12-08 Joel Sherrill <joel.sherrill@…>

PR 1589/build

  • imfs_fserror/Makefile.am, imfs_fslink/Makefile.am, imfs_fspatheval/Makefile.am, imfs_fspermission/Makefile.am, imfs_fsrdwr/Makefile.am, imfs_fssymlink/Makefile.am, imfs_fstime/Makefile.am, mdosfs_fserror/Makefile.am, mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/Makefile.am, mdosfs_fstime/Makefile.am, mimfs_fserror/Makefile.am, mimfs_fslink/Makefile.am, mimfs_fspatheval/Makefile.am, mimfs_fspermission/Makefile.am, mimfs_fsrdwr/Makefile.am, mimfs_fssymlink/Makefile.am, mimfs_fstime/Makefile.am, mrfs_fserror/Makefile.am, mrfs_fslink/Makefile.am, mrfs_fspatheval/Makefile.am, mrfs_fspermission/Makefile.am, mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/Makefile.am, mrfs_fstime/Makefile.am: Remove obsolete optional manager capability.
  • Property mode set to 100644
File size: 1.1 KB
Line 
1##
2##  $Id$
3##
4
5
6rtems_tests_PROGRAMS = mrfs_fslink
7mrfs_fslink_SOURCES  = ../fslink/test.c
8mrfs_fslink_SOURCES += ../support/ramdisk_support.c
9mrfs_fslink_SOURCES += ../support/fstest_support.c
10mrfs_fslink_SOURCES += ../support/fstest_support.h
11mrfs_fslink_SOURCES += ../support/ramdisk_support.h
12mrfs_fslink_SOURCES += ../support/fstest.h
13mrfs_fslink_SOURCES += ../../psxtests/include/pmacros.h
14mrfs_fslink_SOURCES += ../mrfs_support/fs_support.c
15mrfs_fslink_SOURCES += ../mrfs_support/fs_config.h
16
17#dist_rtems_tests_DATA = mrfs_fslink.scn
18#dist_rtems_tests_DATA += mrfs_fslink.doc
19
20include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
21include $(top_srcdir)/../automake/compile.am
22include $(top_srcdir)/../automake/leaf.am
23
24
25AM_CPPFLAGS += -I$(top_srcdir)/support
26AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
27AM_CPPFLAGS += -I$(top_srcdir)/../support/include
28AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
29
30LINK_OBJS = $(mrfs_fslink_OBJECTS)
31LINK_LIBS = $(mrfs_fslink_LDLIBS)
32
33mrfs_fslink$(EXEEXT): $(mrfs_fslink_OBJECTS) $(mrfs_fslink_DEPENDENCIES)
34        @rm -f mrfs_fslink$(EXEEXT)
35        $(make-exe)
36
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.