/[gcl]/gcl/go/makefile
ViewVC logotype

Diff of /gcl/go/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 39  AUX_INFO=-aux-info $*.X Line 39  AUX_INFO=-aux-info $*.X
39  # use=386-linux  # use=386-linux
40    
41  # for main link of raw_gcl  # for main link of raw_gcl
42  LIBS= -lm  LIBS= -lm -lreadline -lncurses -lbfd -liberty
43    
44  #The multi precision library stuff  #The multi precision library stuff
45  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
46    
47    
48  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
# Line 78  TCL_LIBS=-ldl  -lm Line 78  TCL_LIBS=-ldl  -lm
78  NOTIFY=yes  NOTIFY=yes
79  GCC=gcc  GCC=gcc
80    
81    RL_OBJS=readline.o
82    
83    RL_LIB=lsp/readline.o
84    
85    GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
   
 GCLDIR=/fix/f/debian/mm/gcl/gcl  
86  SHELL=/bin/sh  SHELL=/bin/sh
87  MACHINE=386-linux  MACHINE=386-linux
88    
# Line 97  MACHINE=386-linux Line 97  MACHINE=386-linux
97    
98  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
99    
100  #OFLAG  =  -O  #OFLAG  =  -g
101  OFLAG   =  -g  OFLAG   =  -O
102  LIBS    = -lm  #LIBS   = -lm
103    
104  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
105  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
106    
107  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
108  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 184  OBJS   =  $(OD)main.o $(OD)alloc.o $(OD)gb Line 184  OBJS   =  $(OD)main.o $(OD)alloc.o $(OD)gb
184          $(OD)fat_string.o ${ODIR}/run_process.o \          $(OD)fat_string.o ${ODIR}/run_process.o \
185          $(OD)nfunlink.o $(OD)usig.o $(OD)usig2.o $(OD)utils.o \          $(OD)nfunlink.o $(OD)usig.o $(OD)usig2.o $(OD)utils.o \
186          $(OD)makefun.o $(OD)sockets.o  \          $(OD)makefun.o $(OD)sockets.o  \
187          $(OD)init_pari.o $(NEW_INIT) $(MPFILES) $(SFASL) $(EXTRAS)          $(OD)init_pari.o $(NEW_INIT) $(MPFILES) $(SFASL) $(EXTRAS) \
188            $(addprefix $(OD),$(RL_OBJS))
189    
190  all:  $(OBJS) new-init $(LIBFILES) new_init.o  $(GCLIB)  all:  $(OBJS) new-init $(LIBFILES) new_init.o  $(GCLIB)
191    

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