source: rtems/testsuites/fstests/mrfs_fslink/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_fslink
2mrfs_fslink_SOURCES  = ../fslink/test.c
3mrfs_fslink_SOURCES += ../support/ramdisk_support.c
4mrfs_fslink_SOURCES += ../support/fstest_support.c
5mrfs_fslink_SOURCES += ../support/fstest_support.h
6mrfs_fslink_SOURCES += ../support/ramdisk_support.h
7mrfs_fslink_SOURCES += ../support/fstest.h
8mrfs_fslink_SOURCES += ../../psxtests/include/pmacros.h
9mrfs_fslink_SOURCES += ../mrfs_support/fs_support.c
10mrfs_fslink_SOURCES += ../mrfs_support/fs_config.h
11
12#dist_rtems_tests_DATA = mrfs_fslink.scn
13#dist_rtems_tests_DATA += mrfs_fslink.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_fslink_OBJECTS)
26LINK_LIBS = $(mrfs_fslink_LDLIBS)
27
28mrfs_fslink$(EXEEXT): $(mrfs_fslink_OBJECTS) $(mrfs_fslink_DEPENDENCIES)
29        @rm -f mrfs_fslink$(EXEEXT)
30        $(make-exe)
31
32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.