/[gcl]/gcl/unixport/makefile
ViewVC logotype

Diff of /gcl/unixport/makefile

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

revision 1.9.2.4 by camm, Fri Dec 21 04:50:56 2001 UTC revision 1.9.2.5 by camm, Fri Jan 18 03:26:28 2002 UTC
# Line 23  SPECIAL_RSYM = rsym.c Line 23  SPECIAL_RSYM = rsym.c
23  # use=386-linux  # use=386-linux
24    
25  # for main link of raw_gcl  # for main link of raw_gcl
26  LIBS= -lm -lreadline -ltermcap  LIBS= -lm -lreadline -ltermcap -lbfd -liberty
27    
28  #The multi precision library stuff  #The multi precision library stuff
29  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
30    
31    
32  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
33  # This would cause make install to create /usr/local/bin/gcl and  # This would cause make install to create /usr/local/bin/gcl and
34  # /usr/local/lib/gcl-2-??/* with some basic files.  # /usr/local/lib/gcl-2-??/* with some basic files.
35  prefix=/usr  prefix=/usr/local
36    
37  # where to place the info files  # where to place the info files
38  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
# Line 81  MACHINE=386-linux Line 81  MACHINE=386-linux
81    
82  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
83    
84  #OFLAG  =  -g  OFLAG   =  -g
85  OFLAG   =  -O  #OFLAG  =  -O
86  #LIBS   = -lm  #LIBS   = -lm
87    
88  ODIR_DEBUG= -O4  #ODIR_DEBUG= -O4
89  #ODIR_DEBUG= -g  ODIR_DEBUG= -g
90    
91  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
92  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 166  LSPOBJS        = $(LSPDIR)/defmacro.o $(LSPDIR) Line 166  LSPOBJS        = $(LSPDIR)/defmacro.o $(LSPDIR)
166          $(LSPDIR)/describe.o $(LSPDIR)/iolib.o $(LSPDIR)/listlib.o \          $(LSPDIR)/describe.o $(LSPDIR)/iolib.o $(LSPDIR)/listlib.o \
167          $(LSPDIR)/mislib.o $(LSPDIR)/numlib.o $(LSPDIR)/packlib.o \          $(LSPDIR)/mislib.o $(LSPDIR)/numlib.o $(LSPDIR)/packlib.o \
168          $(LSPDIR)/seq.o $(LSPDIR)/seqlib.o $(LSPDIR)/trace.o \          $(LSPDIR)/seq.o $(LSPDIR)/seqlib.o $(LSPDIR)/trace.o \
169          $(LSPDIR)/sloop.o  $(LSPDIR)/debug.o $(LSPDIR)/info.o \          $(LSPDIR)/sloop.o  $(LSPDIR)/debug.o \
170          $(LSPDIR)/serror.o $(addprefix $(LSPDIR)/,$(RL_OBJS))          $(LSPDIR)/serror.o $(LSPDIR)/info.o $(LSPDIR)/destructuring_bind.o \
171            $(addprefix $(LSPDIR)/,$(RL_OBJS))
172    
173  CMPOBJS = $(CMPDIR)/cmpinline.o $(CMPDIR)/cmputil.o $(CMPDIR)/cmptype.o \  CMPOBJS = $(CMPDIR)/cmpinline.o $(CMPDIR)/cmputil.o $(CMPDIR)/cmptype.o \
174          $(CMPDIR)/cmpbind.o $(CMPDIR)/cmpblock.o $(CMPDIR)/cmpcall.o \          $(CMPDIR)/cmpbind.o $(CMPDIR)/cmpblock.o $(CMPDIR)/cmpcall.o \

Legend:
Removed from v.1.9.2.4  
changed lines
  Added in v.1.9.2.5

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