 # IMPACT Public Release (www.crhc.uiuc.edu/IMPACT)            Version 2.33  #
 # IMPACT Trimaran Release (www.trimaran.org)                  July 12, 1999 #
###############################################################################
#  Run 'read_compile_info --help | more' for documentation.
#
#  Source of this file's information:
#   The IMPACT team
#
#  Revision history for this file:
#     2/99  Created by John C. Gyllenhaal (www.crhc.uiuc.edu/IMPACT)
###############################################################################

# K&R C
ANSI_C_SOURCE=0;

# No special settings required
PREPROCESSING_OPTIONS="";
LINKING_PREOPTIONS="";
LINKING_POSTOPTIONS="";
LIB_REQUIREMENTS="NONE";

DEFAULT_TRAIN="input1";
DEFAULT_EVAL="input1";

# Optimization takes longer than execution
OPTIMIZE_EMUL_EXEC=0;

