2002-06-18 19:44:34 +00:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
DEPTH = ..
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libio.a
|
|
|
|
libio_a_SOURCES = \
|
|
|
|
CBufferedInputStream.cpp \
|
|
|
|
CBufferedOutputStream.cpp \
|
|
|
|
CInputStreamFilter.cpp \
|
|
|
|
COutputStreamFilter.cpp \
|
|
|
|
CStreamBuffer.cpp \
|
|
|
|
XIO.cpp \
|
2002-06-22 17:31:24 +00:00
|
|
|
CBufferedInputStream.h \
|
|
|
|
CBufferedOutputStream.h \
|
|
|
|
CInputStreamFilter.h \
|
|
|
|
COutputStreamFilter.h \
|
|
|
|
CStreamBuffer.h \
|
|
|
|
IInputStream.h \
|
|
|
|
IOutputStream.h \
|
|
|
|
XIO.h \
|
2002-06-18 19:44:34 +00:00
|
|
|
$(NULL)
|
|
|
|
INCLUDES = \
|
|
|
|
-I$(DEPTH)/base \
|
|
|
|
-I$(DEPTH)/mt \
|
|
|
|
$(NULL)
|