123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425 |
- AutoGen definitions Makefile.tpl;
- library = {
- name = libgrubkern.a;
- cflags = '$(CFLAGS_GNULIB)';
- cppflags = '$(CPPFLAGS_GNULIB) -I$(srcdir)/grub-core/lib/json';
- common = util/misc.c;
- common = grub-core/kern/command.c;
- common = grub-core/kern/device.c;
- common = grub-core/kern/disk.c;
- common = grub-core/lib/disk.c;
- common = util/getroot.c;
- common = grub-core/osdep/unix/getroot.c;
- common = grub-core/osdep/getroot.c;
- common = grub-core/osdep/devmapper/getroot.c;
- common = grub-core/osdep/relpath.c;
- extra_dist = grub-core/kern/disk_common.c;
- extra_dist = grub-core/osdep/unix/relpath.c;
- extra_dist = grub-core/osdep/aros/relpath.c;
- extra_dist = grub-core/osdep/windows/relpath.c;
- common = grub-core/kern/emu/hostdisk.c;
- common = grub-core/osdep/devmapper/hostdisk.c;
- common = grub-core/osdep/hostdisk.c;
- common = grub-core/osdep/unix/hostdisk.c;
- common = grub-core/osdep/exec.c;
- common = grub-core/osdep/sleep.c;
- common = grub-core/osdep/password.c;
- common = grub-core/kern/emu/misc.c;
- common = grub-core/kern/emu/mm.c;
- common = grub-core/kern/env.c;
- common = grub-core/kern/err.c;
- common = grub-core/kern/file.c;
- common = grub-core/kern/fs.c;
- common = grub-core/kern/list.c;
- common = grub-core/kern/misc.c;
- common = grub-core/kern/partition.c;
- common = grub-core/lib/crypto.c;
- common = grub-core/lib/json/json.c;
- common = grub-core/disk/luks.c;
- common = grub-core/disk/luks2.c;
- common = grub-core/disk/geli.c;
- common = grub-core/disk/cryptodisk.c;
- common = grub-core/disk/AFSplitter.c;
- common = grub-core/lib/pbkdf2.c;
- common = grub-core/commands/extcmd.c;
- common = grub-core/lib/arg.c;
- common = grub-core/disk/ldm.c;
- common = grub-core/disk/diskfilter.c;
- common = grub-core/partmap/gpt.c;
- common = grub-core/partmap/msdos.c;
- common = grub-core/fs/proc.c;
- common = grub-core/fs/archelp.c;
- };
- library = {
- name = libgrubmods.a;
- cflags = '-fno-builtin -Wno-undef -Wno-unused-but-set-variable';
- cppflags = '-I$(srcdir)/grub-core/lib/minilzo -I$(srcdir)/grub-core/lib/xzembed -I$(srcdir)/grub-core/lib/zstd -DMINILZO_HAVE_CONFIG_H';
- common_nodist = grub_script.tab.c;
- common_nodist = grub_script.yy.c;
- common_nodist = libgrub_a_init.c;
- common_nodist = grub_script.yy.h;
- common_nodist = grub_script.tab.h;
- common = grub-core/commands/blocklist.c;
- common = grub-core/commands/macbless.c;
- common = grub-core/commands/xnu_uuid.c;
- common = grub-core/commands/testload.c;
- common = grub-core/commands/ls.c;
- common = grub-core/disk/dmraid_nvidia.c;
- common = grub-core/disk/loopback.c;
- common = grub-core/disk/lvm.c;
- common = grub-core/disk/mdraid_linux.c;
- common = grub-core/disk/mdraid_linux_be.c;
- common = grub-core/disk/mdraid1x_linux.c;
- common = grub-core/disk/raid5_recover.c;
- common = grub-core/disk/raid6_recover.c;
- common = grub-core/font/font.c;
- common = grub-core/gfxmenu/font.c;
- common = grub-core/normal/charset.c;
- common = grub-core/video/fb/fbblit.c;
- common = grub-core/video/fb/fbutil.c;
- common = grub-core/video/fb/fbfill.c;
- common = grub-core/video/fb/video_fb.c;
- common = grub-core/video/video.c;
- common = grub-core/video/capture.c;
- common = grub-core/video/colors.c;
- common = grub-core/unidata.c;
- common = grub-core/io/bufio.c;
- common = grub-core/fs/affs.c;
- common = grub-core/fs/afs.c;
- common = grub-core/fs/bfs.c;
- common = grub-core/fs/btrfs.c;
- common = grub-core/fs/cbfs.c;
- common = grub-core/fs/cpio.c;
- common = grub-core/fs/cpio_be.c;
- common = grub-core/fs/odc.c;
- common = grub-core/fs/newc.c;
- common = grub-core/fs/ext2.c;
- common = grub-core/fs/fat.c;
- common = grub-core/fs/exfat.c;
- common = grub-core/fs/f2fs.c;
- common = grub-core/fs/fshelp.c;
- common = grub-core/fs/hfs.c;
- common = grub-core/fs/hfsplus.c;
- common = grub-core/fs/hfspluscomp.c;
- common = grub-core/fs/iso9660.c;
- common = grub-core/fs/jfs.c;
- common = grub-core/fs/minix.c;
- common = grub-core/fs/minix2.c;
- common = grub-core/fs/minix3.c;
- common = grub-core/fs/minix_be.c;
- common = grub-core/fs/minix2_be.c;
- common = grub-core/fs/minix3_be.c;
- common = grub-core/fs/nilfs2.c;
- common = grub-core/fs/ntfs.c;
- common = grub-core/fs/ntfscomp.c;
- common = grub-core/fs/reiserfs.c;
- common = grub-core/fs/romfs.c;
- common = grub-core/fs/sfs.c;
- common = grub-core/fs/squash4.c;
- common = grub-core/fs/tar.c;
- common = grub-core/fs/udf.c;
- common = grub-core/fs/ufs2.c;
- common = grub-core/fs/ufs.c;
- common = grub-core/fs/ufs_be.c;
- common = grub-core/fs/xfs.c;
- common = grub-core/fs/zfs/zfscrypt.c;
- common = grub-core/fs/zfs/zfs.c;
- common = grub-core/fs/zfs/zfsinfo.c;
- common = grub-core/fs/zfs/zfs_lzjb.c;
- common = grub-core/fs/zfs/zfs_lz4.c;
- common = grub-core/fs/zfs/zfs_sha256.c;
- common = grub-core/fs/zfs/zfs_fletcher.c;
- common = grub-core/lib/envblk.c;
- common = grub-core/lib/hexdump.c;
- common = grub-core/lib/LzFind.c;
- common = grub-core/lib/LzmaEnc.c;
- common = grub-core/lib/crc.c;
- common = grub-core/lib/adler32.c;
- common = grub-core/lib/crc64.c;
- common = grub-core/lib/datetime.c;
- common = grub-core/normal/misc.c;
- common = grub-core/partmap/acorn.c;
- common = grub-core/partmap/amiga.c;
- common = grub-core/partmap/apple.c;
- common = grub-core/partmap/sun.c;
- common = grub-core/partmap/plan.c;
- common = grub-core/partmap/dvh.c;
- common = grub-core/partmap/sunpc.c;
- common = grub-core/partmap/bsdlabel.c;
- common = grub-core/partmap/dfly.c;
- common = grub-core/script/function.c;
- common = grub-core/script/lexer.c;
- common = grub-core/script/main.c;
- common = grub-core/script/script.c;
- common = grub-core/script/argv.c;
- common = grub-core/io/gzio.c;
- common = grub-core/io/xzio.c;
- common = grub-core/io/lzopio.c;
- common = grub-core/kern/ia64/dl_helper.c;
- common = grub-core/kern/arm/dl_helper.c;
- common = grub-core/kern/arm64/dl_helper.c;
- common = grub-core/kern/loongarch64/dl_helper.c;
- common = grub-core/lib/minilzo/minilzo.c;
- common = grub-core/lib/xzembed/xz_dec_bcj.c;
- common = grub-core/lib/xzembed/xz_dec_lzma2.c;
- common = grub-core/lib/xzembed/xz_dec_stream.c;
- common = grub-core/lib/zstd/debug.c;
- common = grub-core/lib/zstd/entropy_common.c;
- common = grub-core/lib/zstd/error_private.c;
- common = grub-core/lib/zstd/fse_decompress.c;
- common = grub-core/lib/zstd/huf_decompress.c;
- common = grub-core/lib/zstd/module.c;
- common = grub-core/lib/zstd/xxhash.c;
- common = grub-core/lib/zstd/zstd_common.c;
- common = grub-core/lib/zstd/zstd_decompress.c;
- };
- program = {
- name = grub-mkimage;
- mansection = 1;
- common = util/grub-mkimage.c;
- common = util/mkimage.c;
- common = util/grub-mkimage32.c;
- common = util/grub-mkimage64.c;
- common = util/resolve.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- common = grub-core/osdep/config.c;
- extra_dist = grub-core/osdep/aros/config.c;
- extra_dist = grub-core/osdep/windows/config.c;
- extra_dist = grub-core/osdep/unix/config.c;
- common = util/config.c;
- extra_dist = util/grub-mkimagexx.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBLZMA)';
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-mkrelpath;
- mansection = 1;
- common = util/grub-mkrelpath.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-script-check;
- mansection = 1;
- common = util/grub-script-check.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-editenv;
- mansection = 1;
- common = util/grub-editenv.c;
- common = util/editenv.c;
- common = util/grub-install-common.c;
- common = grub-core/osdep/init.c;
- common = grub-core/osdep/compress.c;
- extra_dist = grub-core/osdep/unix/compress.c;
- extra_dist = grub-core/osdep/basic/compress.c;
- common = util/mkimage.c;
- common = util/grub-mkimage32.c;
- common = util/grub-mkimage64.c;
- common = grub-core/osdep/config.c;
- common = util/config.c;
- common = util/resolve.c;
- ldadd = '$(LIBLZMA)';
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-mkpasswd-pbkdf2;
- mansection = 1;
- common = util/grub-mkpasswd-pbkdf2.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/random.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-macho2img;
- mansection = 1;
- common = util/grub-macho2img.c;
- condition = COND_APPLE_LINKER;
- };
- program = {
- name = grub-fstest;
- mansection = 1;
- common_nodist = grub_fstest_init.c;
- common = util/grub-fstest.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-mount;
- mansection = 1;
- common_nodist = grub_fstest_init.c;
- common = util/grub-mount.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = grub-core/osdep/init.c;
- cflags = '$(FUSE_CFLAGS)';
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM) $(FUSE_LIBS)';
- condition = COND_GRUB_MOUNT;
- };
- program = {
- name = grub-mkfont;
- mansection = 1;
- common = util/grub-mkfont.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- cflags = '$(FREETYPE_CFLAGS)';
- cppflags = '-DGRUB_MKFONT=1';
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(FREETYPE_LIBS)';
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- condition = COND_GRUB_MKFONT;
- };
- program = {
- name = grub-probe;
- installdir = sbin;
- mansection = 8;
- common = util/grub-probe.c;
- common = util/probe.c;
- common = grub-core/osdep/ofpath.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-bios-setup;
- installdir = sbin;
- mansection = 8;
- common = util/grub-setup.c;
- common = util/setup_bios.c;
- extra_dist = util/setup.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/lib/reed_solomon.c;
- common = grub-core/osdep/blocklist.c;
- extra_dist = grub-core/osdep/generic/blocklist.c;
- extra_dist = grub-core/osdep/linux/blocklist.c;
- extra_dist = grub-core/osdep/windows/blocklist.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubkern.a;
- ldadd = libgrubgcry.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- cppflags = '-DGRUB_SETUP_FUNC=grub_util_bios_setup';
- };
- program = {
- name = grub-sparc64-setup;
- installdir = sbin;
- mansection = 8;
- common = util/grub-setup.c;
- common = util/setup_sparc.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/lib/reed_solomon.c;
- common = grub-core/osdep/ofpath.c;
- common = grub-core/osdep/blocklist.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubkern.a;
- ldadd = libgrubgcry.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- cppflags = '-DGRUB_SETUP_FUNC=grub_util_sparc_setup';
- };
- program = {
- name = grub-ofpathname;
- installdir = sbin;
- mansection = 8;
- common = util/ieee1275/grub-ofpathname.c;
- common = grub-core/osdep/ofpath.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-mklayout;
- mansection = 1;
- common = util/grub-mklayout.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-macbless;
- installdir = sbin;
- mansection = 8;
- common = util/grub-macbless.c;
- common = grub-core/osdep/init.c;
- common = grub-core/kern/emu/argp_common.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- data = {
- common = util/grub.d/README;
- installdir = grubconf;
- };
- script = {
- name = '00_header';
- common = util/grub.d/00_header.in;
- installdir = grubconf;
- };
- script = {
- name = '10_windows';
- common = util/grub.d/10_windows.in;
- installdir = grubconf;
- condition = COND_HOST_WINDOWS;
- };
- script = {
- name = '10_hurd';
- common = util/grub.d/10_hurd.in;
- installdir = grubconf;
- condition = COND_HOST_HURD;
- };
- script = {
- name = '10_kfreebsd';
- common = util/grub.d/10_kfreebsd.in;
- installdir = grubconf;
- condition = COND_HOST_KFREEBSD;
- };
- script = {
- name = '10_illumos';
- common = util/grub.d/10_illumos.in;
- installdir = grubconf;
- condition = COND_HOST_ILLUMOS;
- };
- script = {
- name = '10_netbsd';
- common = util/grub.d/10_netbsd.in;
- installdir = grubconf;
- condition = COND_HOST_NETBSD;
- };
- script = {
- name = '10_linux';
- common = util/grub.d/10_linux.in;
- installdir = grubconf;
- condition = COND_HOST_LINUX;
- };
- script = {
- name = '10_xnu';
- common = util/grub.d/10_xnu.in;
- installdir = grubconf;
- condition = COND_HOST_XNU;
- };
- script = {
- name = '20_linux_xen';
- common = util/grub.d/20_linux_xen.in;
- installdir = grubconf;
- condition = COND_HOST_LINUX;
- };
- script = {
- name = '25_bli';
- common = util/grub.d/25_bli.in;
- installdir = grubconf;
- };
- script = {
- name = '30_os-prober';
- common = util/grub.d/30_os-prober.in;
- installdir = grubconf;
- };
- script = {
- name = '30_uefi-firmware';
- common = util/grub.d/30_uefi-firmware.in;
- installdir = grubconf;
- };
- script = {
- name = '40_custom';
- common = util/grub.d/40_custom.in;
- installdir = grubconf;
- };
- script = {
- name = '41_custom';
- common = util/grub.d/41_custom.in;
- installdir = grubconf;
- };
- program = {
- mansection = 1;
- name = grub-mkrescue;
- common = util/grub-mkrescue.c;
- common = util/render-label.c;
- common = util/glue-efi.c;
- common = util/mkimage.c;
- common = util/grub-mkimage32.c;
- common = util/grub-mkimage64.c;
- common = util/grub-install-common.c;
- common = util/setup_bios.c;
- common = util/setup_sparc.c;
- common = grub-core/lib/reed_solomon.c;
- common = grub-core/osdep/random.c;
- common = grub-core/osdep/ofpath.c;
- common = grub-core/osdep/platform.c;
- common = grub-core/osdep/platform_unix.c;
- common = grub-core/osdep/compress.c;
- extra_dist = grub-core/osdep/unix/compress.c;
- extra_dist = grub-core/osdep/basic/compress.c;
- common = util/editenv.c;
- common = grub-core/osdep/blocklist.c;
- common = grub-core/osdep/config.c;
- common = util/config.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = util/resolve.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = '$(LIBLZMA)';
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- condition = COND_HAVE_EXEC;
- };
- program = {
- mansection = 1;
- name = grub-mkstandalone;
- common = util/grub-mkstandalone.c;
- common = util/render-label.c;
- common = util/glue-efi.c;
- common = util/mkimage.c;
- common = util/grub-mkimage32.c;
- common = util/grub-mkimage64.c;
- common = util/grub-install-common.c;
- common = util/setup_bios.c;
- common = util/setup_sparc.c;
- common = grub-core/lib/reed_solomon.c;
- common = grub-core/osdep/random.c;
- common = grub-core/osdep/ofpath.c;
- common = grub-core/osdep/platform.c;
- common = grub-core/osdep/platform_unix.c;
- extra_dist = grub-core/osdep/linux/platform.c;
- extra_dist = grub-core/osdep/windows/platform.c;
- extra_dist = grub-core/osdep/basic/platform.c;
- extra_dist = grub-core/osdep/basic/no_platform.c;
- extra_dist = grub-core/osdep/unix/platform.c;
- common = grub-core/osdep/compress.c;
- common = util/editenv.c;
- common = grub-core/osdep/blocklist.c;
- common = grub-core/osdep/config.c;
- common = util/config.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = util/resolve.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = '$(LIBLZMA)';
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- mansection = 8;
- installdir = sbin;
- name = grub-install;
- common = util/grub-install.c;
- common = util/probe.c;
- common = util/mkimage.c;
- common = util/grub-mkimage32.c;
- common = util/grub-mkimage64.c;
- common = util/grub-install-common.c;
- common = util/setup_bios.c;
- common = util/setup_sparc.c;
- common = grub-core/lib/reed_solomon.c;
- common = grub-core/osdep/random.c;
- common = grub-core/osdep/ofpath.c;
- common = grub-core/osdep/platform.c;
- common = grub-core/osdep/platform_unix.c;
- common = grub-core/osdep/compress.c;
- common = util/editenv.c;
- common = grub-core/osdep/blocklist.c;
- common = grub-core/osdep/config.c;
- common = util/config.c;
- common = util/render-label.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = util/resolve.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = '$(LIBLZMA)';
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- mansection = 1;
- installdir = bin;
- name = grub-mknetdir;
- common = util/grub-mknetdir.c;
- common = util/mkimage.c;
- common = util/grub-mkimage32.c;
- common = util/grub-mkimage64.c;
- common = util/grub-install-common.c;
- common = util/setup_bios.c;
- common = util/setup_sparc.c;
- common = grub-core/lib/reed_solomon.c;
- common = grub-core/osdep/random.c;
- common = grub-core/osdep/ofpath.c;
- common = grub-core/osdep/platform.c;
- common = grub-core/osdep/platform_unix.c;
- common = grub-core/osdep/compress.c;
- common = util/editenv.c;
- common = grub-core/osdep/blocklist.c;
- common = grub-core/osdep/config.c;
- common = util/config.c;
- common = util/resolve.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = '$(LIBLZMA)';
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- script = {
- name = grub-mkconfig;
- common = util/grub-mkconfig.in;
- mansection = 8;
- installdir = sbin;
- };
- script = {
- name = grub-set-default;
- common = util/grub-set-default.in;
- mansection = 8;
- installdir = sbin;
- };
- script = {
- name = grub-reboot;
- common = util/grub-reboot.in;
- mansection = 8;
- installdir = sbin;
- };
- script = {
- name = grub-mkconfig_lib;
- common = util/grub-mkconfig_lib.in;
- installdir = noinst;
- };
- script = {
- name = grub-kbdcomp;
- common = util/grub-kbdcomp.in;
- mansection = 1;
- };
- script = {
- name = grub-shell;
- common = tests/util/grub-shell.in;
- installdir = noinst;
- };
- script = {
- name = grub-shell-tester;
- common = tests/util/grub-shell-tester.in;
- installdir = noinst;
- };
- script = {
- name = grub-shell-luks-tester;
- common = tests/util/grub-shell-luks-tester.in;
- installdir = noinst;
- };
- script = {
- name = grub-fs-tester;
- common = tests/util/grub-fs-tester.in;
- installdir = noinst;
- dependencies = 'garbage-gen$(BUILD_EXEEXT)';
- };
- script = {
- testcase = native;
- name = ext234_test;
- common = tests/ext234_test.in;
- };
- script = {
- testcase = native;
- name = squashfs_test;
- common = tests/squashfs_test.in;
- };
- script = {
- testcase = native;
- name = iso9660_test;
- common = tests/iso9660_test.in;
- };
- script = {
- testcase = native;
- name = hfsplus_test;
- common = tests/hfsplus_test.in;
- };
- script = {
- testcase = native;
- name = ntfs_test;
- common = tests/ntfs_test.in;
- };
- script = {
- testcase = native;
- name = reiserfs_test;
- common = tests/reiserfs_test.in;
- };
- script = {
- testcase = native;
- name = fat_test;
- common = tests/fat_test.in;
- };
- script = {
- testcase = native;
- name = minixfs_test;
- common = tests/minixfs_test.in;
- };
- script = {
- testcase = native;
- name = xfs_test;
- common = tests/xfs_test.in;
- };
- script = {
- testcase = native;
- name = f2fs_test;
- common = tests/f2fs_test.in;
- };
- script = {
- testcase = native;
- name = nilfs2_test;
- common = tests/nilfs2_test.in;
- };
- script = {
- testcase = native;
- name = romfs_test;
- common = tests/romfs_test.in;
- };
- script = {
- testcase = native;
- name = exfat_test;
- common = tests/exfat_test.in;
- };
- script = {
- testcase = native;
- name = tar_test;
- common = tests/tar_test.in;
- };
- script = {
- testcase = native;
- name = udf_test;
- common = tests/udf_test.in;
- };
- script = {
- testcase = native;
- name = hfs_test;
- common = tests/hfs_test.in;
- };
- script = {
- testcase = native;
- name = jfs_test;
- common = tests/jfs_test.in;
- };
- script = {
- testcase = native;
- name = btrfs_test;
- common = tests/btrfs_test.in;
- };
- script = {
- testcase = native;
- name = zfs_test;
- common = tests/zfs_test.in;
- };
- script = {
- testcase = native;
- name = cpio_test;
- common = tests/cpio_test.in;
- };
- script = {
- testcase = native;
- name = example_scripted_test;
- common = tests/example_scripted_test.in;
- };
- script = {
- testcase = native;
- name = gettext_strings_test;
- common = tests/gettext_strings_test.in;
- extra_dist = po/exclude.pot;
- };
- script = {
- testcase = nonnative;
- name = pata_test;
- common = tests/pata_test.in;
- };
- script = {
- testcase = nonnative;
- name = ahci_test;
- common = tests/ahci_test.in;
- };
- script = {
- testcase = nonnative;
- name = uhci_test;
- common = tests/uhci_test.in;
- };
- script = {
- testcase = nonnative;
- name = ohci_test;
- common = tests/ohci_test.in;
- };
- script = {
- testcase = nonnative;
- name = ehci_test;
- common = tests/ehci_test.in;
- };
- script = {
- testcase = nonnative;
- name = example_grub_script_test;
- common = tests/example_grub_script_test.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_eval;
- common = tests/grub_script_eval.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_test;
- common = tests/grub_script_test.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_echo1;
- common = tests/grub_script_echo1.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_leading_whitespace;
- common = tests/grub_script_leading_whitespace.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_echo_keywords;
- common = tests/grub_script_echo_keywords.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_vars1;
- common = tests/grub_script_vars1.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_for1;
- common = tests/grub_script_for1.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_while1;
- common = tests/grub_script_while1.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_if;
- common = tests/grub_script_if.in;
- };
- script = {
- testcase = native;
- name = grub_script_blanklines;
- common = tests/grub_script_blanklines.in;
- };
- script = {
- testcase = native;
- name = grub_script_final_semicolon;
- common = tests/grub_script_final_semicolon.in;
- };
- script = {
- testcase = native;
- name = grub_script_dollar;
- common = tests/grub_script_dollar.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_comments;
- common = tests/grub_script_comments.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_functions;
- common = tests/grub_script_functions.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_break;
- common = tests/grub_script_break.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_continue;
- common = tests/grub_script_continue.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_shift;
- common = tests/grub_script_shift.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_blockarg;
- common = tests/grub_script_blockarg.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_setparams;
- common = tests/grub_script_setparams.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_return;
- common = tests/grub_script_return.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_cryptomount;
- common = tests/grub_cmd_cryptomount.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_regexp;
- common = tests/grub_cmd_regexp.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_date;
- common = tests/grub_cmd_date.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_set_date;
- common = tests/grub_cmd_set_date.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_sleep;
- common = tests/grub_cmd_sleep.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_expansion;
- common = tests/grub_script_expansion.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_not;
- common = tests/grub_script_not.in;
- };
- script = {
- testcase = native;
- name = grub_script_no_commands;
- common = tests/grub_script_no_commands.in;
- };
- script = {
- testcase = nonnative;
- name = partmap_test;
- common = tests/partmap_test.in;
- };
- script = {
- testcase = nonnative;
- name = hddboot_test;
- common = tests/hddboot_test.in;
- };
- script = {
- testcase = nonnative;
- name = fddboot_test;
- common = tests/fddboot_test.in;
- };
- script = {
- testcase = nonnative;
- name = cdboot_test;
- common = tests/cdboot_test.in;
- };
- script = {
- testcase = nonnative;
- name = netboot_test;
- common = tests/netboot_test.in;
- };
- script = {
- testcase = nonnative;
- name = serial_test;
- common = tests/serial_test.in;
- };
- script = {
- testcase = nonnative;
- name = pseries_test;
- common = tests/pseries_test.in;
- };
- script = {
- testcase = nonnative;
- name = core_compress_test;
- common = tests/core_compress_test.in;
- };
- script = {
- testcase = nonnative;
- name = xzcompress_test;
- common = tests/xzcompress_test.in;
- };
- script = {
- testcase = nonnative;
- name = gzcompress_test;
- common = tests/gzcompress_test.in;
- };
- script = {
- testcase = nonnative;
- name = lzocompress_test;
- common = tests/lzocompress_test.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_echo;
- common = tests/grub_cmd_echo.in;
- };
- script = {
- testcase = nonnative;
- name = help_test;
- common = tests/help_test.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_gettext;
- common = tests/grub_script_gettext.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_escape_comma;
- common = tests/grub_script_escape_comma.in;
- };
- script = {
- testcase = nonnative;
- name = grub_script_strcmp;
- common = tests/grub_script_strcmp.in;
- };
- script = {
- testcase = nonnative;
- name = test_sha512sum;
- common = tests/test_sha512sum.in;
- };
- script = {
- testcase = nonnative;
- name = test_unset;
- common = tests/test_unset.in;
- };
- script = {
- testcase = nonnative;
- name = grub_func_test;
- common = tests/grub_func_test.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_tr;
- common = tests/grub_cmd_tr.in;
- };
- script = {
- testcase = nonnative;
- name = file_filter_test;
- common = tests/file_filter_test.in;
- };
- script = {
- testcase = nonnative;
- name = grub_cmd_test;
- common = tests/grub_cmd_test.in;
- };
- script = {
- testcase = native;
- name = syslinux_test;
- common = tests/syslinux_test.in;
- };
- script = {
- testcase = native;
- name = luks1_test;
- common = tests/luks1_test.in;
- };
- script = {
- testcase = native;
- name = luks2_test;
- common = tests/luks2_test.in;
- };
- program = {
- testcase = native;
- name = example_unit_test;
- common = tests/example_unit_test.c;
- common = tests/lib/unit_test.c;
- common = grub-core/kern/list.c;
- common = grub-core/kern/misc.c;
- common = grub-core/tests/lib/test.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- testcase = native;
- name = printf_test;
- common = tests/printf_unit_test.c;
- common = tests/lib/unit_test.c;
- common = grub-core/kern/list.c;
- common = grub-core/kern/misc.c;
- common = grub-core/tests/lib/test.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- testcase = native;
- name = date_test;
- common = tests/date_unit_test.c;
- common = tests/lib/unit_test.c;
- common = grub-core/kern/list.c;
- common = grub-core/kern/misc.c;
- common = grub-core/tests/lib/test.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- testcase = native;
- name = priority_queue_unit_test;
- common = tests/priority_queue_unit_test.cc;
- common = tests/lib/unit_test.c;
- common = grub-core/kern/list.c;
- common = grub-core/kern/misc.c;
- common = grub-core/tests/lib/test.c;
- common = grub-core/lib/priority_queue.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- condition = COND_HAVE_CXX;
- };
- program = {
- testcase = native;
- name = cmp_test;
- common = tests/cmp_unit_test.c;
- common = tests/lib/unit_test.c;
- common = grub-core/kern/list.c;
- common = grub-core/kern/misc.c;
- common = grub-core/tests/lib/test.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-menulst2cfg;
- mansection = 1;
- common = util/grub-menulst2cfg.c;
- common = grub-core/lib/legacy_parse.c;
- common = grub-core/lib/i386/pc/vesa_modes_table.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-syslinux2cfg;
- mansection = 1;
- common = util/grub-syslinux2cfg.c;
- common = grub-core/lib/syslinux_parse.c;
- common = grub-core/lib/getline.c;
- common = grub-core/osdep/init.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = grub-core/kern/emu/argp_common.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-glue-efi;
- mansection = 1;
- common = util/grub-glue-efi.c;
- common = util/glue-efi.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-render-label;
- mansection = 1;
- common = util/grub-render-label.c;
- common = util/render-label.c;
- common = grub-core/kern/emu/argp_common.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
- program = {
- name = grub-file;
- mansection = 1;
- common = util/grub-file.c;
- common = util/render-label.c;
- common = grub-core/commands/file.c;
- common = grub-core/commands/file32.c;
- common = grub-core/commands/file64.c;
- common = grub-core/loader/i386/xen_file.c;
- common = grub-core/loader/i386/xen_file32.c;
- common = grub-core/loader/i386/xen_file64.c;
- common = grub-core/io/offset.c;
- common = grub-core/kern/elf.c;
- common = grub-core/loader/lzss.c;
- common = grub-core/loader/macho.c;
- common = grub-core/loader/macho32.c;
- common = grub-core/loader/macho64.c;
- common = grub-core/kern/emu/hostfs.c;
- common = grub-core/disk/host.c;
- common = grub-core/osdep/init.c;
- ldadd = libgrubmods.a;
- ldadd = libgrubgcry.a;
- ldadd = libgrubkern.a;
- ldadd = grub-core/lib/gnulib/libgnu.a;
- ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
- };
|