head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.2
	RELEASE_2_2_6:1.2
	RELEASE_2_2_5:1.2
	RELEASE_2_2_1:1.2
	RELEASE_2_2_2:1.2
	v0_2_1:1.1.1.1
	JULIAN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.09.27.11.59.36;	author andreas;	state Exp;
branches;
next	1.1;

1.1
date	96.09.27.11.47.06;	author andreas;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.09.27.11.47.06;	author andreas;	state Exp;
branches;
next	;


desc
@@


1.2
log
@The readme file says, that it's important for i386 architecture,
to include -fomit-frame-pointer into the CFLAGS.
BTW: someone here who knows, if -funroll-loops might add some (stable)
performance as well ?!
@
text
@--- Makefile.orig	Sat Aug 31 09:50:33 1996
+++ Makefile	Fri Sep 27 13:57:55 1996
@@@@ -1,29 +1,17 @@@@
-
-CC = gcc
-SH = /bin/sh
-
-CFLAGS = -O3 -fomit-frame-pointer -funroll-loops -Wall -Winline -Wshadow -W
-
-
+CFLAGS+= -fomit-frame-pointer
 
 all:
-	cat words0
 	$(CC) $(CFLAGS) -o bzip bzip.c
-	rm -f bunzip
-	ln -s ./bzip ./bunzip
-	cat words1
-	./bzip -Q -1 < sample1.ref > sample1.rbz
-	./bzip -Q -2 < sample2.ref > sample2.rbz
-	./bunzip -Q < sample1.bz > sample1.tst
-	./bunzip -Q < sample2.bz > sample2.tst
-	cat words2
-	cmp sample1.bz sample1.rbz 
-	cmp sample2.bz sample2.rbz
-	cmp sample1.tst sample1.ref
-	cmp sample2.tst sample2.ref
-	cat words3
-
+	@@ln -fs ./bzip ./bunzip
+	@@echo "*** testing bzip and bunzip ***"
+	./bzip -Q -1 < sample1.ref > sample1.rbz || exit 1
+	./bzip -Q -2 < sample2.ref > sample2.rbz || exit 1
+	./bunzip -Q < sample1.bz > sample1.tst || exit 1
+	./bunzip -Q < sample2.bz > sample2.tst || exit 1
+	cmp sample1.bz sample1.rbz || exit 1
+	cmp sample2.bz sample2.rbz || exit 1
+	cmp sample1.tst sample1.ref || exit 1
+	cmp sample2.tst sample2.ref || exit 1
 
 clean:
 	rm -f bzip bunzip sample*.tst sample*.rbz
-
@


1.1
log
@Initial revision
@
text
@d2 2
a3 2
+++ Makefile	Fri Sep 27 12:54:40 1996
@@@@ -1,29 +1,15 @@@@
d11 2
a12 1
-
@


1.1.1.1
log
@imported new port of bpatch 0.21, a compression program, that seems to have
some advantages over gzip concerning compression and memory consumption.
@
text
@@
