Makefile.fpc.fpcmake 725 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for PasJPEG
  3. #
  4. [package]
  5. name=pasjpeg
  6. version=3.3.1
  7. [target]
  8. units=buildpasjpeg jctrans
  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. [compiler]
  20. sourcedir=src
  21. [default]
  22. fpcdir=../..
  23. [rules]
  24. .NOTPARALLEL: