Sha256: 8f5ab1564813e091cea8f1bb63da32fd80ac763d029277b0cabf50f60aceefe1

Contents?: true

Size: 234 Bytes

Versions: 16

Compression:

Stored size: 234 Bytes

Contents

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 *~

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
ghostscript-9.21.1 vendor/ghostscript-9.21/zlib/contrib/untgz/Makefile
ruby-compiler-0.1.1 vendor/zlib/contrib/untgz/Makefile
finishm-0.0.9 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
bio-velvet_underground-0.3.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
finishm-0.0.8 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
finishm-0.0.7 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
finishm-0.0.6 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
finishm-0.0.5 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
finishm-0.0.4 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
finishm-0.0.2 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
finishm-0.0.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
bio-velvet_underground-0.3.0 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
bio-velvet_underground-0.2.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
bio-velvet_underground-0.2.0 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
bio-velvet_underground-0.1.0 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile
bio-velvet_underground-0.0.1 ext/src/third-party/zlib-1.2.3/contrib/untgz/Makefile