1 2 3 4 5 6 7 8
if test "$GCC" = yes ; then CFLAGS=-O2 CCC=g++ else CFLAGS=-Ae CPP='cc -E -Ae' CCC=aCC fi