~ chicken-core (chicken-5) /config.make
Trap1### config.make23# You can set build options in this file instead of passing them on4# the command line. Please consult the README file for more5# information.678# Select platform to use:9#PLATFORM=linux1011# Installation prefix:12#PREFIX=/usr/local131415### The options below are optional and should be used with care1617# Disable optimizations:18#DEBUGBUILD=11920# Build static runtime library only:21#STATICBUILD=12223# Use alternative C compiler24#C_COMPILER=2526# Add additional C compiler options:27#C_COMPILER_OPTIMIZATION_OPTIONS=...2829# Use alternative resource compiler (for Win32 builds)30#RC_COMPILER=3132# Choose prefix to be added to installed programs:33#PROGRAM_PREFIX=3435# Choose suffix to be added to installed programs:36#PROGRAM_SUFFIX=3738# Specification of host (build) system (machine + platform) for cross-compiling:39#HOSTSYSTEM=4041# Specification of target (runtime) system for cross-compiling:42#TARGETSYSTEM=4344# Where the install-location of a cross-build is45#TARGET_PREFIX=4647# Specify that the sources are in a different directory than ".":48#SRCDIR=4950# Use alternative directory for installed binary extensions:51#VARDIR=