Makefile.fpc 388 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Makefile.fpc for Free Pascal Runtime Library
  3. #
  4. [package]
  5. name=rtl
  6. version=1.9.4
  7. [target]
  8. dirs_linux=linux
  9. dirs_win32=win32
  10. dirs_go32v2=go32v2
  11. dirs_go32v1=go32v1
  12. dirs_os2=os2
  13. dirs_emx=emx
  14. dirs_freebsd=freebsd
  15. dirs_darwin=darwin
  16. dirs_beos=beos
  17. dirs_amiga=amiga
  18. dirs_netbsd=netbsd
  19. dirs_macos=macos
  20. dirs_morphos=morphos
  21. [install]
  22. fpcpackage=y
  23. createpackagefpc=y
  24. [default]
  25. fpcdir=..