Makefile.fpc 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. #
  2. # Makefile.fpc for Free Pascal Packages
  3. #
  4. [target]
  5. dirs=base fv hash pasjpeg paszlib fpmkunit fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-xml fcl-fpcunit fcl-json extra fcl-process mysql
  6. dirs_freebsd=fcl-web fcl-async
  7. dirs_darwin=fcl-web fcl-async
  8. dirs_solaris=fcl-web fcl-async
  9. dirs_netbsd=fcl-web fcl-async
  10. dirs_openbsd=fcl-web fcl-async
  11. dirs_linux=fcl-web fcl-async
  12. dirs_win32=winunits-base winunits-jedi fcl-web
  13. dirs_win64=winunits-base winunits-jedi 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 fcl-process_all paszlib_all
  22. fpmkunit_debug: fcl-base_debug fcl-process_debug paszlib_debug
  23. fpmkunit_smart: fcl-base_smart fcl-process_smart paszlib_smart
  24. fpmkunit_release: fcl-base_release fcl-process_release paszlib_release
  25. fpmkunit_shared: fcl-base_shared fcl-process_shared paszlib_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. ifneq ($(findstring $(OS_TARGET),win32 win64),)
  32. fcl-base_all: base_all winunits-base_all winunits-jedi_all
  33. fcl-base_debug: base_debug winunits-base_debug winunits-jedi_debug
  34. fcl-base_smart: base_smart winunits-base_smart winunits-jedi_smart
  35. fcl-base_release: base_release winunits-base_release winunits-jedi_release
  36. fcl-base_shared: base_shared winunits-base_shared winunits-jedi_shared
  37. else
  38. fcl-base_all: base_all
  39. fcl-base_debug: base_debug
  40. fcl-base_smart: base_smart
  41. fcl-base_release: base_release
  42. fcl-base_shared: base_shared
  43. endif
  44. fcl-xml_all: fcl-base_all
  45. fcl-xml_debug: fcl-base_debug
  46. fcl-xml_smart: fcl-base_smart
  47. fcl-xml_release: fcl-base_release
  48. fcl-xml_shared: fcl-base_shared
  49. fcl-json_all: fcl-base_all
  50. fcl-json_debug: fcl-base_debug
  51. fcl-json_smart: fcl-base_smart
  52. fcl-json_release: fcl-base_release
  53. fcl-json_shared: fcl-base_shared
  54. fcl-image_all: fcl-base_all paszlib_all pasjpeg_all
  55. fcl-image_debug: fcl-base_debug paszlib_debug pasjpeg_debug
  56. fcl-image_smart: fcl-base_smart paszlib_smart pasjpeg_smart
  57. fcl-image_release: fcl-base_release paszlib_release pasjpeg_release
  58. fcl-image_shared: fcl-base_shared paszlib_shared pasjpeg_shared
  59. fcl-fpcunit_all: fcl-xml_all paszlib_all
  60. fcl-fpcunit_debug: fcl-xml_debug paszlib_debug
  61. fcl-fpcunit_smart: fcl-xml_smart paszlib_smart
  62. fcl-fpcunit_release: fcl-xml_release paszlib_release
  63. fcl-fpcunit_shared: fcl-xml_shared paszlib_shared
  64. fcl-registry_all: fcl-xml_all
  65. fcl-registry_debug: fcl-xml_debug
  66. fcl-registry_smart: fcl-xml_smart
  67. fcl-registry_release: fcl-xml_release
  68. fcl-registry_shared: fcl-xml_shared
  69. ifeq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
  70. fcl-net_all: fcl-passrc_all fcl-xml_all
  71. fcl-net_debug: fcl-passrc_debug fcl-xml_debug
  72. fcl-net_smart: fcl-passrc_smart fcl-xml_smart
  73. fcl-net_release: fcl-passrc_release fcl-xml_release
  74. fcl-net_shared: fcl-passrc_shared fcl-xml_shared
  75. else
  76. fcl-net_all: fcl-passrc_all fcl-xml_all fcl-async_all
  77. fcl-net_debug: fcl-passrc_debug fcl-xml_debug fcl-async_debug
  78. fcl-net_smart: fcl-passrc_smart fcl-xml_smart fcl-async_smart
  79. fcl-net_release: fcl-passrc_release fcl-xml_release fcl-async_release
  80. fcl-net_shared: fcl-passrc_shared fcl-xml_shared fcl-async_shared
  81. endif
  82. fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all
  83. fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug
  84. fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart
  85. fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release
  86. fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared
  87. fcl-db_all: fcl-base_all mysql_all
  88. fcl-db_debug: fcl-base_debug mysql_debug
  89. fcl-db_smart: fcl-base_smart mysql_smart
  90. fcl-db_release: fcl-base_release mysql_release
  91. fcl-db_shared: fcl-base_shared mysql_shared
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. paszlib_all: hash_all
  98. paszlib_debug: hash_debug
  99. paszlib_smart: hash_smart
  100. paszlib_release: hash_release
  101. paszlib_shared: hash_shared