/* $TenDRA: tendra/src/lib/env/common/default,v 1.9 2005/10/30 18:31:58 stefanf Exp $ * default environment for -MACH- * * Aditional platform defines are added to the bottom of this file. You * can find the settings contained within each platform directory named * as default.extra */ /* Binaries * Most of these are set in each respective default.extra file * on a per-platform basis */ +BIN_TIME "-BIN_TIME-" /* TenDRA specific settings * TENDRA_BASEDIR is set on the command line (-y), it can also be taken * from the running environment. */ +TENDRA_MACHDIR "/lib/machines" +TENDRA_BINDIR "/bin" +TENDRA_ENVDIR "/env" +TENDRA_LIBDIR "/lib" +TENDRA_INCLDIR "/include" +TENDRA_STARTUPDIR "/lib/startup" +TENDRA_TMPDIR "/tmp" +TDFC "/tdfc2" +TDFCPP "/tdfc2 -E" +SPEC_LINK "/tdfc2 -S" +TCPPLUS "/tcpplus" +TCPPLUSPP "/tcpplus -E" +CPP_SPEC_LINK "/tcpplus -S" +TLD "/tld" +TRANS "/trans" +DISP "/disp" +PL_TDF "/pl" +TNC "/tnc" +DUMP_ANAL "/dump_lint" +DUMP_LINK "/dump_linker" +DYN_LINK "/sys/dyninit" +MODES_DIR "/Modes" +MODES_CPP_DIR "/Modes.cpp" +INCL "-Nansi:/ansi.api" +STARTUP_DIR "-I/Bounds.ansi -I/Modes" +STARTUP "-f/Xc" +STARTUP_CPP_DIR "-I/Bounds.ansi -I/Modes.cpp" +STARTUP_CPP "-f/Xc" +PORTABILITY "/Bounds.ansi/default.pf" +LINK "-L" +LIB "-lansi" +SYS_LIB "" +SYS_LIBC "-lc" +LINK_ENTRY "" +API_NAME "-Aansi" +API "-R/ansi.d" +ENVDIR "" +INFO "ANSI@(X3.159)" +TEMP "" +VERSION "" /* default.extra will get added below. */