home *** CD-ROM | disk | FTP | other *** search
-
- LBINDIR=/usr/local/bin
- OFLAG = -O
- LIBS = -lm -lg
-
- #include "sparc.h"
-
- CC = cc -DVOL= -I$(AKCLDIR)/o -Bstatic -temp=. -pipe
- ODIR_DEBUG=-O4
-
- #gcc 2.1 compiles akcl correctly as far as I have been able to determine.
- #CC = gcc -I${AKCLDIR}/o -static -DVOL=volatile -W
- #ODIR_DEBUG= -O -g
-
- #If the optional C compiler from sun is in /usr/local/lang use the following:
- # it fails to compile o/format.o correctly however.
- #CC = /usr/local/lang/cc -DVOL= -I$(AKCLDIR)/o -Bstatic -temp=. -pipe
- #ODIR_DEBUG= -O
-
-
- AS=as -P
-
- MAINDIR = /public/kcl
- CFLAGS = -c $(DEFS) -I../h
-
- MAIN = ../o/main.o
-
- MPFILES=$(MPDIR)/mpi-sparc.o $(MPDIR)/sparcdivul3.o $(MPDIR)/libmport.a
-
- RSYM = rsym
- SFASL = $(ODIR)/sfasl.o
-
- # This function will be run before dumping.
- # When using SFASL it is good to have (si::build-symbol-table)
- INITFORM=(si::build-symbol-table)
-
-
-
- # Use symbolic links
- SYMB=-s
- # the make to use for saved_kcp the profiler.
- KCP=kcp-sun
-
- NULLFILE = ../h/secondary_sun_magic
-
-