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/mkpkg | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 pkg/images/mkpkg (limited to 'pkg/images/mkpkg') diff --git a/pkg/images/mkpkg b/pkg/images/mkpkg new file mode 100644 index 00000000..d6c6df18 --- /dev/null +++ b/pkg/images/mkpkg @@ -0,0 +1,33 @@ +# Make the IMAGES package + +$call relink +$exit + +update: + @tv + @immatch/src/imcombine/src/mkpkg + $call relink + $call install + ; + +relink: + $set LIBS1 = "-limc -lxtools -lcurfit -lsurfit -lgsurfit -liminterp" + $set LIBS2 = "-lnlfit -lslalib -lncar -lgks" + $update libpkg.a + $omake x_images.x + $link x_images.o libpkg.a $(LIBS1) $(LIBS2) -o xx_images.e + ; + +install: + $move xx_images.e bin$x_images.e + ; + +libpkg.a: + @imcoords + @imfilter + @imfit + @imgeom + @immatch + @imutil + @lib + ; -- cgit