2N/AAutoGen definitions Makefile.tpl;
2N/A
2N/Alibrary = {
2N/A name = libgrubkern.a;
2N/A cflags = '$(CFLAGS_GNULIB)';
2N/A cppflags = '$(CPPFLAGS_GNULIB)';
2N/A
2N/A common = util/misc.c;
2N/A common = grub-core/kern/command.c;
2N/A common = grub-core/kern/device.c;
2N/A common = grub-core/kern/disk.c;
2N/A common = util/getroot.c;
2N/A common = util/raid.c;
2N/A common = grub-core/kern/emu/hostdisk.c;
2N/A common = grub-core/kern/emu/misc.c;
2N/A common = grub-core/kern/emu/mm.c;
2N/A common = grub-core/kern/env.c;
2N/A common = grub-core/kern/err.c;
2N/A common = grub-core/kern/file.c;
2N/A common = grub-core/kern/fs.c;
2N/A common = grub-core/kern/list.c;
2N/A common = grub-core/kern/misc.c;
2N/A common = grub-core/kern/partition.c;
2N/A common = grub-core/lib/crypto.c;
2N/A common = grub-core/disk/luks.c;
2N/A common = grub-core/disk/geli.c;
2N/A common = grub-core/disk/cryptodisk.c;
2N/A common = grub-core/disk/AFSplitter.c;
2N/A common = grub-core/lib/pbkdf2.c;
2N/A common = grub-core/commands/extcmd.c;
2N/A common = grub-core/lib/arg.c;
2N/A};
2N/A
2N/Alibrary = {
2N/A name = libgrubmods.a;
2N/A cflags = '$(CFLAGS_POSIX) -Wno-undef';
2N/A cppflags = '-I$(top_srcdir)/grub-core/lib/minilzo -I$(srcdir)/grub-core/lib/xzembed -DMINILZO_HAVE_CONFIG_H';
2N/A
2N/A common_nodist = grub_script.tab.c;
2N/A common_nodist = grub_script.yy.c;
2N/A common_nodist = libgrub_a_init.c;
2N/A common_nodist = grub_script.yy.h;
2N/A common_nodist = grub_script.tab.h;
2N/A
2N/A common = grub-core/commands/blocklist.c;
2N/A common = grub-core/commands/xnu_uuid.c;
2N/A common = grub-core/commands/testload.c;
2N/A common = grub-core/commands/ls.c;
2N/A common = grub-core/disk/dmraid_nvidia.c;
2N/A common = grub-core/disk/loopback.c;
2N/A common = grub-core/disk/lvm.c;
2N/A common = grub-core/disk/mdraid_linux.c;
2N/A common = grub-core/disk/mdraid1x_linux.c;
2N/A common = grub-core/disk/raid5_recover.c;
2N/A common = grub-core/disk/raid6_recover.c;
2N/A common = grub-core/disk/raid.c;
2N/A common = grub-core/fs/affs.c;
2N/A common = grub-core/fs/afs.c;
2N/A common = grub-core/fs/bfs.c;
2N/A common = grub-core/fs/btrfs.c;
2N/A common = grub-core/fs/cpio.c;
2N/A common = grub-core/fs/cpio_be.c;
2N/A common = grub-core/fs/odc.c;
2N/A common = grub-core/fs/newc.c;
2N/A common = grub-core/fs/ext2.c;
2N/A common = grub-core/fs/fat.c;
2N/A common = grub-core/fs/exfat.c;
2N/A common = grub-core/fs/fshelp.c;
2N/A common = grub-core/fs/hfs.c;
2N/A common = grub-core/fs/hfsplus.c;
2N/A common = grub-core/fs/iso9660.c;
2N/A common = grub-core/fs/jfs.c;
2N/A common = grub-core/fs/minix.c;
2N/A common = grub-core/fs/minix2.c;
2N/A common = grub-core/fs/minix3.c;
2N/A common = grub-core/fs/nilfs2.c;
2N/A common = grub-core/fs/ntfs.c;
2N/A common = grub-core/fs/ntfscomp.c;
2N/A common = grub-core/fs/reiserfs.c;
2N/A common = grub-core/fs/romfs.c;
2N/A common = grub-core/fs/sfs.c;
2N/A common = grub-core/fs/squash4.c;
2N/A common = grub-core/fs/tar.c;
2N/A common = grub-core/fs/udf.c;
2N/A common = grub-core/fs/ufs2.c;
2N/A common = grub-core/fs/ufs.c;
2N/A common = grub-core/fs/xfs.c;
2N/A common = grub-core/fs/zfs/zfscrypt.c;
2N/A common = grub-core/fs/zfs/zfs.c;
2N/A common = grub-core/fs/zfs/zfsinfo.c;
2N/A common = grub-core/fs/zfs/zfs_lzjb.c;
2N/A common = grub-core/fs/zfs/zfs_sha256.c;
2N/A common = grub-core/fs/zfs/zfs_fletcher.c;
2N/A common = grub-core/lib/envblk.c;
2N/A common = grub-core/lib/hexdump.c;
2N/A common = grub-core/lib/LzFind.c;
2N/A common = grub-core/lib/LzmaEnc.c;
2N/A common = grub-core/lib/crc.c;
2N/A common = grub-core/lib/adler32.c;
2N/A common = grub-core/lib/crc64.c;
2N/A common = grub-core/normal/datetime.c;
2N/A common = grub-core/normal/misc.c;
2N/A common = grub-core/partmap/acorn.c;
2N/A common = grub-core/partmap/amiga.c;
2N/A common = grub-core/partmap/apple.c;
2N/A common = grub-core/partmap/gpt.c;
2N/A common = grub-core/partmap/msdos.c;
2N/A common = grub-core/partmap/sun.c;
2N/A common = grub-core/partmap/plan.c;
2N/A common = grub-core/partmap/dvh.c;
2N/A common = grub-core/partmap/sunpc.c;
2N/A common = grub-core/partmap/bsdlabel.c;
2N/A common = grub-core/script/function.c;
2N/A common = grub-core/script/lexer.c;
2N/A common = grub-core/script/main.c;
2N/A common = grub-core/script/script.c;
2N/A common = grub-core/script/argv.c;
2N/A common = grub-core/io/gzio.c;
2N/A common = grub-core/io/lzopio.c;
2N/A common = grub-core/kern/ia64/dl_helper.c;
2N/A common = grub-core/lib/minilzo/minilzo.c;
2N/A common = grub-core/lib/xzembed/xz_dec_bcj.c;
2N/A common = grub-core/lib/xzembed/xz_dec_lzma2.c;
2N/A common = grub-core/lib/xzembed/xz_dec_stream.c;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-bin2h;
2N/A common = util/bin2h.c;
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER)';
2N/A installdir = noinst;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-mkimage;
2N/A mansection = 1;
2N/A
2N/A common = util/grub-mkimage.c;
2N/A common = util/resolve.c;
2N/A extra_dist = util/grub-mkimagexx.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBLZMA)';
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBGEOM)';
2N/A cppflags = '-DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\"';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-mkrelpath;
2N/A mansection = 1;
2N/A
2N/A common = util/grub-mkrelpath.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-script-check;
2N/A mansection = 1;
2N/A
2N/A common = util/grub-script-check.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-editenv;
2N/A mansection = 1;
2N/A
2N/A common = util/grub-editenv.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-mkpasswd-pbkdf2;
2N/A mansection = 1;
2N/A
2N/A common = util/grub-mkpasswd-pbkdf2.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBGEOM)';
2N/A cflags = '$(CFLAGS_GCRY)';
2N/A cppflags = '$(CPPFLAGS_GCRY)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-macho2img;
2N/A mansection = 1;
2N/A common = util/grub-macho2img.c;
2N/A condition = COND_APPLE_CC;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-pe2elf;
2N/A mansection = 1;
2N/A common = util/grub-pe2elf.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL)';
2N/A condition = COND_GRUB_PE2ELF;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-fstest;
2N/A mansection = 1;
2N/A common_nodist = grub_fstest_init.c;
2N/A common = util/grub-fstest.c;
2N/A common = grub-core/kern/emu/hostfs.c;
2N/A common = grub-core/disk/host.c;
2N/A
2N/A cflags = '$(CFLAGS_GCRY)';
2N/A cppflags = '$(CPPFLAGS_GCRY)';
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-mount;
2N/A mansection = 1;
2N/A common_nodist = grub_fstest_init.c;
2N/A common = util/grub-mount.c;
2N/A common = grub-core/kern/emu/hostfs.c;
2N/A common = grub-core/disk/host.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse';
2N/A condition = COND_GRUB_MOUNT;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-mkfont;
2N/A mansection = 1;
2N/A common = util/grub-mkfont.c;
2N/A common = grub-core/unidata.c;
2N/A
2N/A cflags = '$(freetype_cflags)';
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(freetype_libs)';
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBGEOM)';
2N/A condition = COND_GRUB_MKFONT;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-mkdevicemap;
2N/A installdir = sbin;
2N/A mansection = 8;
2N/A
2N/A common = util/grub-mkdevicemap.c;
2N/A common = util/deviceiter.c;
2N/A common = util/devicemap.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-probe;
2N/A installdir = sbin;
2N/A mansection = 8;
2N/A common = util/grub-probe.c;
2N/A common = util/ieee1275/ofpath.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-setup;
2N/A installdir = sbin;
2N/A mansection = 8;
2N/A common = util/grub-setup.c;
2N/A common = util/lvm.c;
2N/A common = grub-core/lib/reed_solomon.c;
2N/A extra_dist = util/grub-solvers.c;
2N/A
2N/A cflags = '$(CFLAGS_GCRY)';
2N/A cppflags = '$(CPPFLAGS_GCRY)';
2N/A
2N/A sparc64_ieee1275 = util/ieee1275/ofpath.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
2N/A
2N/A enable = i386_pc;
2N/A enable = sparc64_ieee1275;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-ofpathname;
2N/A installdir = sbin;
2N/A mansection = 8;
2N/A ieee1275 = util/ieee1275/grub-ofpathname.c;
2N/A ieee1275 = util/ieee1275/ofpath.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBGEOM)';
2N/A
2N/A enable = sparc64_ieee1275;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-mklayout;
2N/A mansection = 1;
2N/A
2N/A common = util/grub-mklayout.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBGEOM)';
2N/A};
2N/A
2N/Adata = {
2N/A common = util/grub.d/README;
2N/A installdir = grubconf;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '00_header';
2N/A common = util/grub.d/00_header.in;
2N/A installdir = grubconf;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '10_windows';
2N/A common = util/grub.d/10_windows.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_WINDOWS;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '10_hurd';
2N/A common = util/grub.d/10_hurd.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_HURD;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '10_kfreebsd';
2N/A common = util/grub.d/10_kfreebsd.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_KFREEBSD;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '10_illumos';
2N/A common = util/grub.d/10_illumos.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_ILLUMOS;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '10_netbsd';
2N/A common = util/grub.d/10_netbsd.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_NETBSD;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '10_linux';
2N/A common = util/grub.d/10_linux.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_LINUX;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '10_solaris';
2N/A common = util/grub.d/10_solaris.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_SOLARIS;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '20_linux_xen';
2N/A common = util/grub.d/20_linux_xen.in;
2N/A installdir = grubconf;
2N/A condition = COND_HOST_LINUX;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '30_os-prober';
2N/A common = util/grub.d/30_os-prober.in;
2N/A installdir = grubconf;
2N/A condition = !COND_HOST_SOLARIS;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '40_custom';
2N/A common = util/grub.d/40_custom.in;
2N/A installdir = grubconf;
2N/A condition = !COND_HOST_SOLARIS;
2N/A};
2N/A
2N/Ascript = {
2N/A name = '41_custom';
2N/A common = util/grub.d/41_custom.in;
2N/A installdir = grubconf;
2N/A};
2N/A
2N/Ascript = {
2N/A mansection = 1;
2N/A name = grub-mkrescue;
2N/A x86 = util/grub-mkrescue.in;
2N/A powerpc_ieee1275 = util/powerpc/ieee1275/grub-mkrescue.in;
2N/A enable = i386_pc;
2N/A enable = i386_efi;
2N/A enable = x86_64_efi;
2N/A enable = i386_qemu;
2N/A enable = i386_multiboot;
2N/A enable = i386_coreboot;
2N/A enable = powerpc_ieee1275;
2N/A};
2N/A
2N/Ascript = {
2N/A mansection = 1;
2N/A name = grub-mkstandalone;
2N/A common = util/grub-mkstandalone.in;
2N/A};
2N/A
2N/Ascript = {
2N/A mansection = 8;
2N/A installdir = sbin;
2N/A name = grub-install;
2N/A
2N/A common = util/grub-install.in;
2N/A enable = noemu;
2N/A};
2N/A
2N/Ascript = {
2N/A mansection = 8;
2N/A installdir = sbin;
2N/A name = grub-mknetdir;
2N/A
2N/A common = util/grub-mknetdir.in;
2N/A};
2N/A
2N/Ascript = {
2N/A name = grub-mkconfig;
2N/A common = util/grub-mkconfig.in;
2N/A mansection = 8;
2N/A installdir = sbin;
2N/A};
2N/A
2N/Ascript = {
2N/A name = grub-set-default;
2N/A common = util/grub-set-default.in;
2N/A mansection = 8;
2N/A installdir = sbin;
2N/A};
2N/A
2N/Ascript = {
2N/A name = grub-reboot;
2N/A common = util/grub-reboot.in;
2N/A mansection = 8;
2N/A installdir = sbin;
2N/A};
2N/A
2N/Ascript = {
2N/A name = grub-mkconfig_lib;
2N/A common = util/grub-mkconfig_lib.in;
2N/A installdir = noinst;
2N/A};
2N/A
2N/Ascript = {
2N/A name = update-grub_lib;
2N/A common = util/update-grub_lib.in;
2N/A installdir = noinst;
2N/A};
2N/A
2N/Ascript = {
2N/A name = grub-kbdcomp;
2N/A common = util/grub-kbdcomp.in;
2N/A};
2N/A
2N/Ascript = {
2N/A name = grub-shell;
2N/A common = tests/util/grub-shell.in;
2N/A installdir = noinst;
2N/A};
2N/A
2N/Ascript = {
2N/A name = grub-shell-tester;
2N/A common = tests/util/grub-shell-tester.in;
2N/A installdir = noinst;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = example_scripted_test;
2N/A common = tests/example_scripted_test.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = example_grub_script_test;
2N/A common = tests/example_grub_script_test.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_echo1;
2N/A common = tests/grub_script_echo1.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_echo_keywords;
2N/A common = tests/grub_script_echo_keywords.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_vars1;
2N/A common = tests/grub_script_vars1.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_for1;
2N/A common = tests/grub_script_for1.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_while1;
2N/A common = tests/grub_script_while1.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_if;
2N/A common = tests/grub_script_if.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_blanklines;
2N/A common = tests/grub_script_blanklines.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_final_semicolon;
2N/A common = tests/grub_script_final_semicolon.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_dollar;
2N/A common = tests/grub_script_dollar.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_comments;
2N/A common = tests/grub_script_comments.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_functions;
2N/A common = tests/grub_script_functions.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_break;
2N/A common = tests/grub_script_break.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_continue;
2N/A common = tests/grub_script_continue.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_shift;
2N/A common = tests/grub_script_shift.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_blockarg;
2N/A common = tests/grub_script_blockarg.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_setparams;
2N/A common = tests/grub_script_setparams.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_return;
2N/A common = tests/grub_script_return.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_cmd_regexp;
2N/A common = tests/grub_cmd_regexp.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_expansion;
2N/A common = tests/grub_script_expansion.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_script_not;
2N/A common = tests/grub_script_not.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = partmap_test;
2N/A common = tests/partmap_test.in;
2N/A};
2N/A
2N/Ascript = {
2N/A testcase;
2N/A name = grub_cmd_echo;
2N/A common = tests/grub_cmd_echo.in;
2N/A};
2N/A
2N/Aprogram = {
2N/A testcase;
2N/A name = example_unit_test;
2N/A common = tests/example_unit_test.c;
2N/A common = tests/lib/unit_test.c;
2N/A common = grub-core/kern/list.c;
2N/A common = grub-core/kern/misc.c;
2N/A common = grub-core/tests/lib/test.c;
2N/A cflags = -Wno-format;
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A testcase;
2N/A name = printf_test;
2N/A common = tests/printf_unit_test.c;
2N/A common = tests/lib/unit_test.c;
2N/A common = grub-core/kern/list.c;
2N/A common = grub-core/kern/misc.c;
2N/A common = grub-core/tests/lib/test.c;
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-menulst2cfg;
2N/A mansection = 1;
2N/A common = util/grub-menulst2cfg.c;
2N/A common = grub-core/lib/legacy_parse.c;
2N/A common = grub-core/lib/i386/pc/vesa_modes_table.c;
2N/A
2N/A ldadd = libgrubmods.a;
2N/A ldadd = libgrubgcry.a;
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBGEOM)';
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-version-check;
2N/A mansection = 1;
2N/A
2N/A common = util/grub-version-check.c;
2N/A common = util/solaris-version.c;
2N/A
2N/A ldadd = libgrubkern.a;
2N/A ldadd = grub-core/gnulib/libgnu.a;
2N/A ldadd = '$(LIBINTL) $(LIBDEVMAPPER)';
2N/A};