source: rtems/testsuites/fstests/mrfs_fsrdwr/Makefile.am @ 6a5e19cc

4.115
Last change on this file since 6a5e19cc was 6a5e19cc, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:54:40

Remove CVS-Ids.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1rtems_tests_PROGRAMS = mrfs_fsrdwr
2mrfs_fsrdwr_SOURCES  = ../fsrdwr/init.c
3mrfs_fsrdwr_SOURCES += ../support/ramdisk_support.c
4mrfs_fsrdwr_SOURCES += ../support/fstest_support.c
5mrfs_fsrdwr_SOURCES += ../support/fstest_support.h
6mrfs_fsrdwr_SOURCES += ../support/ramdisk_support.h
7mrfs_fsrdwr_SOURCES += ../support/fstest.h
8mrfs_fsrdwr_SOURCES += ../../psxtests/include/pmacros.h
9mrfs_fsrdwr_SOURCES += ../mrfs_support/fs_support.c
10mrfs_fsrdwr_SOURCES += ../mrfs_support/fs_config.h
11
12#dist_rtems_tests_DATA = mrfs_fsrdwr.scn
13#dist_rtems_tests_DATA += mrfs_fsrdwr.doc
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
16include $(top_srcdir)/../automake/compile.am
17include $(top_srcdir)/../automake/leaf.am
18
19
20AM_CPPFLAGS += -I$(top_srcdir)/support
21AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
22AM_CPPFLAGS += -I$(top_srcdir)/../support/include
23AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
24
25LINK_OBJS = $(mrfs_fsrdwr_OBJECTS)
26LINK_LIBS = $(mrfs_fsrdwr_LDLIBS)
27
28mrfs_fsrdwr$(EXEEXT): $(mrfs_fsrdwr_OBJECTS) $(mrfs_fsrdwr_DEPENDENCIES)
29        @rm -f mrfs_fsrdwr$(EXEEXT)
30        $(make-exe)
31
32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.