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

Diff of /gcl/lsp/makefile

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

revision 1.8.2.1 by camm, Wed Dec 19 00:11:22 2001 UTC revision 1.8.2.2 by camm, Thu Dec 20 00:00:27 2001 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    
15    
16  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 44  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP Line 43  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP
43  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
44  # This would cause make install to create /usr/local/bin/gcl and  # This would cause make install to create /usr/local/bin/gcl and
45  # /usr/local/lib/gcl-2-??/* with some basic files.  # /usr/local/lib/gcl-2-??/* with some basic files.
46  prefix=/usr/local  prefix=/fix/f/debian/mm/gcl/gcl-2.5.0/../tmp
47    
48  # where to place the info files  # where to place the info files
49  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
# Line 74  TCL_LIBS=-ldl  -lm Line 73  TCL_LIBS=-ldl  -lm
73  NOTIFY=yes  NOTIFY=yes
74  GCC=gcc  GCC=gcc
75    
76    RL_OBJS=
77    
78    RL_LIB=
   
79    
80  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
81  SHELL=/bin/sh  SHELL=/bin/sh
# Line 93  MACHINE=386-linux Line 92  MACHINE=386-linux
92    
93  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
94    
95  OFLAG   =  -O  OFLAG   =  -g
96  LIBS    = -lm  #OFLAG  =  -O
97    #LIBS   = -lm
98    
99  ODIR_DEBUG= -O4  #ODIR_DEBUG= -O4
100    ODIR_DEBUG= -g
101    
102  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
103  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 152  MPFILES=${GMP_DIR}libgmp.a Line 153  MPFILES=${GMP_DIR}libgmp.a
153    
154    
155    
156  all:    $(OBJS)  all:    $(OBJS) $(RL_OBJS)
157    
158    
159    

Legend:
Removed from v.1.8.2.1  
changed lines
  Added in v.1.8.2.2

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