# Library for the IMMATCHX package containing routines used by more than one # task $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 (geofunc.x,geofunc.gx) $(GEN) geofunc.gx -o geofunc.x $endif $ifolder (liststr.x, liststr.gx) $(GEN) liststr.gx -o liststr.x $endif ; libpkg.a: $ifeq (USE_GENERIC, yes) $call generic $endif geofit.x geogmap.x \ "geogmap.h" geograph.x \ "geogmap.h" geofunc.x liststr.x rgbckgrd.x rgccwcs.x rgcontour.x \ rgfft.x rglltran.x rgmerge.x rgsort.x rgtransform.x rgwrdstr.x rgxymatch.x xymatch.x ;