/[gcl]/gcl/o/makefile
ViewVC logotype

Diff of /gcl/o/makefile

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

revision 1.12.2.1 by camm, Wed Dec 19 00:11:22 2001 UTC revision 1.12.2.2 by camm, Thu Dec 20 00:00:27 2001 UTC
# Line 17  LIBFILES= bcmp.o bcopy.o bzero.o user_in Line 17  LIBFILES= bcmp.o bcopy.o bzero.o user_in
17  MAIN_DEBUG=  MAIN_DEBUG=
18  DPP     = ../bin/dpp  DPP     = ../bin/dpp
19    
 # If you have static GNU Readline 4.0 library, modify the following  
 # Note that it is possible to configure Readline use ncurses instead termcap  
 RL_PREFIX=/cdimage  
 RL_LIB_SPEC=-L$(RL_PREFIX)/lib -lreadline -ltermcap  
 RL_INCLUDE=-I$(RL_PREFIX)/include  
 RL_OBJS=$(OD)readline.o  
   
   
20  # AUX_INFO=-aux-info $*.X  # AUX_INFO=-aux-info $*.X
21  .c.o:  .c.o:
22          $(CC) -c $(OFLAG) $(CFLAGS) $*.c $(AUX_INFO)          $(CC) -c $(OFLAG) $(CFLAGS) $*.c $(AUX_INFO)
# Line 58  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP Line 50  MPFILES=$(MPDIR)/mpi-386_no_under.o $(MP
50  # root for the installation, eg /usr/local  # root for the installation, eg /usr/local
51  # This would cause make install to create /usr/local/bin/gcl and  # This would cause make install to create /usr/local/bin/gcl and
52  # /usr/local/lib/gcl-2-??/* with some basic files.  # /usr/local/lib/gcl-2-??/* with some basic files.
53  prefix=/usr/local  prefix=/fix/f/debian/mm/gcl/gcl-2.5.0/../tmp
54    
55  # where to place the info files  # where to place the info files
56  INFO_DIR=/usr/info/  INFO_DIR=/usr/info/
# Line 88  TCL_LIBS=-ldl  -lm Line 80  TCL_LIBS=-ldl  -lm
80  NOTIFY=yes  NOTIFY=yes
81  GCC=gcc  GCC=gcc
82    
83    RL_OBJS=
84    
85    RL_LIB=
   
86    
87  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0  GCLDIR=/fix/f/debian/mm/gcl/gcl-2.5.0
88  SHELL=/bin/sh  SHELL=/bin/sh
# Line 107  MACHINE=386-linux Line 99  MACHINE=386-linux
99    
100  LBINDIR=/usr/local/bin  LBINDIR=/usr/local/bin
101    
102  OFLAG   =  -O  OFLAG   =  -g
103  LIBS    = -lm  #OFLAG  =  -O
104    #LIBS   = -lm
105    
106  ODIR_DEBUG= -O4  #ODIR_DEBUG= -O4
107    ODIR_DEBUG= -g
108    
109  # This CC string will be used for compilation of the system,  # This CC string will be used for compilation of the system,
110  # 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.12.2.1  
changed lines
  Added in v.1.12.2.2

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