Makefile.fpc 694 B

123456789101112131415161718192021222324252627
  1. #
  2. # Makefile.fpc for PasJPEG
  3. #
  4. [package]
  5. name=pasjpeg
  6. version=2.0.0
  7. [target]
  8. units=buildpasjpeg
  9. implicitunits=jcapimin jcapistd jccoefct jccolor jcdctmgr jchuff jcinit jcmainct \
  10. jcmarker jcmaster jcomapi jcparam jcphuff jcprepct jcsample jdapimin \
  11. jdapistd jdatadst jdatasrc jdcoefct jdcolor jdct jddctmgr jdeferr \
  12. jdhuff jdinput jdmainct jdmarker jdmaster jdmerge jdphuff jdpostct \
  13. jdsample jerror jfdctflt jfdctfst jfdctint jidctflt jidctfst \
  14. jidctint jidctred jinclude jmemmgr jmemnobs jmorecfg jpeglib \
  15. jquant1 jquant2 jutils
  16. examples=cjpeg demo djpeg jpegtran rdjpgcom
  17. [install]
  18. fpcpackage=y
  19. [default]
  20. fpcdir=../../..
  21. [rules]
  22. .NOTPARALLEL: