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/images/tv/mkpkg | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pkg/images/tv/mkpkg (limited to 'pkg/images/tv/mkpkg') diff --git a/pkg/images/tv/mkpkg b/pkg/images/tv/mkpkg new file mode 100644 index 00000000..3ad9be17 --- /dev/null +++ b/pkg/images/tv/mkpkg @@ -0,0 +1,37 @@ +# TV package. + +$call relink +$exit + +update: + $ifeq (USE_IIS, yes) @iis $endif + $call relink + $call install + ; + +relink: + $set LIBS1 = "-liminterp -lncar -lgks -lds -lxtools" + $set LIBS2 = "-lgsurfit -lnlfit -lcurfit -lllsq -liminterp" + $checkout libds.a lib$ + $update libds.a + $checkin libds.a lib$ + $update libpkg.a + $omake x_tv.x + $link x_tv.o libpkg.a $(LIBS1) $(LIBS2) -o xx_tv.e + ; + +install: + $move xx_tv.e bin$x_tv.e + ; + +libds.a: + @display + @wcslab + ; + +libpkg.a: + @imedit + @imexamine + @tvmark + @wcslab + ; -- cgit