# XTOOLS Programming tools library. update: $checkout libxtools.a lib$ $update libxtools.a $checkin libxtools.a lib$ $purge lib$ ; txtcompile: $omake t_txtcompile.x $link t_txtcompile.o -lxtools -o xx_txtcompile.e $move xx_txtcompile.o bin$x_txtcompile.e ; generic: $set GEN = "$$generic -k" $ifolder (xtsample.x, xtsample.gx) $(GEN) xtsample.gx -o xtsample.x $endif $ifolder (xtstat.x, xtstat.gx) $(GEN) xtstat.gx -o xtstat.x $endif ; libxtools.a: $ifeq (USE_GENERIC, yes) $call generic $endif @ranges # Range tools "1:10,5:20,30" @gtools # Graphics tools @icfit # Interactive curfit package @inlfit # Interactive non-linear least-squares package @fixpix # Mask and pixel fixing routines @skywcs # Sky coordinates transformation routines @catquery # Catalog and survey access routines @mef # MEF handling routines center1d.x clgcurfit.x clginterp.x clgsec.x cogetr.x cogetr.h dttext.x \ extrema.x getdatatype.x gstrdetab.x gstrentab.x gstrsettab.x imtools.x intrp.f isdir.x peaks.x ranges.x rmmed.x rmsorted.x rmturlach.x rngranges.x obsdb.x strdetab.x strentab.x syshost.x xt21imsum.x xtanswer.x xtargs.x xtbitarray.x xtextns.x xtgids.x xtimleneq.x xtimnames.x xtimtgetim.x xtlogfiles.x xtmaskname.x xtmksection.x xtphistory.x xtsample.x xtsort.x xtstat.x xtstripwhite.x xtsums.x xttxtfio.x ;