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/imred/ccdred/src/mkpkg | 75 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 noao/imred/ccdred/src/mkpkg (limited to 'noao/imred/ccdred/src/mkpkg') diff --git a/noao/imred/ccdred/src/mkpkg b/noao/imred/ccdred/src/mkpkg new file mode 100644 index 00000000..d2d46598 --- /dev/null +++ b/noao/imred/ccdred/src/mkpkg @@ -0,0 +1,75 @@ +# Make CCDRED Package. + +$checkout libpkg.a .. +$update libpkg.a +$checkin libpkg.a .. +$exit + +generic: + $set GEN = "$$generic -k" + + $ifolder (generic/ccdred.h, ccdred.h) + $copy ccdred.h generic/ccdred.h $endif + $ifolder (generic/proc.x, proc.gx) + $(GEN) proc.gx -o generic/proc.x $endif + $ifolder (generic/cor.x, cor.gx) + $(GEN) cor.gx -o generic/cor.x $endif + ; + +libpkg.a: + $ifeq (USE_GENERIC, yes) $call generic $endif + @generic + + @combine + + calimage.x ccdtypes.h + ccdcache.x ccdcache.com ccdcache.h ccdcache.com \ + + ccdcheck.x ccdtypes.h + ccdcmp.x + ccdcopy.x + ccddelete.x + ccdflag.x + ccdlog.x + ccdmean.x + ccdnscan.x ccdtypes.h + ccdproc.x ccdred.h ccdtypes.h + ccdsection.x + ccdsubsets.x + ccdtypes.x ccdtypes.h + doproc.x ccdred.h + hdrmap.x hdrmap.com + readcor.x + scancor.x + setdark.x ccdred.h ccdtypes.h + setfixpix.x ccdred.h + setflat.x ccdred.h ccdtypes.h + setfringe.x ccdred.h ccdtypes.h + setheader.x ccdred.h + setillum.x ccdred.h ccdtypes.h + setinput.x ccdtypes.h + setinteract.x + setoutput.x + setoverscan.x ccdred.h \ + + setproc.x ccdred.h + setsections.x ccdred.h + settrim.x ccdred.h + setzero.x ccdred.h ccdtypes.h + t_badpixim.x + t_ccdgroups.x + t_ccdhedit.x + t_ccdinst.x ccdtypes.h + t_ccdlist.x ccdtypes.h + t_ccdmask.x + t_ccdproc.x ccdred.h ccdtypes.h + t_combine.x ccdred.h combine/icombine.com combine/icombine.h\ + + t_mkfringe.x ccdred.h + t_mkillumcor.x ccdred.h + t_mkillumft.x ccdred.h + t_mkskycor.x ccdred.h + t_mkskyflat.x ccdred.h ccdtypes.h + t_skyreplace.x + timelog.x + ; -- cgit