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;
locks; strict;
comment	@# @;


1.2
date	2009.04.09.22.27.17;	author gabor;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.09.20.21.08;	author gabor;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 0.15
@
text
@--- Makefile.orig	2009-01-25 18:27:52.000000000 +0100
+++ Makefile	2009-02-07 18:56:15.000000000 +0100
@@@@ -1,15 +1,10 @@@@
 # Makefile,v 1.8 2009-01-25 17:27:52 lacos Exp
 .POSIX:
 
-CC=gcc
-CFLAGS=$$($(SHELL) lfs.sh CFLAGS) -D _XOPEN_SOURCE=500 -pipe -ansi -pedantic \
-    -O2
+LDFLAGS+=	-s
+LIBS+=		-l pthread -l bz2
 
-
-
-
-LDFLAGS=-s $$($(SHELL) lfs.sh LDFLAGS)
-LIBS=-l pthread -l bz2 $$($(SHELL) lfs.sh LIBS)
+all: lbzip2
 
 lbzip2: main.o lbzip2.o lbunzip2.o lbunzip2_single.o lacos_rbtree.o
 	$(CC) -o lbzip2 $(LDFLAGS) main.o lbzip2.o lbunzip2.o \
@


1.1
log
@A multi-threaded bzip2/bunzip2 filter that doesn't depend on the lseek()
system call and so isn't restricted to regular files.

WWW: http://phptest11.atw.hu/
@
text
@d9 1
a9 1
-    -O3
@

