Defaults.nextstep
上传用户:xiejiait
上传日期:2007-01-06
资源大小:881k
文件大小:1k
- #ident "%W% %E% %Q%"
- ###########################################################################
- #
- # global definitions for NeXT Step Systems
- #
- ###########################################################################
- #
- # Compiler stuff
- #
- ###########################################################################
- DEFCCOM= cc
- #DEFCCOM= gcc
- ###########################################################################
- #
- # If the next line is commented out, compilattion is done with max warn level
- # If the next line is uncommented, compilattion is done with minimal warnings
- #
- ###########################################################################
- #CWARNOPTS=
- DEFINCDIRS= $(SRCROOT)/include
- LDPATH= -L/opt/schily/lib
- #RUNPATH= -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR) Will probably not work
- ###########################################################################
- #
- # Installation config stuff
- #
- ###########################################################################
- #INS_BASE= /opt/schily
- #INS_KBASE= /
- INS_BASE= /tmp/schily
- INS_KBASE= /tmp/schily/root
- #
- DEFUMASK= 002
- #
- DEFINSMODE= 755
- DEFINSUSR= bin
- DEFINSGRP= bin