all: c++ ppc.cxx -o ppc -O2 -static -ffast-math sse: c++ ppc.cxx -o ppc -O2 -static -msse2 -mfpmath=sse -ffast-math single: c++ ppc.cxx -o ppc -O2 -static -msse2 -mfpmath=sse -ffast-math -D SINGLE