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 / vax.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  908 b   |  38 lines

  1. LBINDIR=/usr/local/bin
  2.  
  3. #defs for the makefiles
  4.  
  5. # vax
  6. OFLAG    =  
  7. LIBS    = -lm -lg 
  8. ODIR_DEBUG= -g
  9.  
  10. CHTAB    = char_table.s
  11. CC = cc -DVOL=  -I$(GCLDIR)/o 
  12. # If you don't have gcc use CC = cc -DVOL=
  13.  
  14.  
  15. #
  16. # I have been told (by  romine@expres.nsf.gov)
  17. # that the following CC works on a vax running 3.1 and 4.0
  18. # it worked also to build maxima  and run the test suite
  19. # Ultrix V3.1 (Rev. 9), on either a VaxStation 2000 or 3200. akcl 505.
  20. # [except for one difference in cpoly]
  21. #CC = gcc -DVOL=volatile  -I$(GCLDIR)/o
  22. # Do not use gnu's ld.  It did not work.  So probably use
  23. #LDCC=cc
  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=
  35.  
  36. SYMB=-s
  37.  
  38.