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/sptime/mkpkg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 noao/obsutil/src/sptime/mkpkg (limited to 'noao/obsutil/src/sptime/mkpkg') diff --git a/noao/obsutil/src/sptime/mkpkg b/noao/obsutil/src/sptime/mkpkg new file mode 100644 index 00000000..21f5845d --- /dev/null +++ b/noao/obsutil/src/sptime/mkpkg @@ -0,0 +1,20 @@ +# Make SPECTIME. + +$checkout libpkg.a ../ +$update libpkg.a +$checkin libpkg.a ../ +$exit + +standalone: + $update libpkg.a + $omake x_spectime.x + $link x_spectime.o libpkg.a -lsmw -liminterp -o xx_spectime.e + ; + +libpkg.a: + grating.x + stdisperser.x sptime.h + t_cgiparse.x + t_sptime.x sptime.h + tabinterp.x + ; -- cgit