source: rtems/testsuites/fstests/imfs_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.0 KB
Line 
1##
2##  $Id$
3##
4
5
6rtems_tests_PROGRAMS = imfs_fslink
7imfs_fslink_SOURCES  =  ../fslink/test.c
8imfs_fslink_SOURCES +=  ../support/fstest_support.c
9imfs_fslink_SOURCES += ../support/fstest_support.h
10imfs_fslink_SOURCES +=  ../support/fstest.h
11imfs_fslink_SOURCES += ../../psxtests/include/pmacros.h
12imfs_fslink_SOURCES += ../imfs_support/fs_support.c
13imfs_fslink_SOURCES += ../imfs_support/fs_config.h
14
15#dist_rtems_tests_DATA = imfs_fslink.scn
16#dist_rtems_tests_DATA += imfs_fslink.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)/imfs_support
25AM_CPPFLAGS += -I$(top_srcdir)/../support/include
26AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
27
28LINK_OBJS = $(imfs_fslink_OBJECTS)
29LINK_LIBS = $(imfs_fslink_LDLIBS)
30
31imfs_fslink$(EXEEXT): $(imfs_fslink_OBJECTS) $(imfs_fslink_DEPENDENCIES)
32        @rm -f imfs_fslink$(EXEEXT)
33        $(make-exe)
34
35include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.