blob: 09fa5544aef4e2d8d7b3f8236386d99641986c0b [file] [log] [blame]
SRCS = Exception.cxx FdInStream.cxx FdOutStream.cxx InStream.cxx \
RandomStream.cxx ZlibInStream.cxx ZlibOutStream.cxx \
HexInStream.cxx HexOutStream.cxx
OBJS = $(SRCS:.cxx=.o)
DIR_CPPFLAGS = -I$(top_srcdir) @ZLIB_INCLUDE@
library = librdr.a
all:: $(library)
$(library): $(OBJS)
rm -f $(library)
$(AR) $(library) $(OBJS)
$(RANLIB) $(library)
# followed by boilerplate.mk