/[gcl]/gcl/dos/makefile
ViewVC logotype

Diff of /gcl/dos/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 10  ODIR   = . Line 10  ODIR   = .
10  # use=386-linux  # use=386-linux
11    
12  # for main link of raw_gcl  # for main link of raw_gcl
13  LIBS= -lm  LIBS= -lm -lreadline -lncurses -lbfd -liberty
14    
15  #The multi precision library stuff  #The multi precision library stuff
16  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
17    
18    
19  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
# Line 49  TCL_LIBS=-ldl  -lm Line 49  TCL_LIBS=-ldl  -lm
49  NOTIFY=yes  NOTIFY=yes
50  GCC=gcc  GCC=gcc
51    
52    RL_OBJS=readline.o
53    
54    RL_LIB=lsp/readline.o
55    
56    GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
   
 GCLDIR=/fix/f/debian/mm/gcl/gcl  
57  SHELL=/bin/sh  SHELL=/bin/sh
58  MACHINE=386-linux  MACHINE=386-linux
59    
# Line 68  MACHINE=386-linux Line 68  MACHINE=386-linux
68    
69  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
70    
71  #OFLAG  =  -O  #OFLAG  =  -g
72  OFLAG   =  -g  OFLAG   =  -O
73  LIBS    = -lm  #LIBS   = -lm
74    
75  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
76  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
77    
78  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
79  # 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