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

Diff of /gcl/unixport/makefile

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

revision 1.13 by camm, Sun Feb 3 18:44:08 2002 UTC revision 1.14 by camm, Thu May 16 21:53:02 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 -lncurses -lbfd -liberty  LIBS= -lm -lreadline -lncurses  /usr/lib/libbfd.a /usr/lib/libiberty.a
27    
28  #The multi precision library stuff  #The multi precision library stuff
29  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/libmport.a
# Line 32  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/lib Line 32  MPFILES=$(MPDIR)/@MPI_FILE@ $(MPDIR)/lib
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/local  prefix=/usr
36    
37  # where to place the info files  # where to place the info files
38  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
# Line 66  RL_OBJS=readline.o Line 66  RL_OBJS=readline.o
66    
67  RL_LIB=lsp/readline.o  RL_LIB=lsp/readline.o
68    
69  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0  GCLDIR=/home/camm/gcl/gcl-2.5.0
70  SHELL=/bin/sh  SHELL=/bin/sh
71  MACHINE=386-linux  MACHINE=386-linux
72    
# Line 169  LSPOBJS        = $(LSPDIR)/defmacro.o $(LSPDIR) Line 169  LSPOBJS        = $(LSPDIR)/defmacro.o $(LSPDIR)
169          $(LSPDIR)/sloop.o  $(LSPDIR)/debug.o \          $(LSPDIR)/sloop.o  $(LSPDIR)/debug.o \
170          $(LSPDIR)/serror.o $(LSPDIR)/info.o $(LSPDIR)/destructuring_bind.o \          $(LSPDIR)/serror.o $(LSPDIR)/info.o $(LSPDIR)/destructuring_bind.o \
171          $(LSPDIR)/defpackage.o $(LSPDIR)/make_defpackage.o \          $(LSPDIR)/defpackage.o $(LSPDIR)/make_defpackage.o \
172            $(LSPDIR)/loop.o\
173          $(addprefix $(LSPDIR)/,$(RL_OBJS))          $(addprefix $(LSPDIR)/,$(RL_OBJS))
174    
175  CMPOBJS = $(CMPDIR)/cmpinline.o $(CMPDIR)/cmputil.o $(CMPDIR)/cmptype.o \  CMPOBJS = $(CMPDIR)/cmpinline.o $(CMPDIR)/cmputil.o $(CMPDIR)/cmptype.o \

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

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