home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Source / GNU / libg++ / SGS_ENV < prev   
Text File  |  1993-06-29  |  2KB  |  36 lines

  1. # Version root SGS_ENV file
  2. #
  3. # This file must appear in the version root of all versions
  4. #    under SGS control.  Is typically placed in the version
  5. #    root of the original version and propagated by
  6. #    make_clone and new_vers to subsequent versions.
  7. #
  8. # Redefine MASTER_USER to be the login for the account
  9. #    owning the master versions of the project software
  10. #    (A system administrator must create this account for you.)
  11. #
  12. MASTER_USER=comp
  13. #
  14. # Redefine PROJECT_NAME for the name chosen for your project
  15. #
  16. PROJECT_NAME=libg++
  17. #
  18. # Redefine DONT_DIFF to be an egrep(1) pattern that matches
  19. #    files that are not source files and should not be
  20. #    diff'ed by commands like diff_clone or integrated.
  21. #
  22. # WARNING: Carefully consider how you create this pattern!  This
  23. #    pattern MUST NOT match any file that is considered "source"
  24. #    else modifications to that file will be lost!  On the other
  25. #    hand, this pattern should match all "derived" files (such as
  26. #    object modules, program output, etc), else you will be
  27. #    required to needlessly "integrate" changes in these files.
  28. #    It is often in your best interest to structure your build
  29. #    procedure and directory structure so that it simplifies
  30. #    identifying "source" files from "derived" files.
  31. #    (E.g. Put source in a different directory from binaries
  32. #    and other derived files.  Or make sure that all derived
  33. #    files have suffixes that can be keyed on...)
  34. #
  35. DONT_DIFF:/TAGS$|/tags$|\.o$|/errs$|\.out$|\.a$|/Makedep$|\.NEW$|/\.depend_done$|/vers\.c$|_vers\.c$|y\.tab\.[ch]$|~$|\.BAK$|\.bak$|/\.list$|/\.places$|/RCS/
  36.