source: rtems/testsuites/fstests/mdosfs_fspatheval/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.2 KB
Line 
1rtems_tests_PROGRAMS = mdosfs_fspatheval
2mdosfs_fspatheval_SOURCES  = ../fspatheval/test.c
3mdosfs_fspatheval_SOURCES += ../support/ramdisk_support.c
4mdosfs_fspatheval_SOURCES += ../support/fstest_support.c
5mdosfs_fspatheval_SOURCES += ../support/fstest_support.h
6mdosfs_fspatheval_SOURCES += ../support/ramdisk_support.h
7mdosfs_fspatheval_SOURCES += ../support/fstest.h
8mdosfs_fspatheval_SOURCES += ../../psxtests/include/pmacros.h
9mdosfs_fspatheval_SOURCES += ../mdosfs_support/fs_support.c
10mdosfs_fspatheval_SOURCES += ../mdosfs_support/fs_config.h
11
12#dist_rtems_tests_DATA = mdosfs_fspatheval.scn
13#dist_rtems_tests_DATA += mdosfs_fspatheval.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)/mdosfs_support
22AM_CPPFLAGS += -I$(top_srcdir)/../support/include
23AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
24
25LINK_OBJS = $(mdosfs_fspatheval_OBJECTS)
26LINK_LIBS = $(mdosfs_fspatheval_LDLIBS)
27
28mdosfs_fspatheval$(EXEEXT): $(mdosfs_fspatheval_OBJECTS) $(mdosfs_fspatheval_DEPENDENCIES)
29        @rm -f mdosfs_fspatheval$(EXEEXT)
30        $(make-exe)
31
32include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.