summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/mdosfs_fspatheval/Makefile.am
blob: 3f38d8b8e5099f0e61247022ed56e03f57ab93d8 (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

rtems_tests_PROGRAMS = mdosfs_fspatheval
mdosfs_fspatheval_SOURCES  = ../fspatheval/test.c
mdosfs_fspatheval_SOURCES += ../support/ramdisk_support.c
mdosfs_fspatheval_SOURCES += ../support/fstest_support.c
mdosfs_fspatheval_SOURCES += ../support/fstest_support.h
mdosfs_fspatheval_SOURCES += ../support/ramdisk_support.h
mdosfs_fspatheval_SOURCES += ../support/fstest.h
mdosfs_fspatheval_SOURCES += ../../psxtests/include/pmacros.h
mdosfs_fspatheval_SOURCES += ../mdosfs_support/fs_support.c
mdosfs_fspatheval_SOURCES += ../mdosfs_support/fs_config.h

#dist_rtems_tests_DATA = mdosfs_fspatheval.scn
#dist_rtems_tests_DATA += mdosfs_fspatheval.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)/mdosfs_support
AM_CPPFLAGS += -I$(top_srcdir)/../support/include
AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include

LINK_OBJS = $(mdosfs_fspatheval_OBJECTS)
LINK_LIBS = $(mdosfs_fspatheval_LDLIBS)

mdosfs_fspatheval$(EXEEXT): $(mdosfs_fspatheval_OBJECTS) $(mdosfs_fspatheval_DEPENDENCIES)
	@rm -f mdosfs_fspatheval$(EXEEXT)
	$(make-exe)

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