Makefile.fpc 644 B

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