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

rtems_tests_PROGRAMS = mdosfs_fsstatvfs
mdosfs_fsstatvfs_SOURCES  = ../fsstatvfs/test.c
mdosfs_fsstatvfs_SOURCES += ../support/ramdisk_support.c
mdosfs_fsstatvfs_SOURCES += ../support/fstest_support.c
mdosfs_fsstatvfs_SOURCES += ../support/fstest_support.h
mdosfs_fsstatvfs_SOURCES += ../support/ramdisk_support.h
mdosfs_fsstatvfs_SOURCES += ../support/fstest.h
mdosfs_fsstatvfs_SOURCES += ../../psxtests/include/pmacros.h
mdosfs_fsstatvfs_SOURCES += ../mdosfs_support/fs_support.c
mdosfs_fsstatvfs_SOURCES += ../mdosfs_support/fs_config.h

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_fsstatvfs_OBJECTS)
LINK_LIBS = $(mdosfs_fsstatvfs_LDLIBS)

mdosfs_ffsstatvfs$(EXEEXT): $(mdosfs_fsstatvfs_OBJECTS) $(mdosfs_fsstatvfs_DEPENDENCIES)
	@rm -f mdosfs_fsstatvfs$(EXEEXT)
	$(make-exe)

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