2
0

Makefile.fpc 576 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Makefile.fpc for Free Pascal Runtime Library
  3. #
  4. [package]
  5. name=rtl
  6. version=2.2.0
  7. [target]
  8. dirs_linux=linux
  9. dirs_win32=win32
  10. dirs_wince=wince
  11. dirs_win64=win64
  12. dirs_go32v2=go32v2
  13. dirs_go32v1=go32v1
  14. dirs_os2=os2
  15. dirs_emx=emx
  16. dirs_freebsd=freebsd
  17. dirs_darwin=darwin
  18. dirs_beos=beos
  19. dirs_amiga=amiga
  20. dirs_netbsd=netbsd
  21. dirs_macos=macos
  22. dirs_morphos=morphos
  23. dirs_netware=netware
  24. dirs_netwlibc=netwlibc
  25. dirs_palmos=palmos
  26. dirs_solaris=solaris
  27. dirs_gba=gba
  28. dirs_nds=nds
  29. dirs_symbian=symbian
  30. [install]
  31. fpcpackage=y
  32. createpackagefpc=y
  33. [default]
  34. fpcdir=..
  35. [rules]
  36. .NOTPARALLEL: