#! /bin/sh
# Machine dependent environment variables to control 
# making of CRISP sources.
#
# This file is for AIX v3.1 (and possibly later ?)
#
########
# 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=
CC=cc
########
#  Select one of following for your system.
#G=-g; export G
G=-O; export G
########
DIR=`pwd`
PATH=$DIR:$DIR/crunch:$PATH
export CC PATH SHLIB NO_FLOAT_MATH
