68 lines
1.9 KiB
Plaintext
68 lines
1.9 KiB
Plaintext
|
#ident "@(#)Defaults.sunos5 1.6 17/04/23 "
|
||
|
###########################################################################
|
||
|
#
|
||
|
# global definitions for Solaris Systems
|
||
|
#
|
||
|
###########################################################################
|
||
|
#
|
||
|
# Compiler stuff
|
||
|
#
|
||
|
###########################################################################
|
||
|
DEFCCOM= cc
|
||
|
#DEFCCOM= gcc
|
||
|
|
||
|
###########################################################################
|
||
|
#
|
||
|
# Link mode for libraries that are part of the makefile system:
|
||
|
# If DEFLINKMODE is set to "static", no dynamic linking will be used
|
||
|
# If DEFLINKMODE is set to "dynamic", dynamic linking will be used
|
||
|
#
|
||
|
###########################################################################
|
||
|
DEFLINKMODE= static
|
||
|
|
||
|
###########################################################################
|
||
|
#
|
||
|
# If the next line is commented out, compilation is done with max warn level
|
||
|
# If the next line is uncommented, compilation is done with minimal warnings
|
||
|
#
|
||
|
###########################################################################
|
||
|
#CWARNOPTS=
|
||
|
|
||
|
___SPO= $(P_ARCH:sparc=$(OSREL))
|
||
|
__SPO= $(___SPO:5.1%=null)
|
||
|
_SPO= $(__SPO:5.%=sparc-cc.defs)
|
||
|
SPO= $(_SPO:$(P_ARCH)=null)
|
||
|
|
||
|
include $(DEFLTSROOT)/$(DEFLTSDIR)/$(SPO)
|
||
|
|
||
|
SUNPROCOPTOPT= -O -xspace -xildoff $(XARCH_GEN)
|
||
|
SUNPROC++OPTOPT= -O -xspace -xildoff $(XARCH_GEN)
|
||
|
|
||
|
|
||
|
DEFINCDIRS= $(SRCROOT)/include
|
||
|
DEFOSINCDIRS=
|
||
|
LDPATH= -L/opt/schily/lib
|
||
|
#RUNPATH= -R$(INS_BASE)/lib -R/opt/schily/lib -R$(OLIBSDIR)
|
||
|
RUNPATH= -R'$$ORIGIN/../lib' -R/opt/schily/lib
|
||
|
|
||
|
###########################################################################
|
||
|
#
|
||
|
# Installation config stuff
|
||
|
#
|
||
|
###########################################################################
|
||
|
INS_BASE= /opt/schily
|
||
|
INS_KBASE= /
|
||
|
INS_RBASE= /
|
||
|
#INS_BASE= /tmp/schily
|
||
|
#INS_KBASE= /tmp/schily/root
|
||
|
#INS_RBASE= /tmp/schily/root
|
||
|
#
|
||
|
DEFUMASK= 002
|
||
|
#
|
||
|
DEFINSMODEF= 444
|
||
|
DEFINSMODEX= 755
|
||
|
DEFINSUSR= root
|
||
|
DEFINSGRP= bin
|
||
|
|
||
|
PROJECTNAME= SchilliX-0.6
|