home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.2 (Developer)
/
NS_dev_3.2.iso
/
NextDeveloper
/
Source
/
GNU
/
libg++
/
SGS_ENV
< prev
Wrap
Text File
|
1993-06-29
|
2KB
|
36 lines
# Version root SGS_ENV file
#
# This file must appear in the version root of all versions
# under SGS control. Is typically placed in the version
# root of the original version and propagated by
# make_clone and new_vers to subsequent versions.
#
# Redefine MASTER_USER to be the login for the account
# owning the master versions of the project software
# (A system administrator must create this account for you.)
#
MASTER_USER=comp
#
# Redefine PROJECT_NAME for the name chosen for your project
#
PROJECT_NAME=libg++
#
# Redefine DONT_DIFF to be an egrep(1) pattern that matches
# files that are not source files and should not be
# diff'ed by commands like diff_clone or integrated.
#
# WARNING: Carefully consider how you create this pattern! This
# pattern MUST NOT match any file that is considered "source"
# else modifications to that file will be lost! On the other
# hand, this pattern should match all "derived" files (such as
# object modules, program output, etc), else you will be
# required to needlessly "integrate" changes in these files.
# It is often in your best interest to structure your build
# procedure and directory structure so that it simplifies
# identifying "source" files from "derived" files.
# (E.g. Put source in a different directory from binaries
# and other derived files. Or make sure that all derived
# files have suffixes that can be keyed on...)
#
DONT_DIFF:/TAGS$|/tags$|\.o$|/errs$|\.out$|\.a$|/Makedep$|\.NEW$|/\.depend_done$|/vers\.c$|_vers\.c$|y\.tab\.[ch]$|~$|\.BAK$|\.bak$|/\.list$|/\.places$|/RCS/