2002-07-30 20:52:46 +04:00
|
|
|
## Process this file with automake to produce Makefile.in
|
|
|
|
NULL =
|
|
|
|
DEPTH = ../..
|
2002-07-31 21:34:05 +04:00
|
|
|
VDEPTH = ./$(VPATH)/$(DEPTH)
|
2002-07-30 20:52:46 +04:00
|
|
|
|
2002-07-31 20:57:26 +04:00
|
|
|
EXTRA_DIST = \
|
|
|
|
io.dsp \
|
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
Makefile.in \
|
2002-07-31 20:27:06 +04:00
|
|
|
$(NULL)
|
|
|
|
|
2002-07-30 20:52:46 +04:00
|
|
|
noinst_LIBRARIES = libio.a
|
|
|
|
libio_a_SOURCES = \
|
|
|
|
CBufferedInputStream.cpp \
|
|
|
|
CBufferedOutputStream.cpp \
|
|
|
|
CInputStreamFilter.cpp \
|
|
|
|
COutputStreamFilter.cpp \
|
|
|
|
CStreamBuffer.cpp \
|
|
|
|
XIO.cpp \
|
|
|
|
CBufferedInputStream.h \
|
|
|
|
CBufferedOutputStream.h \
|
|
|
|
CInputStreamFilter.h \
|
|
|
|
COutputStreamFilter.h \
|
|
|
|
CStreamBuffer.h \
|
|
|
|
IInputStream.h \
|
|
|
|
IOutputStream.h \
|
2002-07-30 22:31:00 +04:00
|
|
|
IStreamFilterFactory.h \
|
2002-07-30 20:52:46 +04:00
|
|
|
XIO.h \
|
|
|
|
$(NULL)
|
|
|
|
INCLUDES = \
|
2002-07-31 21:34:05 +04:00
|
|
|
-I$(VDEPTH)/lib/base \
|
|
|
|
-I$(VDEPTH)/lib/mt \
|
2002-07-30 20:52:46 +04:00
|
|
|
$(NULL)
|