/[gcl]/gcl/lsp/makefile
ViewVC logotype

Diff of /gcl/lsp/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  APPEND=../xbin/append Line 10  APPEND=../xbin/append
10    
11  OBJS    = arraylib.o assert.o defmacro.o defstruct.o describe.o evalmacros.o \  OBJS    = arraylib.o assert.o defmacro.o defstruct.o describe.o evalmacros.o \
12          iolib.o listlib.o mislib.o module.o numlib.o packlib.o predlib.o \          iolib.o listlib.o mislib.o module.o numlib.o packlib.o predlib.o \
13          seq.o seqlib.o setf.o top.o trace.o sloop.o debug.o info.o serror.o          seq.o seqlib.o setf.o top.o trace.o sloop.o debug.o info.o serror.o \
14            destructuring_bind.o defpackage.o make_defpackage.o
15    
16    
17  COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \  COMPILE_FILE=$(PORTDIR)/saved_gcl $(PORTDIR) -system-p -c-file -data-file \
# Line 35  CFLAGS = -c -O -I../h Line 35  CFLAGS = -c -O -I../h
35  # use=386-linux  # use=386-linux
36    
37  # for main link of raw_gcl  # for main link of raw_gcl
38  LIBS= -lm  LIBS= -lm -lreadline -lncurses -lbfd -liberty
39    
40  #The multi precision library stuff  #The multi precision library stuff
41  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
42    
43    
44  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
# Line 74  TCL_LIBS=-ldl  -lm Line 74  TCL_LIBS=-ldl  -lm
74  NOTIFY=yes  NOTIFY=yes
75  GCC=gcc  GCC=gcc
76    
77    RL_OBJS=readline.o
78    
79    RL_LIB=lsp/readline.o
80    
81    GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
   
 GCLDIR=/fix/f/debian/mm/gcl/gcl  
82  SHELL=/bin/sh  SHELL=/bin/sh
83  MACHINE=386-linux  MACHINE=386-linux
84    
# Line 93  MACHINE=386-linux Line 93  MACHINE=386-linux
93    
94  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
95    
96  #OFLAG  =  -O  #OFLAG  =  -g
97  OFLAG   =  -g  OFLAG   =  -O
98  LIBS    = -lm  #LIBS   = -lm
99    
100  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
101  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
102    
103  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
104  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 154  MPFILES=${GMP_DIR}libgmp.a Line 154  MPFILES=${GMP_DIR}libgmp.a
154    
155    
156    
157  all:    $(OBJS)  all:    $(OBJS) $(RL_OBJS)
158    
159    
160    

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