#
# This is the header file for constructing make files for the Sun3
#

.SUFFIXES:
.SUFFIXES:	.o .c .sc .s

# Processor name:

cpu = SUN3

# Default flags to use when invoking the C compiler.

CFLAGS = -O
CC = cc

# Assembly language object files.

Aruntime = sun3.o 

# Profiled library

Plib =

# Heap size in megabytes for the compiler.

scheapmb = 8 -scl 40

# End of Sun3 header.
