SubDir HAIKU_TOP src bin gzip ;

SubDirCcFlags -w ;

BinCommand gzip :
	gzip.c
	zip.c
	deflate.c
	trees.c
	bits.c
	unzip.c
	inflate.c
	util.c
	lzw.c
	unlzw.c
	unpack.c
	unlzh.c
	crypt.c
	: be
;

{
	MakeLocatePlatform <bin>zdiff ;
	Shell <bin>zdiff : zdiff ;
	MakeLocatePlatform <bin>zgrep ;
	Shell <bin>zgrep : zgrep ;
	MakeLocatePlatform <bin>zmore ;
	Shell <bin>zmore : zmore ;
	MakeLocatePlatform <bin>znew ;
	Shell <bin>znew : znew ;
	MakeLocatePlatform <bin>zforce ;
	Shell <bin>zforce : zforce ;
	MakeLocatePlatform <bin>zfile ;
	Shell <bin>zfile : zfile ;
	MakeLocatePlatform <bin>gzexe ;
	Shell <bin>gzexe : gzexe ;
}
