From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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