/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.11.2.3 by camm, Thu Dec 20 00:16:09 2001 UTC revision 1.11.2.4 by camm, Thu Dec 20 04:37:32 2001 UTC
# Line 16  prefix=/usr/local Line 16  prefix=/usr/local
16  # use=386-linux  # use=386-linux
17    
18  # for main link of raw_gcl  # for main link of raw_gcl
19  LIBS= -lm  LIBS= -lm -lreadline -ltermcap
20    
21  #The multi precision library stuff  #The multi precision library stuff
22  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a
# Line 25  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP Line 25  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP
25  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
26  # This would cause make install to create /usr/local/bin/gcl and  # This would cause make install to create /usr/local/bin/gcl and
27  # /usr/local/lib/gcl-2-??/* with some basic files.  # /usr/local/lib/gcl-2-??/* with some basic files.
28  prefix=/fix/f/debian/mm/gcl/gcl-2.5.0/../tmp  prefix=/usr/local
29    
30  # where to place the info files  # where to place the info files
31  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
# Line 55  TCL_LIBS=-ldl  -lm Line 55  TCL_LIBS=-ldl  -lm
55  NOTIFY=yes  NOTIFY=yes
56  GCC=gcc  GCC=gcc
57    
58  RL_OBJS=  RL_OBJS=readline.o
59    
60  RL_LIB=  RL_LIB=lsp/readline.o
61    
62  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
63  SHELL=/bin/sh  SHELL=/bin/sh
# Line 74  MACHINE=386-linux Line 74  MACHINE=386-linux
74    
75  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
76    
77  OFLAG   =  -g  #OFLAG  =  -g
78  #OFLAG  =  -O  OFLAG   =  -O
79  #LIBS   = -lm  #LIBS   = -lm
80    
81  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
82  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
83    
84  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
85  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 226  clean: Line 226  clean:
226          (cd $(CMPDIR); make clean)          (cd $(CMPDIR); make clean)
227          (cd $(PORTDIR); make clean)          (cd $(PORTDIR); make clean)
228          (cd gcl-tk ; make clean)          (cd gcl-tk ; make clean)
229            (cd gmp ; make distclean)
230            rm -f foo.tcl config.log makedefs makedefsafter config.cache config.status makedefc
231            rm -f h/config.h h/gclincl.h h/cmpinclude.h
232            rm -rf gmp/.deps
233    
234  CMPINCLUDE_FILES=${HDIR}cmpincl1.h ${HDIR}gclincl.h ${HDIR}compbas.h ${HDIR}enum.h ${HDIR}object.h ${HDIR}vs.h \  CMPINCLUDE_FILES=${HDIR}cmpincl1.h ${HDIR}gclincl.h ${HDIR}compbas.h ${HDIR}enum.h ${HDIR}object.h ${HDIR}vs.h \
235          ${HDIR}bds.h ${HDIR}frame.h \          ${HDIR}bds.h ${HDIR}frame.h \

Legend:
Removed from v.1.11.2.3  
changed lines
  Added in v.1.11.2.4

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