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/artdata/mkpkg | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 noao/artdata/mkpkg (limited to 'noao/artdata/mkpkg') diff --git a/noao/artdata/mkpkg b/noao/artdata/mkpkg new file mode 100644 index 00000000..e1f8a640 --- /dev/null +++ b/noao/artdata/mkpkg @@ -0,0 +1,40 @@ +# ARTDATA + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $call artdata + ; + +install: + $move xx_artdata.e noaobin$x_artdata.e + ; + +artdata: + $set LIBS = "-lsmw -lxtools -lcurfit -liminterp" + $omake x_artdata.x + $link x_artdata.o libpkg.a $(LIBS) -o xx_artdata.e + ; + +libpkg.a: + @lists + mkheader.x + mktemplates.x mktemplates.com \ + + numrecipes.x + t_mk1dspec.x + t_mk2dspec.x + t_mkechelle.x + t_mkheader.x + t_mknoise.x + t_mkobjects.x + t_mkpattern.x + voigt.x + ; -- cgit