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/apphot/mkpkg | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 noao/digiphot/apphot/mkpkg (limited to 'noao/digiphot/apphot/mkpkg') diff --git a/noao/digiphot/apphot/mkpkg b/noao/digiphot/apphot/mkpkg new file mode 100644 index 00000000..861aeea4 --- /dev/null +++ b/noao/digiphot/apphot/mkpkg @@ -0,0 +1,39 @@ +# Make the APPHOT package + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $set LIBS = "-lnlfit -liminterp -lcurfit -lds -lxtools" + $update libpkg.a + $omake x_apphot.x + $link x_apphot.o libpkg.a $(LIBS) -o xx_apphot.e + ; + +linkonly: + $set LIBS = "-lnlfit -liminterp -lcurfit -lds -lxtools" + $link x_apphot.o libpkg.a $(LIBS) -o xx_apphot.e + $call install + ; + +install: + $move xx_apphot.e noaobin$x_apphot.e + ; + +libpkg.a: + @aplib + @aputil + @center + @daofind + @fitpsf + @fitsky + @phot + @polyphot + @radprof + @wphot + ; -- cgit