source: rtems/testsuites/fstests/mrfs_fsrdwr/Makefile.am @ 9b4422a2

4.115
Last change on this file since 9b4422a2 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

  • Property mode set to 100644
File size: 1.1 KB
Line 
1
2rtems_tests_PROGRAMS = mrfs_fsrdwr
3mrfs_fsrdwr_SOURCES  = ../fsrdwr/init.c
4mrfs_fsrdwr_SOURCES += ../support/ramdisk_support.c
5mrfs_fsrdwr_SOURCES += ../support/fstest_support.c
6mrfs_fsrdwr_SOURCES += ../support/fstest_support.h
7mrfs_fsrdwr_SOURCES += ../support/ramdisk_support.h
8mrfs_fsrdwr_SOURCES += ../support/fstest.h
9mrfs_fsrdwr_SOURCES += ../../psxtests/include/pmacros.h
10mrfs_fsrdwr_SOURCES += ../mrfs_support/fs_support.c
11mrfs_fsrdwr_SOURCES += ../mrfs_support/fs_config.h
12
13#dist_rtems_tests_DATA = mrfs_fsrdwr.scn
14#dist_rtems_tests_DATA += mrfs_fsrdwr.doc
15
16include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
17include $(top_srcdir)/../automake/compile.am
18include $(top_srcdir)/../automake/leaf.am
19
20
21AM_CPPFLAGS += -I$(top_srcdir)/support
22AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
23AM_CPPFLAGS += -I$(top_srcdir)/../support/include
24AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
25
26LINK_OBJS = $(mrfs_fsrdwr_OBJECTS)
27LINK_LIBS = $(mrfs_fsrdwr_LDLIBS)
28
29mrfs_fsrdwr$(EXEEXT): $(mrfs_fsrdwr_OBJECTS) $(mrfs_fsrdwr_DEPENDENCIES)
30        @rm -f mrfs_fsrdwr$(EXEEXT)
31        $(make-exe)
32
33include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.