# Make the GUIDEMO package.

$call	relink
$exit

update:
	$call	relink
	$call	install
	;

relink:
	$set LIBS = ""

	$update	libpkg.a
	$omake	x_guidemo.x
	$link	x_guidemo.o libpkg.a $(LIBS) -o xx_guidemo.e
	;

install:
	$move	xx_guidemo.e bin$x_guidemo.e
	;

libpkg.a:
	$set XFLAGS = "-cqfx"

	hello.x	
	imbrowse.x	<finfo.h> <ctype.h> <diropen.h> <error.h> <gim.h>\
			<gset.h> <imhdr.h> <imio.h>
	zscale.x	<imhdr.h>
	;
