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 / symmetry.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  1.0 KB  |  39 lines

  1.  
  2. # Machine dependent makefile definitions for Sequent Symmetry/DYNIX-3.0.12+
  3. # by Marion Hakanson <hakanson@cse.ogi.edu>, Oregon Graduate Institute.
  4. # $Id: symmetry.defs,v 1.3 90/11/07 15:19:22 hakanson Exp $
  5.  
  6. LBINDIR=/usr/local/bin
  7.  
  8. # Put cmplinclude.h in $(RUNDIR)/include, and
  9. # put unixport/saved_gcl in $(RUNDIR) as well.
  10. # That way we don't have to keep sources online.
  11. RUNDIR  = /usr/local/gcl
  12.  
  13. #defs for the makefiles
  14.  
  15. # symmetry
  16. OFLAG    = -O
  17. LIBS    = -lm -lg 
  18. ODIR_DEBUG= -g
  19.  
  20. CHTAB    = char_table.s
  21. # CC = cc -DVOL=  -I$(GCLDIR)/o 
  22. # If you don't have gcc use above
  23. CC = gcc -fwritable-strings -DVOL=volatile -I$(GCLDIR)/o -I$(RUNDIR)/include
  24.  
  25. CFLAGS    = -c $(DEFS)  -I../h
  26.  
  27. # The fast loading currently works for ATT and BSD with 68000 or 386
  28. # architectures.  Unless you have these, leave these undefined.
  29. # RSYM    = rsym
  30. # SFASL    = $(ODIR)/sfasl.o
  31.  
  32. # This function will be run before dumping.
  33. # When using SFASL it is good to have (si::build-symbol-table)
  34. # INITFORM=(si::build-symbol-table)
  35.  
  36. # Use symbolic links
  37. SYMB=-s
  38.  
  39.