head	1.1;
branch	1.1.1;
access;
symbols
	libgcj-2_95_1-release:1.1.1.1
	libgcj-2_95-release:1.1.1.1
	libgcj-2_95-branch:1.1.1.1.0.2
	libgcj-2_95-branchpoint:1.1.1.1
	ZLIB_1_1_3:1.1.1.1
	NET:1.1.1;
locks; strict;
comment	@# @;


1.1
date	99.05.04.19.30.27;	author tromey;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.05.04.19.30.27;	author tromey;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial revision
@
text
@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 ../..; make

clean:
	rm -f untgz untgz.o *~
@


1.1.1.1
log
@Imported zlib 1.1.3
@
text
@@

