# Library for the IMAGES package containing routines used by tasks in # different subpackages $checkout libpkg.a ../ $update libpkg.a $checkin libpkg.a ../ $exit generic: $set GEN = "$$generic -k" $ifolder (geofit.x,geofit.gx) $(GEN) geofit.gx -o geofit.x $endif $ifolder (geogmap.x,geogmap.gx) $(GEN) geogmap.gx -o geogmap.x $endif $ifolder (geograph.x,geograph.gx) $(GEN) geograph.gx -o geograph.x $endif $ifolder (liststr.x, liststr.gx) $(GEN) liststr.gx -o liststr.x $endif ; libpkg.a: $ifeq (USE_GENERIC, yes) $call generic $endif # used by imcopy, lineclean tasks imcopy.x # used by xregister, psfmatch tasks rgbckgrd.x rgcontour.x \ rgfft.x # used by geoxytran and other list reading and writing tasks liststr.x # geomap, ccmap, and other tasks?, should be fmtio routine which is # the reverse of strdic rgwrdstr.x # used by ccmap, ccsetwcs, cctran, skyxymatch, skyctran, imcctran # ccxymatch tasks # put in xtools at some point ? #skywcs.x \ # "skywcs.h" "skywcsdef.h" # used by ccmap, ccxymatch rgccwcs.x # used by xyxymatch, ccxymatch, imtile tasks rgsort.x # used by skyxymatch and imctran tasks, include in skywcs.x ? rglltran.x # used by skyxymatch, wcsxymatch, imcctran tasks rgxymatch.x # used by ccxymatch, xyxymatch tasks rgmerge.x "xyxymatch.h" rgtransform.x "xyxymatch.h" xymatch.x "xyxymatch.h" # used by ccmap, geomap tasks geofit.x "geomap.h" geogmap.x "geomap.h" \ "geogmap.h" geograph.x \ "geomap.h" "geogmap.h" geoset.x "geomap.h" ;