1#ident "@(#)Defaults.ultrix 1.2 19/10/28 " 2########################################################################### 3# 4# global definitions for Ultrix Systems using CC=gcc 5# 6########################################################################### 7# 8# Compiler stuff 9# 10########################################################################### 11#DEFCCOM= cc 12DEFCCOM= gcc 13########################################################################### 14# 15# Link mode for libraries that are part of the makefile system: 16# If DEFLINKMODE is set to "static", no dynamic linking will be used 17# If DEFLINKMODE is set to "dynamic", dynamic linking will be used 18# 19########################################################################### 20DEFLINKMODE= static 21SHLIB_BUILD= $(NUMBER_SIGN) 22 23########################################################################### 24# 25# If the next line is commented out, compilation is done with max warn level 26# If the next line is uncommented, compilation is done with minimal warnings 27# 28########################################################################### 29CWARNOPTS= 30 31DEFINCDIRS= $(SRCROOT)/include 32DEFOSINCDIRS= 33LDPATH= -L/opt/schily/lib 34RUNPATH= -R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR) 35 36########################################################################### 37# 38# Installation config stuff 39# 40########################################################################### 41INS_BASE= /opt/schily 42INS_KBASE= / 43INS_RBASE= / 44# 45DEFUMASK= 002 46# 47DEFINSMODEF= 444 48DEFINSMODEX= 755 49DEFINSUSR= root 50DEFINSGRP= bin 51