# Library for the IMAGES IMCOORDS Subpackage Tasks

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

generic:
        $set    GEN = "$$generic -k"

	$ifolder (rgstr.x, rgstr.gx)
	    $(GEN) rgstr.gx -o rgstr.x $endif
	;

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

        ccfunc.x        <imhdr.h> <math.h> <mwset.h> "../../lib/skywcs.h" \
			<math/gsurfit.h>
        ccxytran.x      <math.h> "../../lib/skywcs.h"
	rgstr.x		<ctype.h>
        sfconvolve.x    <imset.h> <math.h> starfind.h
        sffind.x        <error.h> <mach.h> <imhdr.h> <imset.h> <fset.h> \
                        <math.h> starfind.h
        sftools.x       <mach.h> starfind.h
        skyctran.x      <fset.h> <ctype.h> <math.h> "../../lib/skywcs.h"
	t_ccfind.x	<fset.h> <ctype.h> <imhdr.h> "../../lib/skywcs.h"
        t_ccmap.x       <fset.h> <math/gsurfit.h> <ctype.h> <math.h> \
                        <imhdr.h> "../../lib/geomap.h" "../../lib/skywcs.h"
        t_ccsetwcs.x    <imhdr.h> <math.h> <mwset.h> "../../lib/skywcs.h"
        t_cctran.x      <fset.h> <ctype.h> <math.h> "../../lib/skywcs.h"
	t_ccxymatch.x   <fset.h> "../../lib/skywcs.h" "../../lib/xyxymatch.h"
        t_imcctran.x    <fset.h> <imhdr.h> <mwset.h> <math.h> <math/gsurfit.h> \
			"../../lib/skywcs.h"
        t_skyctran.x    <fset.h> "../../lib/skywcs.h"
        t_starfind.x    <fset.h>
        t_wcsctran.x    <imio.h> <fset.h> <ctype.h> <imhdr.h> <ctotok.h> \
                        <mwset.h>
	t_wcsedit.x	<fset.h> <imhdr.h> <mwset.h>
	t_wcsreset.x	<error.h> <imhdr.h> <mwset.h>
	;
