Makefile 622 B

12345678910111213
  1. linux:
  2. gcc jpeg_helper.c -c -oi386-linux/jpeg_helper.o -O2 -s -ffast-math -std=c99 -march=i686 -m32
  3. gcc jpeg_helper.c -c -ox86_64-linux/jpeg_helper.o -O2 -s -ffast-math -std=c99 -m64 -fPIC
  4. win32:
  5. i486-mingw32-gcc jpeg_helper.c -c -oi386-win32/jpeg_helper.o -O2 -s -ffast-math -std=c99 -march=i686
  6. win64:
  7. x86_64-w64-mingw32-gcc jpeg_helper.c -c -ox86_64-win64/jpeg_helper.o -O2 -s -ffast-math -std=c99
  8. macos:
  9. gcc jpeg_helper.c -c -oi386-darwin/jpeg_helper.o -O2 -s -ffast-math -std=c99 -march=i686 -m32
  10. powerpc-apple-darwin10-gcc-4.2.1 jpeg_helper.c -c -oi386-darwin/jpeg_helper.o -O2 -s -ffast-math -std=c99 -m32