Makefile.util.def 30 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331
  1. AutoGen definitions Makefile.tpl;
  2. library = {
  3. name = libgrubkern.a;
  4. cflags = '$(CFLAGS_GNULIB)';
  5. cppflags = '$(CPPFLAGS_GNULIB)';
  6. common = util/misc.c;
  7. common = grub-core/kern/command.c;
  8. common = grub-core/kern/device.c;
  9. common = grub-core/kern/disk.c;
  10. common = grub-core/lib/disk.c;
  11. common = util/getroot.c;
  12. common = grub-core/osdep/unix/getroot.c;
  13. common = grub-core/osdep/getroot.c;
  14. common = grub-core/osdep/devmapper/getroot.c;
  15. common = grub-core/osdep/relpath.c;
  16. extra_dist = grub-core/kern/disk_common.c;
  17. extra_dist = grub-core/osdep/unix/relpath.c;
  18. extra_dist = grub-core/osdep/aros/relpath.c;
  19. extra_dist = grub-core/osdep/windows/relpath.c;
  20. common = grub-core/kern/emu/hostdisk.c;
  21. common = grub-core/osdep/devmapper/hostdisk.c;
  22. common = grub-core/osdep/hostdisk.c;
  23. common = grub-core/osdep/unix/hostdisk.c;
  24. common = grub-core/osdep/exec.c;
  25. common = grub-core/osdep/sleep.c;
  26. common = grub-core/osdep/password.c;
  27. common = grub-core/kern/emu/misc.c;
  28. common = grub-core/kern/emu/mm.c;
  29. common = grub-core/kern/env.c;
  30. common = grub-core/kern/err.c;
  31. common = grub-core/kern/file.c;
  32. common = grub-core/kern/fs.c;
  33. common = grub-core/kern/list.c;
  34. common = grub-core/kern/misc.c;
  35. common = grub-core/kern/partition.c;
  36. common = grub-core/lib/crypto.c;
  37. common = grub-core/disk/luks.c;
  38. common = grub-core/disk/geli.c;
  39. common = grub-core/disk/cryptodisk.c;
  40. common = grub-core/disk/AFSplitter.c;
  41. common = grub-core/lib/pbkdf2.c;
  42. common = grub-core/commands/extcmd.c;
  43. common = grub-core/lib/arg.c;
  44. common = grub-core/disk/ldm.c;
  45. common = grub-core/disk/diskfilter.c;
  46. common = grub-core/partmap/gpt.c;
  47. common = grub-core/partmap/msdos.c;
  48. common = grub-core/fs/proc.c;
  49. };
  50. library = {
  51. name = libgrubmods.a;
  52. cflags = '-fno-builtin -Wno-undef';
  53. cppflags = '-I$(top_srcdir)/grub-core/lib/minilzo -I$(srcdir)/grub-core/lib/xzembed -DMINILZO_HAVE_CONFIG_H';
  54. common_nodist = grub_script.tab.c;
  55. common_nodist = grub_script.yy.c;
  56. common_nodist = libgrub_a_init.c;
  57. common_nodist = grub_script.yy.h;
  58. common_nodist = grub_script.tab.h;
  59. common = grub-core/commands/blocklist.c;
  60. common = grub-core/commands/macbless.c;
  61. common = grub-core/commands/xnu_uuid.c;
  62. common = grub-core/commands/testload.c;
  63. common = grub-core/commands/ls.c;
  64. common = grub-core/disk/dmraid_nvidia.c;
  65. common = grub-core/disk/loopback.c;
  66. common = grub-core/disk/lvm.c;
  67. common = grub-core/disk/mdraid_linux.c;
  68. common = grub-core/disk/mdraid_linux_be.c;
  69. common = grub-core/disk/mdraid1x_linux.c;
  70. common = grub-core/disk/raid5_recover.c;
  71. common = grub-core/disk/raid6_recover.c;
  72. common = grub-core/font/font.c;
  73. common = grub-core/gfxmenu/font.c;
  74. common = grub-core/normal/charset.c;
  75. common = grub-core/video/fb/fbblit.c;
  76. common = grub-core/video/fb/fbutil.c;
  77. common = grub-core/video/fb/fbfill.c;
  78. common = grub-core/video/fb/video_fb.c;
  79. common = grub-core/video/video.c;
  80. common = grub-core/video/capture.c;
  81. common = grub-core/video/colors.c;
  82. common = grub-core/unidata.c;
  83. common = grub-core/io/bufio.c;
  84. common = grub-core/fs/affs.c;
  85. common = grub-core/fs/afs.c;
  86. common = grub-core/fs/bfs.c;
  87. common = grub-core/fs/btrfs.c;
  88. common = grub-core/fs/cbfs.c;
  89. common = grub-core/fs/archelp.c;
  90. common = grub-core/fs/cpio.c;
  91. common = grub-core/fs/cpio_be.c;
  92. common = grub-core/fs/odc.c;
  93. common = grub-core/fs/newc.c;
  94. common = grub-core/fs/ext2.c;
  95. common = grub-core/fs/fat.c;
  96. common = grub-core/fs/exfat.c;
  97. common = grub-core/fs/fshelp.c;
  98. common = grub-core/fs/hfs.c;
  99. common = grub-core/fs/hfsplus.c;
  100. common = grub-core/fs/hfspluscomp.c;
  101. common = grub-core/fs/iso9660.c;
  102. common = grub-core/fs/jfs.c;
  103. common = grub-core/fs/minix.c;
  104. common = grub-core/fs/minix2.c;
  105. common = grub-core/fs/minix3.c;
  106. common = grub-core/fs/minix_be.c;
  107. common = grub-core/fs/minix2_be.c;
  108. common = grub-core/fs/minix3_be.c;
  109. common = grub-core/fs/nilfs2.c;
  110. common = grub-core/fs/ntfs.c;
  111. common = grub-core/fs/ntfscomp.c;
  112. common = grub-core/fs/reiserfs.c;
  113. common = grub-core/fs/romfs.c;
  114. common = grub-core/fs/sfs.c;
  115. common = grub-core/fs/squash4.c;
  116. common = grub-core/fs/tar.c;
  117. common = grub-core/fs/udf.c;
  118. common = grub-core/fs/ufs2.c;
  119. common = grub-core/fs/ufs.c;
  120. common = grub-core/fs/ufs_be.c;
  121. common = grub-core/fs/xfs.c;
  122. common = grub-core/fs/zfs/zfscrypt.c;
  123. common = grub-core/fs/zfs/zfs.c;
  124. common = grub-core/fs/zfs/zfsinfo.c;
  125. common = grub-core/fs/zfs/zfs_lzjb.c;
  126. common = grub-core/fs/zfs/zfs_lz4.c;
  127. common = grub-core/fs/zfs/zfs_sha256.c;
  128. common = grub-core/fs/zfs/zfs_fletcher.c;
  129. common = grub-core/lib/envblk.c;
  130. common = grub-core/lib/hexdump.c;
  131. common = grub-core/lib/LzFind.c;
  132. common = grub-core/lib/LzmaEnc.c;
  133. common = grub-core/lib/crc.c;
  134. common = grub-core/lib/adler32.c;
  135. common = grub-core/lib/crc64.c;
  136. common = grub-core/normal/datetime.c;
  137. common = grub-core/normal/misc.c;
  138. common = grub-core/partmap/acorn.c;
  139. common = grub-core/partmap/amiga.c;
  140. common = grub-core/partmap/apple.c;
  141. common = grub-core/partmap/sun.c;
  142. common = grub-core/partmap/plan.c;
  143. common = grub-core/partmap/dvh.c;
  144. common = grub-core/partmap/sunpc.c;
  145. common = grub-core/partmap/bsdlabel.c;
  146. common = grub-core/partmap/dfly.c;
  147. common = grub-core/script/function.c;
  148. common = grub-core/script/lexer.c;
  149. common = grub-core/script/main.c;
  150. common = grub-core/script/script.c;
  151. common = grub-core/script/argv.c;
  152. common = grub-core/io/gzio.c;
  153. common = grub-core/io/xzio.c;
  154. common = grub-core/io/lzopio.c;
  155. common = grub-core/kern/ia64/dl_helper.c;
  156. common = grub-core/kern/arm/dl_helper.c;
  157. common = grub-core/kern/arm64/dl_helper.c;
  158. common = grub-core/lib/minilzo/minilzo.c;
  159. common = grub-core/lib/xzembed/xz_dec_bcj.c;
  160. common = grub-core/lib/xzembed/xz_dec_lzma2.c;
  161. common = grub-core/lib/xzembed/xz_dec_stream.c;
  162. };
  163. program = {
  164. name = grub-mkimage;
  165. mansection = 1;
  166. common = util/grub-mkimage.c;
  167. common = util/mkimage.c;
  168. common = util/resolve.c;
  169. common = grub-core/kern/emu/argp_common.c;
  170. common = grub-core/osdep/init.c;
  171. common = grub-core/osdep/config.c;
  172. extra_dist = grub-core/osdep/aros/config.c;
  173. extra_dist = grub-core/osdep/windows/config.c;
  174. extra_dist = grub-core/osdep/unix/config.c;
  175. common = util/config.c;
  176. extra_dist = util/grub-mkimagexx.c;
  177. ldadd = libgrubmods.a;
  178. ldadd = libgrubgcry.a;
  179. ldadd = libgrubkern.a;
  180. ldadd = grub-core/gnulib/libgnu.a;
  181. ldadd = '$(LIBLZMA)';
  182. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  183. cppflags = '-DGRUB_PKGLIBDIR=\"$(pkglibdir)\"';
  184. };
  185. program = {
  186. name = grub-mkrelpath;
  187. mansection = 1;
  188. common = util/grub-mkrelpath.c;
  189. common = grub-core/kern/emu/argp_common.c;
  190. common = grub-core/osdep/init.c;
  191. ldadd = libgrubmods.a;
  192. ldadd = libgrubgcry.a;
  193. ldadd = libgrubkern.a;
  194. ldadd = grub-core/gnulib/libgnu.a;
  195. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  196. };
  197. program = {
  198. name = grub-script-check;
  199. mansection = 1;
  200. common = util/grub-script-check.c;
  201. common = grub-core/kern/emu/argp_common.c;
  202. common = grub-core/osdep/init.c;
  203. ldadd = libgrubmods.a;
  204. ldadd = libgrubgcry.a;
  205. ldadd = libgrubkern.a;
  206. ldadd = grub-core/gnulib/libgnu.a;
  207. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  208. };
  209. program = {
  210. name = grub-editenv;
  211. mansection = 1;
  212. common = util/grub-editenv.c;
  213. common = util/editenv.c;
  214. common = grub-core/osdep/init.c;
  215. ldadd = libgrubmods.a;
  216. ldadd = libgrubgcry.a;
  217. ldadd = libgrubkern.a;
  218. ldadd = grub-core/gnulib/libgnu.a;
  219. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  220. };
  221. program = {
  222. name = grub-mkpasswd-pbkdf2;
  223. mansection = 1;
  224. common = util/grub-mkpasswd-pbkdf2.c;
  225. common = grub-core/kern/emu/argp_common.c;
  226. common = grub-core/osdep/random.c;
  227. common = grub-core/osdep/init.c;
  228. ldadd = libgrubmods.a;
  229. ldadd = libgrubgcry.a;
  230. ldadd = libgrubkern.a;
  231. ldadd = grub-core/gnulib/libgnu.a;
  232. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  233. };
  234. program = {
  235. name = grub-macho2img;
  236. mansection = 1;
  237. common = util/grub-macho2img.c;
  238. condition = COND_APPLE_LINKER;
  239. };
  240. program = {
  241. name = grub-fstest;
  242. mansection = 1;
  243. common_nodist = grub_fstest_init.c;
  244. common = util/grub-fstest.c;
  245. common = grub-core/kern/emu/hostfs.c;
  246. common = grub-core/disk/host.c;
  247. common = grub-core/osdep/init.c;
  248. ldadd = libgrubmods.a;
  249. ldadd = libgrubgcry.a;
  250. ldadd = libgrubkern.a;
  251. ldadd = grub-core/gnulib/libgnu.a;
  252. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  253. };
  254. program = {
  255. name = grub-mount;
  256. mansection = 1;
  257. common_nodist = grub_fstest_init.c;
  258. common = util/grub-mount.c;
  259. common = grub-core/kern/emu/hostfs.c;
  260. common = grub-core/disk/host.c;
  261. common = grub-core/osdep/init.c;
  262. ldadd = libgrubmods.a;
  263. ldadd = libgrubgcry.a;
  264. ldadd = libgrubkern.a;
  265. ldadd = grub-core/gnulib/libgnu.a;
  266. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM) -lfuse';
  267. condition = COND_GRUB_MOUNT;
  268. };
  269. program = {
  270. name = grub-mkfont;
  271. mansection = 1;
  272. common = util/grub-mkfont.c;
  273. common = grub-core/kern/emu/argp_common.c;
  274. common = grub-core/osdep/init.c;
  275. cflags = '$(freetype_cflags)';
  276. cppflags = '-DGRUB_MKFONT=1';
  277. ldadd = libgrubmods.a;
  278. ldadd = libgrubgcry.a;
  279. ldadd = libgrubkern.a;
  280. ldadd = grub-core/gnulib/libgnu.a;
  281. ldadd = '$(freetype_libs)';
  282. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  283. condition = COND_GRUB_MKFONT;
  284. };
  285. program = {
  286. name = grub-probe;
  287. installdir = sbin;
  288. mansection = 8;
  289. common = util/grub-probe.c;
  290. common = util/probe.c;
  291. common = grub-core/osdep/ofpath.c;
  292. common = grub-core/kern/emu/argp_common.c;
  293. common = grub-core/osdep/init.c;
  294. ldadd = libgrubmods.a;
  295. ldadd = libgrubgcry.a;
  296. ldadd = libgrubkern.a;
  297. ldadd = grub-core/gnulib/libgnu.a;
  298. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  299. };
  300. program = {
  301. name = grub-bios-setup;
  302. installdir = sbin;
  303. mansection = 8;
  304. common = util/grub-setup.c;
  305. common = util/setup_bios.c;
  306. extra_dist = util/setup.c;
  307. common = grub-core/kern/emu/argp_common.c;
  308. common = grub-core/lib/reed_solomon.c;
  309. common = grub-core/osdep/blocklist.c;
  310. extra_dist = grub-core/osdep/generic/blocklist.c;
  311. extra_dist = grub-core/osdep/linux/blocklist.c;
  312. extra_dist = grub-core/osdep/windows/blocklist.c;
  313. common = grub-core/osdep/init.c;
  314. ldadd = libgrubmods.a;
  315. ldadd = libgrubkern.a;
  316. ldadd = libgrubgcry.a;
  317. ldadd = grub-core/gnulib/libgnu.a;
  318. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  319. cppflags = '-DGRUB_SETUP_FUNC=grub_util_bios_setup';
  320. };
  321. program = {
  322. name = grub-sparc64-setup;
  323. installdir = sbin;
  324. mansection = 8;
  325. common = util/grub-setup.c;
  326. common = util/setup_sparc.c;
  327. common = grub-core/kern/emu/argp_common.c;
  328. common = grub-core/lib/reed_solomon.c;
  329. common = grub-core/osdep/ofpath.c;
  330. common = grub-core/osdep/blocklist.c;
  331. common = grub-core/osdep/init.c;
  332. ldadd = libgrubmods.a;
  333. ldadd = libgrubkern.a;
  334. ldadd = libgrubgcry.a;
  335. ldadd = grub-core/gnulib/libgnu.a;
  336. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  337. cppflags = '-DGRUB_SETUP_FUNC=grub_util_sparc_setup';
  338. };
  339. program = {
  340. name = grub-ofpathname;
  341. installdir = sbin;
  342. mansection = 8;
  343. common = util/ieee1275/grub-ofpathname.c;
  344. common = grub-core/osdep/ofpath.c;
  345. common = grub-core/osdep/init.c;
  346. ldadd = libgrubmods.a;
  347. ldadd = libgrubgcry.a;
  348. ldadd = libgrubkern.a;
  349. ldadd = grub-core/gnulib/libgnu.a;
  350. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  351. };
  352. program = {
  353. name = grub-mklayout;
  354. mansection = 1;
  355. common = util/grub-mklayout.c;
  356. common = grub-core/kern/emu/argp_common.c;
  357. common = grub-core/osdep/init.c;
  358. ldadd = libgrubmods.a;
  359. ldadd = libgrubgcry.a;
  360. ldadd = libgrubkern.a;
  361. ldadd = grub-core/gnulib/libgnu.a;
  362. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  363. };
  364. program = {
  365. name = grub-macbless;
  366. installdir = sbin;
  367. mansection = 8;
  368. common = util/grub-macbless.c;
  369. common = grub-core/osdep/init.c;
  370. common = grub-core/kern/emu/argp_common.c;
  371. ldadd = libgrubmods.a;
  372. ldadd = libgrubgcry.a;
  373. ldadd = libgrubkern.a;
  374. ldadd = grub-core/gnulib/libgnu.a;
  375. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  376. };
  377. data = {
  378. common = util/grub.d/README;
  379. installdir = grubconf;
  380. };
  381. script = {
  382. name = '00_header';
  383. common = util/grub.d/00_header.in;
  384. installdir = grubconf;
  385. };
  386. script = {
  387. name = '10_windows';
  388. common = util/grub.d/10_windows.in;
  389. installdir = grubconf;
  390. condition = COND_HOST_WINDOWS;
  391. };
  392. script = {
  393. name = '10_hurd';
  394. common = util/grub.d/10_hurd.in;
  395. installdir = grubconf;
  396. condition = COND_HOST_HURD;
  397. };
  398. script = {
  399. name = '10_kfreebsd';
  400. common = util/grub.d/10_kfreebsd.in;
  401. installdir = grubconf;
  402. condition = COND_HOST_KFREEBSD;
  403. };
  404. script = {
  405. name = '10_illumos';
  406. common = util/grub.d/10_illumos.in;
  407. installdir = grubconf;
  408. condition = COND_HOST_ILLUMOS;
  409. };
  410. script = {
  411. name = '10_netbsd';
  412. common = util/grub.d/10_netbsd.in;
  413. installdir = grubconf;
  414. condition = COND_HOST_NETBSD;
  415. };
  416. script = {
  417. name = '10_linux';
  418. common = util/grub.d/10_linux.in;
  419. installdir = grubconf;
  420. condition = COND_HOST_LINUX;
  421. };
  422. script = {
  423. name = '10_xnu';
  424. common = util/grub.d/10_xnu.in;
  425. installdir = grubconf;
  426. condition = COND_HOST_XNU;
  427. };
  428. script = {
  429. name = '20_linux_xen';
  430. common = util/grub.d/20_linux_xen.in;
  431. installdir = grubconf;
  432. condition = COND_HOST_LINUX;
  433. };
  434. script = {
  435. name = '30_os-prober';
  436. common = util/grub.d/30_os-prober.in;
  437. installdir = grubconf;
  438. };
  439. script = {
  440. name = '40_custom';
  441. common = util/grub.d/40_custom.in;
  442. installdir = grubconf;
  443. };
  444. script = {
  445. name = '41_custom';
  446. common = util/grub.d/41_custom.in;
  447. installdir = grubconf;
  448. };
  449. program = {
  450. mansection = 1;
  451. name = grub-mkrescue;
  452. common = util/grub-mkrescue.c;
  453. common = util/render-label.c;
  454. common = util/glue-efi.c;
  455. common = util/mkimage.c;
  456. common = util/grub-install-common.c;
  457. common = util/setup_bios.c;
  458. common = util/setup_sparc.c;
  459. common = grub-core/lib/reed_solomon.c;
  460. common = grub-core/osdep/random.c;
  461. common = grub-core/osdep/ofpath.c;
  462. common = grub-core/osdep/platform.c;
  463. common = grub-core/osdep/platform_unix.c;
  464. common = grub-core/osdep/compress.c;
  465. extra_dist = grub-core/osdep/unix/compress.c;
  466. extra_dist = grub-core/osdep/basic/compress.c;
  467. common = util/editenv.c;
  468. common = grub-core/osdep/blocklist.c;
  469. common = grub-core/osdep/config.c;
  470. common = util/config.c;
  471. common = grub-core/kern/emu/hostfs.c;
  472. common = grub-core/disk/host.c;
  473. common = util/resolve.c;
  474. common = grub-core/kern/emu/argp_common.c;
  475. common = grub-core/osdep/init.c;
  476. ldadd = '$(LIBLZMA)';
  477. ldadd = libgrubmods.a;
  478. ldadd = libgrubgcry.a;
  479. ldadd = libgrubkern.a;
  480. ldadd = grub-core/gnulib/libgnu.a;
  481. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  482. condition = COND_HAVE_EXEC;
  483. };
  484. program = {
  485. mansection = 1;
  486. name = grub-mkstandalone;
  487. common = util/grub-mkstandalone.c;
  488. common = util/render-label.c;
  489. common = util/glue-efi.c;
  490. common = util/mkimage.c;
  491. common = util/grub-install-common.c;
  492. common = util/setup_bios.c;
  493. common = util/setup_sparc.c;
  494. common = grub-core/lib/reed_solomon.c;
  495. common = grub-core/osdep/random.c;
  496. common = grub-core/osdep/ofpath.c;
  497. common = grub-core/osdep/platform.c;
  498. common = grub-core/osdep/platform_unix.c;
  499. extra_dist = grub-core/osdep/linux/platform.c;
  500. extra_dist = grub-core/osdep/windows/platform.c;
  501. extra_dist = grub-core/osdep/basic/platform.c;
  502. extra_dist = grub-core/osdep/basic/no_platform.c;
  503. extra_dist = grub-core/osdep/unix/platform.c;
  504. common = grub-core/osdep/compress.c;
  505. common = util/editenv.c;
  506. common = grub-core/osdep/blocklist.c;
  507. common = grub-core/osdep/config.c;
  508. common = util/config.c;
  509. common = grub-core/kern/emu/hostfs.c;
  510. common = grub-core/disk/host.c;
  511. common = util/resolve.c;
  512. common = grub-core/kern/emu/argp_common.c;
  513. common = grub-core/osdep/init.c;
  514. ldadd = '$(LIBLZMA)';
  515. ldadd = libgrubmods.a;
  516. ldadd = libgrubgcry.a;
  517. ldadd = libgrubkern.a;
  518. ldadd = grub-core/gnulib/libgnu.a;
  519. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  520. };
  521. program = {
  522. mansection = 8;
  523. installdir = sbin;
  524. name = grub-install;
  525. common = util/grub-install.c;
  526. common = util/probe.c;
  527. common = util/mkimage.c;
  528. common = util/grub-install-common.c;
  529. common = util/setup_bios.c;
  530. common = util/setup_sparc.c;
  531. common = grub-core/lib/reed_solomon.c;
  532. common = grub-core/osdep/random.c;
  533. common = grub-core/osdep/ofpath.c;
  534. common = grub-core/osdep/platform.c;
  535. common = grub-core/osdep/platform_unix.c;
  536. common = grub-core/osdep/compress.c;
  537. common = util/editenv.c;
  538. common = grub-core/osdep/blocklist.c;
  539. common = grub-core/osdep/config.c;
  540. common = util/config.c;
  541. common = util/render-label.c;
  542. common = grub-core/kern/emu/hostfs.c;
  543. common = grub-core/disk/host.c;
  544. common = util/resolve.c;
  545. enable = noemu;
  546. common = grub-core/kern/emu/argp_common.c;
  547. common = grub-core/osdep/init.c;
  548. ldadd = '$(LIBLZMA)';
  549. ldadd = libgrubmods.a;
  550. ldadd = libgrubgcry.a;
  551. ldadd = libgrubkern.a;
  552. ldadd = grub-core/gnulib/libgnu.a;
  553. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  554. };
  555. program = {
  556. mansection = 1;
  557. installdir = bin;
  558. name = grub-mknetdir;
  559. common = util/grub-mknetdir.c;
  560. common = util/mkimage.c;
  561. common = util/grub-install-common.c;
  562. common = util/setup_bios.c;
  563. common = util/setup_sparc.c;
  564. common = grub-core/lib/reed_solomon.c;
  565. common = grub-core/osdep/random.c;
  566. common = grub-core/osdep/ofpath.c;
  567. common = grub-core/osdep/platform.c;
  568. common = grub-core/osdep/platform_unix.c;
  569. common = grub-core/osdep/compress.c;
  570. common = util/editenv.c;
  571. common = grub-core/osdep/blocklist.c;
  572. common = grub-core/osdep/config.c;
  573. common = util/config.c;
  574. common = util/resolve.c;
  575. common = grub-core/kern/emu/argp_common.c;
  576. common = grub-core/osdep/init.c;
  577. ldadd = '$(LIBLZMA)';
  578. ldadd = libgrubmods.a;
  579. ldadd = libgrubgcry.a;
  580. ldadd = libgrubkern.a;
  581. ldadd = grub-core/gnulib/libgnu.a;
  582. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  583. };
  584. script = {
  585. name = grub-mkconfig;
  586. common = util/grub-mkconfig.in;
  587. mansection = 8;
  588. installdir = sbin;
  589. };
  590. script = {
  591. name = grub-set-default;
  592. common = util/grub-set-default.in;
  593. mansection = 8;
  594. installdir = sbin;
  595. };
  596. script = {
  597. name = grub-reboot;
  598. common = util/grub-reboot.in;
  599. mansection = 8;
  600. installdir = sbin;
  601. };
  602. script = {
  603. name = grub-mkconfig_lib;
  604. common = util/grub-mkconfig_lib.in;
  605. installdir = noinst;
  606. };
  607. script = {
  608. name = grub-kbdcomp;
  609. common = util/grub-kbdcomp.in;
  610. mansection = 1;
  611. };
  612. script = {
  613. name = grub-shell;
  614. common = tests/util/grub-shell.in;
  615. installdir = noinst;
  616. };
  617. script = {
  618. name = grub-shell-tester;
  619. common = tests/util/grub-shell-tester.in;
  620. installdir = noinst;
  621. };
  622. script = {
  623. name = grub-fs-tester;
  624. common = tests/util/grub-fs-tester.in;
  625. installdir = noinst;
  626. dependencies = 'garbage-gen$(BUILD_EXEEXT)';
  627. };
  628. script = {
  629. testcase;
  630. name = ext234_test;
  631. common = tests/ext234_test.in;
  632. };
  633. script = {
  634. testcase;
  635. name = squashfs_test;
  636. common = tests/squashfs_test.in;
  637. };
  638. script = {
  639. testcase;
  640. name = iso9660_test;
  641. common = tests/iso9660_test.in;
  642. };
  643. script = {
  644. testcase;
  645. name = hfsplus_test;
  646. common = tests/hfsplus_test.in;
  647. };
  648. script = {
  649. testcase;
  650. name = ntfs_test;
  651. common = tests/ntfs_test.in;
  652. };
  653. script = {
  654. testcase;
  655. name = reiserfs_test;
  656. common = tests/reiserfs_test.in;
  657. };
  658. script = {
  659. testcase;
  660. name = fat_test;
  661. common = tests/fat_test.in;
  662. };
  663. script = {
  664. testcase;
  665. name = minixfs_test;
  666. common = tests/minixfs_test.in;
  667. };
  668. script = {
  669. testcase;
  670. name = xfs_test;
  671. common = tests/xfs_test.in;
  672. };
  673. script = {
  674. testcase;
  675. name = nilfs2_test;
  676. common = tests/nilfs2_test.in;
  677. };
  678. script = {
  679. testcase;
  680. name = romfs_test;
  681. common = tests/romfs_test.in;
  682. };
  683. script = {
  684. testcase;
  685. name = exfat_test;
  686. common = tests/exfat_test.in;
  687. };
  688. script = {
  689. testcase;
  690. name = tar_test;
  691. common = tests/tar_test.in;
  692. };
  693. script = {
  694. testcase;
  695. name = udf_test;
  696. common = tests/udf_test.in;
  697. };
  698. script = {
  699. testcase;
  700. name = hfs_test;
  701. common = tests/hfs_test.in;
  702. };
  703. script = {
  704. testcase;
  705. name = jfs_test;
  706. common = tests/jfs_test.in;
  707. };
  708. script = {
  709. testcase;
  710. name = btrfs_test;
  711. common = tests/btrfs_test.in;
  712. };
  713. script = {
  714. testcase;
  715. name = zfs_test;
  716. common = tests/zfs_test.in;
  717. };
  718. script = {
  719. testcase;
  720. name = cpio_test;
  721. common = tests/cpio_test.in;
  722. };
  723. script = {
  724. testcase;
  725. name = example_scripted_test;
  726. common = tests/example_scripted_test.in;
  727. };
  728. script = {
  729. testcase;
  730. name = gettext_strings_test;
  731. common = tests/gettext_strings_test.in;
  732. extra_dist = po/exclude.pot;
  733. };
  734. script = {
  735. testcase;
  736. name = pata_test;
  737. common = tests/pata_test.in;
  738. };
  739. script = {
  740. testcase;
  741. name = ahci_test;
  742. common = tests/ahci_test.in;
  743. };
  744. script = {
  745. testcase;
  746. name = uhci_test;
  747. common = tests/uhci_test.in;
  748. };
  749. script = {
  750. testcase;
  751. name = ohci_test;
  752. common = tests/ohci_test.in;
  753. };
  754. script = {
  755. testcase;
  756. name = ehci_test;
  757. common = tests/ehci_test.in;
  758. };
  759. script = {
  760. testcase;
  761. name = example_grub_script_test;
  762. common = tests/example_grub_script_test.in;
  763. };
  764. script = {
  765. testcase;
  766. name = grub_script_eval;
  767. common = tests/grub_script_eval.in;
  768. };
  769. script = {
  770. testcase;
  771. name = grub_script_test;
  772. common = tests/grub_script_test.in;
  773. };
  774. script = {
  775. testcase;
  776. name = grub_script_echo1;
  777. common = tests/grub_script_echo1.in;
  778. };
  779. script = {
  780. testcase;
  781. name = grub_script_leading_whitespace;
  782. common = tests/grub_script_leading_whitespace.in;
  783. };
  784. script = {
  785. testcase;
  786. name = grub_script_echo_keywords;
  787. common = tests/grub_script_echo_keywords.in;
  788. };
  789. script = {
  790. testcase;
  791. name = grub_script_vars1;
  792. common = tests/grub_script_vars1.in;
  793. };
  794. script = {
  795. testcase;
  796. name = grub_script_for1;
  797. common = tests/grub_script_for1.in;
  798. };
  799. script = {
  800. testcase;
  801. name = grub_script_while1;
  802. common = tests/grub_script_while1.in;
  803. };
  804. script = {
  805. testcase;
  806. name = grub_script_if;
  807. common = tests/grub_script_if.in;
  808. };
  809. script = {
  810. testcase;
  811. name = grub_script_blanklines;
  812. common = tests/grub_script_blanklines.in;
  813. };
  814. script = {
  815. testcase;
  816. name = grub_script_final_semicolon;
  817. common = tests/grub_script_final_semicolon.in;
  818. };
  819. script = {
  820. testcase;
  821. name = grub_script_dollar;
  822. common = tests/grub_script_dollar.in;
  823. };
  824. script = {
  825. testcase;
  826. name = grub_script_comments;
  827. common = tests/grub_script_comments.in;
  828. };
  829. script = {
  830. testcase;
  831. name = grub_script_functions;
  832. common = tests/grub_script_functions.in;
  833. };
  834. script = {
  835. testcase;
  836. name = grub_script_break;
  837. common = tests/grub_script_break.in;
  838. };
  839. script = {
  840. testcase;
  841. name = grub_script_continue;
  842. common = tests/grub_script_continue.in;
  843. };
  844. script = {
  845. testcase;
  846. name = grub_script_shift;
  847. common = tests/grub_script_shift.in;
  848. };
  849. script = {
  850. testcase;
  851. name = grub_script_blockarg;
  852. common = tests/grub_script_blockarg.in;
  853. };
  854. script = {
  855. testcase;
  856. name = grub_script_setparams;
  857. common = tests/grub_script_setparams.in;
  858. };
  859. script = {
  860. testcase;
  861. name = grub_script_return;
  862. common = tests/grub_script_return.in;
  863. };
  864. script = {
  865. testcase;
  866. name = grub_cmd_regexp;
  867. common = tests/grub_cmd_regexp.in;
  868. };
  869. script = {
  870. testcase;
  871. name = grub_cmd_date;
  872. common = tests/grub_cmd_date.in;
  873. };
  874. script = {
  875. testcase;
  876. name = grub_cmd_set_date;
  877. common = tests/grub_cmd_set_date.in;
  878. };
  879. script = {
  880. testcase;
  881. name = grub_cmd_sleep;
  882. common = tests/grub_cmd_sleep.in;
  883. };
  884. script = {
  885. testcase;
  886. name = grub_script_expansion;
  887. common = tests/grub_script_expansion.in;
  888. };
  889. script = {
  890. testcase;
  891. name = grub_script_not;
  892. common = tests/grub_script_not.in;
  893. };
  894. script = {
  895. testcase;
  896. name = grub_script_no_commands;
  897. common = tests/grub_script_no_commands.in;
  898. };
  899. script = {
  900. testcase;
  901. name = partmap_test;
  902. common = tests/partmap_test.in;
  903. };
  904. script = {
  905. testcase;
  906. name = hddboot_test;
  907. common = tests/hddboot_test.in;
  908. };
  909. script = {
  910. testcase;
  911. name = fddboot_test;
  912. common = tests/fddboot_test.in;
  913. };
  914. script = {
  915. testcase;
  916. name = cdboot_test;
  917. common = tests/cdboot_test.in;
  918. };
  919. script = {
  920. testcase;
  921. name = netboot_test;
  922. common = tests/netboot_test.in;
  923. };
  924. script = {
  925. testcase;
  926. name = pseries_test;
  927. common = tests/pseries_test.in;
  928. };
  929. script = {
  930. testcase;
  931. name = core_compress_test;
  932. common = tests/core_compress_test.in;
  933. };
  934. script = {
  935. testcase;
  936. name = xzcompress_test;
  937. common = tests/xzcompress_test.in;
  938. };
  939. script = {
  940. testcase;
  941. name = gzcompress_test;
  942. common = tests/gzcompress_test.in;
  943. };
  944. script = {
  945. testcase;
  946. name = lzocompress_test;
  947. common = tests/lzocompress_test.in;
  948. };
  949. script = {
  950. testcase;
  951. name = grub_cmd_echo;
  952. common = tests/grub_cmd_echo.in;
  953. };
  954. script = {
  955. testcase;
  956. name = help_test;
  957. common = tests/help_test.in;
  958. };
  959. script = {
  960. testcase;
  961. name = grub_script_gettext;
  962. common = tests/grub_script_gettext.in;
  963. };
  964. script = {
  965. testcase;
  966. name = grub_script_escape_comma;
  967. common = tests/grub_script_escape_comma.in;
  968. };
  969. script = {
  970. testcase;
  971. name = grub_script_strcmp;
  972. common = tests/grub_script_strcmp.in;
  973. };
  974. script = {
  975. testcase;
  976. name = test_sha512sum;
  977. common = tests/test_sha512sum.in;
  978. };
  979. script = {
  980. testcase;
  981. name = test_unset;
  982. common = tests/test_unset.in;
  983. };
  984. script = {
  985. testcase;
  986. name = grub_func_test;
  987. common = tests/grub_func_test.in;
  988. };
  989. script = {
  990. testcase;
  991. name = grub_cmd_tr;
  992. common = tests/grub_cmd_tr.in;
  993. };
  994. script = {
  995. testcase;
  996. name = file_filter_test;
  997. common = tests/file_filter_test.in;
  998. };
  999. program = {
  1000. testcase;
  1001. name = example_unit_test;
  1002. common = tests/example_unit_test.c;
  1003. common = tests/lib/unit_test.c;
  1004. common = grub-core/kern/list.c;
  1005. common = grub-core/kern/misc.c;
  1006. common = grub-core/tests/lib/test.c;
  1007. ldadd = libgrubmods.a;
  1008. ldadd = libgrubgcry.a;
  1009. ldadd = libgrubkern.a;
  1010. ldadd = grub-core/gnulib/libgnu.a;
  1011. ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1012. };
  1013. program = {
  1014. testcase;
  1015. name = printf_test;
  1016. common = tests/printf_unit_test.c;
  1017. common = tests/lib/unit_test.c;
  1018. common = grub-core/kern/list.c;
  1019. common = grub-core/kern/misc.c;
  1020. common = grub-core/tests/lib/test.c;
  1021. ldadd = libgrubmods.a;
  1022. ldadd = libgrubgcry.a;
  1023. ldadd = libgrubkern.a;
  1024. ldadd = grub-core/gnulib/libgnu.a;
  1025. ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1026. };
  1027. program = {
  1028. testcase;
  1029. name = date_test;
  1030. common = tests/date_unit_test.c;
  1031. common = tests/lib/unit_test.c;
  1032. common = grub-core/kern/list.c;
  1033. common = grub-core/kern/misc.c;
  1034. common = grub-core/tests/lib/test.c;
  1035. ldadd = libgrubmods.a;
  1036. ldadd = libgrubgcry.a;
  1037. ldadd = libgrubkern.a;
  1038. ldadd = grub-core/gnulib/libgnu.a;
  1039. ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1040. };
  1041. program = {
  1042. testcase;
  1043. name = priority_queue_unit_test;
  1044. common = tests/priority_queue_unit_test.cc;
  1045. common = tests/lib/unit_test.c;
  1046. common = grub-core/kern/list.c;
  1047. common = grub-core/kern/misc.c;
  1048. common = grub-core/tests/lib/test.c;
  1049. common = grub-core/lib/priority_queue.c;
  1050. ldadd = libgrubmods.a;
  1051. ldadd = libgrubgcry.a;
  1052. ldadd = libgrubkern.a;
  1053. ldadd = grub-core/gnulib/libgnu.a;
  1054. ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1055. condition = COND_HAVE_CXX;
  1056. };
  1057. program = {
  1058. testcase;
  1059. name = cmp_test;
  1060. common = tests/cmp_unit_test.c;
  1061. common = tests/lib/unit_test.c;
  1062. common = grub-core/kern/list.c;
  1063. common = grub-core/kern/misc.c;
  1064. common = grub-core/tests/lib/test.c;
  1065. ldadd = libgrubmods.a;
  1066. ldadd = libgrubgcry.a;
  1067. ldadd = libgrubkern.a;
  1068. ldadd = grub-core/gnulib/libgnu.a;
  1069. ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1070. };
  1071. program = {
  1072. name = grub-menulst2cfg;
  1073. mansection = 1;
  1074. common = util/grub-menulst2cfg.c;
  1075. common = grub-core/lib/legacy_parse.c;
  1076. common = grub-core/lib/i386/pc/vesa_modes_table.c;
  1077. common = grub-core/osdep/init.c;
  1078. ldadd = libgrubmods.a;
  1079. ldadd = libgrubgcry.a;
  1080. ldadd = libgrubkern.a;
  1081. ldadd = grub-core/gnulib/libgnu.a;
  1082. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1083. };
  1084. program = {
  1085. name = grub-syslinux2cfg;
  1086. mansection = 1;
  1087. common = util/grub-syslinux2cfg.c;
  1088. common = grub-core/lib/syslinux_parse.c;
  1089. common = grub-core/lib/getline.c;
  1090. common = grub-core/osdep/init.c;
  1091. common = grub-core/kern/emu/hostfs.c;
  1092. common = grub-core/disk/host.c;
  1093. common = grub-core/kern/emu/argp_common.c;
  1094. ldadd = libgrubmods.a;
  1095. ldadd = libgrubgcry.a;
  1096. ldadd = libgrubkern.a;
  1097. ldadd = grub-core/gnulib/libgnu.a;
  1098. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1099. };
  1100. program = {
  1101. name = grub-glue-efi;
  1102. mansection = 1;
  1103. common = util/grub-glue-efi.c;
  1104. common = util/glue-efi.c;
  1105. common = grub-core/kern/emu/argp_common.c;
  1106. common = grub-core/osdep/init.c;
  1107. ldadd = libgrubmods.a;
  1108. ldadd = libgrubgcry.a;
  1109. ldadd = libgrubkern.a;
  1110. ldadd = grub-core/gnulib/libgnu.a;
  1111. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1112. };
  1113. program = {
  1114. name = grub-render-label;
  1115. mansection = 1;
  1116. common = util/grub-render-label.c;
  1117. common = util/render-label.c;
  1118. common = grub-core/kern/emu/argp_common.c;
  1119. common = grub-core/kern/emu/hostfs.c;
  1120. common = grub-core/disk/host.c;
  1121. common = grub-core/osdep/init.c;
  1122. ldadd = libgrubmods.a;
  1123. ldadd = libgrubgcry.a;
  1124. ldadd = libgrubkern.a;
  1125. ldadd = grub-core/gnulib/libgnu.a;
  1126. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1127. };
  1128. program = {
  1129. name = grub-file;
  1130. mansection = 1;
  1131. common = util/grub-file.c;
  1132. common = util/render-label.c;
  1133. common = grub-core/commands/file.c;
  1134. common = grub-core/commands/file32.c;
  1135. common = grub-core/commands/file64.c;
  1136. common = grub-core/loader/i386/xen_file.c;
  1137. common = grub-core/loader/i386/xen_file32.c;
  1138. common = grub-core/loader/i386/xen_file64.c;
  1139. common = grub-core/io/offset.c;
  1140. common = grub-core/kern/elf.c;
  1141. common = grub-core/loader/lzss.c;
  1142. common = grub-core/loader/macho.c;
  1143. common = grub-core/loader/macho32.c;
  1144. common = grub-core/loader/macho64.c;
  1145. common = grub-core/kern/emu/hostfs.c;
  1146. common = grub-core/disk/host.c;
  1147. common = grub-core/osdep/init.c;
  1148. ldadd = libgrubmods.a;
  1149. ldadd = libgrubgcry.a;
  1150. ldadd = libgrubkern.a;
  1151. ldadd = grub-core/gnulib/libgnu.a;
  1152. ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
  1153. };