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/imred/vtel/mkpkg | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 noao/imred/vtel/mkpkg (limited to 'noao/imred/vtel/mkpkg') diff --git a/noao/imred/vtel/mkpkg b/noao/imred/vtel/mkpkg new file mode 100644 index 00000000..3da8ea5a --- /dev/null +++ b/noao/imred/vtel/mkpkg @@ -0,0 +1,59 @@ +# Make the VTEL Package + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $set LIBS = "-lxtools" + $update libpkg.a + $omake x_vtel.x + $link x_vtel.o libpkg.a $(LIBS) + ; + +install: + $move x_vtel.e noaobin$ + ; + +libpkg.a: + d1900.x + decodeheader.x "vt.h" + destreak.x "vt.h" + dicoplot.x "gryscl.inc" "dicoplot.h" "vt.h" \ + + dephem.x + gauss.x + getsqib.x "vt.h" + imfglexr.x "vt.h" + imfilt.x "vt.h" + imratio.x + textim.x + lstsq.x + merge.x "vt.h" + mrqmin.x + mscan.x "vt.h" + numeric.x "vt.h" "numeric.h" + pimtext.x "vt.h" + pixbit.x "asciilook.inc" "pixelfont.inc" + putsqib.x "vt.h" + quickfit.x "vt.h" + readheader.x "vt.h" + readss1.x "vt.h" + readss2.x "vt.h" + readss3.x "vt.h" + readss4.x "vt.h" + readsubswath.x "vt.h" + readvt.x "vt.h" + rmap.x "vt.h" "numeric.h" + syndico.x "vt.h" "trnsfrm.inc" "syndico.h" \ + + tcopy.x "vt.h" + trim.x "vt.h" + unwrap.x + vtexamine.x "vt.h" + writevt.x "vt.h" + ; -- cgit