source: rtems/testsuites/fstests/mimfs_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.1 KB
Line 
1rtems_tests_PROGRAMS = mimfs_fssymlink
2mimfs_fssymlink_SOURCES  = ../fssymlink/test.c
3mimfs_fssymlink_SOURCES += ../support/fstest_support.c
4mimfs_fssymlink_SOURCES += ../support/fstest_support.h
5mimfs_fssymlink_SOURCES += ../support/fstest.h
6mimfs_fssymlink_SOURCES += ../../psxtests/include/pmacros.h
7mimfs_fssymlink_SOURCES += ../mimfs_support/fs_support.c
8mimfs_fssymlink_SOURCES += ../mimfs_support/fs_config.h
9
10#dist_rtems_tests_DATA = mimfs_fssymlink.scn
11#dist_rtems_tests_DATA += mimfs_fssymlink.doc
12
13include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
14include $(top_srcdir)/../automake/compile.am
15include $(top_srcdir)/../automake/leaf.am
16
17
18AM_CPPFLAGS += -I$(top_srcdir)/support
19AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
22
23LINK_OBJS = $(mimfs_fssymlink_OBJECTS)
24LINK_LIBS = $(mimfs_fssymlink_LDLIBS)
25
26mimfs_fssymlink$(EXEEXT): $(mimfs_fssymlink_OBJECTS) $(mimfs_fssymlink_DEPENDENCIES)
27        @rm -f mimfs_fssymlink$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.