Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – tendra.SVN – Blame – /branches/tendra5-amd64/src/lib/env/common/default – Rev 116

Subversion Repositories tendra.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 7u83 1
/* default environment for -MACH- */
2
 
25 7u83 3
+TENDRA_MACHDIR		"<TENDRA_BASEDIR>/machines/-MACH-"
6 7u83 4
+TENDRA_BINDIR		"<TENDRA_MACHDIR>/bin"
5
+TENDRA_ENVDIR		"<TENDRA_MACHDIR>/env"
32 7u83 6
 
25 7u83 7
+TENDRA_LIBDIR		"<TENDRA_BASEDIR>/lib"
32 7u83 8
+TENDRA_INCLDIR		"<TENDRA_BASEDIR>/include"
9
+TENDRA_STARTUPDIR	"<TENDRA_BASEDIR>/startup"
10
 
6 7u83 11
+TENDRA_TMPDIR		"/tmp"
2 7u83 12
 
6 7u83 13
+TDFC			"<TENDRA_BINDIR>/tdfc2"
14
+TDFCPP			"<TENDRA_BINDIR>/tdfc2 -E"
15
+SPEC_LINK		"<TENDRA_BINDIR>/tdfc2 -S"
16
+TCPPLUS		"<TENDRA_BINDIR>/tcpplus"
17
+TCPPLUSPP		"<TENDRA_BINDIR>/tcpplus -E"
18
+CPP_SPEC_LINK		"<TENDRA_BINDIR>/tcpplus -S"
19
+TLD			"<TENDRA_BINDIR>/tld"
20
+TRANS			"<TENDRA_BINDIR>/trans"
21
+DISP			"<TENDRA_BINDIR>/disp"
22
+PL_TDF			"<TENDRA_BINDIR>/tpl"
23
+TNC			"<TENDRA_BINDIR>/tnc"
2 7u83 24
 
6 7u83 25
+DUMP_ANAL		"<TENDRA_BINDIR>/dump_lint"
26
+DUMP_LINK		"<TENDRA_BINDIR>/dump_linker"
27
 
27 7u83 28
+AS			"-ASCMD-"
29
+AS1			"-ASCMD-"
2 7u83 30
+LD			"/bin/ld"
6 7u83 31
+DYN_LINK		"<TENDRA_LIBDIR>/sys/dyninit"
2 7u83 32
+CC			"/bin/cc"
33
 
6 7u83 34
+INCL			"-Nansi:<TENDRA_INCLDIR>/ansi.api"
35
+STARTUP_DIR		"-I<TENDRA_STARTUPDIR>/Bounds.ansi -I<TENDRA_STARTUPDIR>/Modes"
36
+STARTUP		"-f<TENDRA_STARTUPDIR>/Modes/Xc"
37
+STARTUP_CPP_DIR	"-I<TENDRA_STARTUPDIR>/Bounds.ansi -I<TENDRA_STARTUPDIR>/Modes.cpp"
38
+STARTUP_CPP		"-f<TENDRA_STARTUPDIR>/Modes.cpp/Xc"
39
+PORTABILITY		"<TENDRA_STARTUPDIR>/Bounds.ansi/default.pf"
40
+LINK			"-L<TENDRA_LIBDIR>"
34 7u83 41
+LIB			"-lansi -lsys"
2 7u83 42
 
27 7u83 43
+CRT0			"-LDCRT-"
2 7u83 44
+CRT1			""
45
+CRTN			""
46
+SYS_LIB		""
116 7u83 47
+SYS_LIBC		"-LIBS-"
2 7u83 48
+LINK_ENTRY		""
49
 
50
+API_NAME		"-Aansi"
6 7u83 51
+API			"-R<TENDRA_INCLDIR>/ansi.d"
52
+ENVDIR			"<TENDRA_ENVDIR>"
2 7u83 53
+INFO			"ANSI@(X3.159)"
6 7u83 54
+TEMP			"<TENDRA_TMPDIR>"
2 7u83 55
+VERSION		""
56
 
85 7u83 57
+REMOVE			"-RMCMD-"
58
+MKDIR			"-MKDIRCMD-"
59
 
2 7u83 60
/* Extra information */
61