/[gcl]/gcl/info/makefile
ViewVC logotype

Diff of /gcl/info/makefile

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

revision 1.13 by camm, Wed Jan 9 00:59:22 2002 UTC revision 1.14 by camm, Sun Feb 3 18:44:07 2002 UTC
# Line 7  INFO_DIR=/usr/local/lib/info Line 7  INFO_DIR=/usr/local/lib/info
7  # use=386-linux  # use=386-linux
8    
9  # for main link of raw_gcl  # for main link of raw_gcl
10  LIBS= -lm  LIBS= -lm -lreadline -lncurses -lbfd -liberty
11    
12  #The multi precision library stuff  #The multi precision library stuff
13  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
14    
15    
16  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
# Line 29  EMACS_DEFAULT_EL=/usr/local/share/emacs/ Line 29  EMACS_DEFAULT_EL=/usr/local/share/emacs/
29    
30  # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh  # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
31  # if these are found.  # if these are found.
32  TK_CONFIG_PREFIX=/usr/lib/tk8.2  TK_CONFIG_PREFIX=/usr/lib
33  TK_LIBRARY=/usr/lib/tk8.2/../tk8.2  TK_LIBRARY=/usr/lib/tk8.2
34  TCL_LIBRARY=/usr/lib/tk8.2/../tcl8.2  TCL_LIBRARY=/usr/lib/tcl8.2
35  TK_XINCLUDES=-I/usr/X11R6/include  TK_XINCLUDES=-I/usr/X11R6/include
36  TK_INCLUDE=-I/usr/include/tcl8.2  TK_INCLUDE=-I/usr/lib/../include
37  TCL_INCLUDE=-I/usr/include/tcl8.2  TCL_INCLUDE=-I/usr/lib/../include
38  TK_LIB_SPEC=-L/usr/lib -ltk8.2  TK_LIB_SPEC=-L/usr/lib -ltk8.2
39  TK_BUILD_LIB_SPEC=-L/usr/lib -ltk8.2  TK_BUILD_LIB_SPEC=-L/usr/lib -ltk8.2
40  TK_XLIBSW=-L/usr/X11R6/lib -lX11  TK_XLIBSW=-L/usr/X11R6/lib -lX11
# Line 46  TCL_LIBS=-ldl  -lm Line 46  TCL_LIBS=-ldl  -lm
46  NOTIFY=yes  NOTIFY=yes
47  GCC=gcc  GCC=gcc
48    
49    RL_OBJS=readline.o
50    
51    RL_LIB=lsp/readline.o
52    
53    GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
   
 GCLDIR=/mnt/i19/f/debian/mm/gcl/gcl  
54  SHELL=/bin/sh  SHELL=/bin/sh
55  MACHINE=386-linux  MACHINE=386-linux
56    
# Line 65  MACHINE=386-linux Line 65  MACHINE=386-linux
65    
66  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
67    
68  #OFLAG  =  -O  #OFLAG  =  -g
69  OFLAG   =  -g  OFLAG   =  -O
70  LIBS    = -lm  #LIBS   = -lm
71    
72  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
73  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
74    
75  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
76  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 113  MPFILES=${GMP_DIR}libgmp.a Line 113  MPFILES=${GMP_DIR}libgmp.a
113  # end makedefs  # end makedefs
114    
115    
116  all: gcl-tk.info gcl-si.info # gcl-tk.dvi gcl-si.dvi gcl-si_toc.html gcl-tk_toc.html  all: gcl-tk.info gcl-si.info gcl-tk.dvi gcl-si.dvi gcl-si_toc.html gcl-tk_toc.html
117    
118  .texi.info:  .texi.info:
119          rm -f $*.*gz          rm -f $*.*gz

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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