Makefile.fpc 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. #
  2. # Makefile.fpc for Free Pascal Packages
  3. #
  4. [target]
  5. dirs=base fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra
  6. dirs_freebsd=fcl-web
  7. dirs_darwin=fcl-web
  8. dirs_solaris=fcl-web
  9. dirs_netbsd=fcl-web
  10. dirs_openbsd=fcl-web
  11. dirs_linux=fcl-web
  12. dirs_win32=fcl-web
  13. dirs_win64=fcl-web
  14. dirs_wince=fcl-web
  15. [install]
  16. fpcpackage=y
  17. fpcsubdir=packages
  18. [default]
  19. fpcdir=..
  20. [rules]
  21. fpmkunit_all: fcl-base_all
  22. fpmkunit_debug: fcl-base_debug
  23. fpmkunit_smart: fcl-base_smart
  24. fpmkunit_release: fcl-base_release
  25. fpmkunit_shared: fcl-base_shared
  26. extra_all: base_all fcl-xml_all
  27. extra_debug: base_debug fcl-xml_debug
  28. extra_smart: base_smart fcl-xml_smart
  29. extra_release: base_release fcl-xml_release
  30. extra_shared: base_shared fcl-xml_shared
  31. fcl-base_all: base_all
  32. fcl-base_debug: base_debug
  33. fcl-base_smart: base_smart
  34. fcl-base_release: base_release
  35. fcl-base_shared: base_shared
  36. fcl-xml_all: fcl-base_all
  37. fcl-xml_debug: fcl-base_debug
  38. fcl-xml_smart: fcl-base_smart
  39. fcl-xml_release: fcl-base_release
  40. fcl-xml_shared: fcl-base_shared
  41. fcl-json_all: fcl-base_all
  42. fcl-json_debug: fcl-base_debug
  43. fcl-json_smart: fcl-base_smart
  44. fcl-json_release: fcl-base_release
  45. fcl-json_shared: fcl-base_shared
  46. fcl-image_all: fcl-base_all
  47. fcl-image_debug: fcl-base_debug
  48. fcl-image_smart: fcl-base_smart
  49. fcl-image_release: fcl-base_release
  50. fcl-image_shared: fcl-base_shared
  51. fcl-fpcunit_all: fcl-xml_all
  52. fcl-fpcunit_debug: fcl-xml_debug
  53. fcl-fpcunit_smart: fcl-xml_smart
  54. fcl-fpcunit_release: fcl-xml_release
  55. fcl-fpcunit_shared: fcl-xml_shared
  56. fcl-registry_all: fcl-xml_all
  57. fcl-registry_debug: fcl-xml_debug
  58. fcl-registry_smart: fcl-xml_smart
  59. fcl-registry_release: fcl-xml_release
  60. fcl-registry_shared: fcl-xml_shared
  61. fcl-net_all: fcl-passrc_all fcl-xml_all
  62. fcl-net_debug: fcl-passrc_debug fcl-xml_debug
  63. fcl-net_smart: fcl-passrc_smart fcl-xml_smart
  64. fcl-net_release: fcl-passrc_release fcl-xml_release
  65. fcl-net_shared: fcl-passrc_shared fcl-xml_shared
  66. fcl-web_all: fcl-db_all fcl-xml_all
  67. fcl-web_debug: fcl-db_debug fcl-xml_debug
  68. fcl-web_smart: fcl-db_smart fcl-xml_smart
  69. fcl-web_release: fcl-db_release fcl-xml_release
  70. fcl-web_shared: fcl-db_shared fcl-xml_shared
  71. fcl-db_all: fcl-base_all
  72. fcl-db_debug: fcl-base_debug
  73. fcl-db_smart: fcl-base_smart
  74. fcl-db_release: fcl-base_release
  75. fcl-db_shared: fcl-base_shared
  76. fcl_all: fcl-base_all fcl-xml_all fcl-fpcunit_all fcl-db_all fcl-web_all fcl-registry_all fcl-passrc_all fcl-image_all fcl-net_all fcl-json_all
  77. fcl_debug: fcl-base_debug fcl-xml_debug fcl-fpcunit_debug fcl-db_debug fcl-web_debug fcl-registry_debug fcl-passrc_debug fcl-image_debug fcl-net_debug fcl-json_debug
  78. fcl_smart: fcl-base_smart fcl-xml_smart fcl-fpcunit_smart fcl-db_smart fcl-web_smart fcl-registry_smart fcl-passrc_smart fcl-image_smart fcl-net_smart fcl-json_smart
  79. fcl_release: fcl-base_release fcl-xml_release fcl-fpcunit_release fcl-db_release fcl-web_release fcl-registry_release fcl-passrc_release fcl-image_release fcl-net_release fcl-json_release
  80. fcl_shared: fcl-base_shared fcl-xml_shared fcl-fpcunit_shared fcl-db_shared fcl-web_shared fcl-registry_shared fcl-passrc_shared fcl-image_shared fcl-net_shared fcl-json_shared