# MKPKG file for the CTIO package $call update $exit update: $call update@fabry $call update@spcombine $call update@src ; # STRIP -- Strip the CTIO directories of all sources and other files not # required to run the system, or for user programming. strip: !rmfiles -f lib/strip.ctio ; # SUMMARY -- [UNIX] mkpkg summary: output a summary of the spooled mkpkg # output, omitting most of the mundane chatter. Used to scan large spool # files for errors. summary: ! grep -v ':$$' spool | grep -v '^xc' | grep -v '^ar'\ | grep -v '^check file' ; # SUN/IRAF multiple architecture support. # ---------------------------------------- showfloat: # show current float option $verbose off !$(hlib)/mkfloat.csh ; generic: # make architecture indep. (no bins) $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh generic -d $(DIRS) ; sparc: # install sparc binaries $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh sparc -d $(DIRS) ; i386: # install i386 binaries $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh i386 -d $(DIRS) ; f68881: # install f68881 binaries $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh f68881 -d $(DIRS) ; ffpa: # install ffpa binaries $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh ffpa -d $(DIRS) ; fswitch: # install fswitch binaries $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh fswitch -d $(DIRS) ; fsoft: # install fsoft binaries $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh fsoft -d $(DIRS) ; pg: # install -pg -f68881 binaries $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh pg -d $(DIRS) ; linux: # install Slackware binaries $ifnfile (bin.linux) !mkdir bin.linux $endif $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh linux -d $(DIRS) ; redhat: # install RedHat binaries $ifnfile (bin.redhat) !mkdir bin.redhat $endif $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh redhat -d $(DIRS) ; ssun: # install Solaris binaries $ifnfile (bin.ssun) !mkdir bin.ssun $endif $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh ssun -d $(DIRS) ; alpha: # install Alpha binaries $ifnfile (bin.alpha) !mkdir bin.alpha $endif $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh alpha -d $(DIRS) ; irix: # install irix binaries $ifnfile (bin.irix) !mkdir bin.irix $endif $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh irix -d $(DIRS) ; hp700: # install hp700 binaries $ifnfile (bin.hp700) !mkdir bin.hp700 $endif $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh hp700 -d $(DIRS) ; rs6000: # install rs6000 binaries $ifnfile (bin.alpha) !mkdir bin.rs6000 $endif $verbose off $set DIRS = " fabry spcombine src lib" !$(hlib)/mkfloat.csh rs6000 -d $(DIRS) ;