home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / ice / util / sparcsetup < prev   
Encoding:
Text File  |  1991-09-04  |  912 b   |  26 lines

  1. #! /bin/csh
  2. #
  3. # Copyright (C) 1991 Texas Instruments Incorporated.
  4. #
  5. # Permission is granted to any individual or institution to use, copy, modify,
  6. # and distribute this software, provided that this complete copyright and
  7. # permission notice is maintained, intact, in all copies and supporting
  8. # documentation.
  9. #
  10. # Texas Instruments Incorporated provides this software "as is" without
  11. # express or implied warranty.
  12. #
  13.  
  14. set ICE = `pwd`
  15.  
  16. echo "mkdir bin; mkdir include; mkdir include/cool; mkdir lib; mkdir lib/sparc;"
  17. (cd $ICE; mkdir bin; mkdir include; mkdir include/cool; \
  18.           mkdir lib; mkdir lib/sparc;)
  19.  
  20. echo "cd $ICE/pisces/pimake; make -f bootstrap.sparc install clean TOP=$ICE;"
  21. (cd $ICE/pisces/pimake; make -f bootstrap.sparc install clean TOP=$ICE;)
  22.  
  23. echo "cd $ICE/pisces/cpp; make -f bootstrap.sparc install clean TOP=$ICE"
  24. (cd $ICE/pisces/cpp; make -f bootstrap.sparc install clean TOP=$ICE;)
  25.  
  26.