Makefile.fpc 498 B

12345678910111213141516171819202122232425262728293031323334353637
  1. #
  2. # Makefile.fpc for FPVectorial Library
  3. #
  4. [package]
  5. name=fpvectorial
  6. version=2.5.1
  7. [require]
  8. libc=n
  9. packages=fcl-image
  10. [target]
  11. units=fpvectbuildunit
  12. exampledirs=
  13. implicitunits= avisocncgcodereader avisocncgcodewriter avisozlib fpvectorial \
  14. fpvtocanvas pdfvectorialreader pdfvrlexico pdfvrsemantico \
  15. pdfvrsintatico
  16. [compiler]
  17. includedir=src
  18. sourcedir=src
  19. [install]
  20. buildunit=fpvectbuildunit
  21. fpcpackage=y
  22. [shared]
  23. build=n
  24. [default]
  25. fpcdir=../..
  26. [rules]
  27. .NOTPARALLEL: