diff options
Diffstat (limited to 'common/rdr/Makefile.in')
-rw-r--r-- | common/rdr/Makefile.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/common/rdr/Makefile.in b/common/rdr/Makefile.in deleted file mode 100644 index 09fa5544..00000000 --- a/common/rdr/Makefile.in +++ /dev/null @@ -1,19 +0,0 @@ - -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 |