1 # Build rules for the I/O library
6 $(IO_SRC_DIR
)/FileTransaction.
cpp \
7 $(IO_SRC_DIR
)/FileCache.
cpp \
8 $(IO_SRC_DIR
)/FileSource.
cpp \
9 $(IO_SRC_DIR
)/ZipSource.
cpp \
10 $(IO_SRC_DIR
)/LineSplitter.
cpp \
11 $(IO_SRC_DIR
)/ConvertLineReader.
cpp \
12 $(IO_SRC_DIR
)/FileLineReader.
cpp \
13 $(IO_SRC_DIR
)/KeyValueFileReader.
cpp \
14 $(IO_SRC_DIR
)/KeyValueFileWriter.
cpp \
15 $(IO_SRC_DIR
)/ZipLineReader.
cpp \
16 $(IO_SRC_DIR
)/TextFile.
cpp \
17 $(IO_SRC_DIR
)/CSVLine.
cpp \
18 $(IO_SRC_DIR
)/BatchTextWriter.
cpp \
19 $(IO_SRC_DIR
)/BinaryWriter.
cpp \
20 $(IO_SRC_DIR
)/TextWriter.
cpp
22 $(eval
$(call link-library
,io
,IO
))