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/nproto/ace/mkpkg | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 noao/nproto/ace/mkpkg (limited to 'noao/nproto/ace/mkpkg') diff --git a/noao/nproto/ace/mkpkg b/noao/nproto/ace/mkpkg new file mode 100644 index 00000000..d385a296 --- /dev/null +++ b/noao/nproto/ace/mkpkg @@ -0,0 +1,60 @@ +# Make ACE. + +$call relink +$exit + +update: + $call relink + $call install + ; + +relink: + $update libpkg.a + $omake x_ace.x + $link x_ace.o libpkg.a -lds -lgsurfit -lcurfit -lxtools -liminterp\ + -ltbtables -o xx_ace.e + ; + +install: + $move xx_ace.e acebin$x_ace.e + ; + +libpkg.a: + aceoverlay.x ace.h + bndry.x ace.h + catdefine.x ace.h cat.h objs.h + catio.x ace.h cat.h objs.h + convolve.x + detect.x ace.h cat.h detect.h objs.h\ + skyblock.h split.h + evaluate.x ace.h cat.h evaluate.h objs.h\ + + filter.x ace.h filter.h objs.h + grow.x ace.h cat.h grow.h objs.h + mapio.x + maskcolor.x + mgs.x + mim.x + noisemodel.x + omwrite.x ace.h + pars.x detect.h evaluate.h grow.h \ + skyblock.h skyfit.h sky.h split.h + skyblock.x \ + skyblock.h + skyfit.x skyfit.h + skyimages.x + sky.x sky.h + split.x ace.h cat.h objs.h split.h + tables.x + t_acedetect.x ace.h acedetect.h cat.h \ + + t_acedisplay.x display.h gwindow.h \ + \ + + t_imext.x + t_mscext.x + x_ace.x + xtmaskname.x + xtpmmap.x \ + + ; -- cgit