# # macro definitions for the gcc ANSI-C Compiler on PC-LINUX systems # # E.BERTIN 1999 # MYMACHINE= linuxpc CC = gcc # the C compiler COPTS = -DPC_LINUX -O3 -funroll-loops # options for the C compiler CD = cd CP = cp RM = rm -f