/[gcl]/gcl/unixport/make_kcn
ViewVC logotype

Diff of /gcl/unixport/make_kcn

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by wfs, Wed May 16 05:26:05 2001 UTC revision 1.9 by camm, Mon Jan 7 16:44:36 2002 UTC
# Line 21  prefix=/usr/local Line 21  prefix=/usr/local
21  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
22    
23  # where to put emacs lisp files.  # where to put emacs lisp files.
24  EMACS_SITE_LISP=/usr/share/emacs/20.7/site-lisp  EMACS_SITE_LISP=/usr/local/share/emacs/20.7/site-lisp
25    
26  # the default.el file  # the default.el file
27  EMACS_DEFAULT_EL=/usr/share/emacs/20.7/site-lisp/default.el  EMACS_DEFAULT_EL=/usr/local/share/emacs/20.7/site-lisp/default.el
28    
29  # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh  # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
30  # if these are found.  # if these are found.
31  TK_CONFIG_PREFIX=/usr/lib  TK_CONFIG_PREFIX=/usr/lib
32  TK_LIBRARY=/usr/lib/tk8.3  TK_LIBRARY=/usr/lib/tk8.2
33  TCL_LIBRARY=/usr/lib/tcl8.3  TCL_LIBRARY=/usr/lib/tcl8.2
34  TK_XINCLUDES=-I/usr/X11R6/include  TK_XINCLUDES=-I/usr/X11R6/include
35  TK_INCLUDE=-I/usr/lib/../include  TK_INCLUDE=-I/usr/lib/../include
36  TCL_INCLUDE=-I/usr/lib/../include  TCL_INCLUDE=-I/usr/lib/../include
37  TK_LIB_SPEC=-L/usr/lib -ltk8.3  TK_LIB_SPEC=-L/usr/lib -ltk8.2
38  TK_BUILD_LIB_SPEC=-L/tmp/tk8.3.2/unix -ltk8.3  TK_BUILD_LIB_SPEC=-L/usr/lib -ltk8.2
39  TK_XLIBSW=-L/usr/X11R6/lib -lX11  TK_XLIBSW=-L/usr/X11R6/lib -lX11
40  TK_XINCLUDES=-I/usr/X11R6/include  TK_XINCLUDES=-I/usr/X11R6/include
41  TCL_LIB_SPEC=-L/usr/lib -ltcl8.3  TCL_LIB_SPEC=-L/usr/lib -ltcl8.2${TCL_DBGX}
42  TCL_DL_LIBS=-ldl  TCL_DL_LIBS=-ldl
43  TCL_LIBS=-ldl  -lm  TCL_LIBS=-ldl  -lm
44    
# Line 49  GCC=gcc Line 49  GCC=gcc
49    
50    
51    
52  GCLDIR=/home/wfs/cvs/gcl  GCLDIR=/fix/f/debian/mm/gcl/gcl
53  SHELL=/bin/sh  SHELL=/bin/sh
54  MACHINE=386-linux  MACHINE=386-linux
55    
# Line 64  MACHINE=386-linux Line 64  MACHINE=386-linux
64    
65  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
66    
67  OFLAG   =  -O  #OFLAG  =  -O
68    OFLAG   =  -g
69  LIBS    = -lm  LIBS    = -lm
70    
71  ODIR_DEBUG= -O4  #ODIR_DEBUG= -O4
72    ODIR_DEBUG= -g
73    
74  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
75  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26