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/inlfit/mkpkg | 122 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 122 insertions(+) create mode 100644 pkg/xtools/inlfit/mkpkg (limited to 'pkg/xtools/inlfit/mkpkg') diff --git a/pkg/xtools/inlfit/mkpkg b/pkg/xtools/inlfit/mkpkg new file mode 100644 index 00000000..4dd38bfb --- /dev/null +++ b/pkg/xtools/inlfit/mkpkg @@ -0,0 +1,122 @@ +# INLFIT mkpkg file + +$checkout libxtools.a lib$ +$update libxtools.a +$checkin libxtools.a lib$ +$exit + +generic: + $set GEN = "$$generic -k -t rd" + $ifnewer (inget.gx, inget.x) + $generic -k -o inget.x inget.gx + $endif + $ifnewer (input.gx, input.x) + $generic -k -o input.x input.gx + $endif + + $ifnewer (indump.gx, indumpr.x) $(GEN) indump.gx $endif + + $ifnewer (incopy.gx, incopyr.x) $(GEN) incopy.gx $endif + $ifnewer (infree.gx, infreer.x) $(GEN) infree.gx $endif + $ifnewer (ininit.gx, ininitr.x) $(GEN) ininit.gx $endif + $ifnewer (innlinit.gx, innlinitr.x) $(GEN) innlinit.gx $endif + + $ifnewer (indeviant.gx, indeviantr.x) $(GEN) indeviant.gx $endif + $ifnewer (inerrors.gx, inerrorsr.x) $(GEN) inerrors.gx $endif + $ifnewer (infit.gx, infitr.x) $(GEN) infit.gx $endif + $ifnewer (inlimit.gx, inlimitr.x) $(GEN) inlimit.gx $endif + $ifnewer (inrefit.gx, inrefitr.x) $(GEN) inrefit.gx $endif + $ifnewer (inreject.gx, inrejectr.x) $(GEN) inreject.gx $endif + $ifnewer (inrms.gx, inrmsr.x) $(GEN) inrms.gx $endif + + $ifnewer (ingaxes.gx, ingaxesr.x) $(GEN) ingaxes.gx $endif + $ifnewer (ingcolon.gx, ingcolonr.x) $(GEN) ingcolon.gx $endif + $ifnewer (ingdata.gx, ingdatar.x) $(GEN) ingdata.gx $endif + $ifnewer (ingdelete.gx, ingdeleter.x) $(GEN) ingdelete.gx $endif + $ifnewer (ingerrors.gx, ingerrorsr.x) $(GEN) ingerrors.gx $endif + $ifnewer (ingfit.gx, ingfitr.x) $(GEN) ingfit.gx $endif + $ifnewer (inggraph.gx, inggraphr.x) $(GEN) inggraph.gx $endif + $ifnewer (ingnearest.gx, ingnearestr.x) $(GEN) ingnearest.gx $endif + $ifnewer (ingparams.gx, ingparamsr.x) $(GEN) ingparams.gx $endif + $ifnewer (ingresults.gx, ingresultsr.x) $(GEN) ingresults.gx $endif + $ifnewer (ingshow.gx, ingshowr.x) $(GEN) ingshow.gx $endif + $ifnewer (inguaxes.gx, inguaxesr.x) $(GEN) inguaxes.gx $endif + $ifnewer (ingucolon.gx, ingucolonr.x) $(GEN) ingucolon.gx $endif + $ifnewer (ingundelete.gx, ingundeleter.x) $(GEN) ingundelete.gx $endif + $ifnewer (ingvars.gx, ingvarsr.x) $(GEN) ingvars.gx $endif + $ifnewer (ingvshow.gx, ingvshowr.x) $(GEN) ingvshow.gx $endif + ; + +libxtools.a: + + $ifeq (USE_GENERIC, yes) $call generic $endif + + incopyd.x "inlfitdef.h" + incopyr.x "inlfitdef.h" + indeviantd.x + indeviantr.x + indumpd.x "inlfitdef.h" + indumpr.x "inlfitdef.h" + inerrorsd.x + inerrorsr.x + infitd.x + infitr.x + infreed.x "inlfitdef.h" + infreer.x "inlfitdef.h" + ingaxesd.x + ingaxesr.x + ingcolond.x + ingcolonr.x + ingdatar.x + ingdatad.x + ingdefkey.x "inlfitdef.h" + ingdeleted.x + ingdeleter.x + ingerrorsd.x + ingerrorsr.x + inget.x "inlfitdef.h" + ingfitd.x \ + + ingfitr.x \ + + inggetlabel.x + inggraphd.x \ + + inggraphr.x \ + + ingnearestd.x + ingnearestr.x + ingparamsd.x + ingparamsr.x + ingresultsr.x + ingresultsd.x + ingshowd.x + ingshowr.x + inguaxesd.x + inguaxesr.x + ingucolond.x + ingucolonr.x + ingufit.x + ingundeleted.x + ingundeleter.x + ingvarsr.x + ingvarsd.x + ingvshowd.x + ingvshowr.x + ininitd.x "inlfitdef.h" + ininitr.x "inlfitdef.h" + inlimitd.x + inlimitr.x + inlstrext.x + inlstrwrd.x + innlinitd.x "inlfitdef.h" + innlinitr.x "inlfitdef.h" + input.x "inlfitdef.h" + inrefitd.x + inrefitr.x + inrejectd.x + inrejectr.x + inrmsd.x + inrmsr.x + ingtitle.x + ; -- cgit