source: rtems/testsuites/fstests/imfs_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.1 KB
RevLine 
[a7c39d3]1rtems_tests_PROGRAMS = imfs_fspatheval
2imfs_fspatheval_SOURCES  = ../fspatheval/test.c
3imfs_fspatheval_SOURCES += ../support/fstest_support.c
4imfs_fspatheval_SOURCES += ../support/fstest_support.h
5imfs_fspatheval_SOURCES += ../support/fstest.h
6imfs_fspatheval_SOURCES += ../../psxtests/include/pmacros.h
7imfs_fspatheval_SOURCES += ../imfs_support/fs_support.c
8imfs_fspatheval_SOURCES += ../imfs_support/fs_config.h
9
10#dist_rtems_tests_DATA = imfs_fspatheval.scn
11#dist_rtems_tests_DATA += imfs_fspatheval.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)/imfs_support
20AM_CPPFLAGS += -I$(top_srcdir)/../support/include
21AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
22
[d7bd47b]23LINK_OBJS = $(imfs_fspatheval_OBJECTS)
[a7c39d3]24LINK_LIBS = $(imfs_fspatheval_LDLIBS)
25
26imfs_fspatheval$(EXEEXT): $(imfs_fspatheval_OBJECTS) $(imfs_fspatheval_DEPENDENCIES)
27        @rm -f imfs_fspatheval$(EXEEXT)
28        $(make-exe)
29
30include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.