Blame scsilib/DEFAULTS/Defaults.ms-dos

Packit bf707c
#ident "%W% %E% %Q%"
Packit bf707c
###########################################################################
Packit bf707c
#
Packit bf707c
# global definitions for  MSDOS/DJGPP v2 Systems using CC=gcc
Packit bf707c
#
Packit bf707c
###########################################################################
Packit bf707c
#
Packit bf707c
# Compiler stuff
Packit bf707c
#
Packit bf707c
###########################################################################
Packit bf707c
#DEFCCOM=	cc
Packit bf707c
DEFCCOM=	gcc
Packit bf707c
###########################################################################
Packit bf707c
#
Packit bf707c
# If the next line is commented out, compilation is done with max warn level
Packit bf707c
# If the next line is uncommented, compilation is done with minimal warnings
Packit bf707c
#
Packit bf707c
###########################################################################
Packit bf707c
CWARNOPTS=
Packit bf707c
Packit bf707c
DEFINCDIRS=	$(SRCROOT)/include
Packit bf707c
LDPATH=		-L/opt/schily/lib
Packit bf707c
RUNPATH=	-R $(INS_BASE)/lib -R /opt/schily/lib -R $(OLIBSDIR)
Packit bf707c
Packit bf707c
###########################################################################
Packit bf707c
#
Packit bf707c
# Installation config stuff
Packit bf707c
#
Packit bf707c
###########################################################################
Packit bf707c
INS_BASE=	/opt/schily
Packit bf707c
INS_KBASE=	/
Packit bf707c
#
Packit bf707c
DEFUMASK=	002
Packit bf707c
#
Packit bf707c
DEFINSMODEF=	444
Packit bf707c
DEFINSMODEX=	755
Packit bf707c
DEFINSUSR=	bin
Packit bf707c
DEFINSGRP=	bin