source: rtems/testsuites/fstests/mimfs_fserror/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.0 KB
Line 
1##
2##  $Id$
3##
4
5
6rtems_tests_PROGRAMS = mimfs_fserror
7mimfs_fserror_SOURCES  = ../fserror/test.c
8mimfs_fserror_SOURCES += ../support/fstest_support.c
9mimfs_fserror_SOURCES += ../support/fstest_support.h
10mimfs_fserror_SOURCES += ../support/fstest.h
11mimfs_fserror_SOURCES += ../../psxtests/include/pmacros.h
12mimfs_fserror_SOURCES += ../mimfs_support/fs_support.c
13mimfs_fserror_SOURCES += ../mimfs_support/fs_config.h
14
15#dist_rtems_tests_DATA = mimfs_fserror.scn
16#dist_rtems_tests_DATA += mimfs_fserror.doc
17
18include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
19include $(top_srcdir)/../automake/compile.am
20include $(top_srcdir)/../automake/leaf.am
21
22
23AM_CPPFLAGS += -I$(top_srcdir)/support
24AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
25AM_CPPFLAGS += -I$(top_srcdir)/../support/include
26AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
27
28LINK_OBJS = $(mimfs_fserror_OBJECTS)
29LINK_LIBS = $(mimfs_fserror_LDLIBS)
30
31mimfs_fserror$(EXEEXT): $(mimfs_fserror_OBJECTS) $(mimfs_fserror_DEPENDENCIES)
32        @rm -f mimfs_fserror$(EXEEXT)
33        $(make-exe)
34
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.