Print this page
grub patch
Split |
Close |
Expand all |
Collapse all |
--- old/grub/Makefile.util.def
+++ new/grub/Makefile.util.def
1 1 AutoGen definitions Makefile.tpl;
2 2
3 3 library = {
4 4 name = libgrubkern.a;
5 5 cflags = '$(CFLAGS_GNULIB)';
6 6 cppflags = '$(CPPFLAGS_GNULIB)';
7 7
8 8 common = util/misc.c;
9 9 common = grub-core/kern/command.c;
10 10 common = grub-core/kern/device.c;
11 11 common = grub-core/kern/disk.c;
12 12 common = util/getroot.c;
13 13 common = util/raid.c;
14 14 common = grub-core/kern/emu/hostdisk.c;
15 15 common = grub-core/kern/emu/misc.c;
16 16 common = grub-core/kern/emu/mm.c;
17 17 common = grub-core/kern/env.c;
18 18 common = grub-core/kern/err.c;
19 19 common = grub-core/kern/file.c;
20 20 common = grub-core/kern/fs.c;
21 21 common = grub-core/kern/list.c;
22 22 common = grub-core/kern/misc.c;
23 23 common = grub-core/kern/partition.c;
24 24 common = grub-core/lib/crypto.c;
25 25 common = grub-core/disk/luks.c;
26 26 common = grub-core/disk/geli.c;
27 27 common = grub-core/disk/cryptodisk.c;
28 28 common = grub-core/disk/AFSplitter.c;
29 29 common = grub-core/lib/pbkdf2.c;
30 30 common = grub-core/commands/extcmd.c;
31 31 common = grub-core/lib/arg.c;
32 32 common = grub-core/disk/ldm.c;
33 33 common = grub-core/disk/diskfilter.c;
34 34 common = grub-core/partmap/gpt.c;
35 35 };
36 36
37 37 library = {
38 38 name = libgrubmods.a;
39 39 cflags = '$(CFLAGS_POSIX) -Wno-undef -Wno-error=missing-noreturn';
40 40 cppflags = '-I$(top_srcdir)/grub-core/lib/minilzo -I$(srcdir)/grub-core/lib/xzembed -DMINILZO_HAVE_CONFIG_H';
41 41
42 42 common_nodist = grub_script.tab.c;
43 43 common_nodist = grub_script.yy.c;
44 44 common_nodist = libgrub_a_init.c;
45 45 common_nodist = grub_script.yy.h;
46 46 common_nodist = grub_script.tab.h;
47 47
48 48 common = grub-core/commands/blocklist.c;
49 49 common = grub-core/commands/xnu_uuid.c;
50 50 common = grub-core/commands/testload.c;
51 51 common = grub-core/commands/ls.c;
52 52 common = grub-core/disk/dmraid_nvidia.c;
53 53 common = grub-core/disk/loopback.c;
54 54 common = grub-core/disk/lvm.c;
55 55 common = grub-core/disk/mdraid_linux.c;
56 56 common = grub-core/disk/mdraid_linux_be.c;
57 57 common = grub-core/disk/mdraid1x_linux.c;
58 58 common = grub-core/disk/raid5_recover.c;
59 59 common = grub-core/disk/raid6_recover.c;
60 60 common = grub-core/fs/affs.c;
61 61 common = grub-core/fs/afs.c;
62 62 common = grub-core/fs/bfs.c;
63 63 common = grub-core/fs/btrfs.c;
64 64 common = grub-core/fs/cpio.c;
65 65 common = grub-core/fs/cpio_be.c;
66 66 common = grub-core/fs/odc.c;
67 67 common = grub-core/fs/newc.c;
68 68 common = grub-core/fs/ext2.c;
69 69 common = grub-core/fs/fat.c;
70 70 common = grub-core/fs/exfat.c;
71 71 common = grub-core/fs/fshelp.c;
72 72 common = grub-core/fs/hfs.c;
73 73 common = grub-core/fs/hfsplus.c;
74 74 common = grub-core/fs/iso9660.c;
75 75 common = grub-core/fs/jfs.c;
76 76 common = grub-core/fs/minix.c;
77 77 common = grub-core/fs/minix2.c;
78 78 common = grub-core/fs/minix3.c;
79 79 common = grub-core/fs/minix_be.c;
80 80 common = grub-core/fs/minix2_be.c;
81 81 common = grub-core/fs/minix3_be.c;
82 82 common = grub-core/fs/nilfs2.c;
83 83 common = grub-core/fs/ntfs.c;
84 84 common = grub-core/fs/ntfscomp.c;
85 85 common = grub-core/fs/reiserfs.c;
86 86 common = grub-core/fs/romfs.c;
87 87 common = grub-core/fs/sfs.c;
88 88 common = grub-core/fs/squash4.c;
89 89 common = grub-core/fs/tar.c;
90 90 common = grub-core/fs/udf.c;
91 91 common = grub-core/fs/ufs2.c;
92 92 common = grub-core/fs/ufs.c;
93 93 common = grub-core/fs/xfs.c;
94 94 common = grub-core/fs/zfs/zfscrypt.c;
95 95 common = grub-core/fs/zfs/zfs.c;
96 96 common = grub-core/fs/zfs/zfsinfo.c;
97 97 common = grub-core/fs/zfs/zfs_lzjb.c;
98 98 common = grub-core/fs/zfs/zfs_sha256.c;
99 99 common = grub-core/fs/zfs/zfs_fletcher.c;
100 100 common = grub-core/lib/envblk.c;
101 101 common = grub-core/lib/hexdump.c;
102 102 common = grub-core/lib/LzFind.c;
103 103 common = grub-core/lib/LzmaEnc.c;
104 104 common = grub-core/lib/crc.c;
105 105 common = grub-core/lib/adler32.c;
106 106 common = grub-core/lib/crc64.c;
107 107 common = grub-core/normal/datetime.c;
108 108 common = grub-core/normal/misc.c;
109 109 common = grub-core/partmap/acorn.c;
110 110 common = grub-core/partmap/amiga.c;
111 111 common = grub-core/partmap/apple.c;
112 112 common = grub-core/partmap/msdos.c;
113 113 common = grub-core/partmap/sun.c;
114 114 common = grub-core/partmap/plan.c;
115 115 common = grub-core/partmap/dvh.c;
116 116 common = grub-core/partmap/sunpc.c;
117 117 common = grub-core/partmap/bsdlabel.c;
118 118 common = grub-core/script/function.c;
119 119 common = grub-core/script/lexer.c;
120 120 common = grub-core/script/main.c;
121 121 common = grub-core/script/script.c;
122 122 common = grub-core/script/argv.c;
123 123 common = grub-core/io/gzio.c;
124 124 common = grub-core/io/lzopio.c;
125 125 common = grub-core/kern/ia64/dl_helper.c;
126 126 common = grub-core/lib/minilzo/minilzo.c;
127 127 common = grub-core/lib/xzembed/xz_dec_bcj.c;
128 128 common = grub-core/lib/xzembed/xz_dec_lzma2.c;
129 129 common = grub-core/lib/xzembed/xz_dec_stream.c;
130 130 };
131 131
132 132 program = {
133 133 name = grub-bin2h;
134 134 common = util/bin2h.c;
135 135 ldadd = libgrubmods.a;
136 136 ldadd = libgrubgcry.a;
137 137 ldadd = libgrubkern.a;
138 138 ldadd = grub-core/gnulib/libgnu.a;
139 139 ldadd = '$(LIBINTL) $(LIBDEVMAPPER)';
140 140 installdir = noinst;
141 141 };
142 142
143 143 program = {
144 144 name = grub-mkimage;
145 145 mansection = 1;
146 146
147 147 common = util/grub-mkimage.c;
148 148 common = util/resolve.c;
149 149 common = grub-core/kern/emu/argp_common.c;
150 150
151 151 extra_dist = util/grub-mkimagexx.c;
152 152
153 153 ldadd = libgrubmods.a;
154 154 ldadd = libgrubgcry.a;
155 155 ldadd = libgrubkern.a;
156 156 ldadd = grub-core/gnulib/libgnu.a;
157 157 ldadd = '$(LIBLZMA)';
158 158 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
159 159 cppflags = '-DGRUB_PKGLIBDIR=\"$(pkglibdir)\"';
160 160 };
161 161
162 162 program = {
163 163 name = grub-mkrelpath;
164 164 mansection = 1;
165 165
166 166 common = util/grub-mkrelpath.c;
167 167 common = grub-core/kern/emu/argp_common.c;
168 168
169 169 ldadd = libgrubmods.a;
170 170 ldadd = libgrubgcry.a;
171 171 ldadd = libgrubkern.a;
172 172 ldadd = grub-core/gnulib/libgnu.a;
173 173 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
174 174 };
175 175
176 176 program = {
177 177 name = grub-script-check;
178 178 mansection = 1;
179 179
180 180 common = util/grub-script-check.c;
181 181 common = grub-core/kern/emu/argp_common.c;
182 182
183 183 ldadd = libgrubmods.a;
184 184 ldadd = libgrubgcry.a;
185 185 ldadd = libgrubkern.a;
186 186 ldadd = grub-core/gnulib/libgnu.a;
187 187 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
188 188 };
189 189
190 190 program = {
191 191 name = grub-editenv;
192 192 mansection = 1;
193 193
194 194 common = util/grub-editenv.c;
195 195
196 196 ldadd = libgrubmods.a;
197 197 ldadd = libgrubgcry.a;
198 198 ldadd = libgrubkern.a;
199 199 ldadd = grub-core/gnulib/libgnu.a;
200 200 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
201 201 };
202 202
203 203 program = {
204 204 name = grub-mkpasswd-pbkdf2;
205 205 mansection = 1;
206 206
207 207 common = util/grub-mkpasswd-pbkdf2.c;
208 208 common = grub-core/kern/emu/argp_common.c;
209 209
210 210 ldadd = libgrubmods.a;
211 211 ldadd = libgrubgcry.a;
212 212 ldadd = libgrubkern.a;
213 213 ldadd = grub-core/gnulib/libgnu.a;
214 214 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
215 215 cflags = '$(CFLAGS_GCRY)';
216 216 cppflags = '$(CPPFLAGS_GCRY)';
217 217 };
218 218
219 219 program = {
220 220 name = grub-macho2img;
221 221 mansection = 1;
222 222 common = util/grub-macho2img.c;
223 223 condition = COND_APPLE_CC;
224 224 };
225 225
226 226 program = {
227 227 name = grub-pe2elf;
228 228 mansection = 1;
229 229 common = util/grub-pe2elf.c;
230 230
231 231 ldadd = libgrubmods.a;
232 232 ldadd = libgrubgcry.a;
233 233 ldadd = libgrubkern.a;
234 234 ldadd = grub-core/gnulib/libgnu.a;
235 235 ldadd = '$(LIBINTL)';
236 236 condition = COND_GRUB_PE2ELF;
237 237 };
238 238
239 239 program = {
240 240 name = grub-fstest;
241 241 mansection = 1;
242 242 common_nodist = grub_fstest_init.c;
243 243 common = util/grub-fstest.c;
244 244 common = grub-core/kern/emu/hostfs.c;
245 245 common = grub-core/disk/host.c;
246 246
247 247 cflags = '$(CFLAGS_GCRY)';
248 248 cppflags = '$(CPPFLAGS_GCRY)';
249 249
250 250 ldadd = libgrubmods.a;
251 251 ldadd = libgrubgcry.a;
252 252 ldadd = libgrubkern.a;
253 253 ldadd = grub-core/gnulib/libgnu.a;
254 254 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
255 255 };
256 256
257 257 program = {
258 258 name = grub-mount;
259 259 mansection = 1;
260 260 common_nodist = grub_fstest_init.c;
261 261 common = util/grub-mount.c;
262 262 common = grub-core/kern/emu/hostfs.c;
263 263 common = grub-core/disk/host.c;
264 264
265 265 ldadd = libgrubmods.a;
266 266 ldadd = libgrubgcry.a;
267 267 ldadd = libgrubkern.a;
268 268 ldadd = grub-core/gnulib/libgnu.a;
269 269 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse';
270 270 condition = COND_GRUB_MOUNT;
271 271 };
272 272
273 273 program = {
274 274 name = grub-mkfont;
275 275 mansection = 1;
276 276 common = util/grub-mkfont.c;
277 277 common = grub-core/unidata.c;
278 278 common = grub-core/kern/emu/argp_common.c;
279 279
280 280 cflags = '$(freetype_cflags)';
281 281
282 282 ldadd = libgrubmods.a;
283 283 ldadd = libgrubgcry.a;
284 284 ldadd = libgrubkern.a;
285 285 ldadd = grub-core/gnulib/libgnu.a;
286 286 ldadd = '$(freetype_libs)';
287 287 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
288 288 condition = COND_GRUB_MKFONT;
289 289 };
290 290
291 291 program = {
292 292 name = grub-probe;
293 293 installdir = sbin;
294 294 mansection = 8;
295 295 common = util/grub-probe.c;
296 296 common = util/ieee1275/ofpath.c;
↓ open down ↓ |
296 lines elided |
↑ open up ↑ |
297 297 common = grub-core/kern/emu/argp_common.c;
298 298
299 299 ldadd = libgrubmods.a;
300 300 ldadd = libgrubgcry.a;
301 301 ldadd = libgrubkern.a;
302 302 ldadd = grub-core/gnulib/libgnu.a;
303 303 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
304 304 };
305 305
306 306 program = {
307 + name = grub-solarislst2cfg;
308 + installdir = sbin;
309 + mansection = 8;
310 + common = util/grub-solarislst2cfg.c;
311 + common = util/ieee1275/ofpath.c;
312 + common = grub-core/kern/emu/argp_common.c;
313 +
314 + ldadd = libgrubmods.a;
315 + ldadd = libgrubgcry.a;
316 + ldadd = libgrubkern.a;
317 + ldadd = grub-core/gnulib/libgnu.a;
318 + ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
319 +};
320 +
321 +program = {
307 322 name = grub-bios-setup;
308 323 installdir = sbin;
309 324 mansection = 8;
310 325 common = util/grub-setup.c;
311 326 common = util/lvm.c;
312 327 common = grub-core/kern/emu/argp_common.c;
313 328 common = grub-core/lib/reed_solomon.c;
314 329
315 330 ldadd = libgrubmods.a;
316 331 ldadd = libgrubkern.a;
317 332 ldadd = libgrubgcry.a;
318 333 ldadd = grub-core/gnulib/libgnu.a;
319 334 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
320 335 cppflags = '-DGRUB_SETUP_BIOS=1';
321 336 };
322 337
323 338 program = {
324 339 name = grub-sparc64-setup;
325 340 installdir = sbin;
326 341 mansection = 8;
327 342 common = util/grub-setup.c;
328 343 common = util/lvm.c;
329 344 common = grub-core/kern/emu/argp_common.c;
330 345 common = grub-core/lib/reed_solomon.c;
331 346 common = util/ieee1275/ofpath.c;
332 347
333 348 ldadd = libgrubmods.a;
334 349 ldadd = libgrubkern.a;
335 350 ldadd = libgrubgcry.a;
336 351 ldadd = grub-core/gnulib/libgnu.a;
337 352 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
338 353 cppflags = '-DGRUB_SETUP_SPARC64=1';
339 354 };
340 355
341 356 program = {
342 357 name = grub-ofpathname;
343 358 installdir = sbin;
344 359 mansection = 8;
345 360 common = util/ieee1275/grub-ofpathname.c;
346 361 common = util/ieee1275/ofpath.c;
347 362
348 363 ldadd = libgrubmods.a;
349 364 ldadd = libgrubgcry.a;
350 365 ldadd = libgrubkern.a;
351 366 ldadd = grub-core/gnulib/libgnu.a;
352 367 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
353 368 };
354 369
355 370 program = {
356 371 name = grub-mklayout;
357 372 mansection = 1;
358 373
359 374 common = util/grub-mklayout.c;
360 375 common = grub-core/kern/emu/argp_common.c;
361 376
362 377 ldadd = libgrubmods.a;
363 378 ldadd = libgrubgcry.a;
364 379 ldadd = libgrubkern.a;
365 380 ldadd = grub-core/gnulib/libgnu.a;
366 381 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
367 382 };
368 383
369 384 data = {
370 385 common = util/grub.d/README;
371 386 installdir = grubconf;
372 387 };
373 388
374 389 script = {
375 390 name = '00_header';
376 391 common = util/grub.d/00_header.in;
377 392 installdir = grubconf;
378 393 };
379 394
380 395 script = {
381 396 name = '10_windows';
382 397 common = util/grub.d/10_windows.in;
383 398 installdir = grubconf;
384 399 condition = COND_HOST_WINDOWS;
385 400 };
386 401
387 402 script = {
388 403 name = '10_hurd';
389 404 common = util/grub.d/10_hurd.in;
390 405 installdir = grubconf;
391 406 condition = COND_HOST_HURD;
392 407 };
393 408
394 409 script = {
395 410 name = '10_kfreebsd';
396 411 common = util/grub.d/10_kfreebsd.in;
397 412 installdir = grubconf;
398 413 condition = COND_HOST_KFREEBSD;
399 414 };
400 415
401 416 script = {
402 417 name = '10_illumos';
403 418 common = util/grub.d/10_illumos.in;
404 419 installdir = grubconf;
405 420 condition = COND_HOST_ILLUMOS;
406 421 };
407 422
408 423 script = {
409 424 name = '10_netbsd';
410 425 common = util/grub.d/10_netbsd.in;
411 426 installdir = grubconf;
412 427 condition = COND_HOST_NETBSD;
413 428 };
414 429
415 430 script = {
416 431 name = '10_linux';
417 432 common = util/grub.d/10_linux.in;
418 433 installdir = grubconf;
419 434 condition = COND_HOST_LINUX;
420 435 };
421 436
422 437 script = {
423 438 name = '10_xnu';
424 439 common = util/grub.d/10_xnu.in;
425 440 installdir = grubconf;
426 441 condition = COND_HOST_XNU;
427 442 };
428 443
429 444 script = {
430 445 name = '20_linux_xen';
431 446 common = util/grub.d/20_linux_xen.in;
432 447 installdir = grubconf;
433 448 condition = COND_HOST_LINUX;
434 449 };
435 450
436 451 script = {
437 452 name = '30_os-prober';
438 453 common = util/grub.d/30_os-prober.in;
439 454 installdir = grubconf;
440 455 };
441 456
442 457 script = {
443 458 name = '40_custom';
444 459 common = util/grub.d/40_custom.in;
445 460 installdir = grubconf;
446 461 };
447 462
448 463 script = {
449 464 name = '41_custom';
450 465 common = util/grub.d/41_custom.in;
451 466 installdir = grubconf;
452 467 };
453 468
454 469 script = {
455 470 mansection = 1;
456 471 name = grub-mkrescue;
457 472 x86 = util/grub-mkrescue.in;
458 473 mips_qemu_mips = util/grub-mkrescue.in;
459 474 mips_loongson = util/grub-mkrescue.in;
460 475 ia64_efi = util/grub-mkrescue.in;
461 476 powerpc_ieee1275 = util/powerpc/ieee1275/grub-mkrescue.in;
462 477 enable = i386_pc;
463 478 enable = i386_efi;
464 479 enable = x86_64_efi;
465 480 enable = i386_qemu;
466 481 enable = i386_multiboot;
467 482 enable = i386_coreboot;
468 483 enable = mips_qemu_mips;
469 484 enable = mips_loongson;
470 485 enable = ia64_efi;
471 486 enable = powerpc_ieee1275;
472 487 };
473 488
474 489 script = {
475 490 mansection = 1;
476 491 name = grub-mkstandalone;
477 492 common = util/grub-mkstandalone.in;
478 493 };
479 494
480 495 script = {
481 496 mansection = 8;
482 497 installdir = sbin;
483 498 name = grub-install;
484 499
485 500 common = util/grub-install.in;
486 501 enable = noemu;
487 502 };
488 503
489 504 script = {
490 505 mansection = 8;
491 506 installdir = sbin;
492 507 name = grub-mknetdir;
493 508
494 509 common = util/grub-mknetdir.in;
495 510 };
496 511
497 512 script = {
498 513 name = grub-mkconfig;
499 514 common = util/grub-mkconfig.in;
500 515 mansection = 8;
501 516 installdir = sbin;
502 517 };
503 518
504 519 script = {
505 520 name = grub-set-default;
506 521 common = util/grub-set-default.in;
507 522 mansection = 8;
508 523 installdir = sbin;
509 524 };
510 525
511 526 script = {
512 527 name = grub-reboot;
513 528 common = util/grub-reboot.in;
514 529 mansection = 8;
515 530 installdir = sbin;
516 531 };
517 532
518 533 script = {
519 534 name = grub-mkconfig_lib;
520 535 common = util/grub-mkconfig_lib.in;
521 536 installdir = noinst;
522 537 };
523 538
524 539 script = {
525 540 name = grub-kbdcomp;
526 541 common = util/grub-kbdcomp.in;
527 542 mansection = 1;
528 543 };
529 544
530 545 script = {
531 546 name = grub-shell;
532 547 common = tests/util/grub-shell.in;
533 548 installdir = noinst;
534 549 };
535 550
536 551 script = {
537 552 name = grub-shell-tester;
538 553 common = tests/util/grub-shell-tester.in;
539 554 installdir = noinst;
540 555 };
541 556
542 557 script = {
543 558 testcase;
544 559 name = example_scripted_test;
545 560 common = tests/example_scripted_test.in;
546 561 };
547 562
548 563 script = {
549 564 testcase;
550 565 name = example_grub_script_test;
551 566 common = tests/example_grub_script_test.in;
552 567 };
553 568
554 569 script = {
555 570 testcase;
556 571 name = grub_script_echo1;
557 572 common = tests/grub_script_echo1.in;
558 573 };
559 574
560 575 script = {
561 576 testcase;
562 577 name = grub_script_leading_whitespace;
563 578 common = tests/grub_script_leading_whitespace.in;
564 579 };
565 580
566 581 script = {
567 582 testcase;
568 583 name = grub_script_echo_keywords;
569 584 common = tests/grub_script_echo_keywords.in;
570 585 };
571 586
572 587 script = {
573 588 testcase;
574 589 name = grub_script_vars1;
575 590 common = tests/grub_script_vars1.in;
576 591 };
577 592
578 593 script = {
579 594 testcase;
580 595 name = grub_script_for1;
581 596 common = tests/grub_script_for1.in;
582 597 };
583 598
584 599 script = {
585 600 testcase;
586 601 name = grub_script_while1;
587 602 common = tests/grub_script_while1.in;
588 603 };
589 604
590 605 script = {
591 606 testcase;
592 607 name = grub_script_if;
593 608 common = tests/grub_script_if.in;
594 609 };
595 610
596 611 script = {
597 612 testcase;
598 613 name = grub_script_blanklines;
599 614 common = tests/grub_script_blanklines.in;
600 615 };
601 616
602 617 script = {
603 618 testcase;
604 619 name = grub_script_final_semicolon;
605 620 common = tests/grub_script_final_semicolon.in;
606 621 };
607 622
608 623 script = {
609 624 testcase;
610 625 name = grub_script_dollar;
611 626 common = tests/grub_script_dollar.in;
612 627 };
613 628
614 629 script = {
615 630 testcase;
616 631 name = grub_script_comments;
617 632 common = tests/grub_script_comments.in;
618 633 };
619 634
620 635 script = {
621 636 testcase;
622 637 name = grub_script_functions;
623 638 common = tests/grub_script_functions.in;
624 639 };
625 640
626 641 script = {
627 642 testcase;
628 643 name = grub_script_break;
629 644 common = tests/grub_script_break.in;
630 645 };
631 646
632 647 script = {
633 648 testcase;
634 649 name = grub_script_continue;
635 650 common = tests/grub_script_continue.in;
636 651 };
637 652
638 653 script = {
639 654 testcase;
640 655 name = grub_script_shift;
641 656 common = tests/grub_script_shift.in;
642 657 };
643 658
644 659 script = {
645 660 testcase;
646 661 name = grub_script_blockarg;
647 662 common = tests/grub_script_blockarg.in;
648 663 };
649 664
650 665 script = {
651 666 testcase;
652 667 name = grub_script_setparams;
653 668 common = tests/grub_script_setparams.in;
654 669 };
655 670
656 671 script = {
657 672 testcase;
658 673 name = grub_script_return;
659 674 common = tests/grub_script_return.in;
660 675 };
661 676
662 677 script = {
663 678 testcase;
664 679 name = grub_cmd_regexp;
665 680 common = tests/grub_cmd_regexp.in;
666 681 };
667 682
668 683 script = {
669 684 testcase;
670 685 name = grub_script_expansion;
671 686 common = tests/grub_script_expansion.in;
672 687 };
673 688
674 689 script = {
675 690 testcase;
676 691 name = grub_script_not;
677 692 common = tests/grub_script_not.in;
678 693 };
679 694
680 695 script = {
681 696 testcase;
682 697 name = partmap_test;
683 698 common = tests/partmap_test.in;
684 699 };
685 700
686 701 script = {
687 702 testcase;
688 703 name = grub_cmd_echo;
689 704 common = tests/grub_cmd_echo.in;
690 705 };
691 706
692 707 script = {
693 708 testcase;
694 709 name = grub_script_gettext;
695 710 common = tests/grub_script_gettext.in;
696 711 };
697 712
698 713 script = {
699 714 testcase;
700 715 name = grub_script_strcmp;
701 716 common = tests/grub_script_strcmp.in;
702 717 };
703 718
704 719 program = {
705 720 testcase;
706 721 name = example_unit_test;
707 722 common = tests/example_unit_test.c;
708 723 common = tests/lib/unit_test.c;
709 724 common = grub-core/kern/list.c;
710 725 common = grub-core/kern/misc.c;
711 726 common = grub-core/tests/lib/test.c;
712 727 ldadd = libgrubmods.a;
713 728 ldadd = libgrubgcry.a;
714 729 ldadd = libgrubkern.a;
715 730 ldadd = grub-core/gnulib/libgnu.a;
716 731 ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
717 732 };
718 733
719 734 program = {
720 735 testcase;
721 736 name = printf_test;
722 737 common = tests/printf_unit_test.c;
723 738 common = tests/lib/unit_test.c;
724 739 common = grub-core/kern/list.c;
725 740 common = grub-core/kern/misc.c;
726 741 common = grub-core/tests/lib/test.c;
727 742 ldadd = libgrubmods.a;
728 743 ldadd = libgrubgcry.a;
729 744 ldadd = libgrubkern.a;
730 745 ldadd = grub-core/gnulib/libgnu.a;
731 746 ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
732 747 };
733 748
734 749 program = {
735 750 testcase;
736 751 name = cmp_test;
737 752 common = tests/cmp_unit_test.c;
738 753 common = tests/lib/unit_test.c;
739 754 common = grub-core/kern/list.c;
740 755 common = grub-core/kern/misc.c;
741 756 common = grub-core/tests/lib/test.c;
742 757 ldadd = libgrubmods.a;
743 758 ldadd = libgrubgcry.a;
744 759 ldadd = libgrubkern.a;
745 760 ldadd = grub-core/gnulib/libgnu.a;
746 761 ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
747 762 };
748 763
749 764 program = {
750 765 name = grub-menulst2cfg;
751 766 mansection = 1;
752 767 common = util/grub-menulst2cfg.c;
753 768 common = grub-core/lib/legacy_parse.c;
754 769 common = grub-core/lib/i386/pc/vesa_modes_table.c;
755 770
756 771 ldadd = libgrubmods.a;
757 772 ldadd = libgrubgcry.a;
758 773 ldadd = libgrubkern.a;
759 774 ldadd = grub-core/gnulib/libgnu.a;
760 775 ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
761 776 };
↓ open down ↓ |
445 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX