/[gcl]/gcl/bin/makefile
ViewVC logotype

Diff of /gcl/bin/makefile

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

revision 1.11 by camm, Mon Jan 7 16:44:35 2002 UTC revision 1.12 by camm, Sun Feb 3 18:44:06 2002 UTC
# Line 8  APPEND=../bin/append Line 8  APPEND=../bin/append
8  # use=386-linux  # use=386-linux
9    
10  # for main link of raw_gcl  # for main link of raw_gcl
11  LIBS= -lm  LIBS= -lm -lreadline -lncurses -lbfd -liberty
12    
13  #The multi precision library stuff  #The multi precision library stuff
14  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
15    
16    
17  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
# Line 47  TCL_LIBS=-ldl  -lm Line 47  TCL_LIBS=-ldl  -lm
47  NOTIFY=yes  NOTIFY=yes
48  GCC=gcc  GCC=gcc
49    
50    RL_OBJS=readline.o
51    
52    RL_LIB=lsp/readline.o
53    
54    GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
   
 GCLDIR=/fix/f/debian/mm/gcl/gcl  
55  SHELL=/bin/sh  SHELL=/bin/sh
56  MACHINE=386-linux  MACHINE=386-linux
57    
# Line 66  MACHINE=386-linux Line 66  MACHINE=386-linux
66    
67  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
68    
69  #OFLAG  =  -O  #OFLAG  =  -g
70  OFLAG   =  -g  OFLAG   =  -O
71  LIBS    = -lm  #LIBS   = -lm
72    
73  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
74  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
75    
76  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
77  # 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.11  
changed lines
  Added in v.1.12

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