/[gcl]/gcl/gcl-tk/makefile
ViewVC logotype

Diff of /gcl/gcl-tk/makefile

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

revision 1.9.2.1 by camm, Wed Dec 19 00:11:21 2001 UTC revision 1.9.2.2 by camm, Thu Dec 20 00:00:27 2001 UTC
# Line 28  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP Line 28  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP
28  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
29  # This would cause make install to create /usr/local/bin/gcl and  # This would cause make install to create /usr/local/bin/gcl and
30  # /usr/local/lib/gcl-2-??/* with some basic files.  # /usr/local/lib/gcl-2-??/* with some basic files.
31  prefix=/usr/local  prefix=/fix/f/debian/mm/gcl/gcl-2.5.0/../tmp
32    
33  # where to place the info files  # where to place the info files
34  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
# Line 58  TCL_LIBS=-ldl  -lm Line 58  TCL_LIBS=-ldl  -lm
58  NOTIFY=yes  NOTIFY=yes
59  GCC=gcc  GCC=gcc
60    
61    RL_OBJS=
62    
63    RL_LIB=
   
64    
65  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
66  SHELL=/bin/sh  SHELL=/bin/sh
# Line 77  MACHINE=386-linux Line 77  MACHINE=386-linux
77    
78  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
79    
80  OFLAG   =  -O  OFLAG   =  -g
81  LIBS    = -lm  #OFLAG  =  -O
82    #LIBS   = -lm
83    
84  ODIR_DEBUG= -O4  #ODIR_DEBUG= -O4
85    ODIR_DEBUG= -g
86    
87  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
88  # and also in the compiler::*cc* variable for later compilation of  # and also in the compiler::*cc* variable for later compilation of

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

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