54 lines
1.6 KiB
Plaintext
54 lines
1.6 KiB
Plaintext
|
#ident "@(#)Defaults.qnx 1.5 13/11/04 "
|
||
|
###########################################################################
|
||
|
#
|
||
|
# global definitions for QNX Systems
|
||
|
#
|
||
|
###########################################################################
|
||
|
#
|
||
|
# Compiler stuff
|
||
|
#
|
||
|
# When QNX support started in december 1999, there was only the watcom
|
||
|
# C-compler (cc). Now, in novemver 2001 we switch to gcc.
|
||
|
#
|
||
|
###########################################################################
|
||
|
#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=
|
||
|
|
||
|
DEFINCDIRS= $(SRCROOT)/include
|
||
|
DEFOSINCDIRS=
|
||
|
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_RBASE= /
|
||
|
#
|
||
|
DEFUMASK= 002
|
||
|
#
|
||
|
DEFINSMODEF= 444
|
||
|
DEFINSMODEX= 755
|
||
|
DEFINSUSR= root
|
||
|
DEFINSGRP= bin
|