Makefile.fpc 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. #
  2. # Makefile.fpc for Free Pascal Packages
  3. #
  4. [target]
  5. dirs=hash pasjpeg paszlib fpmkunit fcl-xml fcl-base fcl-db fcl-image fcl-net fcl-passrc fcl-registry fcl-fpcunit fcl-json fcl-process unzip regexpr chm libgd symbolic
  6. dirs_linux_i386=libc unixutil graph pxlib
  7. dirs_i386_linux=graph
  8. dirs_x86_64_linux=graph
  9. dirs_powerpc_linux=graph
  10. dirs_powerpc64_linux=graph
  11. dirs_sparc_linux=graph
  12. dirs_arm_linux=graph
  13. dirs_m68k_linux=graph
  14. dirs_beos=fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
  15. gdbint libpng x11 gdbm tcl syslog libcurl opengl bfd aspell svgalib \
  16. imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 httpd13 httpd20 httpd22 pxlib numlib
  17. dirs_freebsd=fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
  18. gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo bfd aspell svgalib \
  19. imlib utmp fpgtk xforms fftw pcap ggi sdl openssl graph gnome1 gtk1 gtk2 httpd13 httpd20 httpd22 pxlib numlib \
  20. users iconvenc
  21. dirs_darwin=fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
  22. libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 bfd aspell svgalib \
  23. imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd13 httpd20 httpd22 numlib iconvenc
  24. dirs_i386_darwin=graph univint sdl
  25. dirs_powerpc_darwin=graph univint sdl
  26. dirs_solaris=fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
  27. libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 bfd svgalib \
  28. imlib utmp fpgtk xforms fftw pcap ggi openssl gnome1 httpd13 httpd20 httpd22 numlib
  29. dirs_netbsd=fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
  30. gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 bfd aspell svgalib \
  31. imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib
  32. dirs_openbsd=fv fcl-web fcl-async ibase mysql ncurses zlib oracle odbc postgres sqlite pthreads imagemagick \
  33. gdbint libpng x11 gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 bfd aspell svgalib \
  34. imlib utmp fpgtk xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib
  35. dirs_linux=fv fcl-web fcl-async ibase mysql ncurses unzip zlib oracle dbus odbc postgres sqlite pthreads imagemagick \
  36. gdbint libpng x11 uuid ldap modplug dts mad gdbm tcl syslog libcurl opengl cairo gtk1 gtk2 \
  37. a52 bfd aspell svgalib newt cdrom users iconvenc \
  38. imlib utmp fpgtk openal lua oggvorbis xforms fftw pcap ggi sdl openssl gnome1 httpd13 httpd20 httpd22 pxlib numlib
  39. dirs_win32=fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick \
  40. gdbint libpng mad tcl opengl gtk1 gtk2 a52 cdrom fpgtk openal fftw lua \
  41. oggvorbis sdl openssl graph pcap httpd13 httpd20 httpd22 pxlib numlib winceunits cairo
  42. dirs_win64=fv winunits-base winunits-jedi fcl-web ibase mysql zlib oracle odbc postgres sqlite imagemagick \
  43. tcl opengl gtk1 gtk2 fpgtk fftw sdl openssl cdrom httpd13 httpd20 httpd22 numlib
  44. dirs_wince=winceunits httpd22 fcl-web tcl fftw unzip zlib sqlite mysql ibase postgres oracle odbc sdl openssl oggvorbis numlib
  45. dirs_os2=fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib
  46. dirs_emx=fv zlib libpng x11 tcl fpgtk rexx os2units gtk1 imlib
  47. dirs_netware=fv zlib unzip
  48. dirs_netwlibc=fv zlib unzip
  49. dirs_palmos=palmunits
  50. dirs_go32v2=fv graph unzip gdbint
  51. dirs_amiga=amunits
  52. [install]
  53. fpcpackage=y
  54. fpcsubdir=packages
  55. [default]
  56. fpcdir=..
  57. [rules]
  58. fpmkunit_all: fcl-base_all fcl-process_all paszlib_all
  59. fpmkunit_debug: fcl-base_debug fcl-process_debug paszlib_debug
  60. fpmkunit_smart: fcl-base_smart fcl-process_smart paszlib_smart
  61. fpmkunit_release: fcl-base_release fcl-process_release paszlib_release
  62. fpmkunit_shared: fcl-base_shared fcl-process_shared paszlib_shared
  63. ifneq ($(findstring $(OS_TARGET),win32 win64),)
  64. fcl-base_all: paszlib_all winunits-base_all winunits-jedi_all
  65. fcl-base_debug: paszlib_debug winunits-base_debug winunits-jedi_debug
  66. fcl-base_smart: paszlib_smart winunits-base_smart winunits-jedi_smart
  67. fcl-base_release: paszlib_release winunits-base_release winunits-jedi_release
  68. fcl-base_shared: paszlib_shared winunits-base_shared winunits-jedi_shared
  69. fcl-base_all: paszlib_all
  70. fcl-base_debug: paszlib_debug
  71. fcl-base_smart: paszlib_smart
  72. fcl-base_release: paszlib_release
  73. fcl-base_shared: paszlib_shared
  74. endif
  75. fcl-xml_all: fcl-base_all
  76. fcl-xml_debug: fcl-base_debug
  77. fcl-xml_smart: fcl-base_smart
  78. fcl-xml_release: fcl-base_release
  79. fcl-xml_shared: fcl-base_shared
  80. fcl-json_all: fcl-base_all
  81. fcl-json_debug: fcl-base_debug
  82. fcl-json_smart: fcl-base_smart
  83. fcl-json_release: fcl-base_release
  84. fcl-json_shared: fcl-base_shared
  85. fcl-image_all: fcl-base_all paszlib_all pasjpeg_all
  86. fcl-image_debug: fcl-base_debug paszlib_debug pasjpeg_debug
  87. fcl-image_smart: fcl-base_smart paszlib_smart pasjpeg_smart
  88. fcl-image_release: fcl-base_release paszlib_release pasjpeg_release
  89. fcl-image_shared: fcl-base_shared paszlib_shared pasjpeg_shared
  90. fcl-fpcunit_all: fcl-xml_all paszlib_all
  91. fcl-fpcunit_debug: fcl-xml_debug paszlib_debug
  92. fcl-fpcunit_smart: fcl-xml_smart paszlib_smart
  93. fcl-fpcunit_release: fcl-xml_release paszlib_release
  94. fcl-fpcunit_shared: fcl-xml_shared paszlib_shared
  95. fcl-registry_all: fcl-xml_all
  96. fcl-registry_debug: fcl-xml_debug
  97. fcl-registry_smart: fcl-xml_smart
  98. fcl-registry_release: fcl-xml_release
  99. fcl-registry_shared: fcl-xml_shared
  100. ifeq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
  101. fcl-net_all: fcl-passrc_all fcl-xml_all
  102. fcl-net_debug: fcl-passrc_debug fcl-xml_debug
  103. fcl-net_smart: fcl-passrc_smart fcl-xml_smart
  104. fcl-net_release: fcl-passrc_release fcl-xml_release
  105. fcl-net_shared: fcl-passrc_shared fcl-xml_shared
  106. else
  107. fcl-net_all: fcl-passrc_all fcl-xml_all fcl-async_all
  108. fcl-net_debug: fcl-passrc_debug fcl-xml_debug fcl-async_debug
  109. fcl-net_smart: fcl-passrc_smart fcl-xml_smart fcl-async_smart
  110. fcl-net_release: fcl-passrc_release fcl-xml_release fcl-async_release
  111. fcl-net_shared: fcl-passrc_shared fcl-xml_shared fcl-async_shared
  112. endif
  113. fcl-web_all: fcl-db_all fcl-xml_all fcl-process_all httpd22_all
  114. fcl-web_debug: fcl-db_debug fcl-xml_debug fcl-process_debug httpd22_debug
  115. fcl-web_smart: fcl-db_smart fcl-xml_smart fcl-process_smart httpd22_smart
  116. fcl-web_release: fcl-db_release fcl-xml_release fcl-process_release httpd22_release
  117. fcl-web_shared: fcl-db_shared fcl-xml_shared fcl-process_shared httpd22_shared
  118. ifneq ($(findstring $(OS_TARGET),linux freebsd openbsd netbsd win32 beos),)
  119. fcl-db_all: fcl-base_all mysql_all ibase_all oracle_all odbc_all postgres_all sqlite_all pxlib_all
  120. fcl-db_debug: fcl-base_debug mysql_debug ibase_debug oracle_debug odbc_debug postgres_debug sqlite_debug pxlib_debug
  121. fcl-db_smart: fcl-base_smart mysql_smart ibase_smart oracle_smart odbc_smart postgres_smart sqlite_smart pxlib_smart
  122. fcl-db_release: fcl-base_release mysql_release ibase_release oracle_release odbc_release postgres_release sqlite_release pxlib_release
  123. fcl-db_shared: fcl-base_shared mysql_shared ibase_shared oracle_shared odbc_shared postgres_shared postgres_release pxlib_shared
  124. else
  125. ifneq ($(findstring $(OS_TARGET),win64 wince solaris darwin),)
  126. fcl-db_all: fcl-base_all mysql_all ibase_all oracle_all odbc_all postgres_all sqlite_all
  127. fcl-db_debug: fcl-base_debug mysql_debug ibase_debug oracle_debug odbc_debug postgres_debug sqlite_debug
  128. fcl-db_smart: fcl-base_smart mysql_smart ibase_smart oracle_smart odbc_smart postgres_smart sqlite_smart
  129. fcl-db_release: fcl-base_release mysql_release ibase_release oracle_release odbc_release postgres_release sqlite_release
  130. fcl-db_shared: fcl-base_shared mysql_shared ibase_shared oracle_shared odbc_shared postgres_shared postgres_release
  131. else
  132. fcl-db_all: fcl-base_all
  133. fcl-db_debug: fcl-base_debug
  134. fcl-db_smart: fcl-base_smart
  135. fcl-db_release: fcl-base_release
  136. fcl-db_shared: fcl-base_shared
  137. endif
  138. endif
  139. 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
  140. 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
  141. 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
  142. 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
  143. 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
  144. paszlib_all: hash_all
  145. paszlib_debug: hash_debug
  146. paszlib_smart: hash_smart
  147. paszlib_release: hash_release
  148. paszlib_shared: hash_shared
  149. libpng_all: zlib_all
  150. libpng_debug: zlib_debug
  151. libpng_smart: zlib_smart
  152. libpng_release: zlib_release
  153. libpng_shared: zlib_shared
  154. ifneq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
  155. cairo_all: x11_all fcl-image_all
  156. cairo_debug: x11_debug fcl-image_debug
  157. cairo_smart: x11_smart fcl-image_smart
  158. cairo_release: x11_release fcl-image_release
  159. cairo_shared: x11_shared fcl-image_shared
  160. else
  161. cairo_all: fcl-image_all
  162. cairo_debug: fcl-image_debug
  163. cairo_smart: fcl-image_smart
  164. cairo_release: fcl-image_release
  165. cairo_shared: fcl-image_shared
  166. endif
  167. chm_all: fcl-xml_all
  168. chm_shared: fcl-xml_shared
  169. chm_smart: fcl-xml_smart
  170. chm_debug: fcl-xml_debug
  171. chm_release: fcl-xml_release
  172. fpgtk_all: fcl-base_all gtk1_all
  173. fpgtk_shared: fcl-base_shared gtk1_shared
  174. fpgtk_smart: fcl-base_smart gtk1_smart
  175. fpgtk_debug: fcl-base_debug gtk1_debug
  176. fpgtk_release: fcl-base_release gtk1_release
  177. ifeq ($(findstring $(OS_TARGET),go32v2),)
  178. graph_all: sdl_all
  179. graph_shared: sdl_shared
  180. graph_smart: sdl_smart
  181. graph_debug: sdl_debug
  182. graph_release: sdl_release
  183. endif
  184. ifneq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
  185. gtk1_all: x11_all opengl_all
  186. gtk1_debug: x11_debug opengl_debug
  187. gtk1_smart: x11_smart opengl_smart
  188. gtk1_release: x11_release opengl_release
  189. gtk1_shared: x11_shared opengl_shared
  190. gtk2_all: x11_all
  191. gtk2_shared: x11_shared
  192. gtk2_smart: x11_smart
  193. gtk2_debug: x11_debug
  194. gtk2_release: x11_release
  195. else
  196. ifeq ($(findstring $(OS_TARGET),os2 emx),)
  197. gtk1_all: opengl_all
  198. gtk1_debug: opengl_debug
  199. gtk1_smart: opengl_smart
  200. gtk1_release: opengl_release
  201. gtk1_shared: opengl_shared
  202. endif
  203. endif
  204. imlib_all: gtk1_all x11_all
  205. imlib_shared: gtk1_shared x11_shared
  206. imlib_smart: gtk1_smart x11_smart
  207. imlib_debug: gtk1_debug x11_debug
  208. imlib_release: gtk1_release x11_release
  209. ldap_all: hash_all
  210. ldap_shared: hash_shared
  211. ldap_smart: hash_smart
  212. ldap_debug: hash_debug
  213. ldap_release: hash_release
  214. libpng_all: zlib_all
  215. libpng_shared: zlib_shared
  216. libpng_smart: zlib_smart
  217. libpng_debug: zlib_debug
  218. libpng_release: zlib_release
  219. paszlib_all: hash_all
  220. paszlib_shared: hash_shared
  221. paszlib_smart: hash_smart
  222. paszlib_debug: hash_debug
  223. paszlib_release: hash_release
  224. ifneq ($(findstring $(OS_TARGET),linux darwin freebsd openbsd netbsd solaris),)
  225. sdl_all: pthreads_all x11_all
  226. sdl_shared: pthreads_shared x11_shared
  227. sdl_smart: pthreads_smart x11_smart
  228. sdl_debug: pthreads_debug x11_debug
  229. sdl_release: pthreads_release x11_release
  230. opengl_all: x11_all
  231. opengl_shared: x11_shared
  232. opengl_smart: x11_smart
  233. opengl_debug: x11_debug
  234. opengl_release: x11_release
  235. endif
  236. tcl_all: fcl-base_all
  237. tcl_shared: fcl-base_shared
  238. tcl_smart: fcl-base_smart
  239. tcl_debug: fcl-base_debug
  240. tcl_release: fcl-base_release
  241. unixutil_all: libc_all fcl-base_all
  242. unixutil_shared: libc_shared fcl-base_shared
  243. unixutil_smart: libc_smart fcl-base_smart
  244. unixutil_debug: libc_debug fcl-base_debug
  245. unixutil_release: libc_release fcl-base_release
  246. winunits-jedi_all: winunits-base_all
  247. winunits-jedi_shared: winunits-base_shared
  248. winunits-jedi_smart: winunits-base_smart
  249. winunits-jedi_debug: winunits-base_debug
  250. winunits-jedi_release: winunits-base_release
  251. xforms_all: x11_all
  252. xforms_shared: x11_shared
  253. xforms_smart: x11_smart
  254. xforms_debug: x11_debug
  255. xforms_release: x11_release
  256. gnome1_all: gtk1_all imlib_all
  257. gnome1_shared: gtk1_shared imlib_shared
  258. gnome1_smart: gtk1_smart imlib_smart
  259. gnome1_debug: gtk1_debug imlib_debug
  260. gnome1_release: gtk1_release imlib_release
  261. ptc_all: hermes_all x11_all
  262. ptc_shared: hermes_shared x11_shared
  263. ptc_smart: hermes_smart x11_smart
  264. ptc_debug: hermes_debug x11_debug
  265. ptc_release: hermes_release x11_release