home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / debug / SGS_ENV < prev   
Text File  |  1993-08-20  |  1KB  |  50 lines

  1. #
  2. # NeXT Version
  3. #
  4. # SGS_ENV file for version roots
  5. #
  6. # This SGS_ENV file should exist in the version root
  7. # of all version trees.  It will normally be placed in
  8. # the master version root and be cloned to all development
  9. # versions.
  10. #
  11. # BASIC definitions for the SGS tools
  12. #
  13. # The MASTER USER for this project.
  14. #    The master versions of the project software reside
  15. #    in the master user's tree and are owned by the master user.
  16. #
  17. # The PROJECT_NAME for this project.
  18. #    The project name is used searching either the master's or
  19. #    developer's home/SGS_ENV files to determine the project
  20. #    root or the list of project developers (see ~osdev/SGS_ENV)
  21. #
  22. MASTER_USER=comp
  23. PROJECT_NAME=debug
  24. #
  25. # DONT_DIFF is an egrep(1) pattern which should match all files that
  26. # not interesting to diff or integrate.
  27. #
  28. DONT_DIFF:/tags$|\.o$|/errs$|/make\.out$|\.a$
  29. #
  30. # Definitions for cross(1)
  31. #
  32. # SGS_VERBOSE says "echo all `translated' commands"
  33. #
  34. SGS_VERBOSE
  35.  
  36. #
  37. # SGS_ENV file for building NRW projects
  38. #
  39. #cc=/bin/cc
  40. cc=/LocalDeveloper/Headers/architecture/m88k/siff_cc
  41.         -/-DLOCALARCHITECTURE/ ^ -B/usr/local/cross_bin/
  42.         +/-arch m88k/ $ -fno-delayed-branch
  43.         +/-arch m88k/ s -O2=-O
  44.  
  45. ld=/bin/ld
  46. #        +/-arch m88k/ ^ -seg1addr 0x06000000
  47. #       +/-arch m88k/ s -lsys_s= -lm -lobjc -lstreams -ldb -lc_static
  48. #       +/-arch m88k/ s -lsys_s= -lc_static
  49.  
  50.