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 --- noao/twodspec/multispec/mkpkg | 66 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 noao/twodspec/multispec/mkpkg (limited to 'noao/twodspec/multispec/mkpkg') diff --git a/noao/twodspec/multispec/mkpkg b/noao/twodspec/multispec/mkpkg new file mode 100644 index 00000000..be03b41f --- /dev/null +++ b/noao/twodspec/multispec/mkpkg @@ -0,0 +1,66 @@ +# MULTISPEC Package. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $call multispec + ; + +install: + $move x_multispec.e noaobin$ + ; + +multispec: + $omake x_multispec.x + $set LIBS = "-lxtools -lllsq -lcurfit -ldeboor -linterp" + $link x_multispec.o libpkg.a $(LIBS) + ; + +libpkg.a: + @dbio + + armsr.x + clinput.x + exgauss5.x ms.h + exsmooth.x ms.h + exstrip.x ms.h + fitclean.x ms.h + fitgauss5.x ms.h fitgauss5.com + fitsmooth.x ms.h + history.x ms.h + intgauss5.x ms.h + modgauss5.x ms.h + msextract.x ms.h + msget.x ms.h + msio.x ms.h + msnames.x ms.h + msput.x ms.h + mssmooth.x + peaks.x + profinterp.x ms.h + ranges.x + sampline.x ms.h + setfitparams.x ms.h + setmodel.x ms.h + setranges.x ms.h + setsmooth.x ms.h + solve.x ms.h + unblend.x ms.h + msplot.x + t_findpeaks.x ms.h + t_fitfunc.x ms.h + t_fitgauss5.x ms.h fitgauss5.com + t_modellist.x ms.h + t_msextract.x ms.h + t_mslist.x ms.h + t_msset.x ms.h + t_newextract.x ms.h + t_newimage.x ms.h + ; -- cgit