source: rtems/cpukit/libblock/Makefile.am @ 3c462734

4.115
Last change on this file since 3c462734 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: 1021 bytes
Line 
1include $(top_srcdir)/automake/multilib.am
2include $(top_srcdir)/automake/compile.am
3
4noinst_LIBRARIES = libblock.a
5libblock_a_SOURCES = src/bdbuf.c \
6    src/blkdev.c \
7    src/blkdev-imfs.c \
8    src/blkdev-ioctl.c \
9    src/blkdev-ops.c \
10    src/diskdevs.c \
11    src/flashdisk.c \
12    src/ramdisk-driver.c \
13    src/ramdisk-init.c \
14    src/ramdisk-config.c \
15    src/ramdisk-register.c \
16    src/ide_part_table.c \
17    src/nvdisk.c \
18    src/nvdisk-sram.c \
19    src/bdpart-create.c \
20    src/bdpart-dump.c \
21    src/bdpart-mount.c \
22    src/bdpart-read.c \
23    src/bdpart-register.c \
24    src/bdpart-sort.c \
25    src/bdpart-write.c \
26    src/media-path.c \
27    src/media.c \
28    src/media-server.c \
29    src/media-desc.c \
30    src/media-dev-ident.c \
31    include/rtems/bdbuf.h include/rtems/blkdev.h \
32    include/rtems/diskdevs.h include/rtems/flashdisk.h \
33    include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
34    include/rtems/ide_part_table.h
35
36include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.