home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / devel / lisp / akcl_lin.z / akcl_lin / h / linux.defs < prev    next >
Encoding:
Text File  |  1993-04-03  |  662 b   |  29 lines

  1. LBINDIR=/usr/local/bin
  2. SHELL=/bin/sh
  3. OFLAG    =  -O2 -m486
  4. LIBS    = -lm /usr/lib/libgmon.a
  5. # define this to be empty if you want to save space
  6. ODIR_DEBUG= 
  7. NULLFILE = 
  8.  
  9. # For various system V 386 machines.
  10.  
  11. CC = gcc -DVOL=volatile -I$(AKCLDIR)/o 
  12. LDCC=gcc -static
  13.  
  14. MAINDIR = /usr2/wfs/kcl
  15. CFLAGS    = -c $(DEFS)  -I../h
  16.  
  17. # The fast loading currently works for ATT and BSD with 68000 or 386
  18. # architectures.  Unless you have these, leave these undefined.
  19. RSYM    = rsym
  20. SFASL    = $(ODIR)/sfasl.o 
  21.  
  22. MPFILES= $(MPDIR)/mpi-linux.o   $(MPDIR)/libmport.a
  23.  
  24. # When using SFASL it is good to have (si::build-symbol-table)
  25. INITFORM= (si::build-symbol-table)
  26.  
  27. # Symbolic links
  28. SYMB= -s
  29.