# Make the modified curfit task from UTILITIES

$checkout libpkg.a ../
$update   libpkg.a
$checkin  libpkg.a ../
$exit

generic:
	$set	GEN = "$$generic -k"
	$ifolder (curfit.x, curfit.gx) $(GEN) curfit.gx -o curfit.x $endif
	;

libpkg.a:
	$ifeq (USE_GENERIC, yes) $call generic $endif

	curfit.x	curfit.h <fset.h> <imhdr.h> <math/curfit.h>\
			<pkg/gtools.h> <ttyset.h>
	t_curfit.x	<ctype.h> <error.h> <fset.h> <imhdr.h> <pkg/gtools.h>\
			<pkg/xtanswer.h>
	;
