zlib/contrib/minizip
Jonathan Nieder f0cff24214 Add support for VPATH builds in contrib/minizip.
Instead of using relative paths directly, use paths relative to
top_srcdir and top_builddir to refer to source files and built files,
respectively.

Note that the toplevel zlib configure script still does not have any
special support for out-of-tree builds.  But now you can do

	(cd contrib/minizip && autoreconf -fis)

	mkdir -p BUILD/test
	cp *.c *.h *.in zlib.map configure zlib.3 BUILD
	cp test/*.c BUILD/test
	(cd BUILD && ./configure --shared)
	(cd BUILD && make)

	mkdir -p BUILD/contrib/minizip
	cd BUILD/contrib/minizip
	../../../contrib/minizip/configure
	make

While at it, move the include path and library path settings to
CPPFLAGS and LDFLAGS respectively instead of setting both in CFLAGS.
Thanks to Mike Frysinger for advice.
2012-01-21 12:56:57 -08:00
..
configure.ac Make version explicit in contrib/minizip/configure.ac [Bosmans]. 2012-01-20 23:36:59 -08:00
crypt.h zlib 1.2.3.8 2011-09-09 23:27:17 -07:00
ioapi.c Avoid some warnings in contrib/minizip [Vollant]. 2012-01-21 11:58:45 -08:00
ioapi.h Fix compilation of contrib/minizip on FreeBSD [Márquez]. 2012-01-16 18:51:31 -08:00
iowin32.c zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
iowin32.h zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
make_vms.com zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
Makefile zlib 1.2.3.8 2011-09-09 23:27:17 -07:00
Makefile.am Add support for VPATH builds in contrib/minizip. 2012-01-21 12:56:57 -08:00
miniunz.c zlib 1.2.5.1 2011-09-11 11:04:49 -07:00
MiniZip64_Changes.txt zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
MiniZip64_info.txt zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
minizip.c Remove trailing space in contrib/minizip/minizip.c. 2012-01-21 12:00:26 -08:00
minizip.pc.in Add files in contrib/minizip to aid in building libminizip. 2011-11-13 12:42:47 -08:00
mztools.c Protect for long name and extra fields in contrib/minizip [Vollant]. 2012-01-21 11:58:45 -08:00
mztools.h Fix bug when compiling minizip with C++ [Vollant]. 2012-01-21 11:58:35 -08:00
unzip.c Minor cleanup up contrib/minizip/unzip.c [Vollant]. 2012-01-21 11:49:31 -08:00
unzip.h zlib 1.2.3.9 2011-09-09 23:27:26 -07:00
zip.c Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]. 2012-01-21 11:48:14 -08:00
zip.h zlib 1.2.3.9 2011-09-09 23:27:26 -07:00