head	1.2;
access;
symbols
	ansi-20040405-merged:1.1
	premerge-autoconf:1.1
	postmerge-20040315-windows:1.1
	premerge-20040315-windows:1.1
	windows-20040315-freeze:1.1
	phong-branch:1.1.0.12
	photonmap-branch:1.1.0.10
	rel-6-1-DP:1.1
	windows-branch:1.1.0.8
	rel-6-0-2:1.1
	ansi-branch:1.1.0.6
	rel-6-0-1-branch:1.1.0.4
	hartley-6-0-post:1.1
	hartley-6-0-pre:1.1
	rel-6-0-1:1.1
	rel-6-0:1.1
	rel-5-4:1.1
	offsite-5-3-pre:1.1
	rel-5-3:1.1
	rel-5-2:1.1
	rel-5-1-branch:1.1.0.2
	rel-5-1:1.1
	rel-5-0:1.1
	rel-5-0-beta:1.1
	AUTOCONF:1.1.0.14;
locks; strict;
comment	@# @;


1.2
date	2004.03.18.18.25.16;	author erikg;	state dead;
branches;
next	1.1;

1.1
date	98.06.24.18.54.40;	author jra;	state Exp;
branches
	1.1.14.1;
next	;

1.1.14.1
date	2003.11.07.16.41.48;	author erikg;	state dead;
branches;
next	1.1.14.2;

1.1.14.2
date	2004.02.12.19.18.00;	author erikg;	state Exp;
branches;
next	1.1.14.3;

1.1.14.3
date	2004.02.25.15.24.48;	author erikg;	state dead;
branches;
next	;


desc
@@


1.2
log
@merge of AUTOCONF branch in to HEAD
@
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
log
@release 1.1.2
@
text
@@


1.1.14.1
log
@generated now
@
text
@@


1.1.14.2
log
@merge from HEAD
@
text
@@


1.1.14.3
log
@makefiles should be generated
@
text
@@


