Makefile.fpc 272 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for chm library
  3. #
  4. [package]
  5. name=libvlc
  6. version=2.6.5
  7. [target]
  8. units=libvlc vlc
  9. programs=
  10. examples=
  11. [require]
  12. packages=fcl-base
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../..
  17. [compiler]
  18. includedir=src
  19. sourcedir=src example
  20. [rules]
  21. .NOTPARALLEL: