/[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.2 by camm, Thu Dec 20 00:00:27 2001 UTC revision 1.9.2.3 by camm, Thu Dec 20 04:37:33 2001 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  LIBS= -lm -lreadline -ltermcap
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-386_no_under.o $(MPDIR)/libmport.a
# Line 32  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP Line 32  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP
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=/fix/f/debian/mm/gcl/gcl-2.5.0/../tmp  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 62  TCL_LIBS=-ldl  -lm Line 62  TCL_LIBS=-ldl  -lm
62  NOTIFY=yes  NOTIFY=yes
63  GCC=gcc  GCC=gcc
64    
65  RL_OBJS=  RL_OBJS=readline.o
66    
67  RL_LIB=  RL_LIB=lsp/readline.o
68    
69  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
70  SHELL=/bin/sh  SHELL=/bin/sh
# 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 254  hpbsd-crt0-mod.o: Line 254  hpbsd-crt0-mod.o:
254          cp /lib/crt0.o .          cp /lib/crt0.o .
255          emacs -batch -l hpbsd-crt0.el          emacs -batch -l hpbsd-crt0.el
256    
257    GCL:=gcl
258  clean:  clean:
259          rm -f saved_$(GCL) raw_$(GCL) *.o core a.out rsym $(LSPDIR)/auto_new.lsp          rm -f saved_$(GCL) raw_$(GCL) *.o core a.out rsym $(LSPDIR)/auto_new.lsp foo *maxima*

Legend:
Removed from v.1.9.2.2  
changed lines
  Added in v.1.9.2.3

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