#
# This is the header file for constructing make files for 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

# Installation tools

RANLIB = ranlib

# X library

XLIB = -lX11
XLIBCFLAGS =

# End of VAX header.
