diff options
Diffstat (limited to 'noao/imred/ccdred/src/mkpkg')
-rw-r--r-- | noao/imred/ccdred/src/mkpkg | 75 |
1 files changed, 75 insertions, 0 deletions
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 <error.h> <imset.h> + ccdcache.x ccdcache.com ccdcache.h ccdcache.com <imhdr.h>\ + <imset.h> <mach.h> + ccdcheck.x ccdtypes.h <imhdr.h> + ccdcmp.x + ccdcopy.x <imhdr.h> + ccddelete.x + ccdflag.x + ccdlog.x <imhdr.h> <imset.h> + ccdmean.x <imhdr.h> + ccdnscan.x ccdtypes.h + ccdproc.x ccdred.h ccdtypes.h <error.h> + ccdsection.x <ctype.h> + ccdsubsets.x <ctype.h> + ccdtypes.x ccdtypes.h + doproc.x ccdred.h + hdrmap.x hdrmap.com <error.h> <syserr.h> + readcor.x <imhdr.h> + scancor.x <imhdr.h> <imset.h> + setdark.x ccdred.h ccdtypes.h <imhdr.h> + setfixpix.x ccdred.h <imhdr.h> <imset.h> <pmset.h> + setflat.x ccdred.h ccdtypes.h <imhdr.h> + setfringe.x ccdred.h ccdtypes.h <imhdr.h> + setheader.x ccdred.h <imhdr.h> + setillum.x ccdred.h ccdtypes.h <imhdr.h> + setinput.x ccdtypes.h <error.h> + setinteract.x <pkg/xtanswer.h> + setoutput.x <imhdr.h> <imset.h> + setoverscan.x ccdred.h <imhdr.h> <imset.h> <pkg/xtanswer.h>\ + <pkg/gtools.h> + setproc.x ccdred.h <imhdr.h> + setsections.x ccdred.h <imhdr.h> <mwset.h> + settrim.x ccdred.h <imhdr.h> <imset.h> + setzero.x ccdred.h ccdtypes.h <imhdr.h> + t_badpixim.x <imhdr.h> + t_ccdgroups.x <error.h> <math.h> + t_ccdhedit.x <error.h> + t_ccdinst.x ccdtypes.h <error.h> <imhdr.h> <imio.h> + t_ccdlist.x ccdtypes.h <error.h> <imhdr.h> + t_ccdmask.x <imhdr.h> + t_ccdproc.x ccdred.h ccdtypes.h <error.h> <imhdr.h> + t_combine.x ccdred.h combine/icombine.com combine/icombine.h\ + <error.h> <imhdr.h> <mach.h> <syserr.h> + t_mkfringe.x ccdred.h <imhdr.h> + t_mkillumcor.x ccdred.h + t_mkillumft.x ccdred.h <imhdr.h> + t_mkskycor.x ccdred.h <mach.h> <imhdr.h> <imset.h> + t_mkskyflat.x ccdred.h ccdtypes.h <imhdr.h> + t_skyreplace.x <imhdr.h> + timelog.x <time.h> + ; |