Files
rtems/cpukit/libblock/Makefile.am
Joel Sherrill 9b4422a251 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.
2012-05-11 08:44:13 -05:00

37 lines
1021 B
Makefile

include $(top_srcdir)/automake/multilib.am
include $(top_srcdir)/automake/compile.am
noinst_LIBRARIES = libblock.a
libblock_a_SOURCES = src/bdbuf.c \
src/blkdev.c \
src/blkdev-imfs.c \
src/blkdev-ioctl.c \
src/blkdev-ops.c \
src/diskdevs.c \
src/flashdisk.c \
src/ramdisk-driver.c \
src/ramdisk-init.c \
src/ramdisk-config.c \
src/ramdisk-register.c \
src/ide_part_table.c \
src/nvdisk.c \
src/nvdisk-sram.c \
src/bdpart-create.c \
src/bdpart-dump.c \
src/bdpart-mount.c \
src/bdpart-read.c \
src/bdpart-register.c \
src/bdpart-sort.c \
src/bdpart-write.c \
src/media-path.c \
src/media.c \
src/media-server.c \
src/media-desc.c \
src/media-dev-ident.c \
include/rtems/bdbuf.h include/rtems/blkdev.h \
include/rtems/diskdevs.h include/rtems/flashdisk.h \
include/rtems/ramdisk.h include/rtems/nvdisk.h include/rtems/nvdisk-sram.h \
include/rtems/ide_part_table.h
include $(top_srcdir)/automake/local.am