# # macro definitions for the gcc ANSI-C Compiler on PC-LINUX systems (Pentium-Pro and above) # # E.BERTIN 1999 # SEXMACHINE= linuxp2 CC = gcc # the C compiler COPTS = -DPC_LINUX -O3 -march=pentiumpro -funroll-loops # options for the C compiler CD = cd CP = cp RM = rm -f