6 # for main link of raw_gcl
9 #The multi precision library stuff
10 MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a
13 # root for the installation, eg /usr/local
14 # This would cause make install to create /usr/local/bin/gcl and
15 # /usr/local/lib/gcl-2-??/* with some basic files.
18 # where to place the info files
19 INFO_DIR=/usr/local/info/
21 # where to put emacs lisp files.
22 EMACS_SITE_LISP=/usr/share/emacs/20.7/site-lisp
25 EMACS_DEFAULT_EL=/usr/share/emacs/20.7/site-lisp/default.el
27 # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
29 TK_CONFIG_PREFIX=/usr/local/lib
30 TK_LIBRARY=/usr/local/lib/tk8.3
31 TCL_LIBRARY=/usr/local/lib/tcl8.3
32 TK_XINCLUDES=-I/usr/X11R6/include
33 TK_INCLUDE=-I/usr/local/lib/../include
34 TCL_INCLUDE=-I/usr/local/lib/../include
35 TK_LIB_SPEC=-L/usr/local/lib -ltk8.3
36 TK_BUILD_LIB_SPEC=-L/home/wfs/src/tk8.3.2/unix -ltk8.3
37 TK_XLIBSW=-L/usr/X11R6/lib -lX11
38 TK_XINCLUDES=-I/usr/X11R6/include
39 TCL_LIB_SPEC=-L/usr/local/lib -ltcl8.3${TCL_DBGX}
50 GCLDIR=/home/wfs/cvs/gcl
54 # notes for redhat 6.0
55 # the configure should select the compiler GCC=/usr/bin/i386-glibc20-linux-gcc
56 # However for the gcl-tk directory, you must use plain 'gcc' since
57 # that must link with the tcl tk libs which have been compiled with it.
58 # so after configure change to GCC=gcc in the gcl-tk/makefile
61 # Machine dependent makefile definitions for intel 386,486 running linux
63 LBINDIR=/usr/local/bin
70 # This CC string will be used for compilation of the system,
71 # and also in the compiler::*cc* variable for later compilation of
73 # (the -pipe is just since our file system is slow..)
74 CC = ${GCC} -pipe -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o -fsigned-char
76 # under redhat 6.1 and slackware 7.0 we needed to have this
77 # link be static, but should be ok with the fix to unixport/rsym_elf.c
81 # note for linuxaout on an elf machine add -b i486-linuxaout
82 # CC = gcc -pipe -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o -fsigned-char -b i486-linuxaout
84 # Enable the fastloading mechanism which does not use ld -A
85 # requires c/rel_.. machine dependent code.
88 SFASL = $(ODIR)/sfasl.o
91 #MPFILES= $(MPDIR)/mpi-386d.o $(MPDIR)/libmport.a
94 # When using SFASL it is good to have (si::build-symbol-table)
95 INITFORM=(si::build-symbol-table)
102 # the make to use for saved_kcp the profiler.
104 MPFILES=${GMP_DIR}libgmp.a
108 GCLDIR=/home/wfs/cvs/gcl
109 MAXDIR=/home/wfs/cvs/maxima
110 PREFIX_DIR=/usr/local
111 EMACS_SITE_LISP=/usr/local/lib/emacs/site-lisp
112 INFO_DIR=/usr/local/info
113 MAN_DIR=/usr/local/man/man1