source: rtems/testsuites/fstests/mdosfs_fserror/Makefile.am @ ef92e48c

4.115
Last change on this file since ef92e48c was a7c39d3, checked in by Joel Sherrill <joel.sherrill@…>, on 08/01/11 at 21:54:19

2011-08-01 Xiang Cui <medivhc@…>

  • 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.
  • Property mode set to 100644
File size: 1.3 KB
Line 
1##
2##  $Id$
3##
4
5MANAGERS = all
6
7rtems_tests_PROGRAMS = mdosfs_fserror
8mdosfs_fserror_SOURCES  = ../fserror/test.c
9mdosfs_fserror_SOURCES += ../support/ramdisk_support.c
10mdosfs_fserror_SOURCES += ../support/fstest_support.c
11mdosfs_fserror_SOURCES += ../support/fstest_support.h
12mdosfs_fserror_SOURCES += ../support/ramdisk_support.h
13mdosfs_fserror_SOURCES += ../support/fstest.h
14mdosfs_fserror_SOURCES += ../../psxtests/include/pmacros.h
15mdosfs_fserror_SOURCES += ../mdosfs_support/fs_support.c
16mdosfs_fserror_SOURCES += ../mdosfs_support/fs_config.h
17
18#dist_rtems_tests_DATA = mdosfs_fserror.scn
19#dist_rtems_tests_DATA += mdosfs_fserror.doc
20
21include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
22include $(top_srcdir)/../automake/compile.am
23include $(top_srcdir)/../automake/leaf.am
24
25mdosfs_fserror_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
26
27AM_CPPFLAGS += -I$(top_srcdir)/support
28AM_CPPFLAGS += -I$(top_srcdir)/mdosfs_support
29AM_CPPFLAGS += -I$(top_srcdir)/../support/include
30AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
31
32LINK_OBJS = $(mdosfs_fserror_OBJECTS) $(mdosfs_fserror_LDADD)
33LINK_LIBS = $(mdosfs_fserror_LDLIBS)
34
35mdosfs_fserror$(EXEEXT): $(mdosfs_fserror_OBJECTS) $(mdosfs_fserror_DEPENDENCIES)
36        @rm -f mdosfs_fserror$(EXEEXT)
37        $(make-exe)
38
39include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.