Makefile.fpc 356 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Makefile.fpc for Apple Universal Interfaces for Free Pascal
  3. #
  4. [package]
  5. name=cocoaint
  6. version=2.5.1
  7. [target]
  8. units=CocoaAll WebKit CoreData
  9. [libs]
  10. libversion=2.5.1
  11. [install]
  12. fpcpackage=y
  13. [compiler]
  14. sourcedir=src
  15. [default]
  16. fpcdir=../..
  17. [require]
  18. packages=univint
  19. [rules]
  20. WebKit$(PPUEXT): CocoaAll$(PPUEXT)
  21. CoreData$(PPUEXT): CocoaAll$(PPUEXT)