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=-O -I../..

UNZ_OBJS = miniunz.o unzip.o ../../libz.a
ZIP_OBJS = minizip.o zip.o   ../../libz.a

.c.o:
	$(CC) -c $(CFLAGS) $*.c

all: miniunz minizip

miniunz:  $(UNZ_OBJS)
	$(CC) $(CFLAGS) -o $@@ $(UNZ_OBJS)

minizip:  $(ZIP_OBJS)
	$(CC) $(CFLAGS) -o $@@ $(ZIP_OBJS)

test:	miniunz minizip
	./minizip test readme.txt
	./miniunz -l test.zip
	mv readme.txt readme.old
	./miniunz test.zip

clean:
	/bin/rm -f *.o *~ minizip miniunz
@


1.1.1.1
log
@Imported zlib 1.1.3
@
text
@@

