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

  1.  
  2. LBINDIR=/usr/local/bin
  3. OFLAG    =  -O
  4. LIBS    = -lm -lsocket -lnsl 
  5.  
  6.  
  7. CC = cc  -DVOL=  -I$(GCLDIR)/o -Bstatic -temp=. -pipe
  8. ODIR_DEBUG=-O4
  9.  
  10. #gcc 2.1 and 2.2 compile akcl correctly as far as I have been able to determine.
  11. #gcc 2.3.3 does not compile akcl correctly
  12. #gcc 2.4.5 does compile akcl, but does fail on some subsequent tests.
  13. #gcc 2.5.3 does compile gcl correctly and runs all the tests we have.
  14.  
  15. CC = gcc -I${GCLDIR}/o -static -DVOL=volatile 
  16. ODIR_DEBUG= -O -g
  17.  
  18. #The new optional for money compiler has not been tested recently.
  19. # it used to fail to compile o/format.o correctly.
  20. #CC =  /usr/local/lang/cc  -DVOL=  -I$(GCLDIR)/o -Bstatic -temp=. -pipe
  21. ODIR_DEBUG= -O4
  22.  
  23. AS=as -P -D__svr4__
  24.  
  25. CFLAGS    = -c $(DEFS)  -I../h
  26.  
  27. MAIN    = ../o/main.o
  28.  
  29. MPFILES=$(MPDIR)/mpi-sol-sparc.o $(MPDIR)/sparcdivul3.o $(MPDIR)/libmport.a
  30. #MPFILES=${MPDIR}/mpi.o ${MPDIR}/libmport.a
  31.  
  32. RSYM    = rsym
  33. SFASL    = $(ODIR)/sfasl.o
  34.  
  35. # This function will be run before dumping.
  36. # When using SFASL it is good to have (si::build-symbol-table)
  37. INITFORM=(si::build-symbol-table)
  38.  
  39. GNULIB1=
  40.  
  41. # Use symbolic links
  42. SYMB=-s
  43. # the  make to use for saved_kcp the profiler.
  44. KCP=kcp-sun
  45.  
  46. NULLFILE = ../h/secondary_sun_magic
  47.  
  48.