source: rtems/testsuites/fstests/mrfs_fssymlink/Makefile.am @ 820d82ed

4.115
Last change on this file since 820d82ed 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.2 KB
Line 
1rtems_tests_PROGRAMS = mrfs_fssymlink
2mrfs_fssymlink_SOURCES  = ../fssymlink/test.c
3mrfs_fssymlink_SOURCES += ../support/ramdisk_support.c
4mrfs_fssymlink_SOURCES += ../support/fstest_support.c
5mrfs_fssymlink_SOURCES += ../support/fstest_support.h
6mrfs_fssymlink_SOURCES += ../support/ramdisk_support.h
7mrfs_fssymlink_SOURCES += ../support/fstest.h
8mrfs_fssymlink_SOURCES += ../../psxtests/include/pmacros.h
9mrfs_fssymlink_SOURCES += ../mrfs_support/fs_support.c
10mrfs_fssymlink_SOURCES += ../mrfs_support/fs_config.h
11
12#dist_rtems_tests_DATA = mrfs_fssymlink.scn
13#dist_rtems_tests_DATA += mrfs_fssymlink.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_fssymlink_OBJECTS)
26LINK_LIBS = $(mrfs_fssymlink_LDLIBS)
27
28mrfs_fssymlink$(EXEEXT): $(mrfs_fssymlink_OBJECTS) $(mrfs_fssymlink_DEPENDENCIES)
29        @rm -f mrfs_fssymlink$(EXEEXT)
30        $(make-exe)
31
32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.