#! /bin/sh
# Machine dependent environment variables to control 
# making of CRISP sources.
#
# This file is for generic BSD machines.
########
# 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
###########
#Use following definition if you want to use the GNU C compiler
CC="/local/bin/gcc-i386-linux -Wall -O3 -fomit-frame-pointer"
#CC=cc
# Uncomment following line if using GNU cc. Stops you having problems
# compiling the ioctl code when using -ansi.
#TRADITIONAL=-traditional
O=o
#G="-g"
G="-Dsystem=System -Dtypeof=TypeOf -Dregexec=RegExec -Dre_comp=Re_Comp -Dregcomp=RegComp -Dregerror=RegError -Dre_search=Re_Search -funsigned-char -nostdinc -I/usr2/linux/src/libc/include"
LDFLAGS=-Bstatic
LDFLAGS=-s
SHLIB=
DIR=`pwd`
PATH=$DIR:$DIR/crunch:$PATH
export LDFLAGS SHLIB G O CC TRADITIONAL PATH NO_FLOAT_MATH
