/[gcl]/gcl/mp/makefile
ViewVC logotype

Diff of /gcl/mp/makefile

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

revision 1.9 by camm, Mon Jan 7 16:44:35 2002 UTC revision 1.10 by camm, Sun Feb 3 18:44:07 2002 UTC
# Line 13  MPFILES= $(MPDIR)/mpi.o $(MPDIR)/mp2.o Line 13  MPFILES= $(MPDIR)/mpi.o $(MPDIR)/mp2.o
13  # use=386-linux  # use=386-linux
14    
15  # for main link of raw_gcl  # for main link of raw_gcl
16  LIBS= -lm  LIBS= -lm -lreadline -lncurses -lbfd -liberty
17    
18  #The multi precision library stuff  #The multi precision library stuff
19  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
20    
21    
22  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
# Line 52  TCL_LIBS=-ldl  -lm Line 52  TCL_LIBS=-ldl  -lm
52  NOTIFY=yes  NOTIFY=yes
53  GCC=gcc  GCC=gcc
54    
55    RL_OBJS=readline.o
56    
57    RL_LIB=lsp/readline.o
58    
59    GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
   
 GCLDIR=/fix/f/debian/mm/gcl/gcl  
60  SHELL=/bin/sh  SHELL=/bin/sh
61  MACHINE=386-linux  MACHINE=386-linux
62    
# Line 71  MACHINE=386-linux Line 71  MACHINE=386-linux
71    
72  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
73    
74  #OFLAG  =  -O  #OFLAG  =  -g
75  OFLAG   =  -g  OFLAG   =  -O
76  LIBS    = -lm  #LIBS   = -lm
77    
78  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
79  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
80    
81  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
82  # 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.9  
changed lines
  Added in v.1.10

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