source: rtems/testsuites/fstests/mrfs_fssymlink/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.2 KB
RevLine 
[7336d4af]1##
2##  $Id$
3##
4
5
6rtems_tests_PROGRAMS = mrfs_fssymlink
[a7c39d3]7mrfs_fssymlink_SOURCES  = ../fssymlink/test.c
8mrfs_fssymlink_SOURCES += ../support/ramdisk_support.c
9mrfs_fssymlink_SOURCES += ../support/fstest_support.c
10mrfs_fssymlink_SOURCES += ../support/fstest_support.h
11mrfs_fssymlink_SOURCES += ../support/ramdisk_support.h
12mrfs_fssymlink_SOURCES += ../support/fstest.h
13mrfs_fssymlink_SOURCES += ../../psxtests/include/pmacros.h
14mrfs_fssymlink_SOURCES += ../mrfs_support/fs_support.c
15mrfs_fssymlink_SOURCES += ../mrfs_support/fs_config.h
[7336d4af]16
17#dist_rtems_tests_DATA = mrfs_fssymlink.scn
18#dist_rtems_tests_DATA += mrfs_fssymlink.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
[d7bd47b]30LINK_OBJS = $(mrfs_fssymlink_OBJECTS)
[7336d4af]31LINK_LIBS = $(mrfs_fssymlink_LDLIBS)
32
33mrfs_fssymlink$(EXEEXT): $(mrfs_fssymlink_OBJECTS) $(mrfs_fssymlink_DEPENDENCIES)
34        @rm -f mrfs_fssymlink$(EXEEXT)
35        $(make-exe)
36
37include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.