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/onedspec/mkpkg | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 noao/onedspec/mkpkg (limited to 'noao/onedspec/mkpkg') diff --git a/noao/onedspec/mkpkg b/noao/onedspec/mkpkg new file mode 100644 index 00000000..0c2e260c --- /dev/null +++ b/noao/onedspec/mkpkg @@ -0,0 +1,72 @@ +# ONEDSPEC package. + +$call relink +$exit + +update: + $call update@scombine + $call relink + $call install + ; + +relink: + $update libpkg.a + $omake x_onedspec.x + $link x_onedspec.o libpkg.a -lsmw\ + -lxtools -lcurfit -lgsurfit -liminterp -lllsq -o xx_onedspec.e + ; + +install: + $move xx_onedspec.e noaobin$x_onedspec.e + ; + +smw: + $checkout libsmw.a noaolib$ + $update libsmw.a + $checkin libsmw.a noaolib$ + ; + +libsmw.a: + @smw + ; + +libpkg.a: + @dispcor + @ecidentify + @fortran + @identify + @irsiids + @odcombine + @sensfunc + @splot + + getairm.x + getcalib.x + getextn.x + odropenp.x + t_calibrate.x + t_deredden.x + t_dopcor.x + t_fitprofs.x + t_lcalib.x + t_mkspec.x + t_names.x + t_rstext.x + t_sapertures.x + t_sarith.x + t_sbands.x + t_scoords.x + t_sfit.x \ + + t_sflip.x + t_sinterp.x + t_slist.x + t_specplot.x specplot.h \ + + t_specshift.x + t_standard.x \ + + t_tweak.x \ + \ + + ; -- cgit