aboutsummaryrefslogtreecommitdiff
path: root/noao/twodspec/multispec/mkpkg
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/twodspec/multispec/mkpkg
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/twodspec/multispec/mkpkg')
-rw-r--r--noao/twodspec/multispec/mkpkg66
1 files changed, 66 insertions, 0 deletions
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 <imhdr.h>
+ 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
+ ;