From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- pkg/xtools/icfit/mkpkg | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 pkg/xtools/icfit/mkpkg (limited to 'pkg/xtools/icfit/mkpkg') diff --git a/pkg/xtools/icfit/mkpkg b/pkg/xtools/icfit/mkpkg new file mode 100644 index 00000000..9ad67b9e --- /dev/null +++ b/pkg/xtools/icfit/mkpkg @@ -0,0 +1,85 @@ +# ICFIT package. + +$checkout libxtools.a lib$ +$update libxtools.a +$checkin libxtools.a lib$ +$exit + +generic: + $set GEN = "$$generic -k -t rd" + $ifolder (iccleanr.x, icclean.gx) $(GEN) icclean.gx $endif + $ifolder (icdeviantr.x, icdeviant.gx) $(GEN) icdeviant.gx $endif + $ifolder (icerrorsr.x, icerrors.gx) $(GEN) icerrors.gx $endif + $ifolder (icferrorsr.x, icferrors.gx) $(GEN) icferrors.gx $endif + $ifolder (icfitr.x, icfit.gx) $(GEN) icfit.gx $endif + $ifolder (icgaddr.x, icgadd.gx) $(GEN) icgadd.gx $endif + $ifolder (icgcolonr.x, icgcolon.gx) $(GEN) icgcolon.gx $endif + $ifolder (icgdeleter.x, icgdelete.gx) $(GEN) icgdelete.gx $endif + $ifolder (icgfitr.x, icgfit.gx) $(GEN) icgfit.gx $endif + $ifolder (icgaxesr.x, icgaxes.gx) $(GEN) icgaxes.gx $endif + $ifolder (icggraphr.x, icggraph.gx) $(GEN) icggraph.gx $endif + $ifolder (icgnearestr.x, icgnearest.gx) $(GEN) icgnearest.gx $endif + $ifolder (icgparamsr.x, icgparams.gx) $(GEN) icgparams.gx $endif + $ifolder (icgsampler.x, icgsample.gx) $(GEN) icgsample.gx $endif + $ifolder (icgundeleter.x, icgundelete.gx) $(GEN) icgundelete.gx $endif + $ifolder (icguaxesr.x, icguaxes.gx) $(GEN) icguaxes.gx $endif + $ifolder (icguishowr.x, icguishow.gx) $(GEN) icguishow.gx $endif + $ifolder (icrejectr.x, icreject.gx) $(GEN) icreject.gx $endif + $ifolder (icdosetupr.x, icdosetup.gx) $(GEN) icdosetup.gx $endif + $ifolder (icvshowr.x, icvshow.gx) $(GEN) icvshow.gx $endif + $ifolder (icfvshowr.x, icfvshow.gx) $(GEN) icfvshow.gx $endif + ; + +libxtools.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + + iccleand.x icfit.h names.h + iccleanr.x icfit.h names.h + icdeviantd.x names.h + icdeviantr.x names.h + icdosetupd.x icfit.h names.h + icdosetupr.x icfit.h names.h + icerrorsd.x names.h + icerrorsr.x names.h + icferrorsd.x icfit.h names.h + icferrorsr.x icfit.h names.h + icfitd.x icfit.h names.h + icfitr.x icfit.h names.h + icfshow.x icfit.h + icfvshowd.x icfit.h names.h + icfvshowr.x icfit.h names.h + icgaddd.x + icgaddr.x + icgaxesd.x icfit.h names.h + icgaxesr.x icfit.h names.h + icgcolond.x icfit.h names.h + icgcolonr.x icfit.h names.h + icgdeleted.x icfit.h + icgdeleter.x icfit.h + icgfitd.x icfit.h names.h + icgfitr.x icfit.h names.h + icggraphd.x icfit.h names.h + icggraphr.x icfit.h names.h + icgnearestd.x icfit.h + icgnearestr.x icfit.h + icgparamsd.x icfit.h names.h + icgparamsr.x icfit.h names.h + icgsampled.x icfit.h + icgsampler.x icfit.h + icguaxesd.x + icguaxesr.x + icgui.x icfit.h + icguishowd.x icfit.h names.h + icguishowr.x icfit.h names.h + icgundeleted.x icfit.h + icgundeleter.x icfit.h + icguser.x + iclistd.x icfit.h names.h + iclistr.x icfit.h names.h + icparams.x icfit.h + icrejectd.x names.h + icrejectr.x names.h + icshow.x icfit.h + icvshowd.x icfit.h + icvshowr.x icfit.h + ; -- cgit