fpmake_proc.inc 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564
  1. procedure add_a52;
  2. begin
  3. with Installer do
  4. {$include a52/fpmake.pp}
  5. end;
  6. procedure add_amunits;
  7. begin
  8. with Installer do
  9. {$include amunits/fpmake.pp}
  10. end;
  11. procedure add_aspell;
  12. begin
  13. with Installer do
  14. {$include aspell/fpmake.pp}
  15. end;
  16. procedure add_bfd;
  17. begin
  18. with Installer do
  19. {$include bfd/fpmake.pp}
  20. end;
  21. procedure add_bzip2;
  22. begin
  23. with Installer do
  24. {$include bzip2/fpmake.pp}
  25. end;
  26. procedure add_cairo;
  27. begin
  28. with Installer do
  29. {$include cairo/fpmake.pp}
  30. end;
  31. procedure add_cdrom;
  32. begin
  33. with Installer do
  34. {$include cdrom/fpmake.pp}
  35. end;
  36. procedure add_chm;
  37. begin
  38. with Installer do
  39. {$include chm/fpmake.pp}
  40. end;
  41. procedure add_dbus;
  42. begin
  43. with Installer do
  44. {$include dbus/fpmake.pp}
  45. end;
  46. procedure add_dts;
  47. begin
  48. with Installer do
  49. {$include dts/fpmake.pp}
  50. end;
  51. procedure add_fcl_async;
  52. begin
  53. with Installer do
  54. {$include fcl-async/fpmake.pp}
  55. end;
  56. procedure add_fcl_base;
  57. begin
  58. with Installer do
  59. {$include fcl-base/fpmake.pp}
  60. end;
  61. procedure add_fcl_db;
  62. begin
  63. with Installer do
  64. {$include fcl-db/fpmake.pp}
  65. end;
  66. procedure add_fcl_fpcunit;
  67. begin
  68. with Installer do
  69. {$include fcl-fpcunit/fpmake.pp}
  70. end;
  71. procedure add_fcl_image;
  72. begin
  73. with Installer do
  74. {$include fcl-image/fpmake.pp}
  75. end;
  76. procedure add_fcl_json;
  77. begin
  78. with Installer do
  79. {$include fcl-json/fpmake.pp}
  80. end;
  81. procedure add_fcl_net;
  82. begin
  83. with Installer do
  84. {$include fcl-net/fpmake.pp}
  85. end;
  86. procedure add_fcl_passrc;
  87. begin
  88. with Installer do
  89. {$include fcl-passrc/fpmake.pp}
  90. end;
  91. procedure add_fcl_process;
  92. begin
  93. with Installer do
  94. {$include fcl-process/fpmake.pp}
  95. end;
  96. procedure add_fcl_registry;
  97. begin
  98. with Installer do
  99. {$include fcl-registry/fpmake.pp}
  100. end;
  101. procedure add_fcl_res;
  102. begin
  103. with Installer do
  104. {$include fcl-res/fpmake.pp}
  105. end;
  106. procedure add_fcl_web;
  107. begin
  108. with Installer do
  109. {$include fcl-web/fpmake.pp}
  110. end;
  111. procedure add_fcl_xml;
  112. begin
  113. with Installer do
  114. {$include fcl-xml/fpmake.pp}
  115. end;
  116. procedure add_fftw;
  117. begin
  118. with Installer do
  119. {$include fftw/fpmake.pp}
  120. end;
  121. procedure add_fpgtk;
  122. begin
  123. with Installer do
  124. {$include fpgtk/fpmake.pp}
  125. end;
  126. procedure add_fpmkunit;
  127. begin
  128. with Installer do
  129. {$include fpmkunit/fpmake.pp}
  130. end;
  131. procedure add_fv;
  132. begin
  133. with Installer do
  134. {$include fv/fpmake.pp}
  135. end;
  136. procedure add_gdbint;
  137. begin
  138. with Installer do
  139. {$include gdbint/fpmake.pp}
  140. end;
  141. procedure add_gdbm;
  142. begin
  143. with Installer do
  144. {$include gdbm/fpmake.pp}
  145. end;
  146. procedure add_ggi;
  147. begin
  148. with Installer do
  149. {$include ggi/fpmake.pp}
  150. end;
  151. procedure add_gnome1;
  152. begin
  153. with Installer do
  154. {$include gnome1/fpmake.pp}
  155. end;
  156. procedure add_graph;
  157. begin
  158. with Installer do
  159. {$include graph/fpmake.pp}
  160. end;
  161. procedure add_gtk1;
  162. begin
  163. with Installer do
  164. {$include gtk1/fpmake.pp}
  165. end;
  166. procedure add_gtk2;
  167. begin
  168. with Installer do
  169. {$include gtk2/fpmake.pp}
  170. end;
  171. procedure add_hash;
  172. begin
  173. with Installer do
  174. {$include hash/fpmake.pp}
  175. end;
  176. procedure add_hermes;
  177. begin
  178. with Installer do
  179. {$include hermes/fpmake.pp}
  180. end;
  181. procedure add_httpd13;
  182. begin
  183. with Installer do
  184. {$include httpd13/fpmake.pp}
  185. end;
  186. procedure add_httpd20;
  187. begin
  188. with Installer do
  189. {$include httpd20/fpmake.pp}
  190. end;
  191. procedure add_httpd22;
  192. begin
  193. with Installer do
  194. {$include httpd22/fpmake.pp}
  195. end;
  196. procedure add_ibase;
  197. begin
  198. with Installer do
  199. {$include ibase/fpmake.pp}
  200. end;
  201. procedure add_iconvenc;
  202. begin
  203. with Installer do
  204. {$include iconvenc/fpmake.pp}
  205. end;
  206. procedure add_imagemagick;
  207. begin
  208. with Installer do
  209. {$include imagemagick/fpmake.pp}
  210. end;
  211. procedure add_imlib;
  212. begin
  213. with Installer do
  214. {$include imlib/fpmake.pp}
  215. end;
  216. procedure add_ldap;
  217. begin
  218. with Installer do
  219. {$include ldap/fpmake.pp}
  220. end;
  221. procedure add_libc;
  222. begin
  223. with Installer do
  224. {$include libc/fpmake.pp}
  225. end;
  226. procedure add_libcurl;
  227. begin
  228. with Installer do
  229. {$include libcurl/fpmake.pp}
  230. end;
  231. procedure add_libgbafpc;
  232. begin
  233. with Installer do
  234. {$include libgbafpc/fpmake.pp}
  235. end;
  236. procedure add_libgd;
  237. begin
  238. with Installer do
  239. {$include libgd/fpmake.pp}
  240. end;
  241. procedure add_libndsfpc;
  242. begin
  243. with Installer do
  244. {$include libndsfpc/fpmake.pp}
  245. end;
  246. procedure add_libpng;
  247. begin
  248. with Installer do
  249. {$include libpng/fpmake.pp}
  250. end;
  251. procedure add_libxml;
  252. begin
  253. with Installer do
  254. {$include libxml/fpmake.pp}
  255. end;
  256. procedure add_lua;
  257. begin
  258. with Installer do
  259. {$include lua/fpmake.pp}
  260. end;
  261. procedure add_mad;
  262. begin
  263. with Installer do
  264. {$include mad/fpmake.pp}
  265. end;
  266. procedure add_matroska;
  267. begin
  268. with Installer do
  269. {$include matroska/fpmake.pp}
  270. end;
  271. procedure add_modplug;
  272. begin
  273. with Installer do
  274. {$include modplug/fpmake.pp}
  275. end;
  276. procedure add_mysql;
  277. begin
  278. with Installer do
  279. {$include mysql/fpmake.pp}
  280. end;
  281. procedure add_ncurses;
  282. begin
  283. with Installer do
  284. {$include ncurses/fpmake.pp}
  285. end;
  286. procedure add_newt;
  287. begin
  288. with Installer do
  289. {$include newt/fpmake.pp}
  290. end;
  291. procedure add_numlib;
  292. begin
  293. with Installer do
  294. {$include numlib/fpmake.pp}
  295. end;
  296. procedure add_odbc;
  297. begin
  298. with Installer do
  299. {$include odbc/fpmake.pp}
  300. end;
  301. procedure add_oggvorbis;
  302. begin
  303. with Installer do
  304. {$include oggvorbis/fpmake.pp}
  305. end;
  306. procedure add_openal;
  307. begin
  308. with Installer do
  309. {$include openal/fpmake.pp}
  310. end;
  311. procedure add_opengl;
  312. begin
  313. with Installer do
  314. {$include opengl/fpmake.pp}
  315. end;
  316. procedure add_openssl;
  317. begin
  318. with Installer do
  319. {$include openssl/fpmake.pp}
  320. end;
  321. procedure add_oracle;
  322. begin
  323. with Installer do
  324. {$include oracle/fpmake.pp}
  325. end;
  326. procedure add_os2units;
  327. begin
  328. with Installer do
  329. {$include os2units/fpmake.pp}
  330. end;
  331. procedure add_palmunits;
  332. begin
  333. with Installer do
  334. {$include palmunits/fpmake.pp}
  335. end;
  336. procedure add_pasjpeg;
  337. begin
  338. with Installer do
  339. {$include pasjpeg/fpmake.pp}
  340. end;
  341. procedure add_paszlib;
  342. begin
  343. with Installer do
  344. {$include paszlib/fpmake.pp}
  345. end;
  346. procedure add_pcap;
  347. begin
  348. with Installer do
  349. {$include pcap/fpmake.pp}
  350. end;
  351. procedure add_postgres;
  352. begin
  353. with Installer do
  354. {$include postgres/fpmake.pp}
  355. end;
  356. procedure add_ptc;
  357. begin
  358. with Installer do
  359. {$include ptc/fpmake.pp}
  360. end;
  361. procedure add_pthreads;
  362. begin
  363. with Installer do
  364. {$include pthreads/fpmake.pp}
  365. end;
  366. procedure add_pxlib;
  367. begin
  368. with Installer do
  369. {$include pxlib/fpmake.pp}
  370. end;
  371. procedure add_regexpr;
  372. begin
  373. with Installer do
  374. {$include regexpr/fpmake.pp}
  375. end;
  376. procedure add_rexx;
  377. begin
  378. with Installer do
  379. {$include rexx/fpmake.pp}
  380. end;
  381. procedure add_sdl;
  382. begin
  383. with Installer do
  384. {$include sdl/fpmake.pp}
  385. end;
  386. procedure add_sndfile;
  387. begin
  388. with Installer do
  389. {$include sndfile/fpmake.pp}
  390. end;
  391. procedure add_sqlite;
  392. begin
  393. with Installer do
  394. {$include sqlite/fpmake.pp}
  395. end;
  396. procedure add_svgalib;
  397. begin
  398. with Installer do
  399. {$include svgalib/fpmake.pp}
  400. end;
  401. procedure add_symbolic;
  402. begin
  403. with Installer do
  404. {$include symbolic/fpmake.pp}
  405. end;
  406. procedure add_syslog;
  407. begin
  408. with Installer do
  409. {$include syslog/fpmake.pp}
  410. end;
  411. procedure add_tcl;
  412. begin
  413. with Installer do
  414. {$include tcl/fpmake.pp}
  415. end;
  416. procedure add_univint;
  417. begin
  418. with Installer do
  419. {$include univint/fpmake.pp}
  420. end;
  421. procedure add_unixutil;
  422. begin
  423. with Installer do
  424. {$include unixutil/fpmake.pp}
  425. end;
  426. procedure add_unzip;
  427. begin
  428. with Installer do
  429. {$include unzip/fpmake.pp}
  430. end;
  431. procedure add_users;
  432. begin
  433. with Installer do
  434. {$include users/fpmake.pp}
  435. end;
  436. procedure add_utmp;
  437. begin
  438. with Installer do
  439. {$include utmp/fpmake.pp}
  440. end;
  441. procedure add_uuid;
  442. begin
  443. with Installer do
  444. {$include uuid/fpmake.pp}
  445. end;
  446. procedure add_winunits_base;
  447. begin
  448. with Installer do
  449. {$include winunits-base/fpmake.pp}
  450. end;
  451. procedure add_winunits_jedi;
  452. begin
  453. with Installer do
  454. {$include winunits-jedi/fpmake.pp}
  455. end;
  456. procedure add_x11;
  457. begin
  458. with Installer do
  459. {$include x11/fpmake.pp}
  460. end;
  461. procedure add_xforms;
  462. begin
  463. with Installer do
  464. {$include xforms/fpmake.pp}
  465. end;
  466. procedure add_zlib;
  467. begin
  468. with Installer do
  469. {$include zlib/fpmake.pp}
  470. end;