#! /bin/sh
# Machine dependent environment variables to control 
# making of CRISP sources.
#
# This file is for generic Xenix System V/386. I no longer
# have a Xenix 286 system so you'll have to let me know if there
# are any problems with this. (You'll need at least -M2l for Xenix
# 286 CFLAGS).
########
# Uncomment out the following line if you don't want the floating point
# library to be included. This disables the sin(), cos(), tan(), etc
# functions but otherwise doesn't affect crisp (except the floating
# point calculator).
#NO_FLOAT_MATH=-DNO_FLOAT_MATH
#########
SHLIB=-lx
O=o
DIR=`pwd`
PATH=$DIR:$DIR/crunch:$PATH
export SHLIB O PATH NO_FLOAT_MATH
