# Library for the IMMATCHX IMMATCH Tasks

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

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

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

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

	t_geomap.x	<fset.h> <error.h> <mach.h> <math/gsurfit.h> \
			geomap.h
        t_skyxymatch.x  <fset.h> <imhdr.h> <mwset.h> <math.h> \
			<skywcs.h> wcsxymatch.h
	rgmatchio.x	wcsxymatch.h
	;
