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

Diff of /gcl/lsp/makefile

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

revision 1.10 by camm, Sun Feb 3 18:44:07 2002 UTC revision 1.11 by camm, Thu May 16 21:52:46 2002 UTC
# Line 11  APPEND=../xbin/append Line 11  APPEND=../xbin/append
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          destructuring_bind.o defpackage.o make_defpackage.o loop.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 -lreadline -lncurses -lbfd -liberty  LIBS= -lm -lreadline -lncurses  /usr/lib/libbfd.a /usr/lib/libiberty.a
39    
40  #The multi precision library stuff  #The multi precision library stuff
41  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
# Line 44  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/lib Line 44  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/lib
44  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
45  # This would cause make install to create /usr/local/bin/gcl and  # This would cause make install to create /usr/local/bin/gcl and
46  # /usr/local/lib/gcl-2-??/* with some basic files.  # /usr/local/lib/gcl-2-??/* with some basic files.
47  prefix=/usr/local  prefix=/usr
48    
49  # where to place the info files  # where to place the info files
50  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
# Line 78  RL_OBJS=readline.o Line 78  RL_OBJS=readline.o
78    
79  RL_LIB=lsp/readline.o  RL_LIB=lsp/readline.o
80    
81  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0  GCLDIR=/home/camm/gcl/gcl-2.5.0
82  SHELL=/bin/sh  SHELL=/bin/sh
83  MACHINE=386-linux  MACHINE=386-linux
84    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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