]> git.proxmox.com Git - grub2.git/blame - Makefile.util.def
fix x86_64_efi build
[grub2.git] / Makefile.util.def
CommitLineData
8c411768
BC
1AutoGen definitions Makefile.tpl;
2
3library = {
d5c3b7ce 4 name = libgrub.a;
8c411768
BC
5 cflags = '$(CFLAGS_GCRY)';
6 cppflags = '$(CPPFLAGS_GCRY)';
7
8427685f
BC
8 common_nodist = grub_script.tab.c;
9 common_nodist = grub_script.yy.c;
10 common_nodist = libgrub_a_init.c;
11 common_nodist = grub_script.yy.h;
12 common_nodist = grub_script.tab.h;
13
14 common = grub-core/gnulib/error.c;
15 common = grub-core/gnulib/fnmatch.c;
16 common = grub-core/gnulib/getdelim.c;
17 common = grub-core/gnulib/getline.c;
18 common = grub-core/gnulib/getopt1.c;
19 common = grub-core/gnulib/getopt.c;
20 common = grub-core/gnulib/progname.c;
21
22 common = util/misc.c;
23 common = grub-core/kern/misc.c;
24 common = grub-core/kern/emu/mm.c;
25 common = grub-core/kern/emu/misc.c;
26 common = grub-core/kern/emu/hostfs.c;
27 common = grub-core/kern/emu/getroot.c;
28 common = grub-core/kern/emu/hostdisk.c;
29
30 common = grub-core/commands/blocklist.c;
31 common = grub-core/commands/extcmd.c;
32 common = grub-core/commands/ls.c;
33 common = grub-core/disk/dmraid_nvidia.c;
34 common = grub-core/disk/host.c;
35 common = grub-core/disk/loopback.c;
36 common = grub-core/disk/lvm.c;
37 common = grub-core/disk/mdraid_linux.c;
38 common = grub-core/disk/raid5_recover.c;
39 common = grub-core/disk/raid6_recover.c;
40 common = grub-core/disk/raid.c;
41 common = grub-core/fs/affs.c;
42 common = grub-core/fs/afs_be.c;
43 common = grub-core/fs/afs.c;
44 common = grub-core/fs/befs_be.c;
45 common = grub-core/fs/befs.c;
46 common = grub-core/fs/cpio.c;
47 common = grub-core/fs/ext2.c;
48 common = grub-core/fs/fat.c;
49 common = grub-core/fs/fshelp.c;
50 common = grub-core/fs/hfs.c;
51 common = grub-core/fs/hfsplus.c;
52 common = grub-core/fs/iso9660.c;
53 common = grub-core/fs/jfs.c;
54 common = grub-core/fs/minix.c;
55 common = grub-core/fs/nilfs2.c;
56 common = grub-core/fs/ntfs.c;
57 common = grub-core/fs/ntfscomp.c;
58 common = grub-core/fs/reiserfs.c;
59 common = grub-core/fs/sfs.c;
60 common = grub-core/fs/tar.c;
61 common = grub-core/fs/udf.c;
62 common = grub-core/fs/ufs2.c;
63 common = grub-core/fs/ufs.c;
64 common = grub-core/fs/xfs.c;
65 common = grub-core/kern/command.c;
66 common = grub-core/kern/device.c;
67 common = grub-core/kern/disk.c;
68 common = grub-core/kern/env.c;
69 common = grub-core/kern/err.c;
70 common = grub-core/kern/file.c;
71 common = grub-core/kern/fs.c;
72 common = grub-core/kern/list.c;
73 common = grub-core/kern/partition.c;
74 common = grub-core/lib/arg.c;
75 common = grub-core/lib/crc.c;
76 common = grub-core/lib/crypto.c;
77 common = grub-core/lib/envblk.c;
78 common = grub-core/lib/hexdump.c;
79 common = grub-core/lib/libgcrypt-grub/cipher/sha512.c;
80 common = grub-core/lib/LzFind.c;
81 common = grub-core/lib/LzmaEnc.c;
82 common = grub-core/lib/pbkdf2.c;
83 common = grub-core/normal/datetime.c;
84 common = grub-core/normal/misc.c;
85 common = grub-core/partmap/acorn.c;
86 common = grub-core/partmap/amiga.c;
87 common = grub-core/partmap/apple.c;
88 common = grub-core/partmap/gpt.c;
89 common = grub-core/partmap/msdos.c;
90 common = grub-core/partmap/sun.c;
91 common = grub-core/script/function.c;
92 common = grub-core/script/lexer.c;
93 common = grub-core/script/main.c;
94 common = grub-core/script/script.c;
95 common = grub-core/script/argv.c;
8c411768
BC
96};
97
98program = {
99 name = grub-bin2h;
8427685f 100 common = util/bin2h.c;
d5c3b7ce 101 ldadd = libgrub.a;
62f7d208 102 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
8c411768 103 mansection = 1;
8c411768
BC
104};
105
106program = {
107 name = grub-mkimage;
108 mansection = 1;
109
8427685f
BC
110 common = util/grub-mkimage.c;
111 common = util/resolve.c;
a60f6ee1 112 extra_dist = util/grub-mkimagexx.c;
8c411768 113
d5c3b7ce 114 ldadd = libgrub.a;
62f7d208 115 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
d270972a 116 cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\"';
8c411768
BC
117};
118
119program = {
120 name = grub-mkrelpath;
121 mansection = 1;
122
8427685f 123 common = util/grub-mkrelpath.c;
8c411768 124
d5c3b7ce 125 ldadd = libgrub.a;
62f7d208 126 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
8c411768
BC
127};
128
129program = {
130 name = grub-script-check;
131 mansection = 1;
132
8427685f 133 common = util/grub-script-check.c;
8c411768 134
d5c3b7ce 135 ldadd = libgrub.a;
62f7d208 136 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
8c411768
BC
137};
138
139program = {
140 name = grub-editenv;
141 mansection = 1;
142
8427685f 143 common = util/grub-editenv.c;
8c411768 144
d5c3b7ce 145 ldadd = libgrub.a;
62f7d208 146 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
8c411768
BC
147};
148
149program = {
150 name = grub-mkpasswd-pbkdf2;
151 mansection = 1;
152
8427685f 153 common = util/grub-mkpasswd-pbkdf2.c;
8c411768 154
d5c3b7ce 155 ldadd = libgrub.a;
62f7d208 156 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
8c411768
BC
157 cflags = '$(CFLAGS_GCRY)';
158 cppflags = '$(CPPFLAGS_GCRY)';
8c411768
BC
159};
160
161program = {
162 name = grub-macho2img;
163 mansection = 1;
8427685f 164 common = util/grub-macho2img.c;
911bd640 165 condition = COND_APPLE_CC;
8c411768
BC
166};
167
168program = {
169 name = grub-pe2elf;
170 mansection = 1;
8427685f 171 common = util/grub-pe2elf.c;
8c411768 172
d5c3b7ce 173 ldadd = libgrub.a;
02c9030a 174 ldflags = '$(LIBINTL)';
911bd640 175 condition = COND_GRUB_PE2ELF;
8c411768
BC
176};
177
178program = {
179 name = grub-fstest;
180 mansection = 1;
8427685f 181 common = util/grub-fstest.c;
8c411768 182
d5c3b7ce 183 ldadd = libgrub.a;
62f7d208 184 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
911bd640 185 condition = COND_GRUB_FSTEST;
8c411768
BC
186};
187
188program = {
189 name = grub-mkfont;
190 mansection = 1;
8427685f
BC
191 common = util/grub-mkfont.c;
192 common = grub-core/unidata.c;
8c411768 193
8c411768 194 cflags = '$(freetype_cflags)';
2d465fb0
BC
195
196 ldadd = libgrub.a;
62f7d208 197 ldflags = '$(LIBINTL) $(LIBDEVMAPPER)';
02c9030a 198 ldflags = '$(freetype_libs)';
911bd640 199 condition = COND_GRUB_MKFONT;
8c411768
BC
200};
201
202program = {
203 name = grub-mkdevicemap;
204 installdir = sbin;
205 mansection = 8;
8427685f
BC
206 nosparc64 = util/grub-mkdevicemap.c;
207 nosparc64 = util/deviceiter.c;
208 nosparc64 = util/devicemap.c;
8c411768
BC
209
210 sparc64_ieee1275 = util/grub-mkdevicemap.c;
211 sparc64_ieee1275 = util/deviceiter.c;
212 sparc64_ieee1275 = util/ieee1275/ofpath.c;
213 sparc64_ieee1275 = util/ieee1275/devicemap.c;
214
d5c3b7ce 215 ldadd = libgrub.a;
62f7d208 216 ldflags = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL)';
8c411768
BC
217};
218
219program = {
220 name = grub-probe;
221 installdir = sbin;
222 mansection = 8;
8427685f 223 common = util/grub-probe.c;
8c411768 224
d5c3b7ce 225 ldadd = libgrub.a;
62f7d208 226 ldflags = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL)';
8c411768
BC
227};
228
229program = {
230 name = grub-setup;
231 installdir = sbin;
232 mansection = 8;
233 i386_pc = util/i386/pc/grub-setup.c;
234 i386_pc = util/raid.c;
235 i386_pc = util/lvm.c;
236
237 sparc64_ieee1275 = util/ieee1275/ofpath.c;
238 sparc64_ieee1275 = util/sparc64/ieee1275/grub-setup.c;
239 sparc64_ieee1275 = util/raid.c;
240 sparc64_ieee1275 = util/lvm.c;
241
d5c3b7ce 242 ldadd = libgrub.a;
62f7d208 243 ldflags = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL)';
911bd640
BC
244
245 enable = i386_pc;
246 enable = sparc64_ieee1275;
8c411768
BC
247};
248
249program = {
250 name = grub-ofpathname;
251 installdir = sbin;
8427685f
BC
252 ieee1275 = util/ieee1275/grub-ofpathname.c;
253 ieee1275 = util/ieee1275/ofpath.c;
8c411768 254
d5c3b7ce 255 ldadd = libgrub.a;
911bd640 256 enable = sparc64_ieee1275;
8c411768
BC
257};
258
259data = {
8427685f 260 common = util/grub.d/README;
8c411768 261 installdir = grubconf;
8c411768
BC
262};
263
264script = {
265 name = '00_header';
8427685f 266 common = util/grub.d/00_header.in;
8c411768 267 installdir = grubconf;
8c411768
BC
268};
269
bdf0d623 270/*
8c411768
BC
271script = {
272 name = '10_windows';
8427685f 273 common = util/grub.d/10_windows.in;
8c411768
BC
274 installdir = grubconf;
275};
276
277script = {
278 name = '10_hurd';
8427685f 279 common = util/grub.d/10_hurd.in;
8c411768
BC
280 installdir = grubconf;
281};
bdf0d623 282*/
8c411768
BC
283
284script = {
285 name = '10_linux';
8427685f 286 common = util/grub.d/10_linux.in;
8c411768 287 installdir = grubconf;
8c411768
BC
288};
289
290script = {
291 name = '30_os-prober';
8427685f 292 common = util/grub.d/30_os-prober.in;
8c411768 293 installdir = grubconf;
8c411768
BC
294};
295
296script = {
297 name = '40_custom';
8427685f 298 common = util/grub.d/40_custom.in;
8c411768 299 installdir = grubconf;
8c411768
BC
300};
301
297f0c2b
BC
302script = {
303 name = '41_custom';
8427685f 304 common = util/grub.d/41_custom.in;
297f0c2b 305 installdir = grubconf;
297f0c2b
BC
306};
307
8c411768
BC
308script = {
309 mansection = 1;
310 name = grub-mkrescue;
8427685f 311 i386_pc_qemu_coreboot = util/grub-mkrescue.in;
8c411768 312 powerpc_ieee1275 = util/powerpc/ieee1275/grub-mkrescue.in;
911bd640
BC
313 enable = i386_pc;
314 enable = i386_qemu;
315 enable = i386_coreboot;
316 enable = powerpc_ieee1275;
8c411768
BC
317};
318
319script = {
320 mansection = 8;
321 installdir = sbin;
322 name = grub-install;
8427685f
BC
323
324 mips = util/grub-install.in;
325 i386_noefi_noieee1275 = util/grub-install.in;
326
8c411768
BC
327 x86_efi = util/i386/efi/grub-install.in;
328 i386_ieee1275 = util/ieee1275/grub-install.in;
329 powerpc_ieee1275 = util/ieee1275/grub-install.in;
911bd640
BC
330
331 enable = x86;
332 enable = mips;
333 enable = powerpc_ieee1275;
8c411768
BC
334};
335
336script = {
337 name = grub-mkconfig;
8427685f 338 common = util/grub-mkconfig.in;
8c411768
BC
339 mansection = 8;
340 installdir = sbin;
8c411768
BC
341};
342
343script = {
344 name = grub-set-default;
8427685f 345 common = util/grub-set-default.in;
8c411768
BC
346 mansection = 8;
347 installdir = sbin;
8c411768
BC
348};
349
350script = {
351 name = grub-reboot;
8427685f 352 common = util/grub-reboot.in;
8c411768
BC
353 mansection = 8;
354 installdir = sbin;
8c411768
BC
355};
356
357script = {
358 name = grub-mkconfig_lib;
8427685f 359 common = util/grub-mkconfig_lib.in;
8c411768 360 installdir = pkglib;
8c411768
BC
361};
362
363script = {
364 name = update-grub_lib;
8427685f 365 common = util/update-grub_lib.in;
8c411768 366 installdir = pkglib;
8c411768
BC
367};
368
911bd640 369script = {
8c411768 370 name = grub-shell;
8427685f 371 common = tests/util/grub-shell.in;
8c411768
BC
372};
373
911bd640 374script = {
8c411768 375 name = grub-shell-tester;
8427685f 376 common = tests/util/grub-shell-tester.in;
8c411768
BC
377};
378
911bd640
BC
379script = {
380 testcase;
8c411768 381 name = example_scripted_test;
8427685f 382 common = tests/example_scripted_test.in;
8c411768
BC
383};
384
911bd640
BC
385script = {
386 testcase;
8c411768 387 name = example_grub_script_test;
8427685f 388 common = tests/example_grub_script_test.in;
8c411768
BC
389};
390
911bd640
BC
391script = {
392 testcase;
8c411768 393 name = grub_script_echo1;
8427685f 394 common = tests/grub_script_echo1.in;
8c411768
BC
395};
396
911bd640
BC
397script = {
398 testcase;
8c411768 399 name = grub_script_echo_keywords;
8427685f 400 common = tests/grub_script_echo_keywords.in;
8c411768
BC
401};
402
911bd640
BC
403script = {
404 testcase;
8c411768 405 name = grub_script_vars1;
8427685f 406 common = tests/grub_script_vars1.in;
8c411768
BC
407};
408
911bd640
BC
409script = {
410 testcase;
8c411768 411 name = grub_script_for1;
8427685f 412 common = tests/grub_script_for1.in;
8c411768
BC
413};
414
911bd640
BC
415script = {
416 testcase;
8c411768 417 name = grub_script_while1;
8427685f 418 common = tests/grub_script_while1.in;
8c411768
BC
419};
420
911bd640
BC
421script = {
422 testcase;
8c411768 423 name = grub_script_if;
8427685f 424 common = tests/grub_script_if.in;
8c411768
BC
425};
426
911bd640
BC
427script = {
428 testcase;
8c411768 429 name = grub_script_blanklines;
8427685f 430 common = tests/grub_script_blanklines.in;
8c411768
BC
431};
432
911bd640
BC
433script = {
434 testcase;
8c411768 435 name = grub_script_final_semicolon;
8427685f 436 common = tests/grub_script_final_semicolon.in;
8c411768
BC
437};
438
911bd640
BC
439script = {
440 testcase;
8c411768 441 name = grub_script_dollar;
8427685f 442 common = tests/grub_script_dollar.in;
8c411768
BC
443};
444
911bd640
BC
445script = {
446 testcase;
8c411768 447 name = grub_script_comments;
8427685f 448 common = tests/grub_script_comments.in;
8c411768
BC
449};
450
16c7cb32
BC
451script = {
452 testcase;
453 name = grub_script_functions;
8427685f 454 common = tests/grub_script_functions.in;
16c7cb32
BC
455};
456
457script = {
458 testcase;
459 name = grub_script_break;
8427685f 460 common = tests/grub_script_break.in;
16c7cb32
BC
461};
462
463script = {
464 testcase;
465 name = grub_script_continue;
8427685f 466 common = tests/grub_script_continue.in;
16c7cb32
BC
467};
468
469script = {
470 testcase;
471 name = grub_script_shift;
8427685f 472 common = tests/grub_script_shift.in;
16c7cb32
BC
473};
474
911bd640
BC
475program = {
476 testcase;
8c411768 477 name = example_unit_test;
8427685f
BC
478 common = tests/example_unit_test.c;
479 common = tests/lib/unit_test.c;
480 common = grub-core/kern/list.c;
481 common = grub-core/kern/misc.c;
482 common = grub-core/tests/lib/test.c;
8c411768 483 cflags = -Wno-format;
297f0c2b 484 ldadd = libgrub.a;
7afdce98 485 ldflags = '$(LIBDEVMAPPER)';
8c411768 486};