From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/xtools/mkpkg | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 pkg/xtools/mkpkg (limited to 'pkg/xtools/mkpkg') diff --git a/pkg/xtools/mkpkg b/pkg/xtools/mkpkg new file mode 100644 index 00000000..57eedf4e --- /dev/null +++ b/pkg/xtools/mkpkg @@ -0,0 +1,80 @@ +# 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 + ; -- cgit