#
# compiler:	HP-UX C Compiler
#DONOT: CC = /bin/cc
DEFINES=$(G_DEFINE)
#DEFINES=$(G_DEFINE) -DDEBUG
UPDAT_OPT=NONE
# Debuging, Don't add Profiling on same line, not good for debug.
CFLAGS = -Aa -Ae -g $(DEFINES) 
#CFLAGS = -Aa -Ae -O $(DEFINES) # Normal operations
CCVER = echo \"HP-UX C Compiler\"
#
