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/obsutil/src/starfocus/mkpkg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 noao/obsutil/src/starfocus/mkpkg (limited to 'noao/obsutil/src/starfocus/mkpkg') diff --git a/noao/obsutil/src/starfocus/mkpkg b/noao/obsutil/src/starfocus/mkpkg new file mode 100644 index 00000000..3feffc76 --- /dev/null +++ b/noao/obsutil/src/starfocus/mkpkg @@ -0,0 +1,22 @@ +# Make the STARFOCUS tasks. + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +standalone: + $update libpkg.a + $omake x_starfocus.x + $link x_starfocus.o libpkg.a -lxtools -lnlfit -liminterp -lgsurfit\ + -lds -o xx_starfocus.e + ; + +libpkg.a: + stfgraph.x starfocus.h + stfmeasure.x starfocus.h \ + + stfprofile.x starfocus.h \ + + t_starfocus.x starfocus.h + ; -- cgit