/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.13 by camm, Mon Jan 7 16:44:34 2002 UTC revision 1.13.2.1 by camm, Fri Jun 7 22:14:44 2002 UTC
# Line 55  TCL_LIBS=-ldl  -lm Line 55  TCL_LIBS=-ldl  -lm
55  NOTIFY=yes  NOTIFY=yes
56  GCC=gcc  GCC=gcc
57    
58    MP_INCLUDE=h/gmp.h
59    GCLDIR=/home/camm/gcl/tmp/gcl-2.4.1
   
   
 GCLDIR=/fix/f/debian/mm/gcl/gcl  
60  SHELL=/bin/sh  SHELL=/bin/sh
61  MACHINE=386-linux  MACHINE=386-linux
62    
# Line 74  MACHINE=386-linux Line 71  MACHINE=386-linux
71    
72  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
73    
74  #OFLAG  =  -O  OFLAG   =  -O
75  OFLAG   =  -g  #OFLAG  =  -g
76  LIBS    = -lm  LIBS    = -lm
77    
78  #ODIR_DEBUG= -O4  ODIR_DEBUG= -O4
79  ODIR_DEBUG= -g  #ODIR_DEBUG= -g
80    
81  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
82  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of
# Line 232  clean: Line 229  clean:
229          rm -f h/config.h h/gclincl.h h/cmpinclude.h          rm -f h/config.h h/gclincl.h h/cmpinclude.h
230          rm -rf gmp/.deps gmp/libgmp.a          rm -rf gmp/.deps gmp/libgmp.a
231    
232  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 $(MP_INCLUDE) ${HDIR}object.h ${HDIR}vs.h \
233          ${HDIR}bds.h ${HDIR}frame.h \          ${HDIR}bds.h ${HDIR}frame.h \
234          ${HDIR}lex.h ${HDIR}eval.h    ${HDIR}funlink.h \          ${HDIR}lex.h ${HDIR}eval.h    ${HDIR}funlink.h \
235          ${HDIR}att_ext.h ${HDIR}new_decl.h ${HDIR}compbas2.h ${HDIR}/compat.h ${HDIR}/cmponly.h          ${HDIR}att_ext.h ${HDIR}new_decl.h ${HDIR}compbas2.h ${HDIR}/compat.h ${HDIR}/cmponly.h

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

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