From a7c39d3d3fb4a529b29d432b81769617093965d8 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Aug 2011 21:54:19 +0000 Subject: 2011-08-01 Xiang Cui * imfs_fslink/Makefile.am, imfs_fssymlink/Makefile.am, mimfs_fslink/Makefile.am, mimfs_fssymlink/Makefile.am, mrfs_fslink/Makefile.am, mrfs_fssymlink/Makefile.am, mrfs_support/fs_config.h: Correcting from previous commit of incorrect tarball. * fserror/fserror.doc, fserror/test.c, fspatheval/patheval.doc, fspatheval/test.c, fspermission/fspermission.doc, fspermission/test.c, fsrdwr/fsrdwr.doc, fsrdwr/init.c, fstime/fstime.doc, fstime/test.c, imfs_fserror/.cvsignore, imfs_fserror/Makefile.am, imfs_fslink/.cvsignore, imfs_fspatheval/.cvsignore, imfs_fspatheval/Makefile.am, imfs_fspermission/.cvsignore, imfs_fspermission/Makefile.am, imfs_fsrdwr/.cvsignore, imfs_fsrdwr/Makefile.am, imfs_fssymlink/.cvsignore, imfs_fstime/.cvsignore, imfs_fstime/Makefile.am, imfs_support/fs_supprot.h, mdosfs_fserror/.cvsignore, mdosfs_fserror/Makefile.am, mdosfs_fspatheval/.cvsignore, mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/.cvsignore, mdosfs_fsrdwr/Makefile.am, mdosfs_fstime/.cvsignore, mdosfs_fstime/Makefile.am, mimfs_fserror/.cvsignore, mimfs_fserror/Makefile.am, mimfs_fslink/.cvsignore, mimfs_fspatheval/.cvsignore, mimfs_fspatheval/Makefile.am, mimfs_fspermission/.cvsignore, mimfs_fspermission/Makefile.am, mimfs_fsrdwr/.cvsignore, mimfs_fsrdwr/Makefile.am, mimfs_fssymlink/.cvsignore, mimfs_fstime/.cvsignore, mimfs_fstime/Makefile.am, mrfs_fserror/.cvsignore, mrfs_fserror/Makefile.am, mrfs_fslink/.cvsignore, mrfs_fspatheval/.cvsignore, mrfs_fspatheval/Makefile.am, mrfs_fspermission/.cvsignore, mrfs_fspermission/Makefile.am, mrfs_fsrdwr/.cvsignore, mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/.cvsignore, mrfs_fstime/.cvsignore, mrfs_fstime/Makefile.am: New files. --- testsuites/fstests/mdosfs_fsrdwr/Makefile.am | 39 ++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 testsuites/fstests/mdosfs_fsrdwr/Makefile.am (limited to 'testsuites/fstests/mdosfs_fsrdwr/Makefile.am') diff --git a/testsuites/fstests/mdosfs_fsrdwr/Makefile.am b/testsuites/fstests/mdosfs_fsrdwr/Makefile.am new file mode 100644 index 0000000000..b16e211d74 --- /dev/null +++ b/testsuites/fstests/mdosfs_fsrdwr/Makefile.am @@ -0,0 +1,39 @@ +## +## $Id$ +## + +MANAGERS = all + +rtems_tests_PROGRAMS = mdosfs_fsrdwr +mdosfs_fsrdwr_SOURCES = ../fsrdwr/init.c +mdosfs_fsrdwr_SOURCES += ../support/ramdisk_support.c +mdosfs_fsrdwr_SOURCES += ../support/fstest_support.c +mdosfs_fsrdwr_SOURCES += ../support/fstest_support.h +mdosfs_fsrdwr_SOURCES += ../support/ramdisk_support.h +mdosfs_fsrdwr_SOURCES += ../support/fstest.h +mdosfs_fsrdwr_SOURCES += ../../psxtests/include/pmacros.h +mdosfs_fsrdwr_SOURCES += ../mdosfs_support/fs_support.c +mdosfs_fsrdwr_SOURCES += ../mdosfs_support/fs_config.h + +#dist_rtems_tests_DATA = mdosfs_fsrdwr.scn +#dist_rtems_tests_DATA += mdosfs_fsrdwr.doc + +include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg +include $(top_srcdir)/../automake/compile.am +include $(top_srcdir)/../automake/leaf.am + +mdosfs_fsrdwr_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel) + +AM_CPPFLAGS += -I$(top_srcdir)/support +AM_CPPFLAGS += -I$(top_srcdir)/mdosfs_support +AM_CPPFLAGS += -I$(top_srcdir)/../support/include +AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include + +LINK_OBJS = $(mdosfs_fsrdwr_OBJECTS) $(mdosfs_fsrdwr_LDADD) +LINK_LIBS = $(mdosfs_fsrdwr_LDLIBS) + +mdosfs_fsrdwr$(EXEEXT): $(mdosfs_fsrdwr_OBJECTS) $(mdosfs_fsrdwr_DEPENDENCIES) + @rm -f mdosfs_fsrdwr$(EXEEXT) + $(make-exe) + +include $(top_srcdir)/../automake/local.am -- cgit v1.2.3