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/digiphot/photcal/mkpkg | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 noao/digiphot/photcal/mkpkg (limited to 'noao/digiphot/photcal/mkpkg') diff --git a/noao/digiphot/photcal/mkpkg b/noao/digiphot/photcal/mkpkg new file mode 100644 index 00000000..0f47b692 --- /dev/null +++ b/noao/digiphot/photcal/mkpkg @@ -0,0 +1,38 @@ +# Make the PHOTCAL package + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $set LIBS = "-lxtools -lnlfit" + $update libpkg.a + $omake x_photcal.x + $link x_photcal.o libpkg.a $(LIBS) -o xx_photcal.e + ; + +linkonly: + $set LIBS = "-lxtools -lnlfit" + $link x_photcal.o libpkg.a $(LIBS) -o xx_photcal.e + $call install + ; + +install: + $move xx_photcal.e noaobin$x_photcal.e + ; + +libpkg.a: + @evaluate + @fitparams + @io + @mctable + @mkcatalog + @mkconfig + @mkimsets + @mkobsfile + @parser + ; -- cgit