# Which compiler to use CC = gcc # What optimization level to use OPTFLAGS = -O2 -fPIC # What options to be used by the compiler COPTIONS = # What options to be used by the loader LDOPTIONS = # What archiving to use AR = ar rv # What to use for indexing the archive RANLIB = ranlib #RANLIB = ar -ts #RANLIB =