# # macro definitions for the SUN/Solaris ANSI-C Compiler # # E.BERTIN 1997 # SEXMACHINE = linux CC = egcs # the C compiler COPTS = -g -Wall -DPC_LINUX -DMALLOC_CHECK_=2 # options for the C compiler CD = cd CP = cp RM = rm -f