source: rtems/testsuites/fstests/fsimfsconfig03/Makefile.am @ 40a18d7f

4.115
Last change on this file since 40a18d7f was 12eee4fd, checked in by Sebastian Huber <sebastian.huber@…>, on 02/13/15 at 19:53:41

IMFS: CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM

Resurrect CONFIGURE_USE_MINIIMFS_AS_BASE_FILESYSTEM.

  • Property mode set to 100644
File size: 570 bytes
Line 
1rtems_tests_PROGRAMS = fsimfsconfig03
2fsimfsconfig03_SOURCES = init.c
3
4dist_rtems_tests_DATA = fsimfsconfig03.scn fsimfsconfig03.doc
5
6include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
7include $(top_srcdir)/../automake/compile.am
8include $(top_srcdir)/../automake/leaf.am
9
10AM_CPPFLAGS += -I$(top_srcdir)/../support/include
11
12LINK_OBJS = $(fsimfsconfig03_OBJECTS)
13LINK_LIBS = $(fsimfsconfig03_LDLIBS)
14
15fsimfsconfig03$(EXEEXT): $(fsimfsconfig03_OBJECTS) $(fsimfsconfig03_DEPENDENCIES)
16        @rm -f fsimfsconfig03$(EXEEXT)
17        $(make-exe)
18
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.