#****************************************
#* Intel Linux with X11R6 and Motif 2.0 *
#****************************************

###############################
# Compiler
#
CC="gcc"
###############################

###############################
# C flags
#
CFLAGS="-Wall -pedantic -m486 -malign-double"
###############################

###############################
# Misc optimization flags
#
OPTIMIZE="-O2"
###############################

###############################
# Flags used for debugging
#
DEBUG="-g -O2"
###############################

