home *** CD-ROM | disk | FTP | other *** search
- #
- # NeXT Version
- #
- # SGS_ENV file for version roots
- #
- # This SGS_ENV file should exist in the version root
- # of all version trees. It will normally be placed in
- # the master version root and be cloned to all development
- # versions.
- #
- # BASIC definitions for the SGS tools
- #
- # The MASTER USER for this project.
- # The master versions of the project software reside
- # in the master user's tree and are owned by the master user.
- #
- # The PROJECT_NAME for this project.
- # The project name is used searching either the master's or
- # developer's home/SGS_ENV files to determine the project
- # root or the list of project developers (see ~osdev/SGS_ENV)
- #
- MASTER_USER=comp
- PROJECT_NAME=debug
- #
- # DONT_DIFF is an egrep(1) pattern which should match all files that
- # not interesting to diff or integrate.
- #
- DONT_DIFF:/tags$|\.o$|/errs$|/make\.out$|\.a$
- #
- # Definitions for cross(1)
- #
- # SGS_VERBOSE says "echo all `translated' commands"
- #
- SGS_VERBOSE
-
- #
- # SGS_ENV file for building NRW projects
- #
- #cc=/bin/cc
- cc=/LocalDeveloper/Headers/architecture/m88k/siff_cc
- -/-DLOCALARCHITECTURE/ ^ -B/usr/local/cross_bin/
- +/-arch m88k/ $ -fno-delayed-branch
- +/-arch m88k/ s -O2=-O
-
- ld=/bin/ld
- # +/-arch m88k/ ^ -seg1addr 0x06000000
- # +/-arch m88k/ s -lsys_s= -lm -lobjc -lstreams -ldb -lc_static
- # +/-arch m88k/ s -lsys_s= -lc_static
-
-