/[gcl]/gcl/o/makefile
ViewVC logotype

Diff of /gcl/o/makefile

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

revision 1.14 by camm, Mon Jan 7 16:44:35 2002 UTC revision 1.15 by camm, Sun Feb 3 18:44:08 2002 UTC
# Line 41  CPP= Line 41  CPP=
41  # use=386-linux  # use=386-linux
42    
43  # for main link of raw_gcl  # for main link of raw_gcl
44  LIBS= -lm  LIBS= -lm -lreadline -lncurses -lbfd -liberty
45    
46  #The multi precision library stuff  #The multi precision library stuff
47  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
48    
49    
50  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
# Line 80  TCL_LIBS=-ldl  -lm Line 80  TCL_LIBS=-ldl  -lm
80  NOTIFY=yes  NOTIFY=yes
81  GCC=gcc  GCC=gcc
82    
83    RL_OBJS=readline.o
84    
85    RL_LIB=lsp/readline.o
86    
87    GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
   
 GCLDIR=/fix/f/debian/mm/gcl/gcl  
88  SHELL=/bin/sh  SHELL=/bin/sh
89  MACHINE=386-linux  MACHINE=386-linux
90    
# Line 99  MACHINE=386-linux Line 99  MACHINE=386-linux
99    
100  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
101    
102  #OFLAG  =  -O  #OFLAG  =  -g
103  OFLAG   =  -g  OFLAG   =  -O
104  LIBS    = -lm  #LIBS   = -lm
105    
106  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
107  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
108    
109  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
110  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 186  OBJS   = $(OD)main.o $(OD)alloc.o $(OD)gbc Line 186  OBJS   = $(OD)main.o $(OD)alloc.o $(OD)gbc
186          $(OD)fat_string.o ${ODIR}/run_process.o \          $(OD)fat_string.o ${ODIR}/run_process.o \
187          $(OD)nfunlink.o $(OD)usig.o $(OD)usig2.o $(OD)utils.o \          $(OD)nfunlink.o $(OD)usig.o $(OD)usig2.o $(OD)utils.o \
188          $(OD)makefun.o $(OD)sockets.o $(OD)clxsocket.o  \          $(OD)makefun.o $(OD)sockets.o $(OD)clxsocket.o  \
189          $(OD)init_pari.o $(OD)nsocket.o $(NEW_INIT) $(MPFILES) $(SFASL) $(EXTRAS)          $(OD)init_pari.o $(OD)nsocket.o $(NEW_INIT) $(MPFILES) $(SFASL) $(EXTRAS) \
190            $(RL_OBJS)
191    
192  all:  $(OBJS) new-init $(LIBFILES) new_init.o  $(GCLIB) $(LAST_FILE)  $(FIRST_FILE)  all:  $(OBJS) new-init $(LIBFILES) new_init.o  $(GCLIB) $(LAST_FILE)  $(FIRST_FILE)
193    

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

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