# 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. # The full IRAF system. iraf=/u1/iraf-export/iraf/ (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.*/S6.e.[123] (cd $iraf; tar -cf - .) | gzip > as.lnux.gen.gz (cd $iraf; tar -cf - HS.LNUX.GEN dev local unix) | gzip > hs.lnux.gen.gz (cd $iraf/bin.linux; tar -cf - .) | gzip > ib.lnux.x86.gz (cd $iraf/noao/bin.linux; tar -cf - .) | gzip > nb.lnux.x86.gz (cd $iraf/bin.linuz; tar -cf - .) | gzip > ib.lnux.z86.gz (cd $iraf/noao/bin.linuz; tar -cf - .) | gzip > nb.lnux.z86.gz (cd $hlib; mv extern.pkg extern.pkg.DEF; mv extern.pkg.NOAO extern.pkg) # A pre-stripped IRAF system. iraf=/u1/iraf-stripped/iraf/ (cd $iraf; mkpkg generic; cd $iraf/noao; mkpkg generic) (cd $hlib; mv extern.pkg extern.pkg.NOAO; mv extern.pkg.DEF extern.pkg) (cd $iraf; tar -cf - .) | gzip > ss.lnux.gen.gz (cd $hlib; mv extern.pkg extern.pkg.DEF; mv extern.pkg.NOAO extern.pkg)