summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mrfs_fserror/Makefile.am
blob: 7b04c9962bc7375bfbf57676eb69fb8741d4afdd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
##
##  $Id$
##


rtems_tests_PROGRAMS = mrfs_fserror
mrfs_fserror_SOURCES  = ../fserror/test.c
mrfs_fserror_SOURCES += ../support/ramdisk_support.c
mrfs_fserror_SOURCES += ../support/fstest_support.c
mrfs_fserror_SOURCES += ../support/fstest_support.h
mrfs_fserror_SOURCES += ../support/ramdisk_support.h
mrfs_fserror_SOURCES += ../support/fstest.h
mrfs_fserror_SOURCES += ../../psxtests/include/pmacros.h
mrfs_fserror_SOURCES += ../mrfs_support/fs_support.c
mrfs_fserror_SOURCES += ../mrfs_support/fs_config.h

#dist_rtems_tests_DATA = mrfs_fserror.scn
#dist_rtems_tests_DATA += mrfs_fserror.doc

include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../automake/compile.am
include $(top_srcdir)/../automake/leaf.am


AM_CPPFLAGS += -I$(top_srcdir)/support
AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include

LINK_OBJS = $(mrfs_fserror_OBJECTS)
LINK_LIBS = $(mrfs_fserror_LDLIBS)

mrfs_fserror$(EXEEXT): $(mrfs_fserror_OBJECTS) $(mrfs_fserror_DEPENDENCIES)
	@rm -f mrfs_fserror$(EXEEXT)
	$(make-exe)

include $(top_srcdir)/../automake/local.am