home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / mp386.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  609 b   |  31 lines

  1. LBINDIR=/usr/local/bin
  2. SHELL=/bin/sh
  3. OFLAG    =  -O 
  4. LIBS    = -lm -lg
  5. RANLIB=true
  6. # define this to be empty if you want to save space
  7. ODIR_DEBUG= -g
  8.  
  9. # For various system V 386 machines.
  10.  
  11. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile -I$(GCLDIR)/o 
  12.  
  13. CFLAGS    = -c $(DEFS)  -I../h
  14.  
  15. # The fast loading currently works for ATT and BSD with 68000 or 386
  16. # architectures.  Unless you have these, leave these undefined.
  17. RSYM    = rsym
  18. SFASL    = $(ODIR)/sfasl.o
  19.  
  20. MPFILES= $(MPDIR)/mpi-386.o   $(MPDIR)/libmport.a
  21.  
  22. # When using SFASL it is good to have (si::build-symbol-table)
  23. INITFORM=(si::build-symbol-table)
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.