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 / rt_aix.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  977 b   |  44 lines

  1. LBINDIR=/usr/bin
  2. #defs for the makefiles
  3.  
  4. # for rt
  5. OFLAG    =   -O
  6. OFLAG    =  
  7. LIBS    = -lm  -lg
  8. # for plc88 can't have this
  9. LIBS    = -lm 
  10. ODIR_DEBUG= -g
  11.  
  12. SHELL=/bin/sh
  13. .IGNORE:
  14.  
  15. # The -a option is necessary because of size limitiations,
  16. # for the files alloc.c, main.c, gbc.c.  We add it for all!
  17. CC = cc -Nn3000 -DNO_VOID_STAR -DVOL= -I$(GCLDIR)/o  -Wl,-S0xa000000 -a
  18. # Note pl8cc cannot compile c/fat_string.c.
  19. # When this fails just repeat the same command manually
  20. # using cc.
  21. # When using xlc:
  22. # CC = xlc -qlanglvl=ext -qnoprint -DCOM_LENG= -DVOL= -I$(GCLDIR)/o  -Wl,-S0xa000000 
  23.  
  24.  
  25. # CC = pl8cc -DCOM_LENG=1 -DVOL= -I$(GCLDIR)/o  -Wl,-S0xa000000 
  26.  
  27.  
  28.  
  29.  
  30. CFLAGS    = -c $(DEFS)  -I../h
  31.  
  32. # The fast loading currently works for ATT and BSD with 68000 or 386
  33. # architectures.  Unless you have these, leave these undefined.
  34. RSYM    = rsym
  35. SFASL    = $(ODIR)/sfasl.o
  36.  
  37. # When using SFASL it is good to have (si::build-symbol-table)
  38. INITFORM=(si::build-symbol-table)
  39.  
  40. # Use symbolic links
  41. SYMB= -s
  42.  
  43.  
  44.