#
# This is the header file for constructing make files for HP 9000 series 300.
#

# Default flags to use when invoking the C compiler.

CFLAGS = -Aa -D_HPUX_SOURCE +O1
CC = cc

# Assembly language object files.

Aruntime = hp300.o

# Profiled library

Plib =

# Installation tools

RANLIB = ranlib

# X library

XLIB = -lX11
XLIBCFLAGS =

# End of HP300 header.
