source: rtems/testsuites/fstests/mimfs_fserror/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.0 KB
Line 
1
2rtems_tests_PROGRAMS = mimfs_fserror
3mimfs_fserror_SOURCES  = ../fserror/test.c
4mimfs_fserror_SOURCES += ../support/fstest_support.c
5mimfs_fserror_SOURCES += ../support/fstest_support.h
6mimfs_fserror_SOURCES += ../support/fstest.h
7mimfs_fserror_SOURCES += ../../psxtests/include/pmacros.h
8mimfs_fserror_SOURCES += ../mimfs_support/fs_support.c
9mimfs_fserror_SOURCES += ../mimfs_support/fs_config.h
10
11#dist_rtems_tests_DATA = mimfs_fserror.scn
12#dist_rtems_tests_DATA += mimfs_fserror.doc
13
14include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
15include $(top_srcdir)/../automake/compile.am
16include $(top_srcdir)/../automake/leaf.am
17
18
19AM_CPPFLAGS += -I$(top_srcdir)/support
20AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
21AM_CPPFLAGS += -I$(top_srcdir)/../support/include
22AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
23
24LINK_OBJS = $(mimfs_fserror_OBJECTS)
25LINK_LIBS = $(mimfs_fserror_LDLIBS)
26
27mimfs_fserror$(EXEEXT): $(mimfs_fserror_OBJECTS) $(mimfs_fserror_DEPENDENCIES)
28        @rm -f mimfs_fserror$(EXEEXT)
29        $(make-exe)
30
31include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.