Makefile.util.def 31 KB

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