# ZZMAKE -- Used to build these distribution files (NOT FOR DISTRIBUTION). # The system should be configured generic before making any of these. # The system should be linked -T to reduce the size of the symbol tables. (cd $iraf; mkpkg generic; cd $iraf/noao; mkpkg generic) (cd $hlib; mv extern.pkg extern.pkg.NOAO; mv extern.pkg.DEF extern.pkg) rm -f $iraf/bin.ssun/S*.e.[123] rm -f ~iraf/.rhosts ~iraf/.irafhosts # The extern.pkg file needs to be replaced before making the following. (cd $iraf; tar -cf - .) |\ compress > as.ssol.gen.Z #(cd $iraf; tar -cf - HS.SSOL.GEN dev local unix) |\ # compress > hs.ssol.gen.Z # Make sure any old shared image files are deleted before making these. #(cd $iraf/bin.ssun; tar -cf - .) |\ # compress > ib.ssol.sun.Z #(cd $iraf/noao/bin.ssun; tar -cf - .) |\ # compress > nb.ssol.sun.Z (cd $hlib; mv extern.pkg extern.pkg.DEF; mv extern.pkg.NOAO extern.pkg)