Artifact b31cf680ad6e873da3c897c6b123a5fde4cd5151:
- File compat/zlib/contrib/untgz/Makefile — part of check-in [d17f4473cf] at 2012-11-27 06:31:19 on branch zlib — Support building with zlib in the compat directory, phase 1. (user: mistachkin size: 234) [more...]
CC=cc CFLAGS=-g untgz: untgz.o ../../libz.a $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz untgz.o: untgz.c ../../zlib.h $(CC) $(CFLAGS) -c -I../.. untgz.c ../../libz.a: cd ../..; ./configure; make clean: rm -f untgz untgz.o *~