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 / sig.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  469 b   |  31 lines

  1. LBINDIR=/usr/local/bin
  2.  
  3. ODIR_DEBUG= 
  4. MACHINE = SGI
  5. CHTAB    = sgi_chtab.s
  6. DEFS    =  -I/usr/include/bsd
  7. LIBS    = -lm -lbsd
  8. OFLAG = -O
  9. NULLFILE = ../h/twelve_null
  10. CC    = cc
  11.  
  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. # When using SFASL it is good to have (si::build-symbol-table)
  21. INITFORM=(si::build-symbol-table)
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.