From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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