# Generated automatically from Makefile.in by configure.

SRCS = FdInStream.cxx FdOutStream.cxx InStream.cxx NullOutStream.cxx \
       ZlibInStream.cxx ZlibOutStream.cxx

OBJS = $(SRCS:.cxx=.o)

DIR_CPPFLAGS = -I$(top_srcdir)

library = librdr.a

all:: $(library)

$(library): $(OBJS)
	rm -f $(library)
	$(AR) $(library) $(OBJS)
	$(RANLIB) $(library)

#
clean::
	rm -f $(library) *.o

distclean:: clean
	rm -f Makefile config.log config.status config.cache

SHELL = /bin/sh
top_srcdir = ..

CC = cc
CFLAGS = -fno-common -Wall $(DIR_CFLAGS)
CCLD = $(CC)
CXX = c++
CXXFLAGS = -fno-common -Wall
CXXLD = $(CXX)
CPPFLAGS = 
DEFS =  -DHAVE_LIBZ=1 
ALL_CPPFLAGS = $(CPPFLAGS) $(DEFS) $(DIR_CPPFLAGS)
LIBS = -lz 
LDFLAGS = 
RANLIB = ranlib
AR = ar cq

.SUFFIXES:
.SUFFIXES: .cxx .c .o

.c.o:
	$(CC) $(ALL_CPPFLAGS) $(CFLAGS) -c $<

.cxx.o:
	$(CXX) $(ALL_CPPFLAGS) $(CXXFLAGS) -c $<


syntax highlighted by Code2HTML, v. 0.9.1