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/onedspec/scombine/mkpkg | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 noao/onedspec/scombine/mkpkg (limited to 'noao/onedspec/scombine/mkpkg') diff --git a/noao/onedspec/scombine/mkpkg b/noao/onedspec/scombine/mkpkg new file mode 100644 index 00000000..ab60e45b --- /dev/null +++ b/noao/onedspec/scombine/mkpkg @@ -0,0 +1,35 @@ +# SCOMBINE + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $omake x_scombine.x + $link x_scombine.o libpkg.a -lsmw -lxtools -liminterp \ + -o xx_scombine.e + ; + +install: + $move xx_scombine.e noaobin$x_scombine.e + ; + + +libpkg.a: + @generic + + icgdata.x icombine.com icombine.h + iclog.x icombine.com icombine.h + icombine.x icombine.com icombine.h + icscale.x icombine.com icombine.h \ + + icstat.x icombine.com icombine.h + icsum.x icombine.com icombine.h + t_scombine.x icombine.h icombine.com \ + + ; -- cgit