Makefile.fpc.fpcmake 260 B

1234567891011121314151617181920212223242526
  1. #
  2. # Makefile.fpc for OpenAL bindings
  3. #
  4. [package]
  5. name=openal
  6. version=3.3.1
  7. [target]
  8. units=openal
  9. exampledirs=examples
  10. [require]
  11. [install]
  12. fpcpackage=y
  13. [compiler]
  14. includedir=src
  15. sourcedir=src tests examples
  16. [default]
  17. fpcdir=../..
  18. [rules]
  19. .NOTPARALLEL: