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 / sgi4d.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  1.2 KB  |  52 lines

  1.  
  2. # Machine dependent makefile definitions for SGI Iris 3030
  3.  
  4. LBINDIR=/usr/local/bin
  5.  
  6. OFLAG    =  
  7. LIBS    = -lm -lbsd
  8. ODIR_DEBUG= -g 
  9. NULLFILE = ../h/twelve_null
  10. SHELL=/bin/sh
  11.  
  12. # .IGNORE:
  13.  
  14. # This CC string will be used for compilation of the system,
  15. # and also in the compiler::*cc* variable for later compilation of
  16. # lisp files.
  17.  
  18. # also defined in `machine'.h file
  19. # The one here must be >= the one in the .h file.
  20. # It must be a multiple of 0x200000 greater that 0x400000 the
  21. # default text start.
  22. DBEGIN= A00000
  23.  
  24. # If you don't plan on linking in a lot of other stuff
  25. # like maxima, you can increase the -G 8 to -G 800 or so.
  26. # That should be a bit faster..
  27.  
  28. CC = cc -DVOL=volatile -Olimit 798 -G 8 -I${GCLDIR}/o  -I/usr/include/bsd
  29. LDCC = cc -Wl,-D -Wl,${DBEGIN} 
  30.  
  31.  
  32.  
  33. # Enable the fastloading mechanism which does not use ld -A
  34. # requires c/rel_.. machine dependent code.
  35.  
  36. # RSYM    = rsym
  37. # SFASL    = $(ODIR)/sfasl.o
  38.  
  39. # When using SFASL it is good to have (si::build-symbol-table)
  40. # INITFORM=(si::build-symbol-table)
  41. # incremental loading with -A requires -G 0
  42. INITFORM=(setq compiler::*cc* "cc -DVOL=volatile -G 0 ")
  43.  
  44. # Use symbolic links
  45. SYMB=-s
  46.  
  47. EMUL= $(ODIR)/sgi4d_emul.o
  48.  
  49. MPFILES= ${MPDIR}/mpi.o ${MPDIR}/lo-sgi4d.o ${MPDIR}/libmport.a
  50.  
  51. RANLIB= ar lts 
  52.