#
# This is the header file for constructing make files for the DEC VAX.
#

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

# Processor name:

cpu = VAX

# Default flags to use when invoking the C compiler.

CFLAGS = -O
CC = cc

# Assembly language object files.

Aruntime = vax.o 

# Profiled library

Plib = libsc_p.a

# Heap size in megabytes for the compiler.

scheapmb = 8 -scl 40

# End of VAX header.
