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

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

# Processor name:

cpu = NeXT

# Default flags to use when invoking the C compiler.

CFLAGS = -O -g
CC = cc

# Assembly language object files.

Aruntime = next.o 

# Profiled library

Plib =

# Heap size in megabytes for the compiler.

scheapmb = 8 -scl 40

# End of NeXT header.
