# # macro definitions for the HP/UX ANSI-C Compiler # # E.BERTIN 1997 # MYMACHINE= hpux CC = cc # the C compiler COPTS = -Aa +O3 -DHP_UX # options for the C compiler CD = cd CP = cp RM = rm -f