--- grub2-1.99.orig/Makefile.util.am +++ grub2-1.99/Makefile.util.am @@ -144,7 +144,7 @@ if COND_emu noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -156,7 +156,7 @@ if COND_i386_pc noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -168,7 +168,7 @@ if COND_i386_efi noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -180,7 +180,7 @@ if COND_i386_qemu noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -192,7 +192,7 @@ if COND_i386_coreboot noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -204,7 +204,7 @@ if COND_i386_multiboot noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -216,7 +216,7 @@ if COND_i386_ieee1275 noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -228,7 +228,7 @@ if COND_x86_64_efi noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -240,7 +240,7 @@ if COND_mips_yeeloong noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -252,7 +252,7 @@ if COND_sparc64_ieee1275 noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -264,7 +264,7 @@ if COND_powerpc_ieee1275 noinst_LIBRARIES += libgrubmods.a -libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c +libgrubmods_a_SOURCES += grub-core/commands/blocklist.c grub-core/commands/extcmd.c grub-core/commands/ls.c grub-core/disk/dmraid_nvidia.c grub-core/disk/loopback.c grub-core/disk/lvm.c grub-core/disk/mdraid_linux.c grub-core/disk/mdraid1x_linux.c grub-core/disk/raid5_recover.c grub-core/disk/raid6_recover.c grub-core/disk/raid.c grub-core/fs/affs.c grub-core/fs/afs_be.c grub-core/fs/afs.c grub-core/fs/befs_be.c grub-core/fs/befs.c grub-core/fs/btrfs.c grub-core/fs/cpio.c grub-core/fs/ext2.c grub-core/fs/fat.c grub-core/fs/fshelp.c grub-core/fs/hfs.c grub-core/fs/hfsplus.c grub-core/fs/iso9660.c grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c grub-core/fs/nilfs2.c grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c grub-core/lib/crypto.c grub-core/lib/envblk.c grub-core/lib/hexdump.c grub-core/lib/libgcrypt-grub/cipher/sha512.c grub-core/lib/libgcrypt-grub/cipher/crc.c grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c grub-core/lib/pbkdf2.c grub-core/lib/crc.c grub-core/normal/datetime.c grub-core/normal/misc.c grub-core/partmap/acorn.c grub-core/partmap/amiga.c grub-core/partmap/apple.c grub-core/partmap/gpt.c grub-core/partmap/msdos.c grub-core/partmap/sun.c grub-core/partmap/sunpc.c grub-core/partmap/bsdlabel.c grub-core/script/function.c grub-core/script/lexer.c grub-core/script/main.c grub-core/script/script.c grub-core/script/argv.c grub-core/io/gzio.c nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) @@ -2596,6 +2596,281 @@ endif if COND_emu +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_i386_pc +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_i386_efi +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_i386_qemu +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_i386_coreboot +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_i386_multiboot +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_i386_ieee1275 +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_x86_64_efi +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_mips_yeeloong +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_sparc64_ieee1275 +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_powerpc_ieee1275 +if COND_GRUB_MOUNT +bin_PROGRAMS += grub-mount +if COND_MAN_PAGES +man_MANS += grub-mount.1 + +grub-mount.1: grub-mount + chmod a+x grub-mount + PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +CLEANFILES += grub-mount.1 +endif +grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +nodist_grub_mount_SOURCES = grub_fstest_init.c +grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grub_mount_SOURCES) +CLEANFILES += $(nodist_grub_mount_SOURCES) +endif COND_GRUB_MOUNT +endif + +if COND_emu if COND_GRUB_MKFONT bin_PROGRAMS += grub-mkfont if COND_MAN_PAGES --- grub2-1.99.orig/configure +++ grub2-1.99/configure @@ -628,6 +628,8 @@ COND_GRUB_PE2ELF_TRUE COND_HAVE_FONT_SOURCE_FALSE COND_HAVE_FONT_SOURCE_TRUE +COND_GRUB_MOUNT_FALSE +COND_GRUB_MOUNT_TRUE COND_GRUB_MKFONT_FALSE COND_GRUB_MKFONT_TRUE COND_GRUB_EMU_PCI_FALSE @@ -689,6 +691,7 @@ LIBLZMA LIBGEOM LIBDEVMAPPER +enable_grub_mount freetype_libs freetype_cflags enable_grub_mkfont @@ -1319,6 +1322,7 @@ enable_grub_emu_sdl enable_grub_emu_pci enable_grub_mkfont +enable_grub_mount enable_device_mapper ' ac_precious_vars='build_alias @@ -1973,6 +1977,8 @@ (default=no) --enable-grub-mkfont build and install the `grub-mkfont' utility (default=guessed) + --enable-grub-mount build and install the `grub-mount' utility + (default=guessed) --enable-device-mapper enable Linux device-mapper support (default=guessed) Optional Packages: @@ -21579,6 +21585,96 @@ +# Check whether --enable-grub-mount was given. +if test "${enable_grub_mount+set}" = set; then : + enableval=$enable_grub_mount; +fi + +if test x"$enable_grub_mount" = xno ; then + grub_mount_excuse="explicitly disabled" +fi + +if test x"$grub_mount_excuse" = x ; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fuse_main_real in -lfuse" >&5 +$as_echo_n "checking for fuse_main_real in -lfuse... " >&6; } +if ${ac_cv_lib_fuse_fuse_main_real+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_check_lib_save_LIBS=$LIBS +LIBS="-lfuse $LIBS" +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char fuse_main_real (); +int +main (void) +{ +return fuse_main_real (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO"; then : + ac_cv_lib_fuse_fuse_main_real=yes +else + ac_cv_lib_fuse_fuse_main_real=no +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext +LIBS=$ac_check_lib_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fuse_fuse_main_real" >&5 +$as_echo "$ac_cv_lib_fuse_fuse_main_real" >&6; } +if test "x$ac_cv_lib_fuse_fuse_main_real" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_LIBFUSE 1 +_ACEOF + + LIBS="-lfuse $LIBS" + +else + grub_mount_excuse="need FUSE library" +fi + +fi + +if test x"$grub_mount_excuse" = x ; then + # Check for fuse headers. + SAVED_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26" + for ac_header in fuse/fuse.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "fuse/fuse.h" "ac_cv_header_fuse_fuse_h" "$ac_includes_default" +if test "x$ac_cv_header_fuse_fuse_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_FUSE_FUSE_H 1 +_ACEOF + +else + grub_mount_excuse="need FUSE headers" +fi + +done + + CPPFLAGS="$SAVED_CPPFLAGS" +fi + +if test x"$enable_grub_mount" = xyes && test x"$grub_mount_excuse" != x ; then + as_fn_error $? "grub-mount was explicitly requested but can't be compiled" "$LINENO" 5 +fi +if test x"$grub_mount_excuse" = x ; then +enable_grub_mount=yes +else +enable_grub_mount=no +fi + + # Check whether --enable-device-mapper was given. if test "${enable_device_mapper+set}" = set; then : enableval=$enable_device_mapper; @@ -22115,6 +22211,14 @@ COND_GRUB_MKFONT_FALSE= fi + if test x$enable_grub_mount = xyes; then + COND_GRUB_MOUNT_TRUE= + COND_GRUB_MOUNT_FALSE='#' +else + COND_GRUB_MOUNT_TRUE='#' + COND_GRUB_MOUNT_FALSE= +fi + if test x$FONT_SOURCE != x; then COND_HAVE_FONT_SOURCE_TRUE= COND_HAVE_FONT_SOURCE_FALSE='#' @@ -22481,6 +22585,10 @@ as_fn_error $? "conditional \"COND_GRUB_MKFONT\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${COND_GRUB_MOUNT_TRUE}" && test -z "${COND_GRUB_MOUNT_FALSE}"; then + as_fn_error $? "conditional \"COND_GRUB_MOUNT\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${COND_HAVE_FONT_SOURCE_TRUE}" && test -z "${COND_HAVE_FONT_SOURCE_FALSE}"; then as_fn_error $? "conditional \"COND_HAVE_FONT_SOURCE\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -24048,5 +24156,10 @@ else echo grub-mkfont: No "($grub_mkfont_excuse)" fi +if [ x"$grub_mount_excuse" = x ]; then +echo grub-mount: Yes +else +echo grub-mount: No "($grub_mount_excuse)" +fi echo "*******************************************************" --- grub2-1.99.orig/Makefile.in +++ grub2-1.99/Makefile.in @@ -106,112 +106,116 @@ $(am__EXEEXT_121) $(am__EXEEXT_122) $(am__EXEEXT_123) \ $(am__EXEEXT_124) $(am__EXEEXT_125) $(am__EXEEXT_126) \ $(am__EXEEXT_127) $(am__EXEEXT_128) $(am__EXEEXT_129) \ - $(am__EXEEXT_130) $(am__EXEEXT_131) $(am__EXEEXT_132) -sbin_PROGRAMS = $(am__EXEEXT_144) $(am__EXEEXT_145) $(am__EXEEXT_146) \ - $(am__EXEEXT_147) $(am__EXEEXT_148) $(am__EXEEXT_149) \ - $(am__EXEEXT_150) $(am__EXEEXT_151) $(am__EXEEXT_152) \ - $(am__EXEEXT_153) $(am__EXEEXT_154) $(am__EXEEXT_155) \ - $(am__EXEEXT_156) $(am__EXEEXT_157) $(am__EXEEXT_158) \ - $(am__EXEEXT_159) $(am__EXEEXT_160) $(am__EXEEXT_161) \ - $(am__EXEEXT_162) $(am__EXEEXT_163) $(am__EXEEXT_164) \ - $(am__EXEEXT_165) $(am__EXEEXT_166) $(am__EXEEXT_167) -check_PROGRAMS = $(am__EXEEXT_133) $(am__EXEEXT_134) $(am__EXEEXT_135) \ + $(am__EXEEXT_130) $(am__EXEEXT_131) $(am__EXEEXT_132) \ + $(am__EXEEXT_133) $(am__EXEEXT_134) $(am__EXEEXT_135) \ $(am__EXEEXT_136) $(am__EXEEXT_137) $(am__EXEEXT_138) \ $(am__EXEEXT_139) $(am__EXEEXT_140) $(am__EXEEXT_141) \ $(am__EXEEXT_142) $(am__EXEEXT_143) +sbin_PROGRAMS = $(am__EXEEXT_155) $(am__EXEEXT_156) $(am__EXEEXT_157) \ + $(am__EXEEXT_158) $(am__EXEEXT_159) $(am__EXEEXT_160) \ + $(am__EXEEXT_161) $(am__EXEEXT_162) $(am__EXEEXT_163) \ + $(am__EXEEXT_164) $(am__EXEEXT_165) $(am__EXEEXT_166) \ + $(am__EXEEXT_167) $(am__EXEEXT_168) $(am__EXEEXT_169) \ + $(am__EXEEXT_170) $(am__EXEEXT_171) $(am__EXEEXT_172) \ + $(am__EXEEXT_173) $(am__EXEEXT_174) $(am__EXEEXT_175) \ + $(am__EXEEXT_176) $(am__EXEEXT_177) $(am__EXEEXT_178) +check_PROGRAMS = $(am__EXEEXT_144) $(am__EXEEXT_145) $(am__EXEEXT_146) \ + $(am__EXEEXT_147) $(am__EXEEXT_148) $(am__EXEEXT_149) \ + $(am__EXEEXT_150) $(am__EXEEXT_151) $(am__EXEEXT_152) \ + $(am__EXEEXT_153) $(am__EXEEXT_154) noinst_PROGRAMS = -TESTS = $(am__EXEEXT_133) $(am__EXEEXT_134) $(am__EXEEXT_135) \ - $(am__EXEEXT_136) $(am__EXEEXT_137) $(am__EXEEXT_138) \ - $(am__EXEEXT_139) $(am__EXEEXT_140) $(am__EXEEXT_141) \ - $(am__EXEEXT_142) $(am__EXEEXT_143) $(am__append_1999) \ - $(am__append_2003) $(am__append_2007) $(am__append_2011) \ - $(am__append_2015) $(am__append_2019) $(am__append_2023) \ - $(am__append_2027) $(am__append_2031) $(am__append_2035) \ - $(am__append_2039) $(am__append_2043) $(am__append_2047) \ - $(am__append_2051) $(am__append_2055) $(am__append_2059) \ - $(am__append_2063) $(am__append_2067) $(am__append_2071) \ - $(am__append_2075) $(am__append_2079) $(am__append_2083) \ - $(am__append_2087) $(am__append_2091) $(am__append_2095) \ - $(am__append_2099) $(am__append_2103) $(am__append_2107) \ - $(am__append_2111) $(am__append_2115) $(am__append_2119) \ - $(am__append_2123) $(am__append_2127) $(am__append_2131) \ - $(am__append_2135) $(am__append_2139) $(am__append_2143) \ - $(am__append_2147) $(am__append_2151) $(am__append_2155) \ - $(am__append_2159) $(am__append_2163) $(am__append_2167) \ - $(am__append_2171) $(am__append_2175) $(am__append_2179) \ - $(am__append_2183) $(am__append_2187) $(am__append_2191) \ - $(am__append_2195) $(am__append_2199) $(am__append_2203) \ - $(am__append_2207) $(am__append_2211) $(am__append_2215) \ - $(am__append_2219) $(am__append_2223) $(am__append_2227) \ - $(am__append_2231) $(am__append_2235) $(am__append_2239) \ - $(am__append_2243) $(am__append_2247) $(am__append_2251) \ - $(am__append_2255) $(am__append_2259) $(am__append_2263) \ - $(am__append_2267) $(am__append_2271) $(am__append_2275) \ - $(am__append_2279) $(am__append_2283) $(am__append_2287) \ - $(am__append_2291) $(am__append_2295) $(am__append_2299) \ - $(am__append_2303) $(am__append_2307) $(am__append_2311) \ - $(am__append_2315) $(am__append_2319) $(am__append_2323) \ - $(am__append_2327) $(am__append_2331) $(am__append_2335) \ - $(am__append_2339) $(am__append_2343) $(am__append_2347) \ - $(am__append_2351) $(am__append_2355) $(am__append_2359) \ - $(am__append_2363) $(am__append_2367) $(am__append_2371) \ - $(am__append_2375) $(am__append_2379) $(am__append_2383) \ - $(am__append_2387) $(am__append_2391) $(am__append_2395) \ - $(am__append_2399) $(am__append_2403) $(am__append_2407) \ - $(am__append_2411) $(am__append_2415) $(am__append_2419) \ - $(am__append_2423) $(am__append_2427) $(am__append_2431) \ - $(am__append_2435) $(am__append_2439) $(am__append_2443) \ - $(am__append_2447) $(am__append_2451) $(am__append_2455) \ - $(am__append_2459) $(am__append_2463) $(am__append_2467) \ - $(am__append_2471) $(am__append_2475) $(am__append_2479) \ - $(am__append_2483) $(am__append_2487) $(am__append_2491) \ - $(am__append_2495) $(am__append_2499) $(am__append_2503) \ - $(am__append_2507) $(am__append_2511) $(am__append_2515) \ - $(am__append_2519) $(am__append_2523) $(am__append_2527) \ - $(am__append_2531) $(am__append_2535) $(am__append_2539) \ - $(am__append_2543) $(am__append_2547) $(am__append_2551) \ - $(am__append_2555) $(am__append_2559) $(am__append_2563) \ - $(am__append_2567) $(am__append_2571) $(am__append_2575) \ - $(am__append_2579) $(am__append_2583) $(am__append_2587) \ - $(am__append_2591) $(am__append_2595) $(am__append_2599) \ - $(am__append_2603) $(am__append_2607) $(am__append_2611) \ - $(am__append_2615) $(am__append_2619) $(am__append_2623) \ - $(am__append_2627) $(am__append_2631) $(am__append_2635) \ - $(am__append_2639) $(am__append_2643) $(am__append_2647) \ - $(am__append_2651) $(am__append_2655) $(am__append_2659) \ - $(am__append_2663) $(am__append_2667) $(am__append_2671) \ - $(am__append_2675) $(am__append_2679) $(am__append_2683) \ - $(am__append_2687) $(am__append_2691) $(am__append_2695) \ - $(am__append_2699) $(am__append_2703) $(am__append_2707) \ - $(am__append_2711) $(am__append_2715) $(am__append_2719) \ - $(am__append_2723) $(am__append_2727) $(am__append_2731) \ - $(am__append_2735) $(am__append_2739) $(am__append_2743) \ - $(am__append_2747) $(am__append_2751) $(am__append_2755) \ - $(am__append_2759) $(am__append_2763) $(am__append_2767) \ - $(am__append_2771) $(am__append_2775) $(am__append_2779) \ - $(am__append_2783) $(am__append_2787) $(am__append_2791) \ - $(am__append_2795) $(am__append_2799) $(am__append_2803) \ - $(am__append_2807) $(am__append_2811) $(am__append_2815) \ - $(am__append_2819) $(am__append_2823) $(am__append_2827) \ - $(am__append_2831) $(am__append_2835) $(am__append_2839) \ - $(am__append_2843) $(am__append_2847) $(am__append_2851) \ - $(am__append_2855) $(am__append_2859) $(am__append_2863) \ - $(am__append_2867) $(am__append_2871) $(am__append_2875) \ - $(am__append_2879) $(am__append_2883) $(am__append_2887) \ - $(am__append_2891) $(am__append_2895) $(am__append_2899) \ - $(am__append_2903) $(am__append_2907) $(am__append_2911) \ - $(am__append_2915) $(am__append_2919) $(am__append_2923) \ - $(am__append_2927) $(am__append_2931) $(am__append_2935) \ - $(am__append_2939) $(am__append_2943) $(am__append_2947) \ - $(am__append_2951) $(am__append_2955) $(am__append_2959) \ - $(am__append_2963) $(am__append_2967) $(am__append_2971) \ - $(am__append_2975) $(am__append_2979) $(am__append_2983) \ - $(am__append_2987) $(am__append_2991) $(am__append_2995) \ - $(am__append_2999) $(am__append_3003) $(am__append_3007) \ - $(am__append_3011) $(am__append_3015) $(am__append_3019) \ - $(am__append_3023) $(am__append_3027) $(am__append_3031) \ - $(am__append_3035) $(am__append_3039) $(am__append_3043) \ - $(am__append_3047) $(am__append_3051) +TESTS = $(am__EXEEXT_144) $(am__EXEEXT_145) $(am__EXEEXT_146) \ + $(am__EXEEXT_147) $(am__EXEEXT_148) $(am__EXEEXT_149) \ + $(am__EXEEXT_150) $(am__EXEEXT_151) $(am__EXEEXT_152) \ + $(am__EXEEXT_153) $(am__EXEEXT_154) $(am__append_2065) \ + $(am__append_2069) $(am__append_2073) $(am__append_2077) \ + $(am__append_2081) $(am__append_2085) $(am__append_2089) \ + $(am__append_2093) $(am__append_2097) $(am__append_2101) \ + $(am__append_2105) $(am__append_2109) $(am__append_2113) \ + $(am__append_2117) $(am__append_2121) $(am__append_2125) \ + $(am__append_2129) $(am__append_2133) $(am__append_2137) \ + $(am__append_2141) $(am__append_2145) $(am__append_2149) \ + $(am__append_2153) $(am__append_2157) $(am__append_2161) \ + $(am__append_2165) $(am__append_2169) $(am__append_2173) \ + $(am__append_2177) $(am__append_2181) $(am__append_2185) \ + $(am__append_2189) $(am__append_2193) $(am__append_2197) \ + $(am__append_2201) $(am__append_2205) $(am__append_2209) \ + $(am__append_2213) $(am__append_2217) $(am__append_2221) \ + $(am__append_2225) $(am__append_2229) $(am__append_2233) \ + $(am__append_2237) $(am__append_2241) $(am__append_2245) \ + $(am__append_2249) $(am__append_2253) $(am__append_2257) \ + $(am__append_2261) $(am__append_2265) $(am__append_2269) \ + $(am__append_2273) $(am__append_2277) $(am__append_2281) \ + $(am__append_2285) $(am__append_2289) $(am__append_2293) \ + $(am__append_2297) $(am__append_2301) $(am__append_2305) \ + $(am__append_2309) $(am__append_2313) $(am__append_2317) \ + $(am__append_2321) $(am__append_2325) $(am__append_2329) \ + $(am__append_2333) $(am__append_2337) $(am__append_2341) \ + $(am__append_2345) $(am__append_2349) $(am__append_2353) \ + $(am__append_2357) $(am__append_2361) $(am__append_2365) \ + $(am__append_2369) $(am__append_2373) $(am__append_2377) \ + $(am__append_2381) $(am__append_2385) $(am__append_2389) \ + $(am__append_2393) $(am__append_2397) $(am__append_2401) \ + $(am__append_2405) $(am__append_2409) $(am__append_2413) \ + $(am__append_2417) $(am__append_2421) $(am__append_2425) \ + $(am__append_2429) $(am__append_2433) $(am__append_2437) \ + $(am__append_2441) $(am__append_2445) $(am__append_2449) \ + $(am__append_2453) $(am__append_2457) $(am__append_2461) \ + $(am__append_2465) $(am__append_2469) $(am__append_2473) \ + $(am__append_2477) $(am__append_2481) $(am__append_2485) \ + $(am__append_2489) $(am__append_2493) $(am__append_2497) \ + $(am__append_2501) $(am__append_2505) $(am__append_2509) \ + $(am__append_2513) $(am__append_2517) $(am__append_2521) \ + $(am__append_2525) $(am__append_2529) $(am__append_2533) \ + $(am__append_2537) $(am__append_2541) $(am__append_2545) \ + $(am__append_2549) $(am__append_2553) $(am__append_2557) \ + $(am__append_2561) $(am__append_2565) $(am__append_2569) \ + $(am__append_2573) $(am__append_2577) $(am__append_2581) \ + $(am__append_2585) $(am__append_2589) $(am__append_2593) \ + $(am__append_2597) $(am__append_2601) $(am__append_2605) \ + $(am__append_2609) $(am__append_2613) $(am__append_2617) \ + $(am__append_2621) $(am__append_2625) $(am__append_2629) \ + $(am__append_2633) $(am__append_2637) $(am__append_2641) \ + $(am__append_2645) $(am__append_2649) $(am__append_2653) \ + $(am__append_2657) $(am__append_2661) $(am__append_2665) \ + $(am__append_2669) $(am__append_2673) $(am__append_2677) \ + $(am__append_2681) $(am__append_2685) $(am__append_2689) \ + $(am__append_2693) $(am__append_2697) $(am__append_2701) \ + $(am__append_2705) $(am__append_2709) $(am__append_2713) \ + $(am__append_2717) $(am__append_2721) $(am__append_2725) \ + $(am__append_2729) $(am__append_2733) $(am__append_2737) \ + $(am__append_2741) $(am__append_2745) $(am__append_2749) \ + $(am__append_2753) $(am__append_2757) $(am__append_2761) \ + $(am__append_2765) $(am__append_2769) $(am__append_2773) \ + $(am__append_2777) $(am__append_2781) $(am__append_2785) \ + $(am__append_2789) $(am__append_2793) $(am__append_2797) \ + $(am__append_2801) $(am__append_2805) $(am__append_2809) \ + $(am__append_2813) $(am__append_2817) $(am__append_2821) \ + $(am__append_2825) $(am__append_2829) $(am__append_2833) \ + $(am__append_2837) $(am__append_2841) $(am__append_2845) \ + $(am__append_2849) $(am__append_2853) $(am__append_2857) \ + $(am__append_2861) $(am__append_2865) $(am__append_2869) \ + $(am__append_2873) $(am__append_2877) $(am__append_2881) \ + $(am__append_2885) $(am__append_2889) $(am__append_2893) \ + $(am__append_2897) $(am__append_2901) $(am__append_2905) \ + $(am__append_2909) $(am__append_2913) $(am__append_2917) \ + $(am__append_2921) $(am__append_2925) $(am__append_2929) \ + $(am__append_2933) $(am__append_2937) $(am__append_2941) \ + $(am__append_2945) $(am__append_2949) $(am__append_2953) \ + $(am__append_2957) $(am__append_2961) $(am__append_2965) \ + $(am__append_2969) $(am__append_2973) $(am__append_2977) \ + $(am__append_2981) $(am__append_2985) $(am__append_2989) \ + $(am__append_2993) $(am__append_2997) $(am__append_3001) \ + $(am__append_3005) $(am__append_3009) $(am__append_3013) \ + $(am__append_3017) $(am__append_3021) $(am__append_3025) \ + $(am__append_3029) $(am__append_3033) $(am__append_3037) \ + $(am__append_3041) $(am__append_3045) $(am__append_3049) \ + $(am__append_3053) $(am__append_3057) $(am__append_3061) \ + $(am__append_3065) $(am__append_3069) $(am__append_3073) \ + $(am__append_3077) $(am__append_3081) $(am__append_3085) \ + $(am__append_3089) $(am__append_3093) $(am__append_3097) \ + $(am__append_3101) $(am__append_3105) $(am__append_3109) \ + $(am__append_3113) $(am__append_3117) @COND_emu_TRUE@am__append_9 = libgrubkern.a @COND_emu_TRUE@am__append_10 = util/misc.c grub-core/kern/command.c grub-core/kern/device.c grub-core/kern/disk.c grub-core/kern/emu/getroot.c grub-core/kern/emu/hostdisk.c grub-core/kern/emu/misc.c grub-core/kern/emu/mm.c grub-core/kern/env.c grub-core/kern/err.c grub-core/kern/file.c grub-core/kern/fs.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/kern/partition.c @COND_emu_TRUE@am__append_11 = @@ -332,9 +336,10 @@ @COND_emu_TRUE@ grub-core/fs/minix2.c grub-core/fs/nilfs2.c \ @COND_emu_TRUE@ grub-core/fs/ntfs.c grub-core/fs/ntfscomp.c \ @COND_emu_TRUE@ grub-core/fs/reiserfs.c grub-core/fs/sfs.c \ -@COND_emu_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ -@COND_emu_TRUE@ grub-core/fs/ufs2.c grub-core/fs/ufs.c \ -@COND_emu_TRUE@ grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c \ +@COND_emu_TRUE@ grub-core/fs/squash4.c grub-core/fs/tar.c \ +@COND_emu_TRUE@ grub-core/fs/udf.c grub-core/fs/ufs2.c \ +@COND_emu_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ +@COND_emu_TRUE@ grub-core/fs/zfs/zfs.c \ @COND_emu_TRUE@ grub-core/fs/zfs/zfs_lzjb.c \ @COND_emu_TRUE@ grub-core/fs/zfs/zfs_sha256.c \ @COND_emu_TRUE@ grub-core/fs/zfs/zfs_fletcher.c \ @@ -389,9 +394,10 @@ @COND_i386_pc_TRUE@ grub-core/fs/nilfs2.c grub-core/fs/ntfs.c \ @COND_i386_pc_TRUE@ grub-core/fs/ntfscomp.c \ @COND_i386_pc_TRUE@ grub-core/fs/reiserfs.c grub-core/fs/sfs.c \ -@COND_i386_pc_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ -@COND_i386_pc_TRUE@ grub-core/fs/ufs2.c grub-core/fs/ufs.c \ -@COND_i386_pc_TRUE@ grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c \ +@COND_i386_pc_TRUE@ grub-core/fs/squash4.c grub-core/fs/tar.c \ +@COND_i386_pc_TRUE@ grub-core/fs/udf.c grub-core/fs/ufs2.c \ +@COND_i386_pc_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ +@COND_i386_pc_TRUE@ grub-core/fs/zfs/zfs.c \ @COND_i386_pc_TRUE@ grub-core/fs/zfs/zfs_lzjb.c \ @COND_i386_pc_TRUE@ grub-core/fs/zfs/zfs_sha256.c \ @COND_i386_pc_TRUE@ grub-core/fs/zfs/zfs_fletcher.c \ @@ -448,9 +454,10 @@ @COND_i386_efi_TRUE@ grub-core/fs/nilfs2.c grub-core/fs/ntfs.c \ @COND_i386_efi_TRUE@ grub-core/fs/ntfscomp.c \ @COND_i386_efi_TRUE@ grub-core/fs/reiserfs.c grub-core/fs/sfs.c \ -@COND_i386_efi_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ -@COND_i386_efi_TRUE@ grub-core/fs/ufs2.c grub-core/fs/ufs.c \ -@COND_i386_efi_TRUE@ grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c \ +@COND_i386_efi_TRUE@ grub-core/fs/squash4.c grub-core/fs/tar.c \ +@COND_i386_efi_TRUE@ grub-core/fs/udf.c grub-core/fs/ufs2.c \ +@COND_i386_efi_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ +@COND_i386_efi_TRUE@ grub-core/fs/zfs/zfs.c \ @COND_i386_efi_TRUE@ grub-core/fs/zfs/zfs_lzjb.c \ @COND_i386_efi_TRUE@ grub-core/fs/zfs/zfs_sha256.c \ @COND_i386_efi_TRUE@ grub-core/fs/zfs/zfs_fletcher.c \ @@ -509,10 +516,10 @@ @COND_i386_qemu_TRUE@ grub-core/fs/nilfs2.c grub-core/fs/ntfs.c \ @COND_i386_qemu_TRUE@ grub-core/fs/ntfscomp.c \ @COND_i386_qemu_TRUE@ grub-core/fs/reiserfs.c \ -@COND_i386_qemu_TRUE@ grub-core/fs/sfs.c grub-core/fs/tar.c \ -@COND_i386_qemu_TRUE@ grub-core/fs/udf.c grub-core/fs/ufs2.c \ -@COND_i386_qemu_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ -@COND_i386_qemu_TRUE@ grub-core/fs/zfs/zfs.c \ +@COND_i386_qemu_TRUE@ grub-core/fs/sfs.c grub-core/fs/squash4.c \ +@COND_i386_qemu_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ +@COND_i386_qemu_TRUE@ grub-core/fs/ufs2.c grub-core/fs/ufs.c \ +@COND_i386_qemu_TRUE@ grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c \ @COND_i386_qemu_TRUE@ grub-core/fs/zfs/zfs_lzjb.c \ @COND_i386_qemu_TRUE@ grub-core/fs/zfs/zfs_sha256.c \ @COND_i386_qemu_TRUE@ grub-core/fs/zfs/zfs_fletcher.c \ @@ -582,8 +589,9 @@ @COND_i386_coreboot_TRUE@ grub-core/fs/ntfs.c \ @COND_i386_coreboot_TRUE@ grub-core/fs/ntfscomp.c \ @COND_i386_coreboot_TRUE@ grub-core/fs/reiserfs.c \ -@COND_i386_coreboot_TRUE@ grub-core/fs/sfs.c grub-core/fs/tar.c \ -@COND_i386_coreboot_TRUE@ grub-core/fs/udf.c \ +@COND_i386_coreboot_TRUE@ grub-core/fs/sfs.c \ +@COND_i386_coreboot_TRUE@ grub-core/fs/squash4.c \ +@COND_i386_coreboot_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ @COND_i386_coreboot_TRUE@ grub-core/fs/ufs2.c \ @COND_i386_coreboot_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ @COND_i386_coreboot_TRUE@ grub-core/fs/zfs/zfs.c \ @@ -657,6 +665,7 @@ @COND_i386_multiboot_TRUE@ grub-core/fs/ntfscomp.c \ @COND_i386_multiboot_TRUE@ grub-core/fs/reiserfs.c \ @COND_i386_multiboot_TRUE@ grub-core/fs/sfs.c \ +@COND_i386_multiboot_TRUE@ grub-core/fs/squash4.c \ @COND_i386_multiboot_TRUE@ grub-core/fs/tar.c \ @COND_i386_multiboot_TRUE@ grub-core/fs/udf.c \ @COND_i386_multiboot_TRUE@ grub-core/fs/ufs2.c \ @@ -732,8 +741,9 @@ @COND_i386_ieee1275_TRUE@ grub-core/fs/ntfs.c \ @COND_i386_ieee1275_TRUE@ grub-core/fs/ntfscomp.c \ @COND_i386_ieee1275_TRUE@ grub-core/fs/reiserfs.c \ -@COND_i386_ieee1275_TRUE@ grub-core/fs/sfs.c grub-core/fs/tar.c \ -@COND_i386_ieee1275_TRUE@ grub-core/fs/udf.c \ +@COND_i386_ieee1275_TRUE@ grub-core/fs/sfs.c \ +@COND_i386_ieee1275_TRUE@ grub-core/fs/squash4.c \ +@COND_i386_ieee1275_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ @COND_i386_ieee1275_TRUE@ grub-core/fs/ufs2.c \ @COND_i386_ieee1275_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ @COND_i386_ieee1275_TRUE@ grub-core/fs/zfs/zfs.c \ @@ -800,9 +810,11 @@ @COND_x86_64_efi_TRUE@ grub-core/fs/ntfs.c \ @COND_x86_64_efi_TRUE@ grub-core/fs/ntfscomp.c \ @COND_x86_64_efi_TRUE@ grub-core/fs/reiserfs.c \ -@COND_x86_64_efi_TRUE@ grub-core/fs/sfs.c grub-core/fs/tar.c \ -@COND_x86_64_efi_TRUE@ grub-core/fs/udf.c grub-core/fs/ufs2.c \ -@COND_x86_64_efi_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ +@COND_x86_64_efi_TRUE@ grub-core/fs/sfs.c \ +@COND_x86_64_efi_TRUE@ grub-core/fs/squash4.c \ +@COND_x86_64_efi_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ +@COND_x86_64_efi_TRUE@ grub-core/fs/ufs2.c grub-core/fs/ufs.c \ +@COND_x86_64_efi_TRUE@ grub-core/fs/xfs.c \ @COND_x86_64_efi_TRUE@ grub-core/fs/zfs/zfs.c \ @COND_x86_64_efi_TRUE@ grub-core/fs/zfs/zfs_lzjb.c \ @COND_x86_64_efi_TRUE@ grub-core/fs/zfs/zfs_sha256.c \ @@ -873,8 +885,9 @@ @COND_mips_yeeloong_TRUE@ grub-core/fs/ntfs.c \ @COND_mips_yeeloong_TRUE@ grub-core/fs/ntfscomp.c \ @COND_mips_yeeloong_TRUE@ grub-core/fs/reiserfs.c \ -@COND_mips_yeeloong_TRUE@ grub-core/fs/sfs.c grub-core/fs/tar.c \ -@COND_mips_yeeloong_TRUE@ grub-core/fs/udf.c \ +@COND_mips_yeeloong_TRUE@ grub-core/fs/sfs.c \ +@COND_mips_yeeloong_TRUE@ grub-core/fs/squash4.c \ +@COND_mips_yeeloong_TRUE@ grub-core/fs/tar.c grub-core/fs/udf.c \ @COND_mips_yeeloong_TRUE@ grub-core/fs/ufs2.c \ @COND_mips_yeeloong_TRUE@ grub-core/fs/ufs.c grub-core/fs/xfs.c \ @COND_mips_yeeloong_TRUE@ grub-core/fs/zfs/zfs.c \ @@ -948,6 +961,7 @@ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/ntfscomp.c \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/reiserfs.c \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/sfs.c \ +@COND_sparc64_ieee1275_TRUE@ grub-core/fs/squash4.c \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/tar.c \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/udf.c \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/ufs2.c \ @@ -1024,6 +1038,7 @@ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/ntfscomp.c \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/reiserfs.c \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/sfs.c \ +@COND_powerpc_ieee1275_TRUE@ grub-core/fs/squash4.c \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/tar.c \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/udf.c \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/ufs2.c \ @@ -1660,2301 +1675,2367 @@ @COND_powerpc_ieee1275_TRUE@am__append_798 = @COND_powerpc_ieee1275_TRUE@am__append_799 = $(nodist_grub_fstest_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_800 = $(nodist_grub_fstest_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_801 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_802 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_803 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_804 = -@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_805 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_806 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_807 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_808 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_809 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_810 = -@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_811 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_812 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_813 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_814 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_815 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_816 = -@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_817 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_818 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_819 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_820 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_821 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_822 = -@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_823 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_824 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_825 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_826 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_827 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_828 = -@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_829 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_830 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_831 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_832 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_833 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_834 = -@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_835 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_836 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_837 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_838 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_839 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_840 = -@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_841 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_842 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_843 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_844 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_845 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_846 = -@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_847 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_848 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_849 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_850 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_851 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_852 = -@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_853 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_854 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_855 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_856 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_857 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_858 = -@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_859 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_860 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_861 = grub-mkfont -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_862 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_863 = grub-mkfont.1 -@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_864 = -@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_865 = $(nodist_grub_mkfont_SOURCES) -@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_866 = $(nodist_grub_mkfont_SOURCES) -@COND_emu_TRUE@am__append_867 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_868 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_869 = grub-mkdevicemap.8 -@COND_emu_TRUE@am__append_870 = -@COND_emu_TRUE@am__append_871 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_emu_TRUE@am__append_872 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_pc_TRUE@am__append_873 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_874 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_875 = grub-mkdevicemap.8 -@COND_i386_pc_TRUE@am__append_876 = -@COND_i386_pc_TRUE@am__append_877 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_pc_TRUE@am__append_878 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_efi_TRUE@am__append_879 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_880 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_881 = grub-mkdevicemap.8 -@COND_i386_efi_TRUE@am__append_882 = -@COND_i386_efi_TRUE@am__append_883 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_efi_TRUE@am__append_884 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_qemu_TRUE@am__append_885 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_886 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_887 = grub-mkdevicemap.8 -@COND_i386_qemu_TRUE@am__append_888 = -@COND_i386_qemu_TRUE@am__append_889 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_qemu_TRUE@am__append_890 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_coreboot_TRUE@am__append_891 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_892 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_893 = grub-mkdevicemap.8 -@COND_i386_coreboot_TRUE@am__append_894 = -@COND_i386_coreboot_TRUE@am__append_895 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_coreboot_TRUE@am__append_896 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_multiboot_TRUE@am__append_897 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_898 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_899 = grub-mkdevicemap.8 -@COND_i386_multiboot_TRUE@am__append_900 = -@COND_i386_multiboot_TRUE@am__append_901 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_multiboot_TRUE@am__append_902 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_903 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_904 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_905 = grub-mkdevicemap.8 -@COND_i386_ieee1275_TRUE@am__append_906 = -@COND_i386_ieee1275_TRUE@am__append_907 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_908 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_x86_64_efi_TRUE@am__append_909 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_910 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_911 = grub-mkdevicemap.8 -@COND_x86_64_efi_TRUE@am__append_912 = -@COND_x86_64_efi_TRUE@am__append_913 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_x86_64_efi_TRUE@am__append_914 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_915 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_916 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_917 = grub-mkdevicemap.8 -@COND_mips_yeeloong_TRUE@am__append_918 = -@COND_mips_yeeloong_TRUE@am__append_919 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_920 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_921 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_922 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_923 = grub-mkdevicemap.8 -@COND_sparc64_ieee1275_TRUE@am__append_924 = -@COND_sparc64_ieee1275_TRUE@am__append_925 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_926 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_927 = grub-mkdevicemap -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_928 = grub-mkdevicemap.8 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_929 = grub-mkdevicemap.8 -@COND_powerpc_ieee1275_TRUE@am__append_930 = -@COND_powerpc_ieee1275_TRUE@am__append_931 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_932 = $(nodist_grub_mkdevicemap_SOURCES) -@COND_emu_TRUE@am__append_933 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_934 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_935 = grub-probe.8 +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@am__append_801 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_802 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_803 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@am__append_804 = +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@am__append_805 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@am__append_806 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@am__append_807 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_808 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_809 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@am__append_810 = +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@am__append_811 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@am__append_812 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@am__append_813 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_814 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_815 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@am__append_816 = +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@am__append_817 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@am__append_818 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@am__append_819 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_820 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_821 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@am__append_822 = +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@am__append_823 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@am__append_824 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@am__append_825 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_826 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_827 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@am__append_828 = +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@am__append_829 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@am__append_830 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@am__append_831 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_832 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_833 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@am__append_834 = +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@am__append_835 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@am__append_836 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@am__append_837 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_838 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_839 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@am__append_840 = +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@am__append_841 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@am__append_842 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@am__append_843 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_844 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_845 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@am__append_846 = +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@am__append_847 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@am__append_848 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@am__append_849 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_850 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_851 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@am__append_852 = +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@am__append_853 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@am__append_854 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_855 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_856 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_857 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_858 = +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_859 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_860 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_861 = grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_862 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_863 = grub-mount.1 +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_864 = +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_865 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_866 = $(nodist_grub_mount_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_867 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_868 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_869 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_870 = +@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_871 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__append_872 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_873 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_874 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_875 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_876 = +@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_877 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__append_878 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_879 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_880 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_881 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_882 = +@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_883 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__append_884 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_885 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_886 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_887 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_888 = +@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_889 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__append_890 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_891 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_892 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_893 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_894 = +@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_895 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__append_896 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_897 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_898 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_899 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_900 = +@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_901 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__append_902 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_903 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_904 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_905 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_906 = +@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_907 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__append_908 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_909 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_910 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_911 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_912 = +@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_913 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__append_914 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_915 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_916 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_917 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_918 = +@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_919 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__append_920 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_921 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_922 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_923 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_924 = +@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_925 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_926 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_927 = grub-mkfont +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_928 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_929 = grub-mkfont.1 +@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_930 = +@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_931 = $(nodist_grub_mkfont_SOURCES) +@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_932 = $(nodist_grub_mkfont_SOURCES) +@COND_emu_TRUE@am__append_933 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_934 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_935 = grub-mkdevicemap.8 @COND_emu_TRUE@am__append_936 = -@COND_emu_TRUE@am__append_937 = $(nodist_grub_probe_SOURCES) -@COND_emu_TRUE@am__append_938 = $(nodist_grub_probe_SOURCES) -@COND_i386_pc_TRUE@am__append_939 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_940 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_941 = grub-probe.8 +@COND_emu_TRUE@am__append_937 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_emu_TRUE@am__append_938 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_pc_TRUE@am__append_939 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_940 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_941 = grub-mkdevicemap.8 @COND_i386_pc_TRUE@am__append_942 = -@COND_i386_pc_TRUE@am__append_943 = $(nodist_grub_probe_SOURCES) -@COND_i386_pc_TRUE@am__append_944 = $(nodist_grub_probe_SOURCES) -@COND_i386_efi_TRUE@am__append_945 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_946 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_947 = grub-probe.8 +@COND_i386_pc_TRUE@am__append_943 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_pc_TRUE@am__append_944 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_efi_TRUE@am__append_945 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_946 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_947 = grub-mkdevicemap.8 @COND_i386_efi_TRUE@am__append_948 = -@COND_i386_efi_TRUE@am__append_949 = $(nodist_grub_probe_SOURCES) -@COND_i386_efi_TRUE@am__append_950 = $(nodist_grub_probe_SOURCES) -@COND_i386_qemu_TRUE@am__append_951 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_952 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_953 = grub-probe.8 +@COND_i386_efi_TRUE@am__append_949 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_efi_TRUE@am__append_950 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_qemu_TRUE@am__append_951 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_952 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_953 = grub-mkdevicemap.8 @COND_i386_qemu_TRUE@am__append_954 = -@COND_i386_qemu_TRUE@am__append_955 = $(nodist_grub_probe_SOURCES) -@COND_i386_qemu_TRUE@am__append_956 = $(nodist_grub_probe_SOURCES) -@COND_i386_coreboot_TRUE@am__append_957 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_958 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_959 = grub-probe.8 +@COND_i386_qemu_TRUE@am__append_955 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_qemu_TRUE@am__append_956 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_coreboot_TRUE@am__append_957 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_958 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_959 = grub-mkdevicemap.8 @COND_i386_coreboot_TRUE@am__append_960 = -@COND_i386_coreboot_TRUE@am__append_961 = $(nodist_grub_probe_SOURCES) -@COND_i386_coreboot_TRUE@am__append_962 = $(nodist_grub_probe_SOURCES) -@COND_i386_multiboot_TRUE@am__append_963 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_964 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_965 = grub-probe.8 +@COND_i386_coreboot_TRUE@am__append_961 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_coreboot_TRUE@am__append_962 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_multiboot_TRUE@am__append_963 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_964 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_965 = grub-mkdevicemap.8 @COND_i386_multiboot_TRUE@am__append_966 = -@COND_i386_multiboot_TRUE@am__append_967 = $(nodist_grub_probe_SOURCES) -@COND_i386_multiboot_TRUE@am__append_968 = $(nodist_grub_probe_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_969 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_970 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_971 = grub-probe.8 +@COND_i386_multiboot_TRUE@am__append_967 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_multiboot_TRUE@am__append_968 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_969 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_970 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_971 = grub-mkdevicemap.8 @COND_i386_ieee1275_TRUE@am__append_972 = -@COND_i386_ieee1275_TRUE@am__append_973 = $(nodist_grub_probe_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_974 = $(nodist_grub_probe_SOURCES) -@COND_x86_64_efi_TRUE@am__append_975 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_976 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_977 = grub-probe.8 +@COND_i386_ieee1275_TRUE@am__append_973 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_974 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_x86_64_efi_TRUE@am__append_975 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_976 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_977 = grub-mkdevicemap.8 @COND_x86_64_efi_TRUE@am__append_978 = -@COND_x86_64_efi_TRUE@am__append_979 = $(nodist_grub_probe_SOURCES) -@COND_x86_64_efi_TRUE@am__append_980 = $(nodist_grub_probe_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_981 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_982 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_983 = grub-probe.8 +@COND_x86_64_efi_TRUE@am__append_979 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_x86_64_efi_TRUE@am__append_980 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_981 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_982 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_983 = grub-mkdevicemap.8 @COND_mips_yeeloong_TRUE@am__append_984 = -@COND_mips_yeeloong_TRUE@am__append_985 = $(nodist_grub_probe_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_986 = $(nodist_grub_probe_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_987 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_988 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_989 = grub-probe.8 +@COND_mips_yeeloong_TRUE@am__append_985 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_986 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_987 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_988 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_989 = grub-mkdevicemap.8 @COND_sparc64_ieee1275_TRUE@am__append_990 = -@COND_sparc64_ieee1275_TRUE@am__append_991 = $(nodist_grub_probe_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_992 = $(nodist_grub_probe_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_993 = grub-probe -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_994 = grub-probe.8 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_995 = grub-probe.8 +@COND_sparc64_ieee1275_TRUE@am__append_991 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_992 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_993 = grub-mkdevicemap +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_994 = grub-mkdevicemap.8 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_995 = grub-mkdevicemap.8 @COND_powerpc_ieee1275_TRUE@am__append_996 = -@COND_powerpc_ieee1275_TRUE@am__append_997 = $(nodist_grub_probe_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_998 = $(nodist_grub_probe_SOURCES) -@COND_i386_pc_TRUE@am__append_999 = grub-setup -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1000 = grub-setup.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1001 = grub-setup.8 -@COND_i386_pc_TRUE@am__append_1002 = -@COND_i386_pc_TRUE@am__append_1003 = $(nodist_grub_setup_SOURCES) -@COND_i386_pc_TRUE@am__append_1004 = $(nodist_grub_setup_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1005 = grub-setup \ +@COND_powerpc_ieee1275_TRUE@am__append_997 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_998 = $(nodist_grub_mkdevicemap_SOURCES) +@COND_emu_TRUE@am__append_999 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1000 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1001 = grub-probe.8 +@COND_emu_TRUE@am__append_1002 = +@COND_emu_TRUE@am__append_1003 = $(nodist_grub_probe_SOURCES) +@COND_emu_TRUE@am__append_1004 = $(nodist_grub_probe_SOURCES) +@COND_i386_pc_TRUE@am__append_1005 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1006 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1007 = grub-probe.8 +@COND_i386_pc_TRUE@am__append_1008 = +@COND_i386_pc_TRUE@am__append_1009 = $(nodist_grub_probe_SOURCES) +@COND_i386_pc_TRUE@am__append_1010 = $(nodist_grub_probe_SOURCES) +@COND_i386_efi_TRUE@am__append_1011 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1012 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1013 = grub-probe.8 +@COND_i386_efi_TRUE@am__append_1014 = +@COND_i386_efi_TRUE@am__append_1015 = $(nodist_grub_probe_SOURCES) +@COND_i386_efi_TRUE@am__append_1016 = $(nodist_grub_probe_SOURCES) +@COND_i386_qemu_TRUE@am__append_1017 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1018 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1019 = grub-probe.8 +@COND_i386_qemu_TRUE@am__append_1020 = +@COND_i386_qemu_TRUE@am__append_1021 = $(nodist_grub_probe_SOURCES) +@COND_i386_qemu_TRUE@am__append_1022 = $(nodist_grub_probe_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1023 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1024 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1025 = grub-probe.8 +@COND_i386_coreboot_TRUE@am__append_1026 = +@COND_i386_coreboot_TRUE@am__append_1027 = $(nodist_grub_probe_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1028 = $(nodist_grub_probe_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1029 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1030 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1031 = grub-probe.8 +@COND_i386_multiboot_TRUE@am__append_1032 = +@COND_i386_multiboot_TRUE@am__append_1033 = $(nodist_grub_probe_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1034 = $(nodist_grub_probe_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1035 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1036 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1037 = grub-probe.8 +@COND_i386_ieee1275_TRUE@am__append_1038 = +@COND_i386_ieee1275_TRUE@am__append_1039 = $(nodist_grub_probe_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1040 = $(nodist_grub_probe_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1041 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1042 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1043 = grub-probe.8 +@COND_x86_64_efi_TRUE@am__append_1044 = +@COND_x86_64_efi_TRUE@am__append_1045 = $(nodist_grub_probe_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1046 = $(nodist_grub_probe_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1047 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1048 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1049 = grub-probe.8 +@COND_mips_yeeloong_TRUE@am__append_1050 = +@COND_mips_yeeloong_TRUE@am__append_1051 = $(nodist_grub_probe_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1052 = $(nodist_grub_probe_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1053 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1054 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1055 = grub-probe.8 +@COND_sparc64_ieee1275_TRUE@am__append_1056 = +@COND_sparc64_ieee1275_TRUE@am__append_1057 = $(nodist_grub_probe_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1058 = $(nodist_grub_probe_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1059 = grub-probe +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1060 = grub-probe.8 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1061 = grub-probe.8 +@COND_powerpc_ieee1275_TRUE@am__append_1062 = +@COND_powerpc_ieee1275_TRUE@am__append_1063 = $(nodist_grub_probe_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1064 = $(nodist_grub_probe_SOURCES) +@COND_i386_pc_TRUE@am__append_1065 = grub-setup +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1066 = grub-setup.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1067 = grub-setup.8 +@COND_i386_pc_TRUE@am__append_1068 = +@COND_i386_pc_TRUE@am__append_1069 = $(nodist_grub_setup_SOURCES) +@COND_i386_pc_TRUE@am__append_1070 = $(nodist_grub_setup_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1071 = grub-setup \ @COND_sparc64_ieee1275_TRUE@ grub-ofpathname -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1006 = grub-setup.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1007 = grub-setup.8 -@COND_sparc64_ieee1275_TRUE@am__append_1008 = -@COND_sparc64_ieee1275_TRUE@am__append_1009 = \ +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1072 = grub-setup.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1073 = grub-setup.8 +@COND_sparc64_ieee1275_TRUE@am__append_1074 = +@COND_sparc64_ieee1275_TRUE@am__append_1075 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_grub_setup_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ $(nodist_grub_ofpathname_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1010 = \ +@COND_sparc64_ieee1275_TRUE@am__append_1076 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_grub_setup_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ $(nodist_grub_ofpathname_SOURCES) -@COND_emu_TRUE@am__append_1011 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1012 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1013 = grub-mklayout.1 -@COND_emu_TRUE@am__append_1014 = -@COND_emu_TRUE@am__append_1015 = $(nodist_grub_mklayout_SOURCES) -@COND_emu_TRUE@am__append_1016 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_pc_TRUE@am__append_1017 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1018 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1019 = grub-mklayout.1 -@COND_i386_pc_TRUE@am__append_1020 = -@COND_i386_pc_TRUE@am__append_1021 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_pc_TRUE@am__append_1022 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_efi_TRUE@am__append_1023 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1024 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1025 = grub-mklayout.1 -@COND_i386_efi_TRUE@am__append_1026 = -@COND_i386_efi_TRUE@am__append_1027 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_efi_TRUE@am__append_1028 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_qemu_TRUE@am__append_1029 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1030 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1031 = grub-mklayout.1 -@COND_i386_qemu_TRUE@am__append_1032 = -@COND_i386_qemu_TRUE@am__append_1033 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_qemu_TRUE@am__append_1034 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_coreboot_TRUE@am__append_1035 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1036 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1037 = grub-mklayout.1 -@COND_i386_coreboot_TRUE@am__append_1038 = -@COND_i386_coreboot_TRUE@am__append_1039 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_coreboot_TRUE@am__append_1040 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_multiboot_TRUE@am__append_1041 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1042 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1043 = grub-mklayout.1 -@COND_i386_multiboot_TRUE@am__append_1044 = -@COND_i386_multiboot_TRUE@am__append_1045 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_multiboot_TRUE@am__append_1046 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_1047 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1048 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1049 = grub-mklayout.1 -@COND_i386_ieee1275_TRUE@am__append_1050 = -@COND_i386_ieee1275_TRUE@am__append_1051 = $(nodist_grub_mklayout_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_1052 = $(nodist_grub_mklayout_SOURCES) -@COND_x86_64_efi_TRUE@am__append_1053 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1054 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1055 = grub-mklayout.1 -@COND_x86_64_efi_TRUE@am__append_1056 = -@COND_x86_64_efi_TRUE@am__append_1057 = $(nodist_grub_mklayout_SOURCES) -@COND_x86_64_efi_TRUE@am__append_1058 = $(nodist_grub_mklayout_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_1059 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1060 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1061 = grub-mklayout.1 -@COND_mips_yeeloong_TRUE@am__append_1062 = -@COND_mips_yeeloong_TRUE@am__append_1063 = $(nodist_grub_mklayout_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_1064 = $(nodist_grub_mklayout_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1065 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1066 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1067 = grub-mklayout.1 -@COND_sparc64_ieee1275_TRUE@am__append_1068 = -@COND_sparc64_ieee1275_TRUE@am__append_1069 = $(nodist_grub_mklayout_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1070 = $(nodist_grub_mklayout_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_1071 = grub-mklayout -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1072 = grub-mklayout.1 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1073 = grub-mklayout.1 -@COND_powerpc_ieee1275_TRUE@am__append_1074 = -@COND_powerpc_ieee1275_TRUE@am__append_1075 = $(nodist_grub_mklayout_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_1076 = $(nodist_grub_mklayout_SOURCES) -@COND_emu_TRUE@am__append_1077 = example_unit_test -@COND_emu_TRUE@am__append_1078 = example_unit_test -@COND_emu_TRUE@am__append_1079 = -@COND_emu_TRUE@am__append_1080 = $(nodist_example_unit_test_SOURCES) -@COND_emu_TRUE@am__append_1081 = $(nodist_example_unit_test_SOURCES) -@COND_i386_pc_TRUE@am__append_1082 = example_unit_test -@COND_i386_pc_TRUE@am__append_1083 = example_unit_test -@COND_i386_pc_TRUE@am__append_1084 = -@COND_i386_pc_TRUE@am__append_1085 = $(nodist_example_unit_test_SOURCES) -@COND_i386_pc_TRUE@am__append_1086 = $(nodist_example_unit_test_SOURCES) -@COND_i386_efi_TRUE@am__append_1087 = example_unit_test -@COND_i386_efi_TRUE@am__append_1088 = example_unit_test -@COND_i386_efi_TRUE@am__append_1089 = -@COND_i386_efi_TRUE@am__append_1090 = $(nodist_example_unit_test_SOURCES) -@COND_i386_efi_TRUE@am__append_1091 = $(nodist_example_unit_test_SOURCES) -@COND_i386_qemu_TRUE@am__append_1092 = example_unit_test -@COND_i386_qemu_TRUE@am__append_1093 = example_unit_test -@COND_i386_qemu_TRUE@am__append_1094 = -@COND_i386_qemu_TRUE@am__append_1095 = $(nodist_example_unit_test_SOURCES) -@COND_i386_qemu_TRUE@am__append_1096 = $(nodist_example_unit_test_SOURCES) -@COND_i386_coreboot_TRUE@am__append_1097 = example_unit_test -@COND_i386_coreboot_TRUE@am__append_1098 = example_unit_test -@COND_i386_coreboot_TRUE@am__append_1099 = -@COND_i386_coreboot_TRUE@am__append_1100 = $(nodist_example_unit_test_SOURCES) -@COND_i386_coreboot_TRUE@am__append_1101 = $(nodist_example_unit_test_SOURCES) -@COND_i386_multiboot_TRUE@am__append_1102 = example_unit_test -@COND_i386_multiboot_TRUE@am__append_1103 = example_unit_test -@COND_i386_multiboot_TRUE@am__append_1104 = -@COND_i386_multiboot_TRUE@am__append_1105 = $(nodist_example_unit_test_SOURCES) -@COND_i386_multiboot_TRUE@am__append_1106 = $(nodist_example_unit_test_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_1107 = example_unit_test -@COND_i386_ieee1275_TRUE@am__append_1108 = example_unit_test -@COND_i386_ieee1275_TRUE@am__append_1109 = -@COND_i386_ieee1275_TRUE@am__append_1110 = $(nodist_example_unit_test_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_1111 = $(nodist_example_unit_test_SOURCES) -@COND_x86_64_efi_TRUE@am__append_1112 = example_unit_test -@COND_x86_64_efi_TRUE@am__append_1113 = example_unit_test -@COND_x86_64_efi_TRUE@am__append_1114 = -@COND_x86_64_efi_TRUE@am__append_1115 = $(nodist_example_unit_test_SOURCES) -@COND_x86_64_efi_TRUE@am__append_1116 = $(nodist_example_unit_test_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_1117 = example_unit_test -@COND_mips_yeeloong_TRUE@am__append_1118 = example_unit_test -@COND_mips_yeeloong_TRUE@am__append_1119 = -@COND_mips_yeeloong_TRUE@am__append_1120 = $(nodist_example_unit_test_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_1121 = $(nodist_example_unit_test_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1122 = example_unit_test -@COND_sparc64_ieee1275_TRUE@am__append_1123 = example_unit_test -@COND_sparc64_ieee1275_TRUE@am__append_1124 = -@COND_sparc64_ieee1275_TRUE@am__append_1125 = $(nodist_example_unit_test_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1126 = $(nodist_example_unit_test_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_1127 = example_unit_test -@COND_powerpc_ieee1275_TRUE@am__append_1128 = example_unit_test -@COND_powerpc_ieee1275_TRUE@am__append_1129 = -@COND_powerpc_ieee1275_TRUE@am__append_1130 = $(nodist_example_unit_test_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_1131 = $(nodist_example_unit_test_SOURCES) -@COND_emu_TRUE@am__append_1132 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1133 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1134 = grub-menulst2cfg.1 -@COND_emu_TRUE@am__append_1135 = -@COND_emu_TRUE@am__append_1136 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_emu_TRUE@am__append_1137 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_pc_TRUE@am__append_1138 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1139 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1140 = grub-menulst2cfg.1 -@COND_i386_pc_TRUE@am__append_1141 = -@COND_i386_pc_TRUE@am__append_1142 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_pc_TRUE@am__append_1143 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_efi_TRUE@am__append_1144 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1145 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1146 = grub-menulst2cfg.1 -@COND_i386_efi_TRUE@am__append_1147 = -@COND_i386_efi_TRUE@am__append_1148 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_efi_TRUE@am__append_1149 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_qemu_TRUE@am__append_1150 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1151 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1152 = grub-menulst2cfg.1 -@COND_i386_qemu_TRUE@am__append_1153 = -@COND_i386_qemu_TRUE@am__append_1154 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_qemu_TRUE@am__append_1155 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_coreboot_TRUE@am__append_1156 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1157 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1158 = grub-menulst2cfg.1 -@COND_i386_coreboot_TRUE@am__append_1159 = -@COND_i386_coreboot_TRUE@am__append_1160 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_coreboot_TRUE@am__append_1161 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_multiboot_TRUE@am__append_1162 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1163 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1164 = grub-menulst2cfg.1 -@COND_i386_multiboot_TRUE@am__append_1165 = -@COND_i386_multiboot_TRUE@am__append_1166 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_multiboot_TRUE@am__append_1167 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_1168 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1169 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1170 = grub-menulst2cfg.1 -@COND_i386_ieee1275_TRUE@am__append_1171 = -@COND_i386_ieee1275_TRUE@am__append_1172 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_1173 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_x86_64_efi_TRUE@am__append_1174 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1175 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1176 = grub-menulst2cfg.1 -@COND_x86_64_efi_TRUE@am__append_1177 = -@COND_x86_64_efi_TRUE@am__append_1178 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_x86_64_efi_TRUE@am__append_1179 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_1180 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1181 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1182 = grub-menulst2cfg.1 -@COND_mips_yeeloong_TRUE@am__append_1183 = -@COND_mips_yeeloong_TRUE@am__append_1184 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_1185 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1186 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1187 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1188 = grub-menulst2cfg.1 -@COND_sparc64_ieee1275_TRUE@am__append_1189 = -@COND_sparc64_ieee1275_TRUE@am__append_1190 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_1191 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_1192 = grub-menulst2cfg -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1193 = grub-menulst2cfg.1 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1194 = grub-menulst2cfg.1 +@COND_emu_TRUE@am__append_1077 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1078 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1079 = grub-mklayout.1 +@COND_emu_TRUE@am__append_1080 = +@COND_emu_TRUE@am__append_1081 = $(nodist_grub_mklayout_SOURCES) +@COND_emu_TRUE@am__append_1082 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_pc_TRUE@am__append_1083 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1084 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1085 = grub-mklayout.1 +@COND_i386_pc_TRUE@am__append_1086 = +@COND_i386_pc_TRUE@am__append_1087 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_pc_TRUE@am__append_1088 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_efi_TRUE@am__append_1089 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1090 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1091 = grub-mklayout.1 +@COND_i386_efi_TRUE@am__append_1092 = +@COND_i386_efi_TRUE@am__append_1093 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_efi_TRUE@am__append_1094 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_qemu_TRUE@am__append_1095 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1096 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1097 = grub-mklayout.1 +@COND_i386_qemu_TRUE@am__append_1098 = +@COND_i386_qemu_TRUE@am__append_1099 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_qemu_TRUE@am__append_1100 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1101 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1102 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1103 = grub-mklayout.1 +@COND_i386_coreboot_TRUE@am__append_1104 = +@COND_i386_coreboot_TRUE@am__append_1105 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1106 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1107 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1108 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1109 = grub-mklayout.1 +@COND_i386_multiboot_TRUE@am__append_1110 = +@COND_i386_multiboot_TRUE@am__append_1111 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1112 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1113 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1114 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1115 = grub-mklayout.1 +@COND_i386_ieee1275_TRUE@am__append_1116 = +@COND_i386_ieee1275_TRUE@am__append_1117 = $(nodist_grub_mklayout_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1118 = $(nodist_grub_mklayout_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1119 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1120 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1121 = grub-mklayout.1 +@COND_x86_64_efi_TRUE@am__append_1122 = +@COND_x86_64_efi_TRUE@am__append_1123 = $(nodist_grub_mklayout_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1124 = $(nodist_grub_mklayout_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1125 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1126 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1127 = grub-mklayout.1 +@COND_mips_yeeloong_TRUE@am__append_1128 = +@COND_mips_yeeloong_TRUE@am__append_1129 = $(nodist_grub_mklayout_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1130 = $(nodist_grub_mklayout_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1131 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1132 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1133 = grub-mklayout.1 +@COND_sparc64_ieee1275_TRUE@am__append_1134 = +@COND_sparc64_ieee1275_TRUE@am__append_1135 = $(nodist_grub_mklayout_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1136 = $(nodist_grub_mklayout_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1137 = grub-mklayout +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1138 = grub-mklayout.1 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1139 = grub-mklayout.1 +@COND_powerpc_ieee1275_TRUE@am__append_1140 = +@COND_powerpc_ieee1275_TRUE@am__append_1141 = $(nodist_grub_mklayout_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1142 = $(nodist_grub_mklayout_SOURCES) +@COND_emu_TRUE@am__append_1143 = example_unit_test +@COND_emu_TRUE@am__append_1144 = example_unit_test +@COND_emu_TRUE@am__append_1145 = +@COND_emu_TRUE@am__append_1146 = $(nodist_example_unit_test_SOURCES) +@COND_emu_TRUE@am__append_1147 = $(nodist_example_unit_test_SOURCES) +@COND_i386_pc_TRUE@am__append_1148 = example_unit_test +@COND_i386_pc_TRUE@am__append_1149 = example_unit_test +@COND_i386_pc_TRUE@am__append_1150 = +@COND_i386_pc_TRUE@am__append_1151 = $(nodist_example_unit_test_SOURCES) +@COND_i386_pc_TRUE@am__append_1152 = $(nodist_example_unit_test_SOURCES) +@COND_i386_efi_TRUE@am__append_1153 = example_unit_test +@COND_i386_efi_TRUE@am__append_1154 = example_unit_test +@COND_i386_efi_TRUE@am__append_1155 = +@COND_i386_efi_TRUE@am__append_1156 = $(nodist_example_unit_test_SOURCES) +@COND_i386_efi_TRUE@am__append_1157 = $(nodist_example_unit_test_SOURCES) +@COND_i386_qemu_TRUE@am__append_1158 = example_unit_test +@COND_i386_qemu_TRUE@am__append_1159 = example_unit_test +@COND_i386_qemu_TRUE@am__append_1160 = +@COND_i386_qemu_TRUE@am__append_1161 = $(nodist_example_unit_test_SOURCES) +@COND_i386_qemu_TRUE@am__append_1162 = $(nodist_example_unit_test_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1163 = example_unit_test +@COND_i386_coreboot_TRUE@am__append_1164 = example_unit_test +@COND_i386_coreboot_TRUE@am__append_1165 = +@COND_i386_coreboot_TRUE@am__append_1166 = $(nodist_example_unit_test_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1167 = $(nodist_example_unit_test_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1168 = example_unit_test +@COND_i386_multiboot_TRUE@am__append_1169 = example_unit_test +@COND_i386_multiboot_TRUE@am__append_1170 = +@COND_i386_multiboot_TRUE@am__append_1171 = $(nodist_example_unit_test_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1172 = $(nodist_example_unit_test_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1173 = example_unit_test +@COND_i386_ieee1275_TRUE@am__append_1174 = example_unit_test +@COND_i386_ieee1275_TRUE@am__append_1175 = +@COND_i386_ieee1275_TRUE@am__append_1176 = $(nodist_example_unit_test_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1177 = $(nodist_example_unit_test_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1178 = example_unit_test +@COND_x86_64_efi_TRUE@am__append_1179 = example_unit_test +@COND_x86_64_efi_TRUE@am__append_1180 = +@COND_x86_64_efi_TRUE@am__append_1181 = $(nodist_example_unit_test_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1182 = $(nodist_example_unit_test_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1183 = example_unit_test +@COND_mips_yeeloong_TRUE@am__append_1184 = example_unit_test +@COND_mips_yeeloong_TRUE@am__append_1185 = +@COND_mips_yeeloong_TRUE@am__append_1186 = $(nodist_example_unit_test_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1187 = $(nodist_example_unit_test_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1188 = example_unit_test +@COND_sparc64_ieee1275_TRUE@am__append_1189 = example_unit_test +@COND_sparc64_ieee1275_TRUE@am__append_1190 = +@COND_sparc64_ieee1275_TRUE@am__append_1191 = $(nodist_example_unit_test_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1192 = $(nodist_example_unit_test_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1193 = example_unit_test +@COND_powerpc_ieee1275_TRUE@am__append_1194 = example_unit_test @COND_powerpc_ieee1275_TRUE@am__append_1195 = -@COND_powerpc_ieee1275_TRUE@am__append_1196 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_1197 = $(nodist_grub_menulst2cfg_SOURCES) -@COND_emu_TRUE@am__append_1198 = 00_header -@COND_emu_TRUE@am__append_1199 = 00_header -@COND_emu_TRUE@am__append_1200 = util/grub.d/00_header.in -@COND_i386_pc_TRUE@am__append_1201 = 00_header -@COND_i386_pc_TRUE@am__append_1202 = 00_header -@COND_i386_pc_TRUE@am__append_1203 = util/grub.d/00_header.in -@COND_i386_efi_TRUE@am__append_1204 = 00_header -@COND_i386_efi_TRUE@am__append_1205 = 00_header -@COND_i386_efi_TRUE@am__append_1206 = util/grub.d/00_header.in -@COND_i386_qemu_TRUE@am__append_1207 = 00_header -@COND_i386_qemu_TRUE@am__append_1208 = 00_header -@COND_i386_qemu_TRUE@am__append_1209 = util/grub.d/00_header.in -@COND_i386_coreboot_TRUE@am__append_1210 = 00_header -@COND_i386_coreboot_TRUE@am__append_1211 = 00_header -@COND_i386_coreboot_TRUE@am__append_1212 = util/grub.d/00_header.in -@COND_i386_multiboot_TRUE@am__append_1213 = 00_header -@COND_i386_multiboot_TRUE@am__append_1214 = 00_header -@COND_i386_multiboot_TRUE@am__append_1215 = util/grub.d/00_header.in -@COND_i386_ieee1275_TRUE@am__append_1216 = 00_header -@COND_i386_ieee1275_TRUE@am__append_1217 = 00_header -@COND_i386_ieee1275_TRUE@am__append_1218 = util/grub.d/00_header.in -@COND_x86_64_efi_TRUE@am__append_1219 = 00_header -@COND_x86_64_efi_TRUE@am__append_1220 = 00_header -@COND_x86_64_efi_TRUE@am__append_1221 = util/grub.d/00_header.in -@COND_mips_yeeloong_TRUE@am__append_1222 = 00_header -@COND_mips_yeeloong_TRUE@am__append_1223 = 00_header -@COND_mips_yeeloong_TRUE@am__append_1224 = util/grub.d/00_header.in -@COND_sparc64_ieee1275_TRUE@am__append_1225 = 00_header -@COND_sparc64_ieee1275_TRUE@am__append_1226 = 00_header -@COND_sparc64_ieee1275_TRUE@am__append_1227 = util/grub.d/00_header.in -@COND_powerpc_ieee1275_TRUE@am__append_1228 = 00_header -@COND_powerpc_ieee1275_TRUE@am__append_1229 = 00_header -@COND_powerpc_ieee1275_TRUE@am__append_1230 = util/grub.d/00_header.in -@COND_HOST_WINDOWS_TRUE@@COND_emu_TRUE@am__append_1231 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_emu_TRUE@am__append_1232 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_emu_TRUE@am__append_1233 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_i386_pc_TRUE@am__append_1234 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_pc_TRUE@am__append_1235 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_pc_TRUE@am__append_1236 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_i386_efi_TRUE@am__append_1237 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_efi_TRUE@am__append_1238 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_efi_TRUE@am__append_1239 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_i386_qemu_TRUE@am__append_1240 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_qemu_TRUE@am__append_1241 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_qemu_TRUE@am__append_1242 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_i386_coreboot_TRUE@am__append_1243 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_coreboot_TRUE@am__append_1244 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_coreboot_TRUE@am__append_1245 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_i386_multiboot_TRUE@am__append_1246 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_multiboot_TRUE@am__append_1247 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_multiboot_TRUE@am__append_1248 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_i386_ieee1275_TRUE@am__append_1249 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_ieee1275_TRUE@am__append_1250 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_i386_ieee1275_TRUE@am__append_1251 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_x86_64_efi_TRUE@am__append_1252 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_x86_64_efi_TRUE@am__append_1253 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_x86_64_efi_TRUE@am__append_1254 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_mips_yeeloong_TRUE@am__append_1255 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_mips_yeeloong_TRUE@am__append_1256 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_mips_yeeloong_TRUE@am__append_1257 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1258 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1259 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1260 = util/grub.d/10_windows.in -@COND_HOST_WINDOWS_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1261 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1262 = 10_windows -@COND_HOST_WINDOWS_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1263 = util/grub.d/10_windows.in -@COND_HOST_HURD_TRUE@@COND_emu_TRUE@am__append_1264 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_emu_TRUE@am__append_1265 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_emu_TRUE@am__append_1266 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_i386_pc_TRUE@am__append_1267 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_pc_TRUE@am__append_1268 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_pc_TRUE@am__append_1269 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_i386_efi_TRUE@am__append_1270 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_efi_TRUE@am__append_1271 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_efi_TRUE@am__append_1272 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_i386_qemu_TRUE@am__append_1273 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_qemu_TRUE@am__append_1274 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_qemu_TRUE@am__append_1275 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_i386_coreboot_TRUE@am__append_1276 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_coreboot_TRUE@am__append_1277 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_coreboot_TRUE@am__append_1278 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_i386_multiboot_TRUE@am__append_1279 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_multiboot_TRUE@am__append_1280 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_multiboot_TRUE@am__append_1281 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1282 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1283 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1284 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_x86_64_efi_TRUE@am__append_1285 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_x86_64_efi_TRUE@am__append_1286 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_x86_64_efi_TRUE@am__append_1287 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1288 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1289 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1290 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1291 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1292 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1293 = util/grub.d/10_hurd.in -@COND_HOST_HURD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1294 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1295 = 10_hurd -@COND_HOST_HURD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1296 = util/grub.d/10_hurd.in -@COND_HOST_KFREEBSD_TRUE@@COND_emu_TRUE@am__append_1297 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_emu_TRUE@am__append_1298 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_emu_TRUE@am__append_1299 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_i386_pc_TRUE@am__append_1300 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_pc_TRUE@am__append_1301 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_pc_TRUE@am__append_1302 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_i386_efi_TRUE@am__append_1303 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_efi_TRUE@am__append_1304 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_efi_TRUE@am__append_1305 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1306 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1307 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1308 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1309 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1310 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1311 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1312 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1313 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1314 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1315 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1316 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1317 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1318 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1319 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1320 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1321 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1322 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1323 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1324 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1325 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1326 = util/grub.d/10_kfreebsd.in -@COND_HOST_KFREEBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1327 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1328 = 10_kfreebsd -@COND_HOST_KFREEBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1329 = util/grub.d/10_kfreebsd.in -@COND_HOST_NETBSD_TRUE@@COND_emu_TRUE@am__append_1330 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_emu_TRUE@am__append_1331 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_emu_TRUE@am__append_1332 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_i386_pc_TRUE@am__append_1333 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_pc_TRUE@am__append_1334 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_pc_TRUE@am__append_1335 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_i386_efi_TRUE@am__append_1336 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_efi_TRUE@am__append_1337 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_efi_TRUE@am__append_1338 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1339 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1340 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1341 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1342 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1343 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1344 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1345 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1346 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1347 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1348 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1349 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1350 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1351 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1352 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1353 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1354 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1355 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1356 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1357 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1358 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1359 = util/grub.d/10_netbsd.in -@COND_HOST_NETBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1360 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1361 = 10_netbsd -@COND_HOST_NETBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1362 = util/grub.d/10_netbsd.in -@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1363 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1364 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1365 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1366 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1367 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1368 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1369 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1370 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1371 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1372 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1373 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1374 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1375 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1376 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1377 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1378 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1379 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1380 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1381 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1382 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1383 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1384 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1385 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1386 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1387 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1388 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1389 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1390 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1391 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1392 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1393 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1394 = 10_linux -@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1395 = util/grub.d/10_linux.in -@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1396 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1397 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1398 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1399 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1400 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1401 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1402 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1403 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1404 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1405 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1406 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1407 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1408 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1409 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1410 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1411 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1412 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1413 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1414 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1415 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1416 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1417 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1418 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1419 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1420 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1421 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1422 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1423 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1424 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1425 = util/grub.d/20_linux_xen.in -@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1426 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1427 = 20_linux_xen -@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1428 = util/grub.d/20_linux_xen.in -@COND_emu_TRUE@am__append_1429 = 30_os-prober -@COND_emu_TRUE@am__append_1430 = 30_os-prober -@COND_emu_TRUE@am__append_1431 = util/grub.d/30_os-prober.in -@COND_i386_pc_TRUE@am__append_1432 = 30_os-prober -@COND_i386_pc_TRUE@am__append_1433 = 30_os-prober -@COND_i386_pc_TRUE@am__append_1434 = util/grub.d/30_os-prober.in -@COND_i386_efi_TRUE@am__append_1435 = 30_os-prober -@COND_i386_efi_TRUE@am__append_1436 = 30_os-prober -@COND_i386_efi_TRUE@am__append_1437 = util/grub.d/30_os-prober.in -@COND_i386_qemu_TRUE@am__append_1438 = 30_os-prober -@COND_i386_qemu_TRUE@am__append_1439 = 30_os-prober -@COND_i386_qemu_TRUE@am__append_1440 = util/grub.d/30_os-prober.in -@COND_i386_coreboot_TRUE@am__append_1441 = 30_os-prober -@COND_i386_coreboot_TRUE@am__append_1442 = 30_os-prober -@COND_i386_coreboot_TRUE@am__append_1443 = util/grub.d/30_os-prober.in -@COND_i386_multiboot_TRUE@am__append_1444 = 30_os-prober -@COND_i386_multiboot_TRUE@am__append_1445 = 30_os-prober -@COND_i386_multiboot_TRUE@am__append_1446 = util/grub.d/30_os-prober.in -@COND_i386_ieee1275_TRUE@am__append_1447 = 30_os-prober -@COND_i386_ieee1275_TRUE@am__append_1448 = 30_os-prober -@COND_i386_ieee1275_TRUE@am__append_1449 = util/grub.d/30_os-prober.in -@COND_x86_64_efi_TRUE@am__append_1450 = 30_os-prober -@COND_x86_64_efi_TRUE@am__append_1451 = 30_os-prober -@COND_x86_64_efi_TRUE@am__append_1452 = util/grub.d/30_os-prober.in -@COND_mips_yeeloong_TRUE@am__append_1453 = 30_os-prober -@COND_mips_yeeloong_TRUE@am__append_1454 = 30_os-prober -@COND_mips_yeeloong_TRUE@am__append_1455 = util/grub.d/30_os-prober.in -@COND_sparc64_ieee1275_TRUE@am__append_1456 = 30_os-prober -@COND_sparc64_ieee1275_TRUE@am__append_1457 = 30_os-prober -@COND_sparc64_ieee1275_TRUE@am__append_1458 = util/grub.d/30_os-prober.in -@COND_powerpc_ieee1275_TRUE@am__append_1459 = 30_os-prober -@COND_powerpc_ieee1275_TRUE@am__append_1460 = 30_os-prober -@COND_powerpc_ieee1275_TRUE@am__append_1461 = util/grub.d/30_os-prober.in -@COND_emu_TRUE@am__append_1462 = 40_custom -@COND_emu_TRUE@am__append_1463 = 40_custom -@COND_emu_TRUE@am__append_1464 = util/grub.d/40_custom.in -@COND_i386_pc_TRUE@am__append_1465 = 40_custom -@COND_i386_pc_TRUE@am__append_1466 = 40_custom -@COND_i386_pc_TRUE@am__append_1467 = util/grub.d/40_custom.in -@COND_i386_efi_TRUE@am__append_1468 = 40_custom -@COND_i386_efi_TRUE@am__append_1469 = 40_custom -@COND_i386_efi_TRUE@am__append_1470 = util/grub.d/40_custom.in -@COND_i386_qemu_TRUE@am__append_1471 = 40_custom -@COND_i386_qemu_TRUE@am__append_1472 = 40_custom -@COND_i386_qemu_TRUE@am__append_1473 = util/grub.d/40_custom.in -@COND_i386_coreboot_TRUE@am__append_1474 = 40_custom -@COND_i386_coreboot_TRUE@am__append_1475 = 40_custom -@COND_i386_coreboot_TRUE@am__append_1476 = util/grub.d/40_custom.in -@COND_i386_multiboot_TRUE@am__append_1477 = 40_custom -@COND_i386_multiboot_TRUE@am__append_1478 = 40_custom -@COND_i386_multiboot_TRUE@am__append_1479 = util/grub.d/40_custom.in -@COND_i386_ieee1275_TRUE@am__append_1480 = 40_custom -@COND_i386_ieee1275_TRUE@am__append_1481 = 40_custom -@COND_i386_ieee1275_TRUE@am__append_1482 = util/grub.d/40_custom.in -@COND_x86_64_efi_TRUE@am__append_1483 = 40_custom -@COND_x86_64_efi_TRUE@am__append_1484 = 40_custom -@COND_x86_64_efi_TRUE@am__append_1485 = util/grub.d/40_custom.in -@COND_mips_yeeloong_TRUE@am__append_1486 = 40_custom -@COND_mips_yeeloong_TRUE@am__append_1487 = 40_custom -@COND_mips_yeeloong_TRUE@am__append_1488 = util/grub.d/40_custom.in -@COND_sparc64_ieee1275_TRUE@am__append_1489 = 40_custom -@COND_sparc64_ieee1275_TRUE@am__append_1490 = 40_custom -@COND_sparc64_ieee1275_TRUE@am__append_1491 = util/grub.d/40_custom.in -@COND_powerpc_ieee1275_TRUE@am__append_1492 = 40_custom -@COND_powerpc_ieee1275_TRUE@am__append_1493 = 40_custom -@COND_powerpc_ieee1275_TRUE@am__append_1494 = util/grub.d/40_custom.in -@COND_emu_TRUE@am__append_1495 = 41_custom -@COND_emu_TRUE@am__append_1496 = 41_custom -@COND_emu_TRUE@am__append_1497 = util/grub.d/41_custom.in -@COND_i386_pc_TRUE@am__append_1498 = 41_custom -@COND_i386_pc_TRUE@am__append_1499 = 41_custom -@COND_i386_pc_TRUE@am__append_1500 = util/grub.d/41_custom.in -@COND_i386_efi_TRUE@am__append_1501 = 41_custom -@COND_i386_efi_TRUE@am__append_1502 = 41_custom -@COND_i386_efi_TRUE@am__append_1503 = util/grub.d/41_custom.in -@COND_i386_qemu_TRUE@am__append_1504 = 41_custom -@COND_i386_qemu_TRUE@am__append_1505 = 41_custom -@COND_i386_qemu_TRUE@am__append_1506 = util/grub.d/41_custom.in -@COND_i386_coreboot_TRUE@am__append_1507 = 41_custom -@COND_i386_coreboot_TRUE@am__append_1508 = 41_custom -@COND_i386_coreboot_TRUE@am__append_1509 = util/grub.d/41_custom.in -@COND_i386_multiboot_TRUE@am__append_1510 = 41_custom -@COND_i386_multiboot_TRUE@am__append_1511 = 41_custom -@COND_i386_multiboot_TRUE@am__append_1512 = util/grub.d/41_custom.in -@COND_i386_ieee1275_TRUE@am__append_1513 = 41_custom -@COND_i386_ieee1275_TRUE@am__append_1514 = 41_custom -@COND_i386_ieee1275_TRUE@am__append_1515 = util/grub.d/41_custom.in -@COND_x86_64_efi_TRUE@am__append_1516 = 41_custom -@COND_x86_64_efi_TRUE@am__append_1517 = 41_custom -@COND_x86_64_efi_TRUE@am__append_1518 = util/grub.d/41_custom.in -@COND_mips_yeeloong_TRUE@am__append_1519 = 41_custom -@COND_mips_yeeloong_TRUE@am__append_1520 = 41_custom -@COND_mips_yeeloong_TRUE@am__append_1521 = util/grub.d/41_custom.in -@COND_sparc64_ieee1275_TRUE@am__append_1522 = 41_custom -@COND_sparc64_ieee1275_TRUE@am__append_1523 = 41_custom -@COND_sparc64_ieee1275_TRUE@am__append_1524 = util/grub.d/41_custom.in -@COND_powerpc_ieee1275_TRUE@am__append_1525 = 41_custom -@COND_powerpc_ieee1275_TRUE@am__append_1526 = 41_custom -@COND_powerpc_ieee1275_TRUE@am__append_1527 = util/grub.d/41_custom.in -@COND_i386_pc_TRUE@am__append_1528 = grub-mkrescue -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1529 = grub-mkrescue.1 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1530 = grub-mkrescue.1 -@COND_i386_pc_TRUE@am__append_1531 = grub-mkrescue -@COND_i386_pc_TRUE@am__append_1532 = util/grub-mkrescue.in -@COND_i386_efi_TRUE@am__append_1533 = grub-mkrescue -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1534 = grub-mkrescue.1 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1535 = grub-mkrescue.1 -@COND_i386_efi_TRUE@am__append_1536 = grub-mkrescue -@COND_i386_efi_TRUE@am__append_1537 = util/grub-mkrescue.in -@COND_i386_qemu_TRUE@am__append_1538 = grub-mkrescue -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1539 = grub-mkrescue.1 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1540 = grub-mkrescue.1 -@COND_i386_qemu_TRUE@am__append_1541 = grub-mkrescue -@COND_i386_qemu_TRUE@am__append_1542 = util/grub-mkrescue.in -@COND_i386_coreboot_TRUE@am__append_1543 = grub-mkrescue -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1544 = grub-mkrescue.1 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1545 = grub-mkrescue.1 -@COND_i386_coreboot_TRUE@am__append_1546 = grub-mkrescue -@COND_i386_coreboot_TRUE@am__append_1547 = util/grub-mkrescue.in -@COND_i386_multiboot_TRUE@am__append_1548 = grub-mkrescue -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1549 = grub-mkrescue.1 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1550 = grub-mkrescue.1 -@COND_i386_multiboot_TRUE@am__append_1551 = grub-mkrescue -@COND_i386_multiboot_TRUE@am__append_1552 = util/grub-mkrescue.in -@COND_x86_64_efi_TRUE@am__append_1553 = grub-mkrescue -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1554 = grub-mkrescue.1 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1555 = grub-mkrescue.1 -@COND_x86_64_efi_TRUE@am__append_1556 = grub-mkrescue -@COND_x86_64_efi_TRUE@am__append_1557 = util/grub-mkrescue.in -@COND_powerpc_ieee1275_TRUE@am__append_1558 = grub-mkrescue -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1559 = grub-mkrescue.1 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1560 = grub-mkrescue.1 -@COND_powerpc_ieee1275_TRUE@am__append_1561 = grub-mkrescue -@COND_powerpc_ieee1275_TRUE@am__append_1562 = util/powerpc/ieee1275/grub-mkrescue.in -@COND_i386_pc_TRUE@am__append_1563 = grub-install -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1564 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1565 = grub-install.8 -@COND_i386_pc_TRUE@am__append_1566 = grub-install -@COND_i386_pc_TRUE@am__append_1567 = util/grub-install.in -@COND_i386_efi_TRUE@am__append_1568 = grub-install -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1569 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1570 = grub-install.8 -@COND_i386_efi_TRUE@am__append_1571 = grub-install -@COND_i386_efi_TRUE@am__append_1572 = util/grub-install.in -@COND_i386_qemu_TRUE@am__append_1573 = grub-install -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1574 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1575 = grub-install.8 -@COND_i386_qemu_TRUE@am__append_1576 = grub-install -@COND_i386_qemu_TRUE@am__append_1577 = util/grub-install.in -@COND_i386_coreboot_TRUE@am__append_1578 = grub-install -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1579 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1580 = grub-install.8 -@COND_i386_coreboot_TRUE@am__append_1581 = grub-install -@COND_i386_coreboot_TRUE@am__append_1582 = util/grub-install.in -@COND_i386_multiboot_TRUE@am__append_1583 = grub-install -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1584 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1585 = grub-install.8 -@COND_i386_multiboot_TRUE@am__append_1586 = grub-install -@COND_i386_multiboot_TRUE@am__append_1587 = util/grub-install.in -@COND_i386_ieee1275_TRUE@am__append_1588 = grub-install -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1589 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1590 = grub-install.8 -@COND_i386_ieee1275_TRUE@am__append_1591 = grub-install -@COND_i386_ieee1275_TRUE@am__append_1592 = util/grub-install.in -@COND_x86_64_efi_TRUE@am__append_1593 = grub-install -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1594 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1595 = grub-install.8 -@COND_x86_64_efi_TRUE@am__append_1596 = grub-install -@COND_x86_64_efi_TRUE@am__append_1597 = util/grub-install.in -@COND_mips_yeeloong_TRUE@am__append_1598 = grub-install -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1599 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1600 = grub-install.8 -@COND_mips_yeeloong_TRUE@am__append_1601 = grub-install -@COND_mips_yeeloong_TRUE@am__append_1602 = util/grub-install.in -@COND_sparc64_ieee1275_TRUE@am__append_1603 = grub-install -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1604 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1605 = grub-install.8 -@COND_sparc64_ieee1275_TRUE@am__append_1606 = grub-install -@COND_sparc64_ieee1275_TRUE@am__append_1607 = util/grub-install.in -@COND_powerpc_ieee1275_TRUE@am__append_1608 = grub-install -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1609 = grub-install.8 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1610 = grub-install.8 -@COND_powerpc_ieee1275_TRUE@am__append_1611 = grub-install -@COND_powerpc_ieee1275_TRUE@am__append_1612 = util/grub-install.in -@COND_emu_TRUE@am__append_1613 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1614 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1615 = grub-mknetdir.8 -@COND_emu_TRUE@am__append_1616 = grub-mknetdir -@COND_emu_TRUE@am__append_1617 = util/grub-mknetdir.in -@COND_i386_pc_TRUE@am__append_1618 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1619 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1620 = grub-mknetdir.8 -@COND_i386_pc_TRUE@am__append_1621 = grub-mknetdir -@COND_i386_pc_TRUE@am__append_1622 = util/grub-mknetdir.in -@COND_i386_efi_TRUE@am__append_1623 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1624 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1625 = grub-mknetdir.8 -@COND_i386_efi_TRUE@am__append_1626 = grub-mknetdir -@COND_i386_efi_TRUE@am__append_1627 = util/grub-mknetdir.in -@COND_i386_qemu_TRUE@am__append_1628 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1629 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1630 = grub-mknetdir.8 -@COND_i386_qemu_TRUE@am__append_1631 = grub-mknetdir -@COND_i386_qemu_TRUE@am__append_1632 = util/grub-mknetdir.in -@COND_i386_coreboot_TRUE@am__append_1633 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1634 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1635 = grub-mknetdir.8 -@COND_i386_coreboot_TRUE@am__append_1636 = grub-mknetdir -@COND_i386_coreboot_TRUE@am__append_1637 = util/grub-mknetdir.in -@COND_i386_multiboot_TRUE@am__append_1638 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1639 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1640 = grub-mknetdir.8 -@COND_i386_multiboot_TRUE@am__append_1641 = grub-mknetdir -@COND_i386_multiboot_TRUE@am__append_1642 = util/grub-mknetdir.in -@COND_i386_ieee1275_TRUE@am__append_1643 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1644 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1645 = grub-mknetdir.8 -@COND_i386_ieee1275_TRUE@am__append_1646 = grub-mknetdir -@COND_i386_ieee1275_TRUE@am__append_1647 = util/grub-mknetdir.in -@COND_x86_64_efi_TRUE@am__append_1648 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1649 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1650 = grub-mknetdir.8 -@COND_x86_64_efi_TRUE@am__append_1651 = grub-mknetdir -@COND_x86_64_efi_TRUE@am__append_1652 = util/grub-mknetdir.in -@COND_mips_yeeloong_TRUE@am__append_1653 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1654 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1655 = grub-mknetdir.8 -@COND_mips_yeeloong_TRUE@am__append_1656 = grub-mknetdir -@COND_mips_yeeloong_TRUE@am__append_1657 = util/grub-mknetdir.in -@COND_sparc64_ieee1275_TRUE@am__append_1658 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1659 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1660 = grub-mknetdir.8 -@COND_sparc64_ieee1275_TRUE@am__append_1661 = grub-mknetdir -@COND_sparc64_ieee1275_TRUE@am__append_1662 = util/grub-mknetdir.in -@COND_powerpc_ieee1275_TRUE@am__append_1663 = grub-mknetdir -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1664 = grub-mknetdir.8 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1665 = grub-mknetdir.8 -@COND_powerpc_ieee1275_TRUE@am__append_1666 = grub-mknetdir -@COND_powerpc_ieee1275_TRUE@am__append_1667 = util/grub-mknetdir.in -@COND_emu_TRUE@am__append_1668 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1669 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1670 = grub-mkconfig.8 -@COND_emu_TRUE@am__append_1671 = grub-mkconfig -@COND_emu_TRUE@am__append_1672 = util/grub-mkconfig.in -@COND_i386_pc_TRUE@am__append_1673 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1674 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1675 = grub-mkconfig.8 -@COND_i386_pc_TRUE@am__append_1676 = grub-mkconfig -@COND_i386_pc_TRUE@am__append_1677 = util/grub-mkconfig.in -@COND_i386_efi_TRUE@am__append_1678 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1679 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1680 = grub-mkconfig.8 -@COND_i386_efi_TRUE@am__append_1681 = grub-mkconfig -@COND_i386_efi_TRUE@am__append_1682 = util/grub-mkconfig.in -@COND_i386_qemu_TRUE@am__append_1683 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1684 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1685 = grub-mkconfig.8 -@COND_i386_qemu_TRUE@am__append_1686 = grub-mkconfig -@COND_i386_qemu_TRUE@am__append_1687 = util/grub-mkconfig.in -@COND_i386_coreboot_TRUE@am__append_1688 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1689 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1690 = grub-mkconfig.8 -@COND_i386_coreboot_TRUE@am__append_1691 = grub-mkconfig -@COND_i386_coreboot_TRUE@am__append_1692 = util/grub-mkconfig.in -@COND_i386_multiboot_TRUE@am__append_1693 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1694 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1695 = grub-mkconfig.8 -@COND_i386_multiboot_TRUE@am__append_1696 = grub-mkconfig -@COND_i386_multiboot_TRUE@am__append_1697 = util/grub-mkconfig.in -@COND_i386_ieee1275_TRUE@am__append_1698 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1699 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1700 = grub-mkconfig.8 -@COND_i386_ieee1275_TRUE@am__append_1701 = grub-mkconfig -@COND_i386_ieee1275_TRUE@am__append_1702 = util/grub-mkconfig.in -@COND_x86_64_efi_TRUE@am__append_1703 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1704 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1705 = grub-mkconfig.8 -@COND_x86_64_efi_TRUE@am__append_1706 = grub-mkconfig -@COND_x86_64_efi_TRUE@am__append_1707 = util/grub-mkconfig.in -@COND_mips_yeeloong_TRUE@am__append_1708 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1709 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1710 = grub-mkconfig.8 -@COND_mips_yeeloong_TRUE@am__append_1711 = grub-mkconfig -@COND_mips_yeeloong_TRUE@am__append_1712 = util/grub-mkconfig.in -@COND_sparc64_ieee1275_TRUE@am__append_1713 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1714 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1715 = grub-mkconfig.8 -@COND_sparc64_ieee1275_TRUE@am__append_1716 = grub-mkconfig -@COND_sparc64_ieee1275_TRUE@am__append_1717 = util/grub-mkconfig.in -@COND_powerpc_ieee1275_TRUE@am__append_1718 = grub-mkconfig -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1719 = grub-mkconfig.8 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1720 = grub-mkconfig.8 -@COND_powerpc_ieee1275_TRUE@am__append_1721 = grub-mkconfig -@COND_powerpc_ieee1275_TRUE@am__append_1722 = util/grub-mkconfig.in -@COND_emu_TRUE@am__append_1723 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1724 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1725 = grub-set-default.8 -@COND_emu_TRUE@am__append_1726 = grub-set-default -@COND_emu_TRUE@am__append_1727 = util/grub-set-default.in -@COND_i386_pc_TRUE@am__append_1728 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1729 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1730 = grub-set-default.8 -@COND_i386_pc_TRUE@am__append_1731 = grub-set-default -@COND_i386_pc_TRUE@am__append_1732 = util/grub-set-default.in -@COND_i386_efi_TRUE@am__append_1733 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1734 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1735 = grub-set-default.8 -@COND_i386_efi_TRUE@am__append_1736 = grub-set-default -@COND_i386_efi_TRUE@am__append_1737 = util/grub-set-default.in -@COND_i386_qemu_TRUE@am__append_1738 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1739 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1740 = grub-set-default.8 -@COND_i386_qemu_TRUE@am__append_1741 = grub-set-default -@COND_i386_qemu_TRUE@am__append_1742 = util/grub-set-default.in -@COND_i386_coreboot_TRUE@am__append_1743 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1744 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1745 = grub-set-default.8 -@COND_i386_coreboot_TRUE@am__append_1746 = grub-set-default -@COND_i386_coreboot_TRUE@am__append_1747 = util/grub-set-default.in -@COND_i386_multiboot_TRUE@am__append_1748 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1749 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1750 = grub-set-default.8 -@COND_i386_multiboot_TRUE@am__append_1751 = grub-set-default -@COND_i386_multiboot_TRUE@am__append_1752 = util/grub-set-default.in -@COND_i386_ieee1275_TRUE@am__append_1753 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1754 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1755 = grub-set-default.8 -@COND_i386_ieee1275_TRUE@am__append_1756 = grub-set-default -@COND_i386_ieee1275_TRUE@am__append_1757 = util/grub-set-default.in -@COND_x86_64_efi_TRUE@am__append_1758 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1759 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1760 = grub-set-default.8 -@COND_x86_64_efi_TRUE@am__append_1761 = grub-set-default -@COND_x86_64_efi_TRUE@am__append_1762 = util/grub-set-default.in -@COND_mips_yeeloong_TRUE@am__append_1763 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1764 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1765 = grub-set-default.8 -@COND_mips_yeeloong_TRUE@am__append_1766 = grub-set-default -@COND_mips_yeeloong_TRUE@am__append_1767 = util/grub-set-default.in -@COND_sparc64_ieee1275_TRUE@am__append_1768 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1769 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1770 = grub-set-default.8 -@COND_sparc64_ieee1275_TRUE@am__append_1771 = grub-set-default -@COND_sparc64_ieee1275_TRUE@am__append_1772 = util/grub-set-default.in -@COND_powerpc_ieee1275_TRUE@am__append_1773 = grub-set-default -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1774 = grub-set-default.8 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1775 = grub-set-default.8 -@COND_powerpc_ieee1275_TRUE@am__append_1776 = grub-set-default -@COND_powerpc_ieee1275_TRUE@am__append_1777 = util/grub-set-default.in -@COND_emu_TRUE@am__append_1778 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1779 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1780 = grub-reboot.8 -@COND_emu_TRUE@am__append_1781 = grub-reboot -@COND_emu_TRUE@am__append_1782 = util/grub-reboot.in -@COND_i386_pc_TRUE@am__append_1783 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1784 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1785 = grub-reboot.8 -@COND_i386_pc_TRUE@am__append_1786 = grub-reboot -@COND_i386_pc_TRUE@am__append_1787 = util/grub-reboot.in -@COND_i386_efi_TRUE@am__append_1788 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1789 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1790 = grub-reboot.8 -@COND_i386_efi_TRUE@am__append_1791 = grub-reboot -@COND_i386_efi_TRUE@am__append_1792 = util/grub-reboot.in -@COND_i386_qemu_TRUE@am__append_1793 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1794 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1795 = grub-reboot.8 -@COND_i386_qemu_TRUE@am__append_1796 = grub-reboot -@COND_i386_qemu_TRUE@am__append_1797 = util/grub-reboot.in -@COND_i386_coreboot_TRUE@am__append_1798 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1799 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1800 = grub-reboot.8 -@COND_i386_coreboot_TRUE@am__append_1801 = grub-reboot -@COND_i386_coreboot_TRUE@am__append_1802 = util/grub-reboot.in -@COND_i386_multiboot_TRUE@am__append_1803 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1804 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1805 = grub-reboot.8 -@COND_i386_multiboot_TRUE@am__append_1806 = grub-reboot -@COND_i386_multiboot_TRUE@am__append_1807 = util/grub-reboot.in -@COND_i386_ieee1275_TRUE@am__append_1808 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1809 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1810 = grub-reboot.8 -@COND_i386_ieee1275_TRUE@am__append_1811 = grub-reboot -@COND_i386_ieee1275_TRUE@am__append_1812 = util/grub-reboot.in -@COND_x86_64_efi_TRUE@am__append_1813 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1814 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1815 = grub-reboot.8 -@COND_x86_64_efi_TRUE@am__append_1816 = grub-reboot -@COND_x86_64_efi_TRUE@am__append_1817 = util/grub-reboot.in -@COND_mips_yeeloong_TRUE@am__append_1818 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1819 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1820 = grub-reboot.8 -@COND_mips_yeeloong_TRUE@am__append_1821 = grub-reboot -@COND_mips_yeeloong_TRUE@am__append_1822 = util/grub-reboot.in -@COND_sparc64_ieee1275_TRUE@am__append_1823 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1824 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1825 = grub-reboot.8 -@COND_sparc64_ieee1275_TRUE@am__append_1826 = grub-reboot -@COND_sparc64_ieee1275_TRUE@am__append_1827 = util/grub-reboot.in -@COND_powerpc_ieee1275_TRUE@am__append_1828 = grub-reboot -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1829 = grub-reboot.8 -@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1830 = grub-reboot.8 -@COND_powerpc_ieee1275_TRUE@am__append_1831 = grub-reboot -@COND_powerpc_ieee1275_TRUE@am__append_1832 = util/grub-reboot.in -@COND_emu_TRUE@am__append_1833 = grub-mkconfig_lib -@COND_emu_TRUE@am__append_1834 = grub-mkconfig_lib -@COND_emu_TRUE@am__append_1835 = util/grub-mkconfig_lib.in -@COND_i386_pc_TRUE@am__append_1836 = grub-mkconfig_lib -@COND_i386_pc_TRUE@am__append_1837 = grub-mkconfig_lib -@COND_i386_pc_TRUE@am__append_1838 = util/grub-mkconfig_lib.in -@COND_i386_efi_TRUE@am__append_1839 = grub-mkconfig_lib -@COND_i386_efi_TRUE@am__append_1840 = grub-mkconfig_lib -@COND_i386_efi_TRUE@am__append_1841 = util/grub-mkconfig_lib.in -@COND_i386_qemu_TRUE@am__append_1842 = grub-mkconfig_lib -@COND_i386_qemu_TRUE@am__append_1843 = grub-mkconfig_lib -@COND_i386_qemu_TRUE@am__append_1844 = util/grub-mkconfig_lib.in -@COND_i386_coreboot_TRUE@am__append_1845 = grub-mkconfig_lib -@COND_i386_coreboot_TRUE@am__append_1846 = grub-mkconfig_lib -@COND_i386_coreboot_TRUE@am__append_1847 = util/grub-mkconfig_lib.in -@COND_i386_multiboot_TRUE@am__append_1848 = grub-mkconfig_lib -@COND_i386_multiboot_TRUE@am__append_1849 = grub-mkconfig_lib -@COND_i386_multiboot_TRUE@am__append_1850 = util/grub-mkconfig_lib.in -@COND_i386_ieee1275_TRUE@am__append_1851 = grub-mkconfig_lib -@COND_i386_ieee1275_TRUE@am__append_1852 = grub-mkconfig_lib -@COND_i386_ieee1275_TRUE@am__append_1853 = util/grub-mkconfig_lib.in -@COND_x86_64_efi_TRUE@am__append_1854 = grub-mkconfig_lib -@COND_x86_64_efi_TRUE@am__append_1855 = grub-mkconfig_lib -@COND_x86_64_efi_TRUE@am__append_1856 = util/grub-mkconfig_lib.in -@COND_mips_yeeloong_TRUE@am__append_1857 = grub-mkconfig_lib -@COND_mips_yeeloong_TRUE@am__append_1858 = grub-mkconfig_lib -@COND_mips_yeeloong_TRUE@am__append_1859 = util/grub-mkconfig_lib.in -@COND_sparc64_ieee1275_TRUE@am__append_1860 = grub-mkconfig_lib -@COND_sparc64_ieee1275_TRUE@am__append_1861 = grub-mkconfig_lib -@COND_sparc64_ieee1275_TRUE@am__append_1862 = util/grub-mkconfig_lib.in -@COND_powerpc_ieee1275_TRUE@am__append_1863 = grub-mkconfig_lib -@COND_powerpc_ieee1275_TRUE@am__append_1864 = grub-mkconfig_lib -@COND_powerpc_ieee1275_TRUE@am__append_1865 = util/grub-mkconfig_lib.in -@COND_emu_TRUE@am__append_1866 = update-grub_lib -@COND_emu_TRUE@am__append_1867 = update-grub_lib -@COND_emu_TRUE@am__append_1868 = util/update-grub_lib.in -@COND_i386_pc_TRUE@am__append_1869 = update-grub_lib -@COND_i386_pc_TRUE@am__append_1870 = update-grub_lib -@COND_i386_pc_TRUE@am__append_1871 = util/update-grub_lib.in -@COND_i386_efi_TRUE@am__append_1872 = update-grub_lib -@COND_i386_efi_TRUE@am__append_1873 = update-grub_lib -@COND_i386_efi_TRUE@am__append_1874 = util/update-grub_lib.in -@COND_i386_qemu_TRUE@am__append_1875 = update-grub_lib -@COND_i386_qemu_TRUE@am__append_1876 = update-grub_lib -@COND_i386_qemu_TRUE@am__append_1877 = util/update-grub_lib.in -@COND_i386_coreboot_TRUE@am__append_1878 = update-grub_lib -@COND_i386_coreboot_TRUE@am__append_1879 = update-grub_lib -@COND_i386_coreboot_TRUE@am__append_1880 = util/update-grub_lib.in -@COND_i386_multiboot_TRUE@am__append_1881 = update-grub_lib -@COND_i386_multiboot_TRUE@am__append_1882 = update-grub_lib -@COND_i386_multiboot_TRUE@am__append_1883 = util/update-grub_lib.in -@COND_i386_ieee1275_TRUE@am__append_1884 = update-grub_lib -@COND_i386_ieee1275_TRUE@am__append_1885 = update-grub_lib -@COND_i386_ieee1275_TRUE@am__append_1886 = util/update-grub_lib.in -@COND_x86_64_efi_TRUE@am__append_1887 = update-grub_lib -@COND_x86_64_efi_TRUE@am__append_1888 = update-grub_lib -@COND_x86_64_efi_TRUE@am__append_1889 = util/update-grub_lib.in -@COND_mips_yeeloong_TRUE@am__append_1890 = update-grub_lib -@COND_mips_yeeloong_TRUE@am__append_1891 = update-grub_lib -@COND_mips_yeeloong_TRUE@am__append_1892 = util/update-grub_lib.in -@COND_sparc64_ieee1275_TRUE@am__append_1893 = update-grub_lib -@COND_sparc64_ieee1275_TRUE@am__append_1894 = update-grub_lib -@COND_sparc64_ieee1275_TRUE@am__append_1895 = util/update-grub_lib.in -@COND_powerpc_ieee1275_TRUE@am__append_1896 = update-grub_lib -@COND_powerpc_ieee1275_TRUE@am__append_1897 = update-grub_lib -@COND_powerpc_ieee1275_TRUE@am__append_1898 = util/update-grub_lib.in -@COND_emu_TRUE@am__append_1899 = grub-kbdcomp -@COND_emu_TRUE@am__append_1900 = grub-kbdcomp -@COND_emu_TRUE@am__append_1901 = util/grub-kbdcomp.in -@COND_i386_pc_TRUE@am__append_1902 = grub-kbdcomp -@COND_i386_pc_TRUE@am__append_1903 = grub-kbdcomp -@COND_i386_pc_TRUE@am__append_1904 = util/grub-kbdcomp.in -@COND_i386_efi_TRUE@am__append_1905 = grub-kbdcomp -@COND_i386_efi_TRUE@am__append_1906 = grub-kbdcomp -@COND_i386_efi_TRUE@am__append_1907 = util/grub-kbdcomp.in -@COND_i386_qemu_TRUE@am__append_1908 = grub-kbdcomp -@COND_i386_qemu_TRUE@am__append_1909 = grub-kbdcomp -@COND_i386_qemu_TRUE@am__append_1910 = util/grub-kbdcomp.in -@COND_i386_coreboot_TRUE@am__append_1911 = grub-kbdcomp -@COND_i386_coreboot_TRUE@am__append_1912 = grub-kbdcomp -@COND_i386_coreboot_TRUE@am__append_1913 = util/grub-kbdcomp.in -@COND_i386_multiboot_TRUE@am__append_1914 = grub-kbdcomp -@COND_i386_multiboot_TRUE@am__append_1915 = grub-kbdcomp -@COND_i386_multiboot_TRUE@am__append_1916 = util/grub-kbdcomp.in -@COND_i386_ieee1275_TRUE@am__append_1917 = grub-kbdcomp -@COND_i386_ieee1275_TRUE@am__append_1918 = grub-kbdcomp -@COND_i386_ieee1275_TRUE@am__append_1919 = util/grub-kbdcomp.in -@COND_x86_64_efi_TRUE@am__append_1920 = grub-kbdcomp -@COND_x86_64_efi_TRUE@am__append_1921 = grub-kbdcomp -@COND_x86_64_efi_TRUE@am__append_1922 = util/grub-kbdcomp.in -@COND_mips_yeeloong_TRUE@am__append_1923 = grub-kbdcomp -@COND_mips_yeeloong_TRUE@am__append_1924 = grub-kbdcomp -@COND_mips_yeeloong_TRUE@am__append_1925 = util/grub-kbdcomp.in -@COND_sparc64_ieee1275_TRUE@am__append_1926 = grub-kbdcomp -@COND_sparc64_ieee1275_TRUE@am__append_1927 = grub-kbdcomp -@COND_sparc64_ieee1275_TRUE@am__append_1928 = util/grub-kbdcomp.in -@COND_powerpc_ieee1275_TRUE@am__append_1929 = grub-kbdcomp -@COND_powerpc_ieee1275_TRUE@am__append_1930 = grub-kbdcomp -@COND_powerpc_ieee1275_TRUE@am__append_1931 = util/grub-kbdcomp.in -@COND_emu_TRUE@am__append_1932 = grub-shell -@COND_emu_TRUE@am__append_1933 = grub-shell -@COND_emu_TRUE@am__append_1934 = tests/util/grub-shell.in -@COND_i386_pc_TRUE@am__append_1935 = grub-shell -@COND_i386_pc_TRUE@am__append_1936 = grub-shell -@COND_i386_pc_TRUE@am__append_1937 = tests/util/grub-shell.in -@COND_i386_efi_TRUE@am__append_1938 = grub-shell -@COND_i386_efi_TRUE@am__append_1939 = grub-shell -@COND_i386_efi_TRUE@am__append_1940 = tests/util/grub-shell.in -@COND_i386_qemu_TRUE@am__append_1941 = grub-shell -@COND_i386_qemu_TRUE@am__append_1942 = grub-shell -@COND_i386_qemu_TRUE@am__append_1943 = tests/util/grub-shell.in -@COND_i386_coreboot_TRUE@am__append_1944 = grub-shell -@COND_i386_coreboot_TRUE@am__append_1945 = grub-shell -@COND_i386_coreboot_TRUE@am__append_1946 = tests/util/grub-shell.in -@COND_i386_multiboot_TRUE@am__append_1947 = grub-shell -@COND_i386_multiboot_TRUE@am__append_1948 = grub-shell -@COND_i386_multiboot_TRUE@am__append_1949 = tests/util/grub-shell.in -@COND_i386_ieee1275_TRUE@am__append_1950 = grub-shell -@COND_i386_ieee1275_TRUE@am__append_1951 = grub-shell -@COND_i386_ieee1275_TRUE@am__append_1952 = tests/util/grub-shell.in -@COND_x86_64_efi_TRUE@am__append_1953 = grub-shell -@COND_x86_64_efi_TRUE@am__append_1954 = grub-shell -@COND_x86_64_efi_TRUE@am__append_1955 = tests/util/grub-shell.in -@COND_mips_yeeloong_TRUE@am__append_1956 = grub-shell -@COND_mips_yeeloong_TRUE@am__append_1957 = grub-shell -@COND_mips_yeeloong_TRUE@am__append_1958 = tests/util/grub-shell.in -@COND_sparc64_ieee1275_TRUE@am__append_1959 = grub-shell -@COND_sparc64_ieee1275_TRUE@am__append_1960 = grub-shell -@COND_sparc64_ieee1275_TRUE@am__append_1961 = tests/util/grub-shell.in -@COND_powerpc_ieee1275_TRUE@am__append_1962 = grub-shell -@COND_powerpc_ieee1275_TRUE@am__append_1963 = grub-shell -@COND_powerpc_ieee1275_TRUE@am__append_1964 = tests/util/grub-shell.in -@COND_emu_TRUE@am__append_1965 = grub-shell-tester -@COND_emu_TRUE@am__append_1966 = grub-shell-tester -@COND_emu_TRUE@am__append_1967 = tests/util/grub-shell-tester.in -@COND_i386_pc_TRUE@am__append_1968 = grub-shell-tester -@COND_i386_pc_TRUE@am__append_1969 = grub-shell-tester -@COND_i386_pc_TRUE@am__append_1970 = tests/util/grub-shell-tester.in -@COND_i386_efi_TRUE@am__append_1971 = grub-shell-tester -@COND_i386_efi_TRUE@am__append_1972 = grub-shell-tester -@COND_i386_efi_TRUE@am__append_1973 = tests/util/grub-shell-tester.in -@COND_i386_qemu_TRUE@am__append_1974 = grub-shell-tester -@COND_i386_qemu_TRUE@am__append_1975 = grub-shell-tester -@COND_i386_qemu_TRUE@am__append_1976 = tests/util/grub-shell-tester.in -@COND_i386_coreboot_TRUE@am__append_1977 = grub-shell-tester -@COND_i386_coreboot_TRUE@am__append_1978 = grub-shell-tester -@COND_i386_coreboot_TRUE@am__append_1979 = tests/util/grub-shell-tester.in -@COND_i386_multiboot_TRUE@am__append_1980 = grub-shell-tester -@COND_i386_multiboot_TRUE@am__append_1981 = grub-shell-tester -@COND_i386_multiboot_TRUE@am__append_1982 = tests/util/grub-shell-tester.in -@COND_i386_ieee1275_TRUE@am__append_1983 = grub-shell-tester -@COND_i386_ieee1275_TRUE@am__append_1984 = grub-shell-tester -@COND_i386_ieee1275_TRUE@am__append_1985 = tests/util/grub-shell-tester.in -@COND_x86_64_efi_TRUE@am__append_1986 = grub-shell-tester -@COND_x86_64_efi_TRUE@am__append_1987 = grub-shell-tester -@COND_x86_64_efi_TRUE@am__append_1988 = tests/util/grub-shell-tester.in -@COND_mips_yeeloong_TRUE@am__append_1989 = grub-shell-tester -@COND_mips_yeeloong_TRUE@am__append_1990 = grub-shell-tester -@COND_mips_yeeloong_TRUE@am__append_1991 = tests/util/grub-shell-tester.in -@COND_sparc64_ieee1275_TRUE@am__append_1992 = grub-shell-tester -@COND_sparc64_ieee1275_TRUE@am__append_1993 = grub-shell-tester -@COND_sparc64_ieee1275_TRUE@am__append_1994 = tests/util/grub-shell-tester.in -@COND_powerpc_ieee1275_TRUE@am__append_1995 = grub-shell-tester -@COND_powerpc_ieee1275_TRUE@am__append_1996 = grub-shell-tester -@COND_powerpc_ieee1275_TRUE@am__append_1997 = tests/util/grub-shell-tester.in -@COND_emu_TRUE@am__append_1998 = example_scripted_test -@COND_emu_TRUE@am__append_1999 = example_scripted_test -@COND_emu_TRUE@am__append_2000 = example_scripted_test -@COND_emu_TRUE@am__append_2001 = tests/example_scripted_test.in -@COND_i386_pc_TRUE@am__append_2002 = example_scripted_test -@COND_i386_pc_TRUE@am__append_2003 = example_scripted_test -@COND_i386_pc_TRUE@am__append_2004 = example_scripted_test -@COND_i386_pc_TRUE@am__append_2005 = tests/example_scripted_test.in -@COND_i386_efi_TRUE@am__append_2006 = example_scripted_test -@COND_i386_efi_TRUE@am__append_2007 = example_scripted_test -@COND_i386_efi_TRUE@am__append_2008 = example_scripted_test -@COND_i386_efi_TRUE@am__append_2009 = tests/example_scripted_test.in -@COND_i386_qemu_TRUE@am__append_2010 = example_scripted_test -@COND_i386_qemu_TRUE@am__append_2011 = example_scripted_test -@COND_i386_qemu_TRUE@am__append_2012 = example_scripted_test -@COND_i386_qemu_TRUE@am__append_2013 = tests/example_scripted_test.in -@COND_i386_coreboot_TRUE@am__append_2014 = example_scripted_test -@COND_i386_coreboot_TRUE@am__append_2015 = example_scripted_test -@COND_i386_coreboot_TRUE@am__append_2016 = example_scripted_test -@COND_i386_coreboot_TRUE@am__append_2017 = tests/example_scripted_test.in -@COND_i386_multiboot_TRUE@am__append_2018 = example_scripted_test -@COND_i386_multiboot_TRUE@am__append_2019 = example_scripted_test -@COND_i386_multiboot_TRUE@am__append_2020 = example_scripted_test -@COND_i386_multiboot_TRUE@am__append_2021 = tests/example_scripted_test.in -@COND_i386_ieee1275_TRUE@am__append_2022 = example_scripted_test -@COND_i386_ieee1275_TRUE@am__append_2023 = example_scripted_test -@COND_i386_ieee1275_TRUE@am__append_2024 = example_scripted_test -@COND_i386_ieee1275_TRUE@am__append_2025 = tests/example_scripted_test.in -@COND_x86_64_efi_TRUE@am__append_2026 = example_scripted_test -@COND_x86_64_efi_TRUE@am__append_2027 = example_scripted_test -@COND_x86_64_efi_TRUE@am__append_2028 = example_scripted_test -@COND_x86_64_efi_TRUE@am__append_2029 = tests/example_scripted_test.in -@COND_mips_yeeloong_TRUE@am__append_2030 = example_scripted_test -@COND_mips_yeeloong_TRUE@am__append_2031 = example_scripted_test -@COND_mips_yeeloong_TRUE@am__append_2032 = example_scripted_test -@COND_mips_yeeloong_TRUE@am__append_2033 = tests/example_scripted_test.in -@COND_sparc64_ieee1275_TRUE@am__append_2034 = example_scripted_test -@COND_sparc64_ieee1275_TRUE@am__append_2035 = example_scripted_test -@COND_sparc64_ieee1275_TRUE@am__append_2036 = example_scripted_test -@COND_sparc64_ieee1275_TRUE@am__append_2037 = tests/example_scripted_test.in -@COND_powerpc_ieee1275_TRUE@am__append_2038 = example_scripted_test -@COND_powerpc_ieee1275_TRUE@am__append_2039 = example_scripted_test -@COND_powerpc_ieee1275_TRUE@am__append_2040 = example_scripted_test -@COND_powerpc_ieee1275_TRUE@am__append_2041 = tests/example_scripted_test.in -@COND_emu_TRUE@am__append_2042 = example_grub_script_test -@COND_emu_TRUE@am__append_2043 = example_grub_script_test -@COND_emu_TRUE@am__append_2044 = example_grub_script_test -@COND_emu_TRUE@am__append_2045 = tests/example_grub_script_test.in -@COND_i386_pc_TRUE@am__append_2046 = example_grub_script_test -@COND_i386_pc_TRUE@am__append_2047 = example_grub_script_test -@COND_i386_pc_TRUE@am__append_2048 = example_grub_script_test -@COND_i386_pc_TRUE@am__append_2049 = tests/example_grub_script_test.in -@COND_i386_efi_TRUE@am__append_2050 = example_grub_script_test -@COND_i386_efi_TRUE@am__append_2051 = example_grub_script_test -@COND_i386_efi_TRUE@am__append_2052 = example_grub_script_test -@COND_i386_efi_TRUE@am__append_2053 = tests/example_grub_script_test.in -@COND_i386_qemu_TRUE@am__append_2054 = example_grub_script_test -@COND_i386_qemu_TRUE@am__append_2055 = example_grub_script_test -@COND_i386_qemu_TRUE@am__append_2056 = example_grub_script_test -@COND_i386_qemu_TRUE@am__append_2057 = tests/example_grub_script_test.in -@COND_i386_coreboot_TRUE@am__append_2058 = example_grub_script_test -@COND_i386_coreboot_TRUE@am__append_2059 = example_grub_script_test -@COND_i386_coreboot_TRUE@am__append_2060 = example_grub_script_test -@COND_i386_coreboot_TRUE@am__append_2061 = tests/example_grub_script_test.in -@COND_i386_multiboot_TRUE@am__append_2062 = example_grub_script_test -@COND_i386_multiboot_TRUE@am__append_2063 = example_grub_script_test -@COND_i386_multiboot_TRUE@am__append_2064 = example_grub_script_test -@COND_i386_multiboot_TRUE@am__append_2065 = tests/example_grub_script_test.in -@COND_i386_ieee1275_TRUE@am__append_2066 = example_grub_script_test -@COND_i386_ieee1275_TRUE@am__append_2067 = example_grub_script_test -@COND_i386_ieee1275_TRUE@am__append_2068 = example_grub_script_test -@COND_i386_ieee1275_TRUE@am__append_2069 = tests/example_grub_script_test.in -@COND_x86_64_efi_TRUE@am__append_2070 = example_grub_script_test -@COND_x86_64_efi_TRUE@am__append_2071 = example_grub_script_test -@COND_x86_64_efi_TRUE@am__append_2072 = example_grub_script_test -@COND_x86_64_efi_TRUE@am__append_2073 = tests/example_grub_script_test.in -@COND_mips_yeeloong_TRUE@am__append_2074 = example_grub_script_test -@COND_mips_yeeloong_TRUE@am__append_2075 = example_grub_script_test -@COND_mips_yeeloong_TRUE@am__append_2076 = example_grub_script_test -@COND_mips_yeeloong_TRUE@am__append_2077 = tests/example_grub_script_test.in -@COND_sparc64_ieee1275_TRUE@am__append_2078 = example_grub_script_test -@COND_sparc64_ieee1275_TRUE@am__append_2079 = example_grub_script_test -@COND_sparc64_ieee1275_TRUE@am__append_2080 = example_grub_script_test -@COND_sparc64_ieee1275_TRUE@am__append_2081 = tests/example_grub_script_test.in -@COND_powerpc_ieee1275_TRUE@am__append_2082 = example_grub_script_test -@COND_powerpc_ieee1275_TRUE@am__append_2083 = example_grub_script_test -@COND_powerpc_ieee1275_TRUE@am__append_2084 = example_grub_script_test -@COND_powerpc_ieee1275_TRUE@am__append_2085 = tests/example_grub_script_test.in -@COND_emu_TRUE@am__append_2086 = grub_script_echo1 -@COND_emu_TRUE@am__append_2087 = grub_script_echo1 -@COND_emu_TRUE@am__append_2088 = grub_script_echo1 -@COND_emu_TRUE@am__append_2089 = tests/grub_script_echo1.in -@COND_i386_pc_TRUE@am__append_2090 = grub_script_echo1 -@COND_i386_pc_TRUE@am__append_2091 = grub_script_echo1 -@COND_i386_pc_TRUE@am__append_2092 = grub_script_echo1 -@COND_i386_pc_TRUE@am__append_2093 = tests/grub_script_echo1.in -@COND_i386_efi_TRUE@am__append_2094 = grub_script_echo1 -@COND_i386_efi_TRUE@am__append_2095 = grub_script_echo1 -@COND_i386_efi_TRUE@am__append_2096 = grub_script_echo1 -@COND_i386_efi_TRUE@am__append_2097 = tests/grub_script_echo1.in -@COND_i386_qemu_TRUE@am__append_2098 = grub_script_echo1 -@COND_i386_qemu_TRUE@am__append_2099 = grub_script_echo1 -@COND_i386_qemu_TRUE@am__append_2100 = grub_script_echo1 -@COND_i386_qemu_TRUE@am__append_2101 = tests/grub_script_echo1.in -@COND_i386_coreboot_TRUE@am__append_2102 = grub_script_echo1 -@COND_i386_coreboot_TRUE@am__append_2103 = grub_script_echo1 -@COND_i386_coreboot_TRUE@am__append_2104 = grub_script_echo1 -@COND_i386_coreboot_TRUE@am__append_2105 = tests/grub_script_echo1.in -@COND_i386_multiboot_TRUE@am__append_2106 = grub_script_echo1 -@COND_i386_multiboot_TRUE@am__append_2107 = grub_script_echo1 -@COND_i386_multiboot_TRUE@am__append_2108 = grub_script_echo1 -@COND_i386_multiboot_TRUE@am__append_2109 = tests/grub_script_echo1.in -@COND_i386_ieee1275_TRUE@am__append_2110 = grub_script_echo1 -@COND_i386_ieee1275_TRUE@am__append_2111 = grub_script_echo1 -@COND_i386_ieee1275_TRUE@am__append_2112 = grub_script_echo1 -@COND_i386_ieee1275_TRUE@am__append_2113 = tests/grub_script_echo1.in -@COND_x86_64_efi_TRUE@am__append_2114 = grub_script_echo1 -@COND_x86_64_efi_TRUE@am__append_2115 = grub_script_echo1 -@COND_x86_64_efi_TRUE@am__append_2116 = grub_script_echo1 -@COND_x86_64_efi_TRUE@am__append_2117 = tests/grub_script_echo1.in -@COND_mips_yeeloong_TRUE@am__append_2118 = grub_script_echo1 -@COND_mips_yeeloong_TRUE@am__append_2119 = grub_script_echo1 -@COND_mips_yeeloong_TRUE@am__append_2120 = grub_script_echo1 -@COND_mips_yeeloong_TRUE@am__append_2121 = tests/grub_script_echo1.in -@COND_sparc64_ieee1275_TRUE@am__append_2122 = grub_script_echo1 -@COND_sparc64_ieee1275_TRUE@am__append_2123 = grub_script_echo1 -@COND_sparc64_ieee1275_TRUE@am__append_2124 = grub_script_echo1 -@COND_sparc64_ieee1275_TRUE@am__append_2125 = tests/grub_script_echo1.in -@COND_powerpc_ieee1275_TRUE@am__append_2126 = grub_script_echo1 -@COND_powerpc_ieee1275_TRUE@am__append_2127 = grub_script_echo1 -@COND_powerpc_ieee1275_TRUE@am__append_2128 = grub_script_echo1 -@COND_powerpc_ieee1275_TRUE@am__append_2129 = tests/grub_script_echo1.in -@COND_emu_TRUE@am__append_2130 = grub_script_echo_keywords -@COND_emu_TRUE@am__append_2131 = grub_script_echo_keywords -@COND_emu_TRUE@am__append_2132 = grub_script_echo_keywords -@COND_emu_TRUE@am__append_2133 = tests/grub_script_echo_keywords.in -@COND_i386_pc_TRUE@am__append_2134 = grub_script_echo_keywords -@COND_i386_pc_TRUE@am__append_2135 = grub_script_echo_keywords -@COND_i386_pc_TRUE@am__append_2136 = grub_script_echo_keywords -@COND_i386_pc_TRUE@am__append_2137 = tests/grub_script_echo_keywords.in -@COND_i386_efi_TRUE@am__append_2138 = grub_script_echo_keywords -@COND_i386_efi_TRUE@am__append_2139 = grub_script_echo_keywords -@COND_i386_efi_TRUE@am__append_2140 = grub_script_echo_keywords -@COND_i386_efi_TRUE@am__append_2141 = tests/grub_script_echo_keywords.in -@COND_i386_qemu_TRUE@am__append_2142 = grub_script_echo_keywords -@COND_i386_qemu_TRUE@am__append_2143 = grub_script_echo_keywords -@COND_i386_qemu_TRUE@am__append_2144 = grub_script_echo_keywords -@COND_i386_qemu_TRUE@am__append_2145 = tests/grub_script_echo_keywords.in -@COND_i386_coreboot_TRUE@am__append_2146 = grub_script_echo_keywords -@COND_i386_coreboot_TRUE@am__append_2147 = grub_script_echo_keywords -@COND_i386_coreboot_TRUE@am__append_2148 = grub_script_echo_keywords -@COND_i386_coreboot_TRUE@am__append_2149 = tests/grub_script_echo_keywords.in -@COND_i386_multiboot_TRUE@am__append_2150 = grub_script_echo_keywords -@COND_i386_multiboot_TRUE@am__append_2151 = grub_script_echo_keywords -@COND_i386_multiboot_TRUE@am__append_2152 = grub_script_echo_keywords -@COND_i386_multiboot_TRUE@am__append_2153 = tests/grub_script_echo_keywords.in -@COND_i386_ieee1275_TRUE@am__append_2154 = grub_script_echo_keywords -@COND_i386_ieee1275_TRUE@am__append_2155 = grub_script_echo_keywords -@COND_i386_ieee1275_TRUE@am__append_2156 = grub_script_echo_keywords -@COND_i386_ieee1275_TRUE@am__append_2157 = tests/grub_script_echo_keywords.in -@COND_x86_64_efi_TRUE@am__append_2158 = grub_script_echo_keywords -@COND_x86_64_efi_TRUE@am__append_2159 = grub_script_echo_keywords -@COND_x86_64_efi_TRUE@am__append_2160 = grub_script_echo_keywords -@COND_x86_64_efi_TRUE@am__append_2161 = tests/grub_script_echo_keywords.in -@COND_mips_yeeloong_TRUE@am__append_2162 = grub_script_echo_keywords -@COND_mips_yeeloong_TRUE@am__append_2163 = grub_script_echo_keywords -@COND_mips_yeeloong_TRUE@am__append_2164 = grub_script_echo_keywords -@COND_mips_yeeloong_TRUE@am__append_2165 = tests/grub_script_echo_keywords.in -@COND_sparc64_ieee1275_TRUE@am__append_2166 = grub_script_echo_keywords -@COND_sparc64_ieee1275_TRUE@am__append_2167 = grub_script_echo_keywords -@COND_sparc64_ieee1275_TRUE@am__append_2168 = grub_script_echo_keywords -@COND_sparc64_ieee1275_TRUE@am__append_2169 = tests/grub_script_echo_keywords.in -@COND_powerpc_ieee1275_TRUE@am__append_2170 = grub_script_echo_keywords -@COND_powerpc_ieee1275_TRUE@am__append_2171 = grub_script_echo_keywords -@COND_powerpc_ieee1275_TRUE@am__append_2172 = grub_script_echo_keywords -@COND_powerpc_ieee1275_TRUE@am__append_2173 = tests/grub_script_echo_keywords.in -@COND_emu_TRUE@am__append_2174 = grub_script_vars1 -@COND_emu_TRUE@am__append_2175 = grub_script_vars1 -@COND_emu_TRUE@am__append_2176 = grub_script_vars1 -@COND_emu_TRUE@am__append_2177 = tests/grub_script_vars1.in -@COND_i386_pc_TRUE@am__append_2178 = grub_script_vars1 -@COND_i386_pc_TRUE@am__append_2179 = grub_script_vars1 -@COND_i386_pc_TRUE@am__append_2180 = grub_script_vars1 -@COND_i386_pc_TRUE@am__append_2181 = tests/grub_script_vars1.in -@COND_i386_efi_TRUE@am__append_2182 = grub_script_vars1 -@COND_i386_efi_TRUE@am__append_2183 = grub_script_vars1 -@COND_i386_efi_TRUE@am__append_2184 = grub_script_vars1 -@COND_i386_efi_TRUE@am__append_2185 = tests/grub_script_vars1.in -@COND_i386_qemu_TRUE@am__append_2186 = grub_script_vars1 -@COND_i386_qemu_TRUE@am__append_2187 = grub_script_vars1 -@COND_i386_qemu_TRUE@am__append_2188 = grub_script_vars1 -@COND_i386_qemu_TRUE@am__append_2189 = tests/grub_script_vars1.in -@COND_i386_coreboot_TRUE@am__append_2190 = grub_script_vars1 -@COND_i386_coreboot_TRUE@am__append_2191 = grub_script_vars1 -@COND_i386_coreboot_TRUE@am__append_2192 = grub_script_vars1 -@COND_i386_coreboot_TRUE@am__append_2193 = tests/grub_script_vars1.in -@COND_i386_multiboot_TRUE@am__append_2194 = grub_script_vars1 -@COND_i386_multiboot_TRUE@am__append_2195 = grub_script_vars1 -@COND_i386_multiboot_TRUE@am__append_2196 = grub_script_vars1 -@COND_i386_multiboot_TRUE@am__append_2197 = tests/grub_script_vars1.in -@COND_i386_ieee1275_TRUE@am__append_2198 = grub_script_vars1 -@COND_i386_ieee1275_TRUE@am__append_2199 = grub_script_vars1 -@COND_i386_ieee1275_TRUE@am__append_2200 = grub_script_vars1 -@COND_i386_ieee1275_TRUE@am__append_2201 = tests/grub_script_vars1.in -@COND_x86_64_efi_TRUE@am__append_2202 = grub_script_vars1 -@COND_x86_64_efi_TRUE@am__append_2203 = grub_script_vars1 -@COND_x86_64_efi_TRUE@am__append_2204 = grub_script_vars1 -@COND_x86_64_efi_TRUE@am__append_2205 = tests/grub_script_vars1.in -@COND_mips_yeeloong_TRUE@am__append_2206 = grub_script_vars1 -@COND_mips_yeeloong_TRUE@am__append_2207 = grub_script_vars1 -@COND_mips_yeeloong_TRUE@am__append_2208 = grub_script_vars1 -@COND_mips_yeeloong_TRUE@am__append_2209 = tests/grub_script_vars1.in -@COND_sparc64_ieee1275_TRUE@am__append_2210 = grub_script_vars1 -@COND_sparc64_ieee1275_TRUE@am__append_2211 = grub_script_vars1 -@COND_sparc64_ieee1275_TRUE@am__append_2212 = grub_script_vars1 -@COND_sparc64_ieee1275_TRUE@am__append_2213 = tests/grub_script_vars1.in -@COND_powerpc_ieee1275_TRUE@am__append_2214 = grub_script_vars1 -@COND_powerpc_ieee1275_TRUE@am__append_2215 = grub_script_vars1 -@COND_powerpc_ieee1275_TRUE@am__append_2216 = grub_script_vars1 -@COND_powerpc_ieee1275_TRUE@am__append_2217 = tests/grub_script_vars1.in -@COND_emu_TRUE@am__append_2218 = grub_script_for1 -@COND_emu_TRUE@am__append_2219 = grub_script_for1 -@COND_emu_TRUE@am__append_2220 = grub_script_for1 -@COND_emu_TRUE@am__append_2221 = tests/grub_script_for1.in -@COND_i386_pc_TRUE@am__append_2222 = grub_script_for1 -@COND_i386_pc_TRUE@am__append_2223 = grub_script_for1 -@COND_i386_pc_TRUE@am__append_2224 = grub_script_for1 -@COND_i386_pc_TRUE@am__append_2225 = tests/grub_script_for1.in -@COND_i386_efi_TRUE@am__append_2226 = grub_script_for1 -@COND_i386_efi_TRUE@am__append_2227 = grub_script_for1 -@COND_i386_efi_TRUE@am__append_2228 = grub_script_for1 -@COND_i386_efi_TRUE@am__append_2229 = tests/grub_script_for1.in -@COND_i386_qemu_TRUE@am__append_2230 = grub_script_for1 -@COND_i386_qemu_TRUE@am__append_2231 = grub_script_for1 -@COND_i386_qemu_TRUE@am__append_2232 = grub_script_for1 -@COND_i386_qemu_TRUE@am__append_2233 = tests/grub_script_for1.in -@COND_i386_coreboot_TRUE@am__append_2234 = grub_script_for1 -@COND_i386_coreboot_TRUE@am__append_2235 = grub_script_for1 -@COND_i386_coreboot_TRUE@am__append_2236 = grub_script_for1 -@COND_i386_coreboot_TRUE@am__append_2237 = tests/grub_script_for1.in -@COND_i386_multiboot_TRUE@am__append_2238 = grub_script_for1 -@COND_i386_multiboot_TRUE@am__append_2239 = grub_script_for1 -@COND_i386_multiboot_TRUE@am__append_2240 = grub_script_for1 -@COND_i386_multiboot_TRUE@am__append_2241 = tests/grub_script_for1.in -@COND_i386_ieee1275_TRUE@am__append_2242 = grub_script_for1 -@COND_i386_ieee1275_TRUE@am__append_2243 = grub_script_for1 -@COND_i386_ieee1275_TRUE@am__append_2244 = grub_script_for1 -@COND_i386_ieee1275_TRUE@am__append_2245 = tests/grub_script_for1.in -@COND_x86_64_efi_TRUE@am__append_2246 = grub_script_for1 -@COND_x86_64_efi_TRUE@am__append_2247 = grub_script_for1 -@COND_x86_64_efi_TRUE@am__append_2248 = grub_script_for1 -@COND_x86_64_efi_TRUE@am__append_2249 = tests/grub_script_for1.in -@COND_mips_yeeloong_TRUE@am__append_2250 = grub_script_for1 -@COND_mips_yeeloong_TRUE@am__append_2251 = grub_script_for1 -@COND_mips_yeeloong_TRUE@am__append_2252 = grub_script_for1 -@COND_mips_yeeloong_TRUE@am__append_2253 = tests/grub_script_for1.in -@COND_sparc64_ieee1275_TRUE@am__append_2254 = grub_script_for1 -@COND_sparc64_ieee1275_TRUE@am__append_2255 = grub_script_for1 -@COND_sparc64_ieee1275_TRUE@am__append_2256 = grub_script_for1 -@COND_sparc64_ieee1275_TRUE@am__append_2257 = tests/grub_script_for1.in -@COND_powerpc_ieee1275_TRUE@am__append_2258 = grub_script_for1 -@COND_powerpc_ieee1275_TRUE@am__append_2259 = grub_script_for1 -@COND_powerpc_ieee1275_TRUE@am__append_2260 = grub_script_for1 -@COND_powerpc_ieee1275_TRUE@am__append_2261 = tests/grub_script_for1.in -@COND_emu_TRUE@am__append_2262 = grub_script_while1 -@COND_emu_TRUE@am__append_2263 = grub_script_while1 -@COND_emu_TRUE@am__append_2264 = grub_script_while1 -@COND_emu_TRUE@am__append_2265 = tests/grub_script_while1.in -@COND_i386_pc_TRUE@am__append_2266 = grub_script_while1 -@COND_i386_pc_TRUE@am__append_2267 = grub_script_while1 -@COND_i386_pc_TRUE@am__append_2268 = grub_script_while1 -@COND_i386_pc_TRUE@am__append_2269 = tests/grub_script_while1.in -@COND_i386_efi_TRUE@am__append_2270 = grub_script_while1 -@COND_i386_efi_TRUE@am__append_2271 = grub_script_while1 -@COND_i386_efi_TRUE@am__append_2272 = grub_script_while1 -@COND_i386_efi_TRUE@am__append_2273 = tests/grub_script_while1.in -@COND_i386_qemu_TRUE@am__append_2274 = grub_script_while1 -@COND_i386_qemu_TRUE@am__append_2275 = grub_script_while1 -@COND_i386_qemu_TRUE@am__append_2276 = grub_script_while1 -@COND_i386_qemu_TRUE@am__append_2277 = tests/grub_script_while1.in -@COND_i386_coreboot_TRUE@am__append_2278 = grub_script_while1 -@COND_i386_coreboot_TRUE@am__append_2279 = grub_script_while1 -@COND_i386_coreboot_TRUE@am__append_2280 = grub_script_while1 -@COND_i386_coreboot_TRUE@am__append_2281 = tests/grub_script_while1.in -@COND_i386_multiboot_TRUE@am__append_2282 = grub_script_while1 -@COND_i386_multiboot_TRUE@am__append_2283 = grub_script_while1 -@COND_i386_multiboot_TRUE@am__append_2284 = grub_script_while1 -@COND_i386_multiboot_TRUE@am__append_2285 = tests/grub_script_while1.in -@COND_i386_ieee1275_TRUE@am__append_2286 = grub_script_while1 -@COND_i386_ieee1275_TRUE@am__append_2287 = grub_script_while1 -@COND_i386_ieee1275_TRUE@am__append_2288 = grub_script_while1 -@COND_i386_ieee1275_TRUE@am__append_2289 = tests/grub_script_while1.in -@COND_x86_64_efi_TRUE@am__append_2290 = grub_script_while1 -@COND_x86_64_efi_TRUE@am__append_2291 = grub_script_while1 -@COND_x86_64_efi_TRUE@am__append_2292 = grub_script_while1 -@COND_x86_64_efi_TRUE@am__append_2293 = tests/grub_script_while1.in -@COND_mips_yeeloong_TRUE@am__append_2294 = grub_script_while1 -@COND_mips_yeeloong_TRUE@am__append_2295 = grub_script_while1 -@COND_mips_yeeloong_TRUE@am__append_2296 = grub_script_while1 -@COND_mips_yeeloong_TRUE@am__append_2297 = tests/grub_script_while1.in -@COND_sparc64_ieee1275_TRUE@am__append_2298 = grub_script_while1 -@COND_sparc64_ieee1275_TRUE@am__append_2299 = grub_script_while1 -@COND_sparc64_ieee1275_TRUE@am__append_2300 = grub_script_while1 -@COND_sparc64_ieee1275_TRUE@am__append_2301 = tests/grub_script_while1.in -@COND_powerpc_ieee1275_TRUE@am__append_2302 = grub_script_while1 -@COND_powerpc_ieee1275_TRUE@am__append_2303 = grub_script_while1 -@COND_powerpc_ieee1275_TRUE@am__append_2304 = grub_script_while1 -@COND_powerpc_ieee1275_TRUE@am__append_2305 = tests/grub_script_while1.in -@COND_emu_TRUE@am__append_2306 = grub_script_if -@COND_emu_TRUE@am__append_2307 = grub_script_if -@COND_emu_TRUE@am__append_2308 = grub_script_if -@COND_emu_TRUE@am__append_2309 = tests/grub_script_if.in -@COND_i386_pc_TRUE@am__append_2310 = grub_script_if -@COND_i386_pc_TRUE@am__append_2311 = grub_script_if -@COND_i386_pc_TRUE@am__append_2312 = grub_script_if -@COND_i386_pc_TRUE@am__append_2313 = tests/grub_script_if.in -@COND_i386_efi_TRUE@am__append_2314 = grub_script_if -@COND_i386_efi_TRUE@am__append_2315 = grub_script_if -@COND_i386_efi_TRUE@am__append_2316 = grub_script_if -@COND_i386_efi_TRUE@am__append_2317 = tests/grub_script_if.in -@COND_i386_qemu_TRUE@am__append_2318 = grub_script_if -@COND_i386_qemu_TRUE@am__append_2319 = grub_script_if -@COND_i386_qemu_TRUE@am__append_2320 = grub_script_if -@COND_i386_qemu_TRUE@am__append_2321 = tests/grub_script_if.in -@COND_i386_coreboot_TRUE@am__append_2322 = grub_script_if -@COND_i386_coreboot_TRUE@am__append_2323 = grub_script_if -@COND_i386_coreboot_TRUE@am__append_2324 = grub_script_if -@COND_i386_coreboot_TRUE@am__append_2325 = tests/grub_script_if.in -@COND_i386_multiboot_TRUE@am__append_2326 = grub_script_if -@COND_i386_multiboot_TRUE@am__append_2327 = grub_script_if -@COND_i386_multiboot_TRUE@am__append_2328 = grub_script_if -@COND_i386_multiboot_TRUE@am__append_2329 = tests/grub_script_if.in -@COND_i386_ieee1275_TRUE@am__append_2330 = grub_script_if -@COND_i386_ieee1275_TRUE@am__append_2331 = grub_script_if -@COND_i386_ieee1275_TRUE@am__append_2332 = grub_script_if -@COND_i386_ieee1275_TRUE@am__append_2333 = tests/grub_script_if.in -@COND_x86_64_efi_TRUE@am__append_2334 = grub_script_if -@COND_x86_64_efi_TRUE@am__append_2335 = grub_script_if -@COND_x86_64_efi_TRUE@am__append_2336 = grub_script_if -@COND_x86_64_efi_TRUE@am__append_2337 = tests/grub_script_if.in -@COND_mips_yeeloong_TRUE@am__append_2338 = grub_script_if -@COND_mips_yeeloong_TRUE@am__append_2339 = grub_script_if -@COND_mips_yeeloong_TRUE@am__append_2340 = grub_script_if -@COND_mips_yeeloong_TRUE@am__append_2341 = tests/grub_script_if.in -@COND_sparc64_ieee1275_TRUE@am__append_2342 = grub_script_if -@COND_sparc64_ieee1275_TRUE@am__append_2343 = grub_script_if -@COND_sparc64_ieee1275_TRUE@am__append_2344 = grub_script_if -@COND_sparc64_ieee1275_TRUE@am__append_2345 = tests/grub_script_if.in -@COND_powerpc_ieee1275_TRUE@am__append_2346 = grub_script_if -@COND_powerpc_ieee1275_TRUE@am__append_2347 = grub_script_if -@COND_powerpc_ieee1275_TRUE@am__append_2348 = grub_script_if -@COND_powerpc_ieee1275_TRUE@am__append_2349 = tests/grub_script_if.in -@COND_emu_TRUE@am__append_2350 = grub_script_blanklines -@COND_emu_TRUE@am__append_2351 = grub_script_blanklines -@COND_emu_TRUE@am__append_2352 = grub_script_blanklines -@COND_emu_TRUE@am__append_2353 = tests/grub_script_blanklines.in -@COND_i386_pc_TRUE@am__append_2354 = grub_script_blanklines -@COND_i386_pc_TRUE@am__append_2355 = grub_script_blanklines -@COND_i386_pc_TRUE@am__append_2356 = grub_script_blanklines -@COND_i386_pc_TRUE@am__append_2357 = tests/grub_script_blanklines.in -@COND_i386_efi_TRUE@am__append_2358 = grub_script_blanklines -@COND_i386_efi_TRUE@am__append_2359 = grub_script_blanklines -@COND_i386_efi_TRUE@am__append_2360 = grub_script_blanklines -@COND_i386_efi_TRUE@am__append_2361 = tests/grub_script_blanklines.in -@COND_i386_qemu_TRUE@am__append_2362 = grub_script_blanklines -@COND_i386_qemu_TRUE@am__append_2363 = grub_script_blanklines -@COND_i386_qemu_TRUE@am__append_2364 = grub_script_blanklines -@COND_i386_qemu_TRUE@am__append_2365 = tests/grub_script_blanklines.in -@COND_i386_coreboot_TRUE@am__append_2366 = grub_script_blanklines -@COND_i386_coreboot_TRUE@am__append_2367 = grub_script_blanklines -@COND_i386_coreboot_TRUE@am__append_2368 = grub_script_blanklines -@COND_i386_coreboot_TRUE@am__append_2369 = tests/grub_script_blanklines.in -@COND_i386_multiboot_TRUE@am__append_2370 = grub_script_blanklines -@COND_i386_multiboot_TRUE@am__append_2371 = grub_script_blanklines -@COND_i386_multiboot_TRUE@am__append_2372 = grub_script_blanklines -@COND_i386_multiboot_TRUE@am__append_2373 = tests/grub_script_blanklines.in -@COND_i386_ieee1275_TRUE@am__append_2374 = grub_script_blanklines -@COND_i386_ieee1275_TRUE@am__append_2375 = grub_script_blanklines -@COND_i386_ieee1275_TRUE@am__append_2376 = grub_script_blanklines -@COND_i386_ieee1275_TRUE@am__append_2377 = tests/grub_script_blanklines.in -@COND_x86_64_efi_TRUE@am__append_2378 = grub_script_blanklines -@COND_x86_64_efi_TRUE@am__append_2379 = grub_script_blanklines -@COND_x86_64_efi_TRUE@am__append_2380 = grub_script_blanklines -@COND_x86_64_efi_TRUE@am__append_2381 = tests/grub_script_blanklines.in -@COND_mips_yeeloong_TRUE@am__append_2382 = grub_script_blanklines -@COND_mips_yeeloong_TRUE@am__append_2383 = grub_script_blanklines -@COND_mips_yeeloong_TRUE@am__append_2384 = grub_script_blanklines -@COND_mips_yeeloong_TRUE@am__append_2385 = tests/grub_script_blanklines.in -@COND_sparc64_ieee1275_TRUE@am__append_2386 = grub_script_blanklines -@COND_sparc64_ieee1275_TRUE@am__append_2387 = grub_script_blanklines -@COND_sparc64_ieee1275_TRUE@am__append_2388 = grub_script_blanklines -@COND_sparc64_ieee1275_TRUE@am__append_2389 = tests/grub_script_blanklines.in -@COND_powerpc_ieee1275_TRUE@am__append_2390 = grub_script_blanklines -@COND_powerpc_ieee1275_TRUE@am__append_2391 = grub_script_blanklines -@COND_powerpc_ieee1275_TRUE@am__append_2392 = grub_script_blanklines -@COND_powerpc_ieee1275_TRUE@am__append_2393 = tests/grub_script_blanklines.in -@COND_emu_TRUE@am__append_2394 = grub_script_final_semicolon -@COND_emu_TRUE@am__append_2395 = grub_script_final_semicolon -@COND_emu_TRUE@am__append_2396 = grub_script_final_semicolon -@COND_emu_TRUE@am__append_2397 = tests/grub_script_final_semicolon.in -@COND_i386_pc_TRUE@am__append_2398 = grub_script_final_semicolon -@COND_i386_pc_TRUE@am__append_2399 = grub_script_final_semicolon -@COND_i386_pc_TRUE@am__append_2400 = grub_script_final_semicolon -@COND_i386_pc_TRUE@am__append_2401 = tests/grub_script_final_semicolon.in -@COND_i386_efi_TRUE@am__append_2402 = grub_script_final_semicolon -@COND_i386_efi_TRUE@am__append_2403 = grub_script_final_semicolon -@COND_i386_efi_TRUE@am__append_2404 = grub_script_final_semicolon -@COND_i386_efi_TRUE@am__append_2405 = tests/grub_script_final_semicolon.in -@COND_i386_qemu_TRUE@am__append_2406 = grub_script_final_semicolon -@COND_i386_qemu_TRUE@am__append_2407 = grub_script_final_semicolon -@COND_i386_qemu_TRUE@am__append_2408 = grub_script_final_semicolon -@COND_i386_qemu_TRUE@am__append_2409 = tests/grub_script_final_semicolon.in -@COND_i386_coreboot_TRUE@am__append_2410 = grub_script_final_semicolon -@COND_i386_coreboot_TRUE@am__append_2411 = grub_script_final_semicolon -@COND_i386_coreboot_TRUE@am__append_2412 = grub_script_final_semicolon -@COND_i386_coreboot_TRUE@am__append_2413 = tests/grub_script_final_semicolon.in -@COND_i386_multiboot_TRUE@am__append_2414 = grub_script_final_semicolon -@COND_i386_multiboot_TRUE@am__append_2415 = grub_script_final_semicolon -@COND_i386_multiboot_TRUE@am__append_2416 = grub_script_final_semicolon -@COND_i386_multiboot_TRUE@am__append_2417 = tests/grub_script_final_semicolon.in -@COND_i386_ieee1275_TRUE@am__append_2418 = grub_script_final_semicolon -@COND_i386_ieee1275_TRUE@am__append_2419 = grub_script_final_semicolon -@COND_i386_ieee1275_TRUE@am__append_2420 = grub_script_final_semicolon -@COND_i386_ieee1275_TRUE@am__append_2421 = tests/grub_script_final_semicolon.in -@COND_x86_64_efi_TRUE@am__append_2422 = grub_script_final_semicolon -@COND_x86_64_efi_TRUE@am__append_2423 = grub_script_final_semicolon -@COND_x86_64_efi_TRUE@am__append_2424 = grub_script_final_semicolon -@COND_x86_64_efi_TRUE@am__append_2425 = tests/grub_script_final_semicolon.in -@COND_mips_yeeloong_TRUE@am__append_2426 = grub_script_final_semicolon -@COND_mips_yeeloong_TRUE@am__append_2427 = grub_script_final_semicolon -@COND_mips_yeeloong_TRUE@am__append_2428 = grub_script_final_semicolon -@COND_mips_yeeloong_TRUE@am__append_2429 = tests/grub_script_final_semicolon.in -@COND_sparc64_ieee1275_TRUE@am__append_2430 = grub_script_final_semicolon -@COND_sparc64_ieee1275_TRUE@am__append_2431 = grub_script_final_semicolon -@COND_sparc64_ieee1275_TRUE@am__append_2432 = grub_script_final_semicolon -@COND_sparc64_ieee1275_TRUE@am__append_2433 = tests/grub_script_final_semicolon.in -@COND_powerpc_ieee1275_TRUE@am__append_2434 = grub_script_final_semicolon -@COND_powerpc_ieee1275_TRUE@am__append_2435 = grub_script_final_semicolon -@COND_powerpc_ieee1275_TRUE@am__append_2436 = grub_script_final_semicolon -@COND_powerpc_ieee1275_TRUE@am__append_2437 = tests/grub_script_final_semicolon.in -@COND_emu_TRUE@am__append_2438 = grub_script_dollar -@COND_emu_TRUE@am__append_2439 = grub_script_dollar -@COND_emu_TRUE@am__append_2440 = grub_script_dollar -@COND_emu_TRUE@am__append_2441 = tests/grub_script_dollar.in -@COND_i386_pc_TRUE@am__append_2442 = grub_script_dollar -@COND_i386_pc_TRUE@am__append_2443 = grub_script_dollar -@COND_i386_pc_TRUE@am__append_2444 = grub_script_dollar -@COND_i386_pc_TRUE@am__append_2445 = tests/grub_script_dollar.in -@COND_i386_efi_TRUE@am__append_2446 = grub_script_dollar -@COND_i386_efi_TRUE@am__append_2447 = grub_script_dollar -@COND_i386_efi_TRUE@am__append_2448 = grub_script_dollar -@COND_i386_efi_TRUE@am__append_2449 = tests/grub_script_dollar.in -@COND_i386_qemu_TRUE@am__append_2450 = grub_script_dollar -@COND_i386_qemu_TRUE@am__append_2451 = grub_script_dollar -@COND_i386_qemu_TRUE@am__append_2452 = grub_script_dollar -@COND_i386_qemu_TRUE@am__append_2453 = tests/grub_script_dollar.in -@COND_i386_coreboot_TRUE@am__append_2454 = grub_script_dollar -@COND_i386_coreboot_TRUE@am__append_2455 = grub_script_dollar -@COND_i386_coreboot_TRUE@am__append_2456 = grub_script_dollar -@COND_i386_coreboot_TRUE@am__append_2457 = tests/grub_script_dollar.in -@COND_i386_multiboot_TRUE@am__append_2458 = grub_script_dollar -@COND_i386_multiboot_TRUE@am__append_2459 = grub_script_dollar -@COND_i386_multiboot_TRUE@am__append_2460 = grub_script_dollar -@COND_i386_multiboot_TRUE@am__append_2461 = tests/grub_script_dollar.in -@COND_i386_ieee1275_TRUE@am__append_2462 = grub_script_dollar -@COND_i386_ieee1275_TRUE@am__append_2463 = grub_script_dollar -@COND_i386_ieee1275_TRUE@am__append_2464 = grub_script_dollar -@COND_i386_ieee1275_TRUE@am__append_2465 = tests/grub_script_dollar.in -@COND_x86_64_efi_TRUE@am__append_2466 = grub_script_dollar -@COND_x86_64_efi_TRUE@am__append_2467 = grub_script_dollar -@COND_x86_64_efi_TRUE@am__append_2468 = grub_script_dollar -@COND_x86_64_efi_TRUE@am__append_2469 = tests/grub_script_dollar.in -@COND_mips_yeeloong_TRUE@am__append_2470 = grub_script_dollar -@COND_mips_yeeloong_TRUE@am__append_2471 = grub_script_dollar -@COND_mips_yeeloong_TRUE@am__append_2472 = grub_script_dollar -@COND_mips_yeeloong_TRUE@am__append_2473 = tests/grub_script_dollar.in -@COND_sparc64_ieee1275_TRUE@am__append_2474 = grub_script_dollar -@COND_sparc64_ieee1275_TRUE@am__append_2475 = grub_script_dollar -@COND_sparc64_ieee1275_TRUE@am__append_2476 = grub_script_dollar -@COND_sparc64_ieee1275_TRUE@am__append_2477 = tests/grub_script_dollar.in -@COND_powerpc_ieee1275_TRUE@am__append_2478 = grub_script_dollar -@COND_powerpc_ieee1275_TRUE@am__append_2479 = grub_script_dollar -@COND_powerpc_ieee1275_TRUE@am__append_2480 = grub_script_dollar -@COND_powerpc_ieee1275_TRUE@am__append_2481 = tests/grub_script_dollar.in -@COND_emu_TRUE@am__append_2482 = grub_script_comments -@COND_emu_TRUE@am__append_2483 = grub_script_comments -@COND_emu_TRUE@am__append_2484 = grub_script_comments -@COND_emu_TRUE@am__append_2485 = tests/grub_script_comments.in -@COND_i386_pc_TRUE@am__append_2486 = grub_script_comments -@COND_i386_pc_TRUE@am__append_2487 = grub_script_comments -@COND_i386_pc_TRUE@am__append_2488 = grub_script_comments -@COND_i386_pc_TRUE@am__append_2489 = tests/grub_script_comments.in -@COND_i386_efi_TRUE@am__append_2490 = grub_script_comments -@COND_i386_efi_TRUE@am__append_2491 = grub_script_comments -@COND_i386_efi_TRUE@am__append_2492 = grub_script_comments -@COND_i386_efi_TRUE@am__append_2493 = tests/grub_script_comments.in -@COND_i386_qemu_TRUE@am__append_2494 = grub_script_comments -@COND_i386_qemu_TRUE@am__append_2495 = grub_script_comments -@COND_i386_qemu_TRUE@am__append_2496 = grub_script_comments -@COND_i386_qemu_TRUE@am__append_2497 = tests/grub_script_comments.in -@COND_i386_coreboot_TRUE@am__append_2498 = grub_script_comments -@COND_i386_coreboot_TRUE@am__append_2499 = grub_script_comments -@COND_i386_coreboot_TRUE@am__append_2500 = grub_script_comments -@COND_i386_coreboot_TRUE@am__append_2501 = tests/grub_script_comments.in -@COND_i386_multiboot_TRUE@am__append_2502 = grub_script_comments -@COND_i386_multiboot_TRUE@am__append_2503 = grub_script_comments -@COND_i386_multiboot_TRUE@am__append_2504 = grub_script_comments -@COND_i386_multiboot_TRUE@am__append_2505 = tests/grub_script_comments.in -@COND_i386_ieee1275_TRUE@am__append_2506 = grub_script_comments -@COND_i386_ieee1275_TRUE@am__append_2507 = grub_script_comments -@COND_i386_ieee1275_TRUE@am__append_2508 = grub_script_comments -@COND_i386_ieee1275_TRUE@am__append_2509 = tests/grub_script_comments.in -@COND_x86_64_efi_TRUE@am__append_2510 = grub_script_comments -@COND_x86_64_efi_TRUE@am__append_2511 = grub_script_comments -@COND_x86_64_efi_TRUE@am__append_2512 = grub_script_comments -@COND_x86_64_efi_TRUE@am__append_2513 = tests/grub_script_comments.in -@COND_mips_yeeloong_TRUE@am__append_2514 = grub_script_comments -@COND_mips_yeeloong_TRUE@am__append_2515 = grub_script_comments -@COND_mips_yeeloong_TRUE@am__append_2516 = grub_script_comments -@COND_mips_yeeloong_TRUE@am__append_2517 = tests/grub_script_comments.in -@COND_sparc64_ieee1275_TRUE@am__append_2518 = grub_script_comments -@COND_sparc64_ieee1275_TRUE@am__append_2519 = grub_script_comments -@COND_sparc64_ieee1275_TRUE@am__append_2520 = grub_script_comments -@COND_sparc64_ieee1275_TRUE@am__append_2521 = tests/grub_script_comments.in -@COND_powerpc_ieee1275_TRUE@am__append_2522 = grub_script_comments -@COND_powerpc_ieee1275_TRUE@am__append_2523 = grub_script_comments -@COND_powerpc_ieee1275_TRUE@am__append_2524 = grub_script_comments -@COND_powerpc_ieee1275_TRUE@am__append_2525 = tests/grub_script_comments.in -@COND_emu_TRUE@am__append_2526 = grub_script_functions -@COND_emu_TRUE@am__append_2527 = grub_script_functions -@COND_emu_TRUE@am__append_2528 = grub_script_functions -@COND_emu_TRUE@am__append_2529 = tests/grub_script_functions.in -@COND_i386_pc_TRUE@am__append_2530 = grub_script_functions -@COND_i386_pc_TRUE@am__append_2531 = grub_script_functions -@COND_i386_pc_TRUE@am__append_2532 = grub_script_functions -@COND_i386_pc_TRUE@am__append_2533 = tests/grub_script_functions.in -@COND_i386_efi_TRUE@am__append_2534 = grub_script_functions -@COND_i386_efi_TRUE@am__append_2535 = grub_script_functions -@COND_i386_efi_TRUE@am__append_2536 = grub_script_functions -@COND_i386_efi_TRUE@am__append_2537 = tests/grub_script_functions.in -@COND_i386_qemu_TRUE@am__append_2538 = grub_script_functions -@COND_i386_qemu_TRUE@am__append_2539 = grub_script_functions -@COND_i386_qemu_TRUE@am__append_2540 = grub_script_functions -@COND_i386_qemu_TRUE@am__append_2541 = tests/grub_script_functions.in -@COND_i386_coreboot_TRUE@am__append_2542 = grub_script_functions -@COND_i386_coreboot_TRUE@am__append_2543 = grub_script_functions -@COND_i386_coreboot_TRUE@am__append_2544 = grub_script_functions -@COND_i386_coreboot_TRUE@am__append_2545 = tests/grub_script_functions.in -@COND_i386_multiboot_TRUE@am__append_2546 = grub_script_functions -@COND_i386_multiboot_TRUE@am__append_2547 = grub_script_functions -@COND_i386_multiboot_TRUE@am__append_2548 = grub_script_functions -@COND_i386_multiboot_TRUE@am__append_2549 = tests/grub_script_functions.in -@COND_i386_ieee1275_TRUE@am__append_2550 = grub_script_functions -@COND_i386_ieee1275_TRUE@am__append_2551 = grub_script_functions -@COND_i386_ieee1275_TRUE@am__append_2552 = grub_script_functions -@COND_i386_ieee1275_TRUE@am__append_2553 = tests/grub_script_functions.in -@COND_x86_64_efi_TRUE@am__append_2554 = grub_script_functions -@COND_x86_64_efi_TRUE@am__append_2555 = grub_script_functions -@COND_x86_64_efi_TRUE@am__append_2556 = grub_script_functions -@COND_x86_64_efi_TRUE@am__append_2557 = tests/grub_script_functions.in -@COND_mips_yeeloong_TRUE@am__append_2558 = grub_script_functions -@COND_mips_yeeloong_TRUE@am__append_2559 = grub_script_functions -@COND_mips_yeeloong_TRUE@am__append_2560 = grub_script_functions -@COND_mips_yeeloong_TRUE@am__append_2561 = tests/grub_script_functions.in -@COND_sparc64_ieee1275_TRUE@am__append_2562 = grub_script_functions -@COND_sparc64_ieee1275_TRUE@am__append_2563 = grub_script_functions -@COND_sparc64_ieee1275_TRUE@am__append_2564 = grub_script_functions -@COND_sparc64_ieee1275_TRUE@am__append_2565 = tests/grub_script_functions.in -@COND_powerpc_ieee1275_TRUE@am__append_2566 = grub_script_functions -@COND_powerpc_ieee1275_TRUE@am__append_2567 = grub_script_functions -@COND_powerpc_ieee1275_TRUE@am__append_2568 = grub_script_functions -@COND_powerpc_ieee1275_TRUE@am__append_2569 = tests/grub_script_functions.in -@COND_emu_TRUE@am__append_2570 = grub_script_break -@COND_emu_TRUE@am__append_2571 = grub_script_break -@COND_emu_TRUE@am__append_2572 = grub_script_break -@COND_emu_TRUE@am__append_2573 = tests/grub_script_break.in -@COND_i386_pc_TRUE@am__append_2574 = grub_script_break -@COND_i386_pc_TRUE@am__append_2575 = grub_script_break -@COND_i386_pc_TRUE@am__append_2576 = grub_script_break -@COND_i386_pc_TRUE@am__append_2577 = tests/grub_script_break.in -@COND_i386_efi_TRUE@am__append_2578 = grub_script_break -@COND_i386_efi_TRUE@am__append_2579 = grub_script_break -@COND_i386_efi_TRUE@am__append_2580 = grub_script_break -@COND_i386_efi_TRUE@am__append_2581 = tests/grub_script_break.in -@COND_i386_qemu_TRUE@am__append_2582 = grub_script_break -@COND_i386_qemu_TRUE@am__append_2583 = grub_script_break -@COND_i386_qemu_TRUE@am__append_2584 = grub_script_break -@COND_i386_qemu_TRUE@am__append_2585 = tests/grub_script_break.in -@COND_i386_coreboot_TRUE@am__append_2586 = grub_script_break -@COND_i386_coreboot_TRUE@am__append_2587 = grub_script_break -@COND_i386_coreboot_TRUE@am__append_2588 = grub_script_break -@COND_i386_coreboot_TRUE@am__append_2589 = tests/grub_script_break.in -@COND_i386_multiboot_TRUE@am__append_2590 = grub_script_break -@COND_i386_multiboot_TRUE@am__append_2591 = grub_script_break -@COND_i386_multiboot_TRUE@am__append_2592 = grub_script_break -@COND_i386_multiboot_TRUE@am__append_2593 = tests/grub_script_break.in -@COND_i386_ieee1275_TRUE@am__append_2594 = grub_script_break -@COND_i386_ieee1275_TRUE@am__append_2595 = grub_script_break -@COND_i386_ieee1275_TRUE@am__append_2596 = grub_script_break -@COND_i386_ieee1275_TRUE@am__append_2597 = tests/grub_script_break.in -@COND_x86_64_efi_TRUE@am__append_2598 = grub_script_break -@COND_x86_64_efi_TRUE@am__append_2599 = grub_script_break -@COND_x86_64_efi_TRUE@am__append_2600 = grub_script_break -@COND_x86_64_efi_TRUE@am__append_2601 = tests/grub_script_break.in -@COND_mips_yeeloong_TRUE@am__append_2602 = grub_script_break -@COND_mips_yeeloong_TRUE@am__append_2603 = grub_script_break -@COND_mips_yeeloong_TRUE@am__append_2604 = grub_script_break -@COND_mips_yeeloong_TRUE@am__append_2605 = tests/grub_script_break.in -@COND_sparc64_ieee1275_TRUE@am__append_2606 = grub_script_break -@COND_sparc64_ieee1275_TRUE@am__append_2607 = grub_script_break -@COND_sparc64_ieee1275_TRUE@am__append_2608 = grub_script_break -@COND_sparc64_ieee1275_TRUE@am__append_2609 = tests/grub_script_break.in -@COND_powerpc_ieee1275_TRUE@am__append_2610 = grub_script_break -@COND_powerpc_ieee1275_TRUE@am__append_2611 = grub_script_break -@COND_powerpc_ieee1275_TRUE@am__append_2612 = grub_script_break -@COND_powerpc_ieee1275_TRUE@am__append_2613 = tests/grub_script_break.in -@COND_emu_TRUE@am__append_2614 = grub_script_continue -@COND_emu_TRUE@am__append_2615 = grub_script_continue -@COND_emu_TRUE@am__append_2616 = grub_script_continue -@COND_emu_TRUE@am__append_2617 = tests/grub_script_continue.in -@COND_i386_pc_TRUE@am__append_2618 = grub_script_continue -@COND_i386_pc_TRUE@am__append_2619 = grub_script_continue -@COND_i386_pc_TRUE@am__append_2620 = grub_script_continue -@COND_i386_pc_TRUE@am__append_2621 = tests/grub_script_continue.in -@COND_i386_efi_TRUE@am__append_2622 = grub_script_continue -@COND_i386_efi_TRUE@am__append_2623 = grub_script_continue -@COND_i386_efi_TRUE@am__append_2624 = grub_script_continue -@COND_i386_efi_TRUE@am__append_2625 = tests/grub_script_continue.in -@COND_i386_qemu_TRUE@am__append_2626 = grub_script_continue -@COND_i386_qemu_TRUE@am__append_2627 = grub_script_continue -@COND_i386_qemu_TRUE@am__append_2628 = grub_script_continue -@COND_i386_qemu_TRUE@am__append_2629 = tests/grub_script_continue.in -@COND_i386_coreboot_TRUE@am__append_2630 = grub_script_continue -@COND_i386_coreboot_TRUE@am__append_2631 = grub_script_continue -@COND_i386_coreboot_TRUE@am__append_2632 = grub_script_continue -@COND_i386_coreboot_TRUE@am__append_2633 = tests/grub_script_continue.in -@COND_i386_multiboot_TRUE@am__append_2634 = grub_script_continue -@COND_i386_multiboot_TRUE@am__append_2635 = grub_script_continue -@COND_i386_multiboot_TRUE@am__append_2636 = grub_script_continue -@COND_i386_multiboot_TRUE@am__append_2637 = tests/grub_script_continue.in -@COND_i386_ieee1275_TRUE@am__append_2638 = grub_script_continue -@COND_i386_ieee1275_TRUE@am__append_2639 = grub_script_continue -@COND_i386_ieee1275_TRUE@am__append_2640 = grub_script_continue -@COND_i386_ieee1275_TRUE@am__append_2641 = tests/grub_script_continue.in -@COND_x86_64_efi_TRUE@am__append_2642 = grub_script_continue -@COND_x86_64_efi_TRUE@am__append_2643 = grub_script_continue -@COND_x86_64_efi_TRUE@am__append_2644 = grub_script_continue -@COND_x86_64_efi_TRUE@am__append_2645 = tests/grub_script_continue.in -@COND_mips_yeeloong_TRUE@am__append_2646 = grub_script_continue -@COND_mips_yeeloong_TRUE@am__append_2647 = grub_script_continue -@COND_mips_yeeloong_TRUE@am__append_2648 = grub_script_continue -@COND_mips_yeeloong_TRUE@am__append_2649 = tests/grub_script_continue.in -@COND_sparc64_ieee1275_TRUE@am__append_2650 = grub_script_continue -@COND_sparc64_ieee1275_TRUE@am__append_2651 = grub_script_continue -@COND_sparc64_ieee1275_TRUE@am__append_2652 = grub_script_continue -@COND_sparc64_ieee1275_TRUE@am__append_2653 = tests/grub_script_continue.in -@COND_powerpc_ieee1275_TRUE@am__append_2654 = grub_script_continue -@COND_powerpc_ieee1275_TRUE@am__append_2655 = grub_script_continue -@COND_powerpc_ieee1275_TRUE@am__append_2656 = grub_script_continue -@COND_powerpc_ieee1275_TRUE@am__append_2657 = tests/grub_script_continue.in -@COND_emu_TRUE@am__append_2658 = grub_script_shift -@COND_emu_TRUE@am__append_2659 = grub_script_shift -@COND_emu_TRUE@am__append_2660 = grub_script_shift -@COND_emu_TRUE@am__append_2661 = tests/grub_script_shift.in -@COND_i386_pc_TRUE@am__append_2662 = grub_script_shift -@COND_i386_pc_TRUE@am__append_2663 = grub_script_shift -@COND_i386_pc_TRUE@am__append_2664 = grub_script_shift -@COND_i386_pc_TRUE@am__append_2665 = tests/grub_script_shift.in -@COND_i386_efi_TRUE@am__append_2666 = grub_script_shift -@COND_i386_efi_TRUE@am__append_2667 = grub_script_shift -@COND_i386_efi_TRUE@am__append_2668 = grub_script_shift -@COND_i386_efi_TRUE@am__append_2669 = tests/grub_script_shift.in -@COND_i386_qemu_TRUE@am__append_2670 = grub_script_shift -@COND_i386_qemu_TRUE@am__append_2671 = grub_script_shift -@COND_i386_qemu_TRUE@am__append_2672 = grub_script_shift -@COND_i386_qemu_TRUE@am__append_2673 = tests/grub_script_shift.in -@COND_i386_coreboot_TRUE@am__append_2674 = grub_script_shift -@COND_i386_coreboot_TRUE@am__append_2675 = grub_script_shift -@COND_i386_coreboot_TRUE@am__append_2676 = grub_script_shift -@COND_i386_coreboot_TRUE@am__append_2677 = tests/grub_script_shift.in -@COND_i386_multiboot_TRUE@am__append_2678 = grub_script_shift -@COND_i386_multiboot_TRUE@am__append_2679 = grub_script_shift -@COND_i386_multiboot_TRUE@am__append_2680 = grub_script_shift -@COND_i386_multiboot_TRUE@am__append_2681 = tests/grub_script_shift.in -@COND_i386_ieee1275_TRUE@am__append_2682 = grub_script_shift -@COND_i386_ieee1275_TRUE@am__append_2683 = grub_script_shift -@COND_i386_ieee1275_TRUE@am__append_2684 = grub_script_shift -@COND_i386_ieee1275_TRUE@am__append_2685 = tests/grub_script_shift.in -@COND_x86_64_efi_TRUE@am__append_2686 = grub_script_shift -@COND_x86_64_efi_TRUE@am__append_2687 = grub_script_shift -@COND_x86_64_efi_TRUE@am__append_2688 = grub_script_shift -@COND_x86_64_efi_TRUE@am__append_2689 = tests/grub_script_shift.in -@COND_mips_yeeloong_TRUE@am__append_2690 = grub_script_shift -@COND_mips_yeeloong_TRUE@am__append_2691 = grub_script_shift -@COND_mips_yeeloong_TRUE@am__append_2692 = grub_script_shift -@COND_mips_yeeloong_TRUE@am__append_2693 = tests/grub_script_shift.in -@COND_sparc64_ieee1275_TRUE@am__append_2694 = grub_script_shift -@COND_sparc64_ieee1275_TRUE@am__append_2695 = grub_script_shift -@COND_sparc64_ieee1275_TRUE@am__append_2696 = grub_script_shift -@COND_sparc64_ieee1275_TRUE@am__append_2697 = tests/grub_script_shift.in -@COND_powerpc_ieee1275_TRUE@am__append_2698 = grub_script_shift -@COND_powerpc_ieee1275_TRUE@am__append_2699 = grub_script_shift -@COND_powerpc_ieee1275_TRUE@am__append_2700 = grub_script_shift -@COND_powerpc_ieee1275_TRUE@am__append_2701 = tests/grub_script_shift.in -@COND_emu_TRUE@am__append_2702 = grub_script_blockarg -@COND_emu_TRUE@am__append_2703 = grub_script_blockarg -@COND_emu_TRUE@am__append_2704 = grub_script_blockarg -@COND_emu_TRUE@am__append_2705 = tests/grub_script_blockarg.in -@COND_i386_pc_TRUE@am__append_2706 = grub_script_blockarg -@COND_i386_pc_TRUE@am__append_2707 = grub_script_blockarg -@COND_i386_pc_TRUE@am__append_2708 = grub_script_blockarg -@COND_i386_pc_TRUE@am__append_2709 = tests/grub_script_blockarg.in -@COND_i386_efi_TRUE@am__append_2710 = grub_script_blockarg -@COND_i386_efi_TRUE@am__append_2711 = grub_script_blockarg -@COND_i386_efi_TRUE@am__append_2712 = grub_script_blockarg -@COND_i386_efi_TRUE@am__append_2713 = tests/grub_script_blockarg.in -@COND_i386_qemu_TRUE@am__append_2714 = grub_script_blockarg -@COND_i386_qemu_TRUE@am__append_2715 = grub_script_blockarg -@COND_i386_qemu_TRUE@am__append_2716 = grub_script_blockarg -@COND_i386_qemu_TRUE@am__append_2717 = tests/grub_script_blockarg.in -@COND_i386_coreboot_TRUE@am__append_2718 = grub_script_blockarg -@COND_i386_coreboot_TRUE@am__append_2719 = grub_script_blockarg -@COND_i386_coreboot_TRUE@am__append_2720 = grub_script_blockarg -@COND_i386_coreboot_TRUE@am__append_2721 = tests/grub_script_blockarg.in -@COND_i386_multiboot_TRUE@am__append_2722 = grub_script_blockarg -@COND_i386_multiboot_TRUE@am__append_2723 = grub_script_blockarg -@COND_i386_multiboot_TRUE@am__append_2724 = grub_script_blockarg -@COND_i386_multiboot_TRUE@am__append_2725 = tests/grub_script_blockarg.in -@COND_i386_ieee1275_TRUE@am__append_2726 = grub_script_blockarg -@COND_i386_ieee1275_TRUE@am__append_2727 = grub_script_blockarg -@COND_i386_ieee1275_TRUE@am__append_2728 = grub_script_blockarg -@COND_i386_ieee1275_TRUE@am__append_2729 = tests/grub_script_blockarg.in -@COND_x86_64_efi_TRUE@am__append_2730 = grub_script_blockarg -@COND_x86_64_efi_TRUE@am__append_2731 = grub_script_blockarg -@COND_x86_64_efi_TRUE@am__append_2732 = grub_script_blockarg -@COND_x86_64_efi_TRUE@am__append_2733 = tests/grub_script_blockarg.in -@COND_mips_yeeloong_TRUE@am__append_2734 = grub_script_blockarg -@COND_mips_yeeloong_TRUE@am__append_2735 = grub_script_blockarg -@COND_mips_yeeloong_TRUE@am__append_2736 = grub_script_blockarg -@COND_mips_yeeloong_TRUE@am__append_2737 = tests/grub_script_blockarg.in -@COND_sparc64_ieee1275_TRUE@am__append_2738 = grub_script_blockarg -@COND_sparc64_ieee1275_TRUE@am__append_2739 = grub_script_blockarg -@COND_sparc64_ieee1275_TRUE@am__append_2740 = grub_script_blockarg -@COND_sparc64_ieee1275_TRUE@am__append_2741 = tests/grub_script_blockarg.in -@COND_powerpc_ieee1275_TRUE@am__append_2742 = grub_script_blockarg -@COND_powerpc_ieee1275_TRUE@am__append_2743 = grub_script_blockarg -@COND_powerpc_ieee1275_TRUE@am__append_2744 = grub_script_blockarg -@COND_powerpc_ieee1275_TRUE@am__append_2745 = tests/grub_script_blockarg.in -@COND_emu_TRUE@am__append_2746 = grub_script_setparams -@COND_emu_TRUE@am__append_2747 = grub_script_setparams -@COND_emu_TRUE@am__append_2748 = grub_script_setparams -@COND_emu_TRUE@am__append_2749 = tests/grub_script_setparams.in -@COND_i386_pc_TRUE@am__append_2750 = grub_script_setparams -@COND_i386_pc_TRUE@am__append_2751 = grub_script_setparams -@COND_i386_pc_TRUE@am__append_2752 = grub_script_setparams -@COND_i386_pc_TRUE@am__append_2753 = tests/grub_script_setparams.in -@COND_i386_efi_TRUE@am__append_2754 = grub_script_setparams -@COND_i386_efi_TRUE@am__append_2755 = grub_script_setparams -@COND_i386_efi_TRUE@am__append_2756 = grub_script_setparams -@COND_i386_efi_TRUE@am__append_2757 = tests/grub_script_setparams.in -@COND_i386_qemu_TRUE@am__append_2758 = grub_script_setparams -@COND_i386_qemu_TRUE@am__append_2759 = grub_script_setparams -@COND_i386_qemu_TRUE@am__append_2760 = grub_script_setparams -@COND_i386_qemu_TRUE@am__append_2761 = tests/grub_script_setparams.in -@COND_i386_coreboot_TRUE@am__append_2762 = grub_script_setparams -@COND_i386_coreboot_TRUE@am__append_2763 = grub_script_setparams -@COND_i386_coreboot_TRUE@am__append_2764 = grub_script_setparams -@COND_i386_coreboot_TRUE@am__append_2765 = tests/grub_script_setparams.in -@COND_i386_multiboot_TRUE@am__append_2766 = grub_script_setparams -@COND_i386_multiboot_TRUE@am__append_2767 = grub_script_setparams -@COND_i386_multiboot_TRUE@am__append_2768 = grub_script_setparams -@COND_i386_multiboot_TRUE@am__append_2769 = tests/grub_script_setparams.in -@COND_i386_ieee1275_TRUE@am__append_2770 = grub_script_setparams -@COND_i386_ieee1275_TRUE@am__append_2771 = grub_script_setparams -@COND_i386_ieee1275_TRUE@am__append_2772 = grub_script_setparams -@COND_i386_ieee1275_TRUE@am__append_2773 = tests/grub_script_setparams.in -@COND_x86_64_efi_TRUE@am__append_2774 = grub_script_setparams -@COND_x86_64_efi_TRUE@am__append_2775 = grub_script_setparams -@COND_x86_64_efi_TRUE@am__append_2776 = grub_script_setparams -@COND_x86_64_efi_TRUE@am__append_2777 = tests/grub_script_setparams.in -@COND_mips_yeeloong_TRUE@am__append_2778 = grub_script_setparams -@COND_mips_yeeloong_TRUE@am__append_2779 = grub_script_setparams -@COND_mips_yeeloong_TRUE@am__append_2780 = grub_script_setparams -@COND_mips_yeeloong_TRUE@am__append_2781 = tests/grub_script_setparams.in -@COND_sparc64_ieee1275_TRUE@am__append_2782 = grub_script_setparams -@COND_sparc64_ieee1275_TRUE@am__append_2783 = grub_script_setparams -@COND_sparc64_ieee1275_TRUE@am__append_2784 = grub_script_setparams -@COND_sparc64_ieee1275_TRUE@am__append_2785 = tests/grub_script_setparams.in -@COND_powerpc_ieee1275_TRUE@am__append_2786 = grub_script_setparams -@COND_powerpc_ieee1275_TRUE@am__append_2787 = grub_script_setparams -@COND_powerpc_ieee1275_TRUE@am__append_2788 = grub_script_setparams -@COND_powerpc_ieee1275_TRUE@am__append_2789 = tests/grub_script_setparams.in -@COND_emu_TRUE@am__append_2790 = grub_script_return -@COND_emu_TRUE@am__append_2791 = grub_script_return -@COND_emu_TRUE@am__append_2792 = grub_script_return -@COND_emu_TRUE@am__append_2793 = tests/grub_script_return.in -@COND_i386_pc_TRUE@am__append_2794 = grub_script_return -@COND_i386_pc_TRUE@am__append_2795 = grub_script_return -@COND_i386_pc_TRUE@am__append_2796 = grub_script_return -@COND_i386_pc_TRUE@am__append_2797 = tests/grub_script_return.in -@COND_i386_efi_TRUE@am__append_2798 = grub_script_return -@COND_i386_efi_TRUE@am__append_2799 = grub_script_return -@COND_i386_efi_TRUE@am__append_2800 = grub_script_return -@COND_i386_efi_TRUE@am__append_2801 = tests/grub_script_return.in -@COND_i386_qemu_TRUE@am__append_2802 = grub_script_return -@COND_i386_qemu_TRUE@am__append_2803 = grub_script_return -@COND_i386_qemu_TRUE@am__append_2804 = grub_script_return -@COND_i386_qemu_TRUE@am__append_2805 = tests/grub_script_return.in -@COND_i386_coreboot_TRUE@am__append_2806 = grub_script_return -@COND_i386_coreboot_TRUE@am__append_2807 = grub_script_return -@COND_i386_coreboot_TRUE@am__append_2808 = grub_script_return -@COND_i386_coreboot_TRUE@am__append_2809 = tests/grub_script_return.in -@COND_i386_multiboot_TRUE@am__append_2810 = grub_script_return -@COND_i386_multiboot_TRUE@am__append_2811 = grub_script_return -@COND_i386_multiboot_TRUE@am__append_2812 = grub_script_return -@COND_i386_multiboot_TRUE@am__append_2813 = tests/grub_script_return.in -@COND_i386_ieee1275_TRUE@am__append_2814 = grub_script_return -@COND_i386_ieee1275_TRUE@am__append_2815 = grub_script_return -@COND_i386_ieee1275_TRUE@am__append_2816 = grub_script_return -@COND_i386_ieee1275_TRUE@am__append_2817 = tests/grub_script_return.in -@COND_x86_64_efi_TRUE@am__append_2818 = grub_script_return -@COND_x86_64_efi_TRUE@am__append_2819 = grub_script_return -@COND_x86_64_efi_TRUE@am__append_2820 = grub_script_return -@COND_x86_64_efi_TRUE@am__append_2821 = tests/grub_script_return.in -@COND_mips_yeeloong_TRUE@am__append_2822 = grub_script_return -@COND_mips_yeeloong_TRUE@am__append_2823 = grub_script_return -@COND_mips_yeeloong_TRUE@am__append_2824 = grub_script_return -@COND_mips_yeeloong_TRUE@am__append_2825 = tests/grub_script_return.in -@COND_sparc64_ieee1275_TRUE@am__append_2826 = grub_script_return -@COND_sparc64_ieee1275_TRUE@am__append_2827 = grub_script_return -@COND_sparc64_ieee1275_TRUE@am__append_2828 = grub_script_return -@COND_sparc64_ieee1275_TRUE@am__append_2829 = tests/grub_script_return.in -@COND_powerpc_ieee1275_TRUE@am__append_2830 = grub_script_return -@COND_powerpc_ieee1275_TRUE@am__append_2831 = grub_script_return -@COND_powerpc_ieee1275_TRUE@am__append_2832 = grub_script_return -@COND_powerpc_ieee1275_TRUE@am__append_2833 = tests/grub_script_return.in -@COND_emu_TRUE@am__append_2834 = grub_cmd_regexp -@COND_emu_TRUE@am__append_2835 = grub_cmd_regexp -@COND_emu_TRUE@am__append_2836 = grub_cmd_regexp -@COND_emu_TRUE@am__append_2837 = tests/grub_cmd_regexp.in -@COND_i386_pc_TRUE@am__append_2838 = grub_cmd_regexp -@COND_i386_pc_TRUE@am__append_2839 = grub_cmd_regexp -@COND_i386_pc_TRUE@am__append_2840 = grub_cmd_regexp -@COND_i386_pc_TRUE@am__append_2841 = tests/grub_cmd_regexp.in -@COND_i386_efi_TRUE@am__append_2842 = grub_cmd_regexp -@COND_i386_efi_TRUE@am__append_2843 = grub_cmd_regexp -@COND_i386_efi_TRUE@am__append_2844 = grub_cmd_regexp -@COND_i386_efi_TRUE@am__append_2845 = tests/grub_cmd_regexp.in -@COND_i386_qemu_TRUE@am__append_2846 = grub_cmd_regexp -@COND_i386_qemu_TRUE@am__append_2847 = grub_cmd_regexp -@COND_i386_qemu_TRUE@am__append_2848 = grub_cmd_regexp -@COND_i386_qemu_TRUE@am__append_2849 = tests/grub_cmd_regexp.in -@COND_i386_coreboot_TRUE@am__append_2850 = grub_cmd_regexp -@COND_i386_coreboot_TRUE@am__append_2851 = grub_cmd_regexp -@COND_i386_coreboot_TRUE@am__append_2852 = grub_cmd_regexp -@COND_i386_coreboot_TRUE@am__append_2853 = tests/grub_cmd_regexp.in -@COND_i386_multiboot_TRUE@am__append_2854 = grub_cmd_regexp -@COND_i386_multiboot_TRUE@am__append_2855 = grub_cmd_regexp -@COND_i386_multiboot_TRUE@am__append_2856 = grub_cmd_regexp -@COND_i386_multiboot_TRUE@am__append_2857 = tests/grub_cmd_regexp.in -@COND_i386_ieee1275_TRUE@am__append_2858 = grub_cmd_regexp -@COND_i386_ieee1275_TRUE@am__append_2859 = grub_cmd_regexp -@COND_i386_ieee1275_TRUE@am__append_2860 = grub_cmd_regexp -@COND_i386_ieee1275_TRUE@am__append_2861 = tests/grub_cmd_regexp.in -@COND_x86_64_efi_TRUE@am__append_2862 = grub_cmd_regexp -@COND_x86_64_efi_TRUE@am__append_2863 = grub_cmd_regexp -@COND_x86_64_efi_TRUE@am__append_2864 = grub_cmd_regexp -@COND_x86_64_efi_TRUE@am__append_2865 = tests/grub_cmd_regexp.in -@COND_mips_yeeloong_TRUE@am__append_2866 = grub_cmd_regexp -@COND_mips_yeeloong_TRUE@am__append_2867 = grub_cmd_regexp -@COND_mips_yeeloong_TRUE@am__append_2868 = grub_cmd_regexp -@COND_mips_yeeloong_TRUE@am__append_2869 = tests/grub_cmd_regexp.in -@COND_sparc64_ieee1275_TRUE@am__append_2870 = grub_cmd_regexp -@COND_sparc64_ieee1275_TRUE@am__append_2871 = grub_cmd_regexp -@COND_sparc64_ieee1275_TRUE@am__append_2872 = grub_cmd_regexp -@COND_sparc64_ieee1275_TRUE@am__append_2873 = tests/grub_cmd_regexp.in -@COND_powerpc_ieee1275_TRUE@am__append_2874 = grub_cmd_regexp -@COND_powerpc_ieee1275_TRUE@am__append_2875 = grub_cmd_regexp -@COND_powerpc_ieee1275_TRUE@am__append_2876 = grub_cmd_regexp -@COND_powerpc_ieee1275_TRUE@am__append_2877 = tests/grub_cmd_regexp.in -@COND_emu_TRUE@am__append_2878 = grub_script_expansion -@COND_emu_TRUE@am__append_2879 = grub_script_expansion -@COND_emu_TRUE@am__append_2880 = grub_script_expansion -@COND_emu_TRUE@am__append_2881 = tests/grub_script_expansion.in -@COND_i386_pc_TRUE@am__append_2882 = grub_script_expansion -@COND_i386_pc_TRUE@am__append_2883 = grub_script_expansion -@COND_i386_pc_TRUE@am__append_2884 = grub_script_expansion -@COND_i386_pc_TRUE@am__append_2885 = tests/grub_script_expansion.in -@COND_i386_efi_TRUE@am__append_2886 = grub_script_expansion -@COND_i386_efi_TRUE@am__append_2887 = grub_script_expansion -@COND_i386_efi_TRUE@am__append_2888 = grub_script_expansion -@COND_i386_efi_TRUE@am__append_2889 = tests/grub_script_expansion.in -@COND_i386_qemu_TRUE@am__append_2890 = grub_script_expansion -@COND_i386_qemu_TRUE@am__append_2891 = grub_script_expansion -@COND_i386_qemu_TRUE@am__append_2892 = grub_script_expansion -@COND_i386_qemu_TRUE@am__append_2893 = tests/grub_script_expansion.in -@COND_i386_coreboot_TRUE@am__append_2894 = grub_script_expansion -@COND_i386_coreboot_TRUE@am__append_2895 = grub_script_expansion -@COND_i386_coreboot_TRUE@am__append_2896 = grub_script_expansion -@COND_i386_coreboot_TRUE@am__append_2897 = tests/grub_script_expansion.in -@COND_i386_multiboot_TRUE@am__append_2898 = grub_script_expansion -@COND_i386_multiboot_TRUE@am__append_2899 = grub_script_expansion -@COND_i386_multiboot_TRUE@am__append_2900 = grub_script_expansion -@COND_i386_multiboot_TRUE@am__append_2901 = tests/grub_script_expansion.in -@COND_i386_ieee1275_TRUE@am__append_2902 = grub_script_expansion -@COND_i386_ieee1275_TRUE@am__append_2903 = grub_script_expansion -@COND_i386_ieee1275_TRUE@am__append_2904 = grub_script_expansion -@COND_i386_ieee1275_TRUE@am__append_2905 = tests/grub_script_expansion.in -@COND_x86_64_efi_TRUE@am__append_2906 = grub_script_expansion -@COND_x86_64_efi_TRUE@am__append_2907 = grub_script_expansion -@COND_x86_64_efi_TRUE@am__append_2908 = grub_script_expansion -@COND_x86_64_efi_TRUE@am__append_2909 = tests/grub_script_expansion.in -@COND_mips_yeeloong_TRUE@am__append_2910 = grub_script_expansion -@COND_mips_yeeloong_TRUE@am__append_2911 = grub_script_expansion -@COND_mips_yeeloong_TRUE@am__append_2912 = grub_script_expansion -@COND_mips_yeeloong_TRUE@am__append_2913 = tests/grub_script_expansion.in -@COND_sparc64_ieee1275_TRUE@am__append_2914 = grub_script_expansion -@COND_sparc64_ieee1275_TRUE@am__append_2915 = grub_script_expansion -@COND_sparc64_ieee1275_TRUE@am__append_2916 = grub_script_expansion -@COND_sparc64_ieee1275_TRUE@am__append_2917 = tests/grub_script_expansion.in -@COND_powerpc_ieee1275_TRUE@am__append_2918 = grub_script_expansion -@COND_powerpc_ieee1275_TRUE@am__append_2919 = grub_script_expansion -@COND_powerpc_ieee1275_TRUE@am__append_2920 = grub_script_expansion -@COND_powerpc_ieee1275_TRUE@am__append_2921 = tests/grub_script_expansion.in -@COND_emu_TRUE@am__append_2922 = grub_script_not -@COND_emu_TRUE@am__append_2923 = grub_script_not -@COND_emu_TRUE@am__append_2924 = grub_script_not -@COND_emu_TRUE@am__append_2925 = tests/grub_script_not.in -@COND_i386_pc_TRUE@am__append_2926 = grub_script_not -@COND_i386_pc_TRUE@am__append_2927 = grub_script_not -@COND_i386_pc_TRUE@am__append_2928 = grub_script_not -@COND_i386_pc_TRUE@am__append_2929 = tests/grub_script_not.in -@COND_i386_efi_TRUE@am__append_2930 = grub_script_not -@COND_i386_efi_TRUE@am__append_2931 = grub_script_not -@COND_i386_efi_TRUE@am__append_2932 = grub_script_not -@COND_i386_efi_TRUE@am__append_2933 = tests/grub_script_not.in -@COND_i386_qemu_TRUE@am__append_2934 = grub_script_not -@COND_i386_qemu_TRUE@am__append_2935 = grub_script_not -@COND_i386_qemu_TRUE@am__append_2936 = grub_script_not -@COND_i386_qemu_TRUE@am__append_2937 = tests/grub_script_not.in -@COND_i386_coreboot_TRUE@am__append_2938 = grub_script_not -@COND_i386_coreboot_TRUE@am__append_2939 = grub_script_not -@COND_i386_coreboot_TRUE@am__append_2940 = grub_script_not -@COND_i386_coreboot_TRUE@am__append_2941 = tests/grub_script_not.in -@COND_i386_multiboot_TRUE@am__append_2942 = grub_script_not -@COND_i386_multiboot_TRUE@am__append_2943 = grub_script_not -@COND_i386_multiboot_TRUE@am__append_2944 = grub_script_not -@COND_i386_multiboot_TRUE@am__append_2945 = tests/grub_script_not.in -@COND_i386_ieee1275_TRUE@am__append_2946 = grub_script_not -@COND_i386_ieee1275_TRUE@am__append_2947 = grub_script_not -@COND_i386_ieee1275_TRUE@am__append_2948 = grub_script_not -@COND_i386_ieee1275_TRUE@am__append_2949 = tests/grub_script_not.in -@COND_x86_64_efi_TRUE@am__append_2950 = grub_script_not -@COND_x86_64_efi_TRUE@am__append_2951 = grub_script_not -@COND_x86_64_efi_TRUE@am__append_2952 = grub_script_not -@COND_x86_64_efi_TRUE@am__append_2953 = tests/grub_script_not.in -@COND_mips_yeeloong_TRUE@am__append_2954 = grub_script_not -@COND_mips_yeeloong_TRUE@am__append_2955 = grub_script_not -@COND_mips_yeeloong_TRUE@am__append_2956 = grub_script_not -@COND_mips_yeeloong_TRUE@am__append_2957 = tests/grub_script_not.in -@COND_sparc64_ieee1275_TRUE@am__append_2958 = grub_script_not -@COND_sparc64_ieee1275_TRUE@am__append_2959 = grub_script_not -@COND_sparc64_ieee1275_TRUE@am__append_2960 = grub_script_not -@COND_sparc64_ieee1275_TRUE@am__append_2961 = tests/grub_script_not.in -@COND_powerpc_ieee1275_TRUE@am__append_2962 = grub_script_not -@COND_powerpc_ieee1275_TRUE@am__append_2963 = grub_script_not -@COND_powerpc_ieee1275_TRUE@am__append_2964 = grub_script_not -@COND_powerpc_ieee1275_TRUE@am__append_2965 = tests/grub_script_not.in -@COND_emu_TRUE@am__append_2966 = partmap_test -@COND_emu_TRUE@am__append_2967 = partmap_test -@COND_emu_TRUE@am__append_2968 = partmap_test -@COND_emu_TRUE@am__append_2969 = tests/partmap_test.in -@COND_i386_pc_TRUE@am__append_2970 = partmap_test -@COND_i386_pc_TRUE@am__append_2971 = partmap_test -@COND_i386_pc_TRUE@am__append_2972 = partmap_test -@COND_i386_pc_TRUE@am__append_2973 = tests/partmap_test.in -@COND_i386_efi_TRUE@am__append_2974 = partmap_test -@COND_i386_efi_TRUE@am__append_2975 = partmap_test -@COND_i386_efi_TRUE@am__append_2976 = partmap_test -@COND_i386_efi_TRUE@am__append_2977 = tests/partmap_test.in -@COND_i386_qemu_TRUE@am__append_2978 = partmap_test -@COND_i386_qemu_TRUE@am__append_2979 = partmap_test -@COND_i386_qemu_TRUE@am__append_2980 = partmap_test -@COND_i386_qemu_TRUE@am__append_2981 = tests/partmap_test.in -@COND_i386_coreboot_TRUE@am__append_2982 = partmap_test -@COND_i386_coreboot_TRUE@am__append_2983 = partmap_test -@COND_i386_coreboot_TRUE@am__append_2984 = partmap_test -@COND_i386_coreboot_TRUE@am__append_2985 = tests/partmap_test.in -@COND_i386_multiboot_TRUE@am__append_2986 = partmap_test -@COND_i386_multiboot_TRUE@am__append_2987 = partmap_test -@COND_i386_multiboot_TRUE@am__append_2988 = partmap_test -@COND_i386_multiboot_TRUE@am__append_2989 = tests/partmap_test.in -@COND_i386_ieee1275_TRUE@am__append_2990 = partmap_test -@COND_i386_ieee1275_TRUE@am__append_2991 = partmap_test -@COND_i386_ieee1275_TRUE@am__append_2992 = partmap_test -@COND_i386_ieee1275_TRUE@am__append_2993 = tests/partmap_test.in -@COND_x86_64_efi_TRUE@am__append_2994 = partmap_test -@COND_x86_64_efi_TRUE@am__append_2995 = partmap_test -@COND_x86_64_efi_TRUE@am__append_2996 = partmap_test -@COND_x86_64_efi_TRUE@am__append_2997 = tests/partmap_test.in -@COND_mips_yeeloong_TRUE@am__append_2998 = partmap_test -@COND_mips_yeeloong_TRUE@am__append_2999 = partmap_test -@COND_mips_yeeloong_TRUE@am__append_3000 = partmap_test -@COND_mips_yeeloong_TRUE@am__append_3001 = tests/partmap_test.in -@COND_sparc64_ieee1275_TRUE@am__append_3002 = partmap_test -@COND_sparc64_ieee1275_TRUE@am__append_3003 = partmap_test -@COND_sparc64_ieee1275_TRUE@am__append_3004 = partmap_test -@COND_sparc64_ieee1275_TRUE@am__append_3005 = tests/partmap_test.in -@COND_powerpc_ieee1275_TRUE@am__append_3006 = partmap_test -@COND_powerpc_ieee1275_TRUE@am__append_3007 = partmap_test -@COND_powerpc_ieee1275_TRUE@am__append_3008 = partmap_test -@COND_powerpc_ieee1275_TRUE@am__append_3009 = tests/partmap_test.in -@COND_emu_TRUE@am__append_3010 = grub_cmd_echo -@COND_emu_TRUE@am__append_3011 = grub_cmd_echo -@COND_emu_TRUE@am__append_3012 = grub_cmd_echo -@COND_emu_TRUE@am__append_3013 = tests/grub_cmd_echo.in -@COND_i386_pc_TRUE@am__append_3014 = grub_cmd_echo -@COND_i386_pc_TRUE@am__append_3015 = grub_cmd_echo -@COND_i386_pc_TRUE@am__append_3016 = grub_cmd_echo -@COND_i386_pc_TRUE@am__append_3017 = tests/grub_cmd_echo.in -@COND_i386_efi_TRUE@am__append_3018 = grub_cmd_echo -@COND_i386_efi_TRUE@am__append_3019 = grub_cmd_echo -@COND_i386_efi_TRUE@am__append_3020 = grub_cmd_echo -@COND_i386_efi_TRUE@am__append_3021 = tests/grub_cmd_echo.in -@COND_i386_qemu_TRUE@am__append_3022 = grub_cmd_echo -@COND_i386_qemu_TRUE@am__append_3023 = grub_cmd_echo -@COND_i386_qemu_TRUE@am__append_3024 = grub_cmd_echo -@COND_i386_qemu_TRUE@am__append_3025 = tests/grub_cmd_echo.in -@COND_i386_coreboot_TRUE@am__append_3026 = grub_cmd_echo -@COND_i386_coreboot_TRUE@am__append_3027 = grub_cmd_echo -@COND_i386_coreboot_TRUE@am__append_3028 = grub_cmd_echo -@COND_i386_coreboot_TRUE@am__append_3029 = tests/grub_cmd_echo.in -@COND_i386_multiboot_TRUE@am__append_3030 = grub_cmd_echo -@COND_i386_multiboot_TRUE@am__append_3031 = grub_cmd_echo -@COND_i386_multiboot_TRUE@am__append_3032 = grub_cmd_echo -@COND_i386_multiboot_TRUE@am__append_3033 = tests/grub_cmd_echo.in -@COND_i386_ieee1275_TRUE@am__append_3034 = grub_cmd_echo -@COND_i386_ieee1275_TRUE@am__append_3035 = grub_cmd_echo -@COND_i386_ieee1275_TRUE@am__append_3036 = grub_cmd_echo -@COND_i386_ieee1275_TRUE@am__append_3037 = tests/grub_cmd_echo.in -@COND_x86_64_efi_TRUE@am__append_3038 = grub_cmd_echo -@COND_x86_64_efi_TRUE@am__append_3039 = grub_cmd_echo -@COND_x86_64_efi_TRUE@am__append_3040 = grub_cmd_echo -@COND_x86_64_efi_TRUE@am__append_3041 = tests/grub_cmd_echo.in -@COND_mips_yeeloong_TRUE@am__append_3042 = grub_cmd_echo -@COND_mips_yeeloong_TRUE@am__append_3043 = grub_cmd_echo -@COND_mips_yeeloong_TRUE@am__append_3044 = grub_cmd_echo -@COND_mips_yeeloong_TRUE@am__append_3045 = tests/grub_cmd_echo.in -@COND_sparc64_ieee1275_TRUE@am__append_3046 = grub_cmd_echo -@COND_sparc64_ieee1275_TRUE@am__append_3047 = grub_cmd_echo -@COND_sparc64_ieee1275_TRUE@am__append_3048 = grub_cmd_echo -@COND_sparc64_ieee1275_TRUE@am__append_3049 = tests/grub_cmd_echo.in -@COND_powerpc_ieee1275_TRUE@am__append_3050 = grub_cmd_echo -@COND_powerpc_ieee1275_TRUE@am__append_3051 = grub_cmd_echo -@COND_powerpc_ieee1275_TRUE@am__append_3052 = grub_cmd_echo -@COND_powerpc_ieee1275_TRUE@am__append_3053 = tests/grub_cmd_echo.in -@COND_emu_TRUE@am__append_3054 = util/grub.d/README -@COND_emu_TRUE@am__append_3055 = util/grub.d/README -@COND_i386_pc_TRUE@am__append_3056 = util/grub.d/README -@COND_i386_pc_TRUE@am__append_3057 = util/grub.d/README -@COND_i386_efi_TRUE@am__append_3058 = util/grub.d/README -@COND_i386_efi_TRUE@am__append_3059 = util/grub.d/README -@COND_i386_qemu_TRUE@am__append_3060 = util/grub.d/README -@COND_i386_qemu_TRUE@am__append_3061 = util/grub.d/README -@COND_i386_coreboot_TRUE@am__append_3062 = util/grub.d/README -@COND_i386_coreboot_TRUE@am__append_3063 = util/grub.d/README -@COND_i386_multiboot_TRUE@am__append_3064 = util/grub.d/README -@COND_i386_multiboot_TRUE@am__append_3065 = util/grub.d/README -@COND_i386_ieee1275_TRUE@am__append_3066 = util/grub.d/README -@COND_i386_ieee1275_TRUE@am__append_3067 = util/grub.d/README -@COND_x86_64_efi_TRUE@am__append_3068 = util/grub.d/README -@COND_x86_64_efi_TRUE@am__append_3069 = util/grub.d/README -@COND_mips_yeeloong_TRUE@am__append_3070 = util/grub.d/README -@COND_mips_yeeloong_TRUE@am__append_3071 = util/grub.d/README -@COND_sparc64_ieee1275_TRUE@am__append_3072 = util/grub.d/README -@COND_sparc64_ieee1275_TRUE@am__append_3073 = util/grub.d/README -@COND_powerpc_ieee1275_TRUE@am__append_3074 = util/grub.d/README -@COND_powerpc_ieee1275_TRUE@am__append_3075 = util/grub.d/README +@COND_powerpc_ieee1275_TRUE@am__append_1196 = $(nodist_example_unit_test_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1197 = $(nodist_example_unit_test_SOURCES) +@COND_emu_TRUE@am__append_1198 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1199 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1200 = grub-menulst2cfg.1 +@COND_emu_TRUE@am__append_1201 = +@COND_emu_TRUE@am__append_1202 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_emu_TRUE@am__append_1203 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_pc_TRUE@am__append_1204 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1205 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1206 = grub-menulst2cfg.1 +@COND_i386_pc_TRUE@am__append_1207 = +@COND_i386_pc_TRUE@am__append_1208 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_pc_TRUE@am__append_1209 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_efi_TRUE@am__append_1210 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1211 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1212 = grub-menulst2cfg.1 +@COND_i386_efi_TRUE@am__append_1213 = +@COND_i386_efi_TRUE@am__append_1214 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_efi_TRUE@am__append_1215 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_qemu_TRUE@am__append_1216 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1217 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1218 = grub-menulst2cfg.1 +@COND_i386_qemu_TRUE@am__append_1219 = +@COND_i386_qemu_TRUE@am__append_1220 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_qemu_TRUE@am__append_1221 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1222 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1223 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1224 = grub-menulst2cfg.1 +@COND_i386_coreboot_TRUE@am__append_1225 = +@COND_i386_coreboot_TRUE@am__append_1226 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_coreboot_TRUE@am__append_1227 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1228 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1229 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1230 = grub-menulst2cfg.1 +@COND_i386_multiboot_TRUE@am__append_1231 = +@COND_i386_multiboot_TRUE@am__append_1232 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_multiboot_TRUE@am__append_1233 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1234 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1235 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1236 = grub-menulst2cfg.1 +@COND_i386_ieee1275_TRUE@am__append_1237 = +@COND_i386_ieee1275_TRUE@am__append_1238 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_1239 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1240 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1241 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1242 = grub-menulst2cfg.1 +@COND_x86_64_efi_TRUE@am__append_1243 = +@COND_x86_64_efi_TRUE@am__append_1244 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_x86_64_efi_TRUE@am__append_1245 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1246 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1247 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1248 = grub-menulst2cfg.1 +@COND_mips_yeeloong_TRUE@am__append_1249 = +@COND_mips_yeeloong_TRUE@am__append_1250 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_1251 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1252 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1253 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1254 = grub-menulst2cfg.1 +@COND_sparc64_ieee1275_TRUE@am__append_1255 = +@COND_sparc64_ieee1275_TRUE@am__append_1256 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_1257 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1258 = grub-menulst2cfg +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1259 = grub-menulst2cfg.1 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1260 = grub-menulst2cfg.1 +@COND_powerpc_ieee1275_TRUE@am__append_1261 = +@COND_powerpc_ieee1275_TRUE@am__append_1262 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_1263 = $(nodist_grub_menulst2cfg_SOURCES) +@COND_emu_TRUE@am__append_1264 = 00_header +@COND_emu_TRUE@am__append_1265 = 00_header +@COND_emu_TRUE@am__append_1266 = util/grub.d/00_header.in +@COND_i386_pc_TRUE@am__append_1267 = 00_header +@COND_i386_pc_TRUE@am__append_1268 = 00_header +@COND_i386_pc_TRUE@am__append_1269 = util/grub.d/00_header.in +@COND_i386_efi_TRUE@am__append_1270 = 00_header +@COND_i386_efi_TRUE@am__append_1271 = 00_header +@COND_i386_efi_TRUE@am__append_1272 = util/grub.d/00_header.in +@COND_i386_qemu_TRUE@am__append_1273 = 00_header +@COND_i386_qemu_TRUE@am__append_1274 = 00_header +@COND_i386_qemu_TRUE@am__append_1275 = util/grub.d/00_header.in +@COND_i386_coreboot_TRUE@am__append_1276 = 00_header +@COND_i386_coreboot_TRUE@am__append_1277 = 00_header +@COND_i386_coreboot_TRUE@am__append_1278 = util/grub.d/00_header.in +@COND_i386_multiboot_TRUE@am__append_1279 = 00_header +@COND_i386_multiboot_TRUE@am__append_1280 = 00_header +@COND_i386_multiboot_TRUE@am__append_1281 = util/grub.d/00_header.in +@COND_i386_ieee1275_TRUE@am__append_1282 = 00_header +@COND_i386_ieee1275_TRUE@am__append_1283 = 00_header +@COND_i386_ieee1275_TRUE@am__append_1284 = util/grub.d/00_header.in +@COND_x86_64_efi_TRUE@am__append_1285 = 00_header +@COND_x86_64_efi_TRUE@am__append_1286 = 00_header +@COND_x86_64_efi_TRUE@am__append_1287 = util/grub.d/00_header.in +@COND_mips_yeeloong_TRUE@am__append_1288 = 00_header +@COND_mips_yeeloong_TRUE@am__append_1289 = 00_header +@COND_mips_yeeloong_TRUE@am__append_1290 = util/grub.d/00_header.in +@COND_sparc64_ieee1275_TRUE@am__append_1291 = 00_header +@COND_sparc64_ieee1275_TRUE@am__append_1292 = 00_header +@COND_sparc64_ieee1275_TRUE@am__append_1293 = util/grub.d/00_header.in +@COND_powerpc_ieee1275_TRUE@am__append_1294 = 00_header +@COND_powerpc_ieee1275_TRUE@am__append_1295 = 00_header +@COND_powerpc_ieee1275_TRUE@am__append_1296 = util/grub.d/00_header.in +@COND_HOST_WINDOWS_TRUE@@COND_emu_TRUE@am__append_1297 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_emu_TRUE@am__append_1298 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_emu_TRUE@am__append_1299 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_i386_pc_TRUE@am__append_1300 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_pc_TRUE@am__append_1301 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_pc_TRUE@am__append_1302 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_i386_efi_TRUE@am__append_1303 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_efi_TRUE@am__append_1304 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_efi_TRUE@am__append_1305 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_i386_qemu_TRUE@am__append_1306 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_qemu_TRUE@am__append_1307 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_qemu_TRUE@am__append_1308 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_i386_coreboot_TRUE@am__append_1309 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_coreboot_TRUE@am__append_1310 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_coreboot_TRUE@am__append_1311 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_i386_multiboot_TRUE@am__append_1312 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_multiboot_TRUE@am__append_1313 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_multiboot_TRUE@am__append_1314 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_i386_ieee1275_TRUE@am__append_1315 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_ieee1275_TRUE@am__append_1316 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_i386_ieee1275_TRUE@am__append_1317 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_x86_64_efi_TRUE@am__append_1318 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_x86_64_efi_TRUE@am__append_1319 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_x86_64_efi_TRUE@am__append_1320 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_mips_yeeloong_TRUE@am__append_1321 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_mips_yeeloong_TRUE@am__append_1322 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_mips_yeeloong_TRUE@am__append_1323 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1324 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1325 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1326 = util/grub.d/10_windows.in +@COND_HOST_WINDOWS_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1327 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1328 = 10_windows +@COND_HOST_WINDOWS_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1329 = util/grub.d/10_windows.in +@COND_HOST_HURD_TRUE@@COND_emu_TRUE@am__append_1330 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_emu_TRUE@am__append_1331 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_emu_TRUE@am__append_1332 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_i386_pc_TRUE@am__append_1333 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_pc_TRUE@am__append_1334 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_pc_TRUE@am__append_1335 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_i386_efi_TRUE@am__append_1336 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_efi_TRUE@am__append_1337 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_efi_TRUE@am__append_1338 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_i386_qemu_TRUE@am__append_1339 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_qemu_TRUE@am__append_1340 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_qemu_TRUE@am__append_1341 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_i386_coreboot_TRUE@am__append_1342 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_coreboot_TRUE@am__append_1343 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_coreboot_TRUE@am__append_1344 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_i386_multiboot_TRUE@am__append_1345 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_multiboot_TRUE@am__append_1346 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_multiboot_TRUE@am__append_1347 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1348 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1349 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1350 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_x86_64_efi_TRUE@am__append_1351 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_x86_64_efi_TRUE@am__append_1352 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_x86_64_efi_TRUE@am__append_1353 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1354 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1355 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1356 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1357 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1358 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1359 = util/grub.d/10_hurd.in +@COND_HOST_HURD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1360 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1361 = 10_hurd +@COND_HOST_HURD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1362 = util/grub.d/10_hurd.in +@COND_HOST_KFREEBSD_TRUE@@COND_emu_TRUE@am__append_1363 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_emu_TRUE@am__append_1364 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_emu_TRUE@am__append_1365 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_i386_pc_TRUE@am__append_1366 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_pc_TRUE@am__append_1367 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_pc_TRUE@am__append_1368 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_i386_efi_TRUE@am__append_1369 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_efi_TRUE@am__append_1370 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_efi_TRUE@am__append_1371 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1372 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1373 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1374 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1375 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1376 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1377 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1378 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1379 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1380 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1381 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1382 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1383 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1384 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1385 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1386 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1387 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1388 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1389 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1390 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1391 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1392 = util/grub.d/10_kfreebsd.in +@COND_HOST_KFREEBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1393 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1394 = 10_kfreebsd +@COND_HOST_KFREEBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1395 = util/grub.d/10_kfreebsd.in +@COND_HOST_NETBSD_TRUE@@COND_emu_TRUE@am__append_1396 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_emu_TRUE@am__append_1397 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_emu_TRUE@am__append_1398 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_i386_pc_TRUE@am__append_1399 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_pc_TRUE@am__append_1400 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_pc_TRUE@am__append_1401 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_i386_efi_TRUE@am__append_1402 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_efi_TRUE@am__append_1403 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_efi_TRUE@am__append_1404 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1405 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1406 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_qemu_TRUE@am__append_1407 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1408 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1409 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_coreboot_TRUE@am__append_1410 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1411 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1412 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_multiboot_TRUE@am__append_1413 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1414 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1415 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_i386_ieee1275_TRUE@am__append_1416 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1417 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1418 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_x86_64_efi_TRUE@am__append_1419 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1420 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1421 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_mips_yeeloong_TRUE@am__append_1422 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1423 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1424 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1425 = util/grub.d/10_netbsd.in +@COND_HOST_NETBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1426 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1427 = 10_netbsd +@COND_HOST_NETBSD_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1428 = util/grub.d/10_netbsd.in +@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1429 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1430 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1431 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1432 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1433 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1434 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1435 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1436 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1437 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1438 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1439 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1440 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1441 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1442 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1443 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1444 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1445 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1446 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1447 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1448 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1449 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1450 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1451 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1452 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1453 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1454 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1455 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1456 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1457 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1458 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1459 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1460 = 10_linux +@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1461 = util/grub.d/10_linux.in +@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1462 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1463 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_emu_TRUE@am__append_1464 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1465 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1466 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_pc_TRUE@am__append_1467 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1468 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1469 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_efi_TRUE@am__append_1470 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1471 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1472 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_qemu_TRUE@am__append_1473 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1474 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1475 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_coreboot_TRUE@am__append_1476 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1477 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1478 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_multiboot_TRUE@am__append_1479 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1480 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1481 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_i386_ieee1275_TRUE@am__append_1482 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1483 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1484 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_x86_64_efi_TRUE@am__append_1485 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1486 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1487 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_mips_yeeloong_TRUE@am__append_1488 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1489 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1490 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1491 = util/grub.d/20_linux_xen.in +@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1492 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1493 = 20_linux_xen +@COND_HOST_LINUX_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1494 = util/grub.d/20_linux_xen.in +@COND_emu_TRUE@am__append_1495 = 30_os-prober +@COND_emu_TRUE@am__append_1496 = 30_os-prober +@COND_emu_TRUE@am__append_1497 = util/grub.d/30_os-prober.in +@COND_i386_pc_TRUE@am__append_1498 = 30_os-prober +@COND_i386_pc_TRUE@am__append_1499 = 30_os-prober +@COND_i386_pc_TRUE@am__append_1500 = util/grub.d/30_os-prober.in +@COND_i386_efi_TRUE@am__append_1501 = 30_os-prober +@COND_i386_efi_TRUE@am__append_1502 = 30_os-prober +@COND_i386_efi_TRUE@am__append_1503 = util/grub.d/30_os-prober.in +@COND_i386_qemu_TRUE@am__append_1504 = 30_os-prober +@COND_i386_qemu_TRUE@am__append_1505 = 30_os-prober +@COND_i386_qemu_TRUE@am__append_1506 = util/grub.d/30_os-prober.in +@COND_i386_coreboot_TRUE@am__append_1507 = 30_os-prober +@COND_i386_coreboot_TRUE@am__append_1508 = 30_os-prober +@COND_i386_coreboot_TRUE@am__append_1509 = util/grub.d/30_os-prober.in +@COND_i386_multiboot_TRUE@am__append_1510 = 30_os-prober +@COND_i386_multiboot_TRUE@am__append_1511 = 30_os-prober +@COND_i386_multiboot_TRUE@am__append_1512 = util/grub.d/30_os-prober.in +@COND_i386_ieee1275_TRUE@am__append_1513 = 30_os-prober +@COND_i386_ieee1275_TRUE@am__append_1514 = 30_os-prober +@COND_i386_ieee1275_TRUE@am__append_1515 = util/grub.d/30_os-prober.in +@COND_x86_64_efi_TRUE@am__append_1516 = 30_os-prober +@COND_x86_64_efi_TRUE@am__append_1517 = 30_os-prober +@COND_x86_64_efi_TRUE@am__append_1518 = util/grub.d/30_os-prober.in +@COND_mips_yeeloong_TRUE@am__append_1519 = 30_os-prober +@COND_mips_yeeloong_TRUE@am__append_1520 = 30_os-prober +@COND_mips_yeeloong_TRUE@am__append_1521 = util/grub.d/30_os-prober.in +@COND_sparc64_ieee1275_TRUE@am__append_1522 = 30_os-prober +@COND_sparc64_ieee1275_TRUE@am__append_1523 = 30_os-prober +@COND_sparc64_ieee1275_TRUE@am__append_1524 = util/grub.d/30_os-prober.in +@COND_powerpc_ieee1275_TRUE@am__append_1525 = 30_os-prober +@COND_powerpc_ieee1275_TRUE@am__append_1526 = 30_os-prober +@COND_powerpc_ieee1275_TRUE@am__append_1527 = util/grub.d/30_os-prober.in +@COND_emu_TRUE@am__append_1528 = 40_custom +@COND_emu_TRUE@am__append_1529 = 40_custom +@COND_emu_TRUE@am__append_1530 = util/grub.d/40_custom.in +@COND_i386_pc_TRUE@am__append_1531 = 40_custom +@COND_i386_pc_TRUE@am__append_1532 = 40_custom +@COND_i386_pc_TRUE@am__append_1533 = util/grub.d/40_custom.in +@COND_i386_efi_TRUE@am__append_1534 = 40_custom +@COND_i386_efi_TRUE@am__append_1535 = 40_custom +@COND_i386_efi_TRUE@am__append_1536 = util/grub.d/40_custom.in +@COND_i386_qemu_TRUE@am__append_1537 = 40_custom +@COND_i386_qemu_TRUE@am__append_1538 = 40_custom +@COND_i386_qemu_TRUE@am__append_1539 = util/grub.d/40_custom.in +@COND_i386_coreboot_TRUE@am__append_1540 = 40_custom +@COND_i386_coreboot_TRUE@am__append_1541 = 40_custom +@COND_i386_coreboot_TRUE@am__append_1542 = util/grub.d/40_custom.in +@COND_i386_multiboot_TRUE@am__append_1543 = 40_custom +@COND_i386_multiboot_TRUE@am__append_1544 = 40_custom +@COND_i386_multiboot_TRUE@am__append_1545 = util/grub.d/40_custom.in +@COND_i386_ieee1275_TRUE@am__append_1546 = 40_custom +@COND_i386_ieee1275_TRUE@am__append_1547 = 40_custom +@COND_i386_ieee1275_TRUE@am__append_1548 = util/grub.d/40_custom.in +@COND_x86_64_efi_TRUE@am__append_1549 = 40_custom +@COND_x86_64_efi_TRUE@am__append_1550 = 40_custom +@COND_x86_64_efi_TRUE@am__append_1551 = util/grub.d/40_custom.in +@COND_mips_yeeloong_TRUE@am__append_1552 = 40_custom +@COND_mips_yeeloong_TRUE@am__append_1553 = 40_custom +@COND_mips_yeeloong_TRUE@am__append_1554 = util/grub.d/40_custom.in +@COND_sparc64_ieee1275_TRUE@am__append_1555 = 40_custom +@COND_sparc64_ieee1275_TRUE@am__append_1556 = 40_custom +@COND_sparc64_ieee1275_TRUE@am__append_1557 = util/grub.d/40_custom.in +@COND_powerpc_ieee1275_TRUE@am__append_1558 = 40_custom +@COND_powerpc_ieee1275_TRUE@am__append_1559 = 40_custom +@COND_powerpc_ieee1275_TRUE@am__append_1560 = util/grub.d/40_custom.in +@COND_emu_TRUE@am__append_1561 = 41_custom +@COND_emu_TRUE@am__append_1562 = 41_custom +@COND_emu_TRUE@am__append_1563 = util/grub.d/41_custom.in +@COND_i386_pc_TRUE@am__append_1564 = 41_custom +@COND_i386_pc_TRUE@am__append_1565 = 41_custom +@COND_i386_pc_TRUE@am__append_1566 = util/grub.d/41_custom.in +@COND_i386_efi_TRUE@am__append_1567 = 41_custom +@COND_i386_efi_TRUE@am__append_1568 = 41_custom +@COND_i386_efi_TRUE@am__append_1569 = util/grub.d/41_custom.in +@COND_i386_qemu_TRUE@am__append_1570 = 41_custom +@COND_i386_qemu_TRUE@am__append_1571 = 41_custom +@COND_i386_qemu_TRUE@am__append_1572 = util/grub.d/41_custom.in +@COND_i386_coreboot_TRUE@am__append_1573 = 41_custom +@COND_i386_coreboot_TRUE@am__append_1574 = 41_custom +@COND_i386_coreboot_TRUE@am__append_1575 = util/grub.d/41_custom.in +@COND_i386_multiboot_TRUE@am__append_1576 = 41_custom +@COND_i386_multiboot_TRUE@am__append_1577 = 41_custom +@COND_i386_multiboot_TRUE@am__append_1578 = util/grub.d/41_custom.in +@COND_i386_ieee1275_TRUE@am__append_1579 = 41_custom +@COND_i386_ieee1275_TRUE@am__append_1580 = 41_custom +@COND_i386_ieee1275_TRUE@am__append_1581 = util/grub.d/41_custom.in +@COND_x86_64_efi_TRUE@am__append_1582 = 41_custom +@COND_x86_64_efi_TRUE@am__append_1583 = 41_custom +@COND_x86_64_efi_TRUE@am__append_1584 = util/grub.d/41_custom.in +@COND_mips_yeeloong_TRUE@am__append_1585 = 41_custom +@COND_mips_yeeloong_TRUE@am__append_1586 = 41_custom +@COND_mips_yeeloong_TRUE@am__append_1587 = util/grub.d/41_custom.in +@COND_sparc64_ieee1275_TRUE@am__append_1588 = 41_custom +@COND_sparc64_ieee1275_TRUE@am__append_1589 = 41_custom +@COND_sparc64_ieee1275_TRUE@am__append_1590 = util/grub.d/41_custom.in +@COND_powerpc_ieee1275_TRUE@am__append_1591 = 41_custom +@COND_powerpc_ieee1275_TRUE@am__append_1592 = 41_custom +@COND_powerpc_ieee1275_TRUE@am__append_1593 = util/grub.d/41_custom.in +@COND_i386_pc_TRUE@am__append_1594 = grub-mkrescue +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1595 = grub-mkrescue.1 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1596 = grub-mkrescue.1 +@COND_i386_pc_TRUE@am__append_1597 = grub-mkrescue +@COND_i386_pc_TRUE@am__append_1598 = util/grub-mkrescue.in +@COND_i386_efi_TRUE@am__append_1599 = grub-mkrescue +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1600 = grub-mkrescue.1 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1601 = grub-mkrescue.1 +@COND_i386_efi_TRUE@am__append_1602 = grub-mkrescue +@COND_i386_efi_TRUE@am__append_1603 = util/grub-mkrescue.in +@COND_i386_qemu_TRUE@am__append_1604 = grub-mkrescue +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1605 = grub-mkrescue.1 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1606 = grub-mkrescue.1 +@COND_i386_qemu_TRUE@am__append_1607 = grub-mkrescue +@COND_i386_qemu_TRUE@am__append_1608 = util/grub-mkrescue.in +@COND_i386_coreboot_TRUE@am__append_1609 = grub-mkrescue +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1610 = grub-mkrescue.1 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1611 = grub-mkrescue.1 +@COND_i386_coreboot_TRUE@am__append_1612 = grub-mkrescue +@COND_i386_coreboot_TRUE@am__append_1613 = util/grub-mkrescue.in +@COND_i386_multiboot_TRUE@am__append_1614 = grub-mkrescue +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1615 = grub-mkrescue.1 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1616 = grub-mkrescue.1 +@COND_i386_multiboot_TRUE@am__append_1617 = grub-mkrescue +@COND_i386_multiboot_TRUE@am__append_1618 = util/grub-mkrescue.in +@COND_x86_64_efi_TRUE@am__append_1619 = grub-mkrescue +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1620 = grub-mkrescue.1 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1621 = grub-mkrescue.1 +@COND_x86_64_efi_TRUE@am__append_1622 = grub-mkrescue +@COND_x86_64_efi_TRUE@am__append_1623 = util/grub-mkrescue.in +@COND_powerpc_ieee1275_TRUE@am__append_1624 = grub-mkrescue +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1625 = grub-mkrescue.1 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1626 = grub-mkrescue.1 +@COND_powerpc_ieee1275_TRUE@am__append_1627 = grub-mkrescue +@COND_powerpc_ieee1275_TRUE@am__append_1628 = util/powerpc/ieee1275/grub-mkrescue.in +@COND_i386_pc_TRUE@am__append_1629 = grub-install +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1630 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1631 = grub-install.8 +@COND_i386_pc_TRUE@am__append_1632 = grub-install +@COND_i386_pc_TRUE@am__append_1633 = util/grub-install.in +@COND_i386_efi_TRUE@am__append_1634 = grub-install +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1635 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1636 = grub-install.8 +@COND_i386_efi_TRUE@am__append_1637 = grub-install +@COND_i386_efi_TRUE@am__append_1638 = util/grub-install.in +@COND_i386_qemu_TRUE@am__append_1639 = grub-install +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1640 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1641 = grub-install.8 +@COND_i386_qemu_TRUE@am__append_1642 = grub-install +@COND_i386_qemu_TRUE@am__append_1643 = util/grub-install.in +@COND_i386_coreboot_TRUE@am__append_1644 = grub-install +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1645 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1646 = grub-install.8 +@COND_i386_coreboot_TRUE@am__append_1647 = grub-install +@COND_i386_coreboot_TRUE@am__append_1648 = util/grub-install.in +@COND_i386_multiboot_TRUE@am__append_1649 = grub-install +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1650 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1651 = grub-install.8 +@COND_i386_multiboot_TRUE@am__append_1652 = grub-install +@COND_i386_multiboot_TRUE@am__append_1653 = util/grub-install.in +@COND_i386_ieee1275_TRUE@am__append_1654 = grub-install +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1655 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1656 = grub-install.8 +@COND_i386_ieee1275_TRUE@am__append_1657 = grub-install +@COND_i386_ieee1275_TRUE@am__append_1658 = util/grub-install.in +@COND_x86_64_efi_TRUE@am__append_1659 = grub-install +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1660 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1661 = grub-install.8 +@COND_x86_64_efi_TRUE@am__append_1662 = grub-install +@COND_x86_64_efi_TRUE@am__append_1663 = util/grub-install.in +@COND_mips_yeeloong_TRUE@am__append_1664 = grub-install +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1665 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1666 = grub-install.8 +@COND_mips_yeeloong_TRUE@am__append_1667 = grub-install +@COND_mips_yeeloong_TRUE@am__append_1668 = util/grub-install.in +@COND_sparc64_ieee1275_TRUE@am__append_1669 = grub-install +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1670 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1671 = grub-install.8 +@COND_sparc64_ieee1275_TRUE@am__append_1672 = grub-install +@COND_sparc64_ieee1275_TRUE@am__append_1673 = util/grub-install.in +@COND_powerpc_ieee1275_TRUE@am__append_1674 = grub-install +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1675 = grub-install.8 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1676 = grub-install.8 +@COND_powerpc_ieee1275_TRUE@am__append_1677 = grub-install +@COND_powerpc_ieee1275_TRUE@am__append_1678 = util/grub-install.in +@COND_emu_TRUE@am__append_1679 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1680 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1681 = grub-mknetdir.8 +@COND_emu_TRUE@am__append_1682 = grub-mknetdir +@COND_emu_TRUE@am__append_1683 = util/grub-mknetdir.in +@COND_i386_pc_TRUE@am__append_1684 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1685 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1686 = grub-mknetdir.8 +@COND_i386_pc_TRUE@am__append_1687 = grub-mknetdir +@COND_i386_pc_TRUE@am__append_1688 = util/grub-mknetdir.in +@COND_i386_efi_TRUE@am__append_1689 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1690 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1691 = grub-mknetdir.8 +@COND_i386_efi_TRUE@am__append_1692 = grub-mknetdir +@COND_i386_efi_TRUE@am__append_1693 = util/grub-mknetdir.in +@COND_i386_qemu_TRUE@am__append_1694 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1695 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1696 = grub-mknetdir.8 +@COND_i386_qemu_TRUE@am__append_1697 = grub-mknetdir +@COND_i386_qemu_TRUE@am__append_1698 = util/grub-mknetdir.in +@COND_i386_coreboot_TRUE@am__append_1699 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1700 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1701 = grub-mknetdir.8 +@COND_i386_coreboot_TRUE@am__append_1702 = grub-mknetdir +@COND_i386_coreboot_TRUE@am__append_1703 = util/grub-mknetdir.in +@COND_i386_multiboot_TRUE@am__append_1704 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1705 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1706 = grub-mknetdir.8 +@COND_i386_multiboot_TRUE@am__append_1707 = grub-mknetdir +@COND_i386_multiboot_TRUE@am__append_1708 = util/grub-mknetdir.in +@COND_i386_ieee1275_TRUE@am__append_1709 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1710 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1711 = grub-mknetdir.8 +@COND_i386_ieee1275_TRUE@am__append_1712 = grub-mknetdir +@COND_i386_ieee1275_TRUE@am__append_1713 = util/grub-mknetdir.in +@COND_x86_64_efi_TRUE@am__append_1714 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1715 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1716 = grub-mknetdir.8 +@COND_x86_64_efi_TRUE@am__append_1717 = grub-mknetdir +@COND_x86_64_efi_TRUE@am__append_1718 = util/grub-mknetdir.in +@COND_mips_yeeloong_TRUE@am__append_1719 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1720 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1721 = grub-mknetdir.8 +@COND_mips_yeeloong_TRUE@am__append_1722 = grub-mknetdir +@COND_mips_yeeloong_TRUE@am__append_1723 = util/grub-mknetdir.in +@COND_sparc64_ieee1275_TRUE@am__append_1724 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1725 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1726 = grub-mknetdir.8 +@COND_sparc64_ieee1275_TRUE@am__append_1727 = grub-mknetdir +@COND_sparc64_ieee1275_TRUE@am__append_1728 = util/grub-mknetdir.in +@COND_powerpc_ieee1275_TRUE@am__append_1729 = grub-mknetdir +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1730 = grub-mknetdir.8 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1731 = grub-mknetdir.8 +@COND_powerpc_ieee1275_TRUE@am__append_1732 = grub-mknetdir +@COND_powerpc_ieee1275_TRUE@am__append_1733 = util/grub-mknetdir.in +@COND_emu_TRUE@am__append_1734 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1735 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1736 = grub-mkconfig.8 +@COND_emu_TRUE@am__append_1737 = grub-mkconfig +@COND_emu_TRUE@am__append_1738 = util/grub-mkconfig.in +@COND_i386_pc_TRUE@am__append_1739 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1740 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1741 = grub-mkconfig.8 +@COND_i386_pc_TRUE@am__append_1742 = grub-mkconfig +@COND_i386_pc_TRUE@am__append_1743 = util/grub-mkconfig.in +@COND_i386_efi_TRUE@am__append_1744 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1745 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1746 = grub-mkconfig.8 +@COND_i386_efi_TRUE@am__append_1747 = grub-mkconfig +@COND_i386_efi_TRUE@am__append_1748 = util/grub-mkconfig.in +@COND_i386_qemu_TRUE@am__append_1749 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1750 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1751 = grub-mkconfig.8 +@COND_i386_qemu_TRUE@am__append_1752 = grub-mkconfig +@COND_i386_qemu_TRUE@am__append_1753 = util/grub-mkconfig.in +@COND_i386_coreboot_TRUE@am__append_1754 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1755 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1756 = grub-mkconfig.8 +@COND_i386_coreboot_TRUE@am__append_1757 = grub-mkconfig +@COND_i386_coreboot_TRUE@am__append_1758 = util/grub-mkconfig.in +@COND_i386_multiboot_TRUE@am__append_1759 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1760 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1761 = grub-mkconfig.8 +@COND_i386_multiboot_TRUE@am__append_1762 = grub-mkconfig +@COND_i386_multiboot_TRUE@am__append_1763 = util/grub-mkconfig.in +@COND_i386_ieee1275_TRUE@am__append_1764 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1765 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1766 = grub-mkconfig.8 +@COND_i386_ieee1275_TRUE@am__append_1767 = grub-mkconfig +@COND_i386_ieee1275_TRUE@am__append_1768 = util/grub-mkconfig.in +@COND_x86_64_efi_TRUE@am__append_1769 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1770 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1771 = grub-mkconfig.8 +@COND_x86_64_efi_TRUE@am__append_1772 = grub-mkconfig +@COND_x86_64_efi_TRUE@am__append_1773 = util/grub-mkconfig.in +@COND_mips_yeeloong_TRUE@am__append_1774 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1775 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1776 = grub-mkconfig.8 +@COND_mips_yeeloong_TRUE@am__append_1777 = grub-mkconfig +@COND_mips_yeeloong_TRUE@am__append_1778 = util/grub-mkconfig.in +@COND_sparc64_ieee1275_TRUE@am__append_1779 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1780 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1781 = grub-mkconfig.8 +@COND_sparc64_ieee1275_TRUE@am__append_1782 = grub-mkconfig +@COND_sparc64_ieee1275_TRUE@am__append_1783 = util/grub-mkconfig.in +@COND_powerpc_ieee1275_TRUE@am__append_1784 = grub-mkconfig +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1785 = grub-mkconfig.8 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1786 = grub-mkconfig.8 +@COND_powerpc_ieee1275_TRUE@am__append_1787 = grub-mkconfig +@COND_powerpc_ieee1275_TRUE@am__append_1788 = util/grub-mkconfig.in +@COND_emu_TRUE@am__append_1789 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1790 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1791 = grub-set-default.8 +@COND_emu_TRUE@am__append_1792 = grub-set-default +@COND_emu_TRUE@am__append_1793 = util/grub-set-default.in +@COND_i386_pc_TRUE@am__append_1794 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1795 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1796 = grub-set-default.8 +@COND_i386_pc_TRUE@am__append_1797 = grub-set-default +@COND_i386_pc_TRUE@am__append_1798 = util/grub-set-default.in +@COND_i386_efi_TRUE@am__append_1799 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1800 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1801 = grub-set-default.8 +@COND_i386_efi_TRUE@am__append_1802 = grub-set-default +@COND_i386_efi_TRUE@am__append_1803 = util/grub-set-default.in +@COND_i386_qemu_TRUE@am__append_1804 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1805 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1806 = grub-set-default.8 +@COND_i386_qemu_TRUE@am__append_1807 = grub-set-default +@COND_i386_qemu_TRUE@am__append_1808 = util/grub-set-default.in +@COND_i386_coreboot_TRUE@am__append_1809 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1810 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1811 = grub-set-default.8 +@COND_i386_coreboot_TRUE@am__append_1812 = grub-set-default +@COND_i386_coreboot_TRUE@am__append_1813 = util/grub-set-default.in +@COND_i386_multiboot_TRUE@am__append_1814 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1815 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1816 = grub-set-default.8 +@COND_i386_multiboot_TRUE@am__append_1817 = grub-set-default +@COND_i386_multiboot_TRUE@am__append_1818 = util/grub-set-default.in +@COND_i386_ieee1275_TRUE@am__append_1819 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1820 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1821 = grub-set-default.8 +@COND_i386_ieee1275_TRUE@am__append_1822 = grub-set-default +@COND_i386_ieee1275_TRUE@am__append_1823 = util/grub-set-default.in +@COND_x86_64_efi_TRUE@am__append_1824 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1825 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1826 = grub-set-default.8 +@COND_x86_64_efi_TRUE@am__append_1827 = grub-set-default +@COND_x86_64_efi_TRUE@am__append_1828 = util/grub-set-default.in +@COND_mips_yeeloong_TRUE@am__append_1829 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1830 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1831 = grub-set-default.8 +@COND_mips_yeeloong_TRUE@am__append_1832 = grub-set-default +@COND_mips_yeeloong_TRUE@am__append_1833 = util/grub-set-default.in +@COND_sparc64_ieee1275_TRUE@am__append_1834 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1835 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1836 = grub-set-default.8 +@COND_sparc64_ieee1275_TRUE@am__append_1837 = grub-set-default +@COND_sparc64_ieee1275_TRUE@am__append_1838 = util/grub-set-default.in +@COND_powerpc_ieee1275_TRUE@am__append_1839 = grub-set-default +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1840 = grub-set-default.8 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1841 = grub-set-default.8 +@COND_powerpc_ieee1275_TRUE@am__append_1842 = grub-set-default +@COND_powerpc_ieee1275_TRUE@am__append_1843 = util/grub-set-default.in +@COND_emu_TRUE@am__append_1844 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1845 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_1846 = grub-reboot.8 +@COND_emu_TRUE@am__append_1847 = grub-reboot +@COND_emu_TRUE@am__append_1848 = util/grub-reboot.in +@COND_i386_pc_TRUE@am__append_1849 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1850 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@am__append_1851 = grub-reboot.8 +@COND_i386_pc_TRUE@am__append_1852 = grub-reboot +@COND_i386_pc_TRUE@am__append_1853 = util/grub-reboot.in +@COND_i386_efi_TRUE@am__append_1854 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1855 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@am__append_1856 = grub-reboot.8 +@COND_i386_efi_TRUE@am__append_1857 = grub-reboot +@COND_i386_efi_TRUE@am__append_1858 = util/grub-reboot.in +@COND_i386_qemu_TRUE@am__append_1859 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1860 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@am__append_1861 = grub-reboot.8 +@COND_i386_qemu_TRUE@am__append_1862 = grub-reboot +@COND_i386_qemu_TRUE@am__append_1863 = util/grub-reboot.in +@COND_i386_coreboot_TRUE@am__append_1864 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1865 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@am__append_1866 = grub-reboot.8 +@COND_i386_coreboot_TRUE@am__append_1867 = grub-reboot +@COND_i386_coreboot_TRUE@am__append_1868 = util/grub-reboot.in +@COND_i386_multiboot_TRUE@am__append_1869 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1870 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@am__append_1871 = grub-reboot.8 +@COND_i386_multiboot_TRUE@am__append_1872 = grub-reboot +@COND_i386_multiboot_TRUE@am__append_1873 = util/grub-reboot.in +@COND_i386_ieee1275_TRUE@am__append_1874 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1875 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@am__append_1876 = grub-reboot.8 +@COND_i386_ieee1275_TRUE@am__append_1877 = grub-reboot +@COND_i386_ieee1275_TRUE@am__append_1878 = util/grub-reboot.in +@COND_x86_64_efi_TRUE@am__append_1879 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1880 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@am__append_1881 = grub-reboot.8 +@COND_x86_64_efi_TRUE@am__append_1882 = grub-reboot +@COND_x86_64_efi_TRUE@am__append_1883 = util/grub-reboot.in +@COND_mips_yeeloong_TRUE@am__append_1884 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1885 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@am__append_1886 = grub-reboot.8 +@COND_mips_yeeloong_TRUE@am__append_1887 = grub-reboot +@COND_mips_yeeloong_TRUE@am__append_1888 = util/grub-reboot.in +@COND_sparc64_ieee1275_TRUE@am__append_1889 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1890 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@am__append_1891 = grub-reboot.8 +@COND_sparc64_ieee1275_TRUE@am__append_1892 = grub-reboot +@COND_sparc64_ieee1275_TRUE@am__append_1893 = util/grub-reboot.in +@COND_powerpc_ieee1275_TRUE@am__append_1894 = grub-reboot +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1895 = grub-reboot.8 +@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@am__append_1896 = grub-reboot.8 +@COND_powerpc_ieee1275_TRUE@am__append_1897 = grub-reboot +@COND_powerpc_ieee1275_TRUE@am__append_1898 = util/grub-reboot.in +@COND_emu_TRUE@am__append_1899 = grub-mkconfig_lib +@COND_emu_TRUE@am__append_1900 = grub-mkconfig_lib +@COND_emu_TRUE@am__append_1901 = util/grub-mkconfig_lib.in +@COND_i386_pc_TRUE@am__append_1902 = grub-mkconfig_lib +@COND_i386_pc_TRUE@am__append_1903 = grub-mkconfig_lib +@COND_i386_pc_TRUE@am__append_1904 = util/grub-mkconfig_lib.in +@COND_i386_efi_TRUE@am__append_1905 = grub-mkconfig_lib +@COND_i386_efi_TRUE@am__append_1906 = grub-mkconfig_lib +@COND_i386_efi_TRUE@am__append_1907 = util/grub-mkconfig_lib.in +@COND_i386_qemu_TRUE@am__append_1908 = grub-mkconfig_lib +@COND_i386_qemu_TRUE@am__append_1909 = grub-mkconfig_lib +@COND_i386_qemu_TRUE@am__append_1910 = util/grub-mkconfig_lib.in +@COND_i386_coreboot_TRUE@am__append_1911 = grub-mkconfig_lib +@COND_i386_coreboot_TRUE@am__append_1912 = grub-mkconfig_lib +@COND_i386_coreboot_TRUE@am__append_1913 = util/grub-mkconfig_lib.in +@COND_i386_multiboot_TRUE@am__append_1914 = grub-mkconfig_lib +@COND_i386_multiboot_TRUE@am__append_1915 = grub-mkconfig_lib +@COND_i386_multiboot_TRUE@am__append_1916 = util/grub-mkconfig_lib.in +@COND_i386_ieee1275_TRUE@am__append_1917 = grub-mkconfig_lib +@COND_i386_ieee1275_TRUE@am__append_1918 = grub-mkconfig_lib +@COND_i386_ieee1275_TRUE@am__append_1919 = util/grub-mkconfig_lib.in +@COND_x86_64_efi_TRUE@am__append_1920 = grub-mkconfig_lib +@COND_x86_64_efi_TRUE@am__append_1921 = grub-mkconfig_lib +@COND_x86_64_efi_TRUE@am__append_1922 = util/grub-mkconfig_lib.in +@COND_mips_yeeloong_TRUE@am__append_1923 = grub-mkconfig_lib +@COND_mips_yeeloong_TRUE@am__append_1924 = grub-mkconfig_lib +@COND_mips_yeeloong_TRUE@am__append_1925 = util/grub-mkconfig_lib.in +@COND_sparc64_ieee1275_TRUE@am__append_1926 = grub-mkconfig_lib +@COND_sparc64_ieee1275_TRUE@am__append_1927 = grub-mkconfig_lib +@COND_sparc64_ieee1275_TRUE@am__append_1928 = util/grub-mkconfig_lib.in +@COND_powerpc_ieee1275_TRUE@am__append_1929 = grub-mkconfig_lib +@COND_powerpc_ieee1275_TRUE@am__append_1930 = grub-mkconfig_lib +@COND_powerpc_ieee1275_TRUE@am__append_1931 = util/grub-mkconfig_lib.in +@COND_emu_TRUE@am__append_1932 = update-grub_lib +@COND_emu_TRUE@am__append_1933 = update-grub_lib +@COND_emu_TRUE@am__append_1934 = util/update-grub_lib.in +@COND_i386_pc_TRUE@am__append_1935 = update-grub_lib +@COND_i386_pc_TRUE@am__append_1936 = update-grub_lib +@COND_i386_pc_TRUE@am__append_1937 = util/update-grub_lib.in +@COND_i386_efi_TRUE@am__append_1938 = update-grub_lib +@COND_i386_efi_TRUE@am__append_1939 = update-grub_lib +@COND_i386_efi_TRUE@am__append_1940 = util/update-grub_lib.in +@COND_i386_qemu_TRUE@am__append_1941 = update-grub_lib +@COND_i386_qemu_TRUE@am__append_1942 = update-grub_lib +@COND_i386_qemu_TRUE@am__append_1943 = util/update-grub_lib.in +@COND_i386_coreboot_TRUE@am__append_1944 = update-grub_lib +@COND_i386_coreboot_TRUE@am__append_1945 = update-grub_lib +@COND_i386_coreboot_TRUE@am__append_1946 = util/update-grub_lib.in +@COND_i386_multiboot_TRUE@am__append_1947 = update-grub_lib +@COND_i386_multiboot_TRUE@am__append_1948 = update-grub_lib +@COND_i386_multiboot_TRUE@am__append_1949 = util/update-grub_lib.in +@COND_i386_ieee1275_TRUE@am__append_1950 = update-grub_lib +@COND_i386_ieee1275_TRUE@am__append_1951 = update-grub_lib +@COND_i386_ieee1275_TRUE@am__append_1952 = util/update-grub_lib.in +@COND_x86_64_efi_TRUE@am__append_1953 = update-grub_lib +@COND_x86_64_efi_TRUE@am__append_1954 = update-grub_lib +@COND_x86_64_efi_TRUE@am__append_1955 = util/update-grub_lib.in +@COND_mips_yeeloong_TRUE@am__append_1956 = update-grub_lib +@COND_mips_yeeloong_TRUE@am__append_1957 = update-grub_lib +@COND_mips_yeeloong_TRUE@am__append_1958 = util/update-grub_lib.in +@COND_sparc64_ieee1275_TRUE@am__append_1959 = update-grub_lib +@COND_sparc64_ieee1275_TRUE@am__append_1960 = update-grub_lib +@COND_sparc64_ieee1275_TRUE@am__append_1961 = util/update-grub_lib.in +@COND_powerpc_ieee1275_TRUE@am__append_1962 = update-grub_lib +@COND_powerpc_ieee1275_TRUE@am__append_1963 = update-grub_lib +@COND_powerpc_ieee1275_TRUE@am__append_1964 = util/update-grub_lib.in +@COND_emu_TRUE@am__append_1965 = grub-kbdcomp +@COND_emu_TRUE@am__append_1966 = grub-kbdcomp +@COND_emu_TRUE@am__append_1967 = util/grub-kbdcomp.in +@COND_i386_pc_TRUE@am__append_1968 = grub-kbdcomp +@COND_i386_pc_TRUE@am__append_1969 = grub-kbdcomp +@COND_i386_pc_TRUE@am__append_1970 = util/grub-kbdcomp.in +@COND_i386_efi_TRUE@am__append_1971 = grub-kbdcomp +@COND_i386_efi_TRUE@am__append_1972 = grub-kbdcomp +@COND_i386_efi_TRUE@am__append_1973 = util/grub-kbdcomp.in +@COND_i386_qemu_TRUE@am__append_1974 = grub-kbdcomp +@COND_i386_qemu_TRUE@am__append_1975 = grub-kbdcomp +@COND_i386_qemu_TRUE@am__append_1976 = util/grub-kbdcomp.in +@COND_i386_coreboot_TRUE@am__append_1977 = grub-kbdcomp +@COND_i386_coreboot_TRUE@am__append_1978 = grub-kbdcomp +@COND_i386_coreboot_TRUE@am__append_1979 = util/grub-kbdcomp.in +@COND_i386_multiboot_TRUE@am__append_1980 = grub-kbdcomp +@COND_i386_multiboot_TRUE@am__append_1981 = grub-kbdcomp +@COND_i386_multiboot_TRUE@am__append_1982 = util/grub-kbdcomp.in +@COND_i386_ieee1275_TRUE@am__append_1983 = grub-kbdcomp +@COND_i386_ieee1275_TRUE@am__append_1984 = grub-kbdcomp +@COND_i386_ieee1275_TRUE@am__append_1985 = util/grub-kbdcomp.in +@COND_x86_64_efi_TRUE@am__append_1986 = grub-kbdcomp +@COND_x86_64_efi_TRUE@am__append_1987 = grub-kbdcomp +@COND_x86_64_efi_TRUE@am__append_1988 = util/grub-kbdcomp.in +@COND_mips_yeeloong_TRUE@am__append_1989 = grub-kbdcomp +@COND_mips_yeeloong_TRUE@am__append_1990 = grub-kbdcomp +@COND_mips_yeeloong_TRUE@am__append_1991 = util/grub-kbdcomp.in +@COND_sparc64_ieee1275_TRUE@am__append_1992 = grub-kbdcomp +@COND_sparc64_ieee1275_TRUE@am__append_1993 = grub-kbdcomp +@COND_sparc64_ieee1275_TRUE@am__append_1994 = util/grub-kbdcomp.in +@COND_powerpc_ieee1275_TRUE@am__append_1995 = grub-kbdcomp +@COND_powerpc_ieee1275_TRUE@am__append_1996 = grub-kbdcomp +@COND_powerpc_ieee1275_TRUE@am__append_1997 = util/grub-kbdcomp.in +@COND_emu_TRUE@am__append_1998 = grub-shell +@COND_emu_TRUE@am__append_1999 = grub-shell +@COND_emu_TRUE@am__append_2000 = tests/util/grub-shell.in +@COND_i386_pc_TRUE@am__append_2001 = grub-shell +@COND_i386_pc_TRUE@am__append_2002 = grub-shell +@COND_i386_pc_TRUE@am__append_2003 = tests/util/grub-shell.in +@COND_i386_efi_TRUE@am__append_2004 = grub-shell +@COND_i386_efi_TRUE@am__append_2005 = grub-shell +@COND_i386_efi_TRUE@am__append_2006 = tests/util/grub-shell.in +@COND_i386_qemu_TRUE@am__append_2007 = grub-shell +@COND_i386_qemu_TRUE@am__append_2008 = grub-shell +@COND_i386_qemu_TRUE@am__append_2009 = tests/util/grub-shell.in +@COND_i386_coreboot_TRUE@am__append_2010 = grub-shell +@COND_i386_coreboot_TRUE@am__append_2011 = grub-shell +@COND_i386_coreboot_TRUE@am__append_2012 = tests/util/grub-shell.in +@COND_i386_multiboot_TRUE@am__append_2013 = grub-shell +@COND_i386_multiboot_TRUE@am__append_2014 = grub-shell +@COND_i386_multiboot_TRUE@am__append_2015 = tests/util/grub-shell.in +@COND_i386_ieee1275_TRUE@am__append_2016 = grub-shell +@COND_i386_ieee1275_TRUE@am__append_2017 = grub-shell +@COND_i386_ieee1275_TRUE@am__append_2018 = tests/util/grub-shell.in +@COND_x86_64_efi_TRUE@am__append_2019 = grub-shell +@COND_x86_64_efi_TRUE@am__append_2020 = grub-shell +@COND_x86_64_efi_TRUE@am__append_2021 = tests/util/grub-shell.in +@COND_mips_yeeloong_TRUE@am__append_2022 = grub-shell +@COND_mips_yeeloong_TRUE@am__append_2023 = grub-shell +@COND_mips_yeeloong_TRUE@am__append_2024 = tests/util/grub-shell.in +@COND_sparc64_ieee1275_TRUE@am__append_2025 = grub-shell +@COND_sparc64_ieee1275_TRUE@am__append_2026 = grub-shell +@COND_sparc64_ieee1275_TRUE@am__append_2027 = tests/util/grub-shell.in +@COND_powerpc_ieee1275_TRUE@am__append_2028 = grub-shell +@COND_powerpc_ieee1275_TRUE@am__append_2029 = grub-shell +@COND_powerpc_ieee1275_TRUE@am__append_2030 = tests/util/grub-shell.in +@COND_emu_TRUE@am__append_2031 = grub-shell-tester +@COND_emu_TRUE@am__append_2032 = grub-shell-tester +@COND_emu_TRUE@am__append_2033 = tests/util/grub-shell-tester.in +@COND_i386_pc_TRUE@am__append_2034 = grub-shell-tester +@COND_i386_pc_TRUE@am__append_2035 = grub-shell-tester +@COND_i386_pc_TRUE@am__append_2036 = tests/util/grub-shell-tester.in +@COND_i386_efi_TRUE@am__append_2037 = grub-shell-tester +@COND_i386_efi_TRUE@am__append_2038 = grub-shell-tester +@COND_i386_efi_TRUE@am__append_2039 = tests/util/grub-shell-tester.in +@COND_i386_qemu_TRUE@am__append_2040 = grub-shell-tester +@COND_i386_qemu_TRUE@am__append_2041 = grub-shell-tester +@COND_i386_qemu_TRUE@am__append_2042 = tests/util/grub-shell-tester.in +@COND_i386_coreboot_TRUE@am__append_2043 = grub-shell-tester +@COND_i386_coreboot_TRUE@am__append_2044 = grub-shell-tester +@COND_i386_coreboot_TRUE@am__append_2045 = tests/util/grub-shell-tester.in +@COND_i386_multiboot_TRUE@am__append_2046 = grub-shell-tester +@COND_i386_multiboot_TRUE@am__append_2047 = grub-shell-tester +@COND_i386_multiboot_TRUE@am__append_2048 = tests/util/grub-shell-tester.in +@COND_i386_ieee1275_TRUE@am__append_2049 = grub-shell-tester +@COND_i386_ieee1275_TRUE@am__append_2050 = grub-shell-tester +@COND_i386_ieee1275_TRUE@am__append_2051 = tests/util/grub-shell-tester.in +@COND_x86_64_efi_TRUE@am__append_2052 = grub-shell-tester +@COND_x86_64_efi_TRUE@am__append_2053 = grub-shell-tester +@COND_x86_64_efi_TRUE@am__append_2054 = tests/util/grub-shell-tester.in +@COND_mips_yeeloong_TRUE@am__append_2055 = grub-shell-tester +@COND_mips_yeeloong_TRUE@am__append_2056 = grub-shell-tester +@COND_mips_yeeloong_TRUE@am__append_2057 = tests/util/grub-shell-tester.in +@COND_sparc64_ieee1275_TRUE@am__append_2058 = grub-shell-tester +@COND_sparc64_ieee1275_TRUE@am__append_2059 = grub-shell-tester +@COND_sparc64_ieee1275_TRUE@am__append_2060 = tests/util/grub-shell-tester.in +@COND_powerpc_ieee1275_TRUE@am__append_2061 = grub-shell-tester +@COND_powerpc_ieee1275_TRUE@am__append_2062 = grub-shell-tester +@COND_powerpc_ieee1275_TRUE@am__append_2063 = tests/util/grub-shell-tester.in +@COND_emu_TRUE@am__append_2064 = example_scripted_test +@COND_emu_TRUE@am__append_2065 = example_scripted_test +@COND_emu_TRUE@am__append_2066 = example_scripted_test +@COND_emu_TRUE@am__append_2067 = tests/example_scripted_test.in +@COND_i386_pc_TRUE@am__append_2068 = example_scripted_test +@COND_i386_pc_TRUE@am__append_2069 = example_scripted_test +@COND_i386_pc_TRUE@am__append_2070 = example_scripted_test +@COND_i386_pc_TRUE@am__append_2071 = tests/example_scripted_test.in +@COND_i386_efi_TRUE@am__append_2072 = example_scripted_test +@COND_i386_efi_TRUE@am__append_2073 = example_scripted_test +@COND_i386_efi_TRUE@am__append_2074 = example_scripted_test +@COND_i386_efi_TRUE@am__append_2075 = tests/example_scripted_test.in +@COND_i386_qemu_TRUE@am__append_2076 = example_scripted_test +@COND_i386_qemu_TRUE@am__append_2077 = example_scripted_test +@COND_i386_qemu_TRUE@am__append_2078 = example_scripted_test +@COND_i386_qemu_TRUE@am__append_2079 = tests/example_scripted_test.in +@COND_i386_coreboot_TRUE@am__append_2080 = example_scripted_test +@COND_i386_coreboot_TRUE@am__append_2081 = example_scripted_test +@COND_i386_coreboot_TRUE@am__append_2082 = example_scripted_test +@COND_i386_coreboot_TRUE@am__append_2083 = tests/example_scripted_test.in +@COND_i386_multiboot_TRUE@am__append_2084 = example_scripted_test +@COND_i386_multiboot_TRUE@am__append_2085 = example_scripted_test +@COND_i386_multiboot_TRUE@am__append_2086 = example_scripted_test +@COND_i386_multiboot_TRUE@am__append_2087 = tests/example_scripted_test.in +@COND_i386_ieee1275_TRUE@am__append_2088 = example_scripted_test +@COND_i386_ieee1275_TRUE@am__append_2089 = example_scripted_test +@COND_i386_ieee1275_TRUE@am__append_2090 = example_scripted_test +@COND_i386_ieee1275_TRUE@am__append_2091 = tests/example_scripted_test.in +@COND_x86_64_efi_TRUE@am__append_2092 = example_scripted_test +@COND_x86_64_efi_TRUE@am__append_2093 = example_scripted_test +@COND_x86_64_efi_TRUE@am__append_2094 = example_scripted_test +@COND_x86_64_efi_TRUE@am__append_2095 = tests/example_scripted_test.in +@COND_mips_yeeloong_TRUE@am__append_2096 = example_scripted_test +@COND_mips_yeeloong_TRUE@am__append_2097 = example_scripted_test +@COND_mips_yeeloong_TRUE@am__append_2098 = example_scripted_test +@COND_mips_yeeloong_TRUE@am__append_2099 = tests/example_scripted_test.in +@COND_sparc64_ieee1275_TRUE@am__append_2100 = example_scripted_test +@COND_sparc64_ieee1275_TRUE@am__append_2101 = example_scripted_test +@COND_sparc64_ieee1275_TRUE@am__append_2102 = example_scripted_test +@COND_sparc64_ieee1275_TRUE@am__append_2103 = tests/example_scripted_test.in +@COND_powerpc_ieee1275_TRUE@am__append_2104 = example_scripted_test +@COND_powerpc_ieee1275_TRUE@am__append_2105 = example_scripted_test +@COND_powerpc_ieee1275_TRUE@am__append_2106 = example_scripted_test +@COND_powerpc_ieee1275_TRUE@am__append_2107 = tests/example_scripted_test.in +@COND_emu_TRUE@am__append_2108 = example_grub_script_test +@COND_emu_TRUE@am__append_2109 = example_grub_script_test +@COND_emu_TRUE@am__append_2110 = example_grub_script_test +@COND_emu_TRUE@am__append_2111 = tests/example_grub_script_test.in +@COND_i386_pc_TRUE@am__append_2112 = example_grub_script_test +@COND_i386_pc_TRUE@am__append_2113 = example_grub_script_test +@COND_i386_pc_TRUE@am__append_2114 = example_grub_script_test +@COND_i386_pc_TRUE@am__append_2115 = tests/example_grub_script_test.in +@COND_i386_efi_TRUE@am__append_2116 = example_grub_script_test +@COND_i386_efi_TRUE@am__append_2117 = example_grub_script_test +@COND_i386_efi_TRUE@am__append_2118 = example_grub_script_test +@COND_i386_efi_TRUE@am__append_2119 = tests/example_grub_script_test.in +@COND_i386_qemu_TRUE@am__append_2120 = example_grub_script_test +@COND_i386_qemu_TRUE@am__append_2121 = example_grub_script_test +@COND_i386_qemu_TRUE@am__append_2122 = example_grub_script_test +@COND_i386_qemu_TRUE@am__append_2123 = tests/example_grub_script_test.in +@COND_i386_coreboot_TRUE@am__append_2124 = example_grub_script_test +@COND_i386_coreboot_TRUE@am__append_2125 = example_grub_script_test +@COND_i386_coreboot_TRUE@am__append_2126 = example_grub_script_test +@COND_i386_coreboot_TRUE@am__append_2127 = tests/example_grub_script_test.in +@COND_i386_multiboot_TRUE@am__append_2128 = example_grub_script_test +@COND_i386_multiboot_TRUE@am__append_2129 = example_grub_script_test +@COND_i386_multiboot_TRUE@am__append_2130 = example_grub_script_test +@COND_i386_multiboot_TRUE@am__append_2131 = tests/example_grub_script_test.in +@COND_i386_ieee1275_TRUE@am__append_2132 = example_grub_script_test +@COND_i386_ieee1275_TRUE@am__append_2133 = example_grub_script_test +@COND_i386_ieee1275_TRUE@am__append_2134 = example_grub_script_test +@COND_i386_ieee1275_TRUE@am__append_2135 = tests/example_grub_script_test.in +@COND_x86_64_efi_TRUE@am__append_2136 = example_grub_script_test +@COND_x86_64_efi_TRUE@am__append_2137 = example_grub_script_test +@COND_x86_64_efi_TRUE@am__append_2138 = example_grub_script_test +@COND_x86_64_efi_TRUE@am__append_2139 = tests/example_grub_script_test.in +@COND_mips_yeeloong_TRUE@am__append_2140 = example_grub_script_test +@COND_mips_yeeloong_TRUE@am__append_2141 = example_grub_script_test +@COND_mips_yeeloong_TRUE@am__append_2142 = example_grub_script_test +@COND_mips_yeeloong_TRUE@am__append_2143 = tests/example_grub_script_test.in +@COND_sparc64_ieee1275_TRUE@am__append_2144 = example_grub_script_test +@COND_sparc64_ieee1275_TRUE@am__append_2145 = example_grub_script_test +@COND_sparc64_ieee1275_TRUE@am__append_2146 = example_grub_script_test +@COND_sparc64_ieee1275_TRUE@am__append_2147 = tests/example_grub_script_test.in +@COND_powerpc_ieee1275_TRUE@am__append_2148 = example_grub_script_test +@COND_powerpc_ieee1275_TRUE@am__append_2149 = example_grub_script_test +@COND_powerpc_ieee1275_TRUE@am__append_2150 = example_grub_script_test +@COND_powerpc_ieee1275_TRUE@am__append_2151 = tests/example_grub_script_test.in +@COND_emu_TRUE@am__append_2152 = grub_script_echo1 +@COND_emu_TRUE@am__append_2153 = grub_script_echo1 +@COND_emu_TRUE@am__append_2154 = grub_script_echo1 +@COND_emu_TRUE@am__append_2155 = tests/grub_script_echo1.in +@COND_i386_pc_TRUE@am__append_2156 = grub_script_echo1 +@COND_i386_pc_TRUE@am__append_2157 = grub_script_echo1 +@COND_i386_pc_TRUE@am__append_2158 = grub_script_echo1 +@COND_i386_pc_TRUE@am__append_2159 = tests/grub_script_echo1.in +@COND_i386_efi_TRUE@am__append_2160 = grub_script_echo1 +@COND_i386_efi_TRUE@am__append_2161 = grub_script_echo1 +@COND_i386_efi_TRUE@am__append_2162 = grub_script_echo1 +@COND_i386_efi_TRUE@am__append_2163 = tests/grub_script_echo1.in +@COND_i386_qemu_TRUE@am__append_2164 = grub_script_echo1 +@COND_i386_qemu_TRUE@am__append_2165 = grub_script_echo1 +@COND_i386_qemu_TRUE@am__append_2166 = grub_script_echo1 +@COND_i386_qemu_TRUE@am__append_2167 = tests/grub_script_echo1.in +@COND_i386_coreboot_TRUE@am__append_2168 = grub_script_echo1 +@COND_i386_coreboot_TRUE@am__append_2169 = grub_script_echo1 +@COND_i386_coreboot_TRUE@am__append_2170 = grub_script_echo1 +@COND_i386_coreboot_TRUE@am__append_2171 = tests/grub_script_echo1.in +@COND_i386_multiboot_TRUE@am__append_2172 = grub_script_echo1 +@COND_i386_multiboot_TRUE@am__append_2173 = grub_script_echo1 +@COND_i386_multiboot_TRUE@am__append_2174 = grub_script_echo1 +@COND_i386_multiboot_TRUE@am__append_2175 = tests/grub_script_echo1.in +@COND_i386_ieee1275_TRUE@am__append_2176 = grub_script_echo1 +@COND_i386_ieee1275_TRUE@am__append_2177 = grub_script_echo1 +@COND_i386_ieee1275_TRUE@am__append_2178 = grub_script_echo1 +@COND_i386_ieee1275_TRUE@am__append_2179 = tests/grub_script_echo1.in +@COND_x86_64_efi_TRUE@am__append_2180 = grub_script_echo1 +@COND_x86_64_efi_TRUE@am__append_2181 = grub_script_echo1 +@COND_x86_64_efi_TRUE@am__append_2182 = grub_script_echo1 +@COND_x86_64_efi_TRUE@am__append_2183 = tests/grub_script_echo1.in +@COND_mips_yeeloong_TRUE@am__append_2184 = grub_script_echo1 +@COND_mips_yeeloong_TRUE@am__append_2185 = grub_script_echo1 +@COND_mips_yeeloong_TRUE@am__append_2186 = grub_script_echo1 +@COND_mips_yeeloong_TRUE@am__append_2187 = tests/grub_script_echo1.in +@COND_sparc64_ieee1275_TRUE@am__append_2188 = grub_script_echo1 +@COND_sparc64_ieee1275_TRUE@am__append_2189 = grub_script_echo1 +@COND_sparc64_ieee1275_TRUE@am__append_2190 = grub_script_echo1 +@COND_sparc64_ieee1275_TRUE@am__append_2191 = tests/grub_script_echo1.in +@COND_powerpc_ieee1275_TRUE@am__append_2192 = grub_script_echo1 +@COND_powerpc_ieee1275_TRUE@am__append_2193 = grub_script_echo1 +@COND_powerpc_ieee1275_TRUE@am__append_2194 = grub_script_echo1 +@COND_powerpc_ieee1275_TRUE@am__append_2195 = tests/grub_script_echo1.in +@COND_emu_TRUE@am__append_2196 = grub_script_echo_keywords +@COND_emu_TRUE@am__append_2197 = grub_script_echo_keywords +@COND_emu_TRUE@am__append_2198 = grub_script_echo_keywords +@COND_emu_TRUE@am__append_2199 = tests/grub_script_echo_keywords.in +@COND_i386_pc_TRUE@am__append_2200 = grub_script_echo_keywords +@COND_i386_pc_TRUE@am__append_2201 = grub_script_echo_keywords +@COND_i386_pc_TRUE@am__append_2202 = grub_script_echo_keywords +@COND_i386_pc_TRUE@am__append_2203 = tests/grub_script_echo_keywords.in +@COND_i386_efi_TRUE@am__append_2204 = grub_script_echo_keywords +@COND_i386_efi_TRUE@am__append_2205 = grub_script_echo_keywords +@COND_i386_efi_TRUE@am__append_2206 = grub_script_echo_keywords +@COND_i386_efi_TRUE@am__append_2207 = tests/grub_script_echo_keywords.in +@COND_i386_qemu_TRUE@am__append_2208 = grub_script_echo_keywords +@COND_i386_qemu_TRUE@am__append_2209 = grub_script_echo_keywords +@COND_i386_qemu_TRUE@am__append_2210 = grub_script_echo_keywords +@COND_i386_qemu_TRUE@am__append_2211 = tests/grub_script_echo_keywords.in +@COND_i386_coreboot_TRUE@am__append_2212 = grub_script_echo_keywords +@COND_i386_coreboot_TRUE@am__append_2213 = grub_script_echo_keywords +@COND_i386_coreboot_TRUE@am__append_2214 = grub_script_echo_keywords +@COND_i386_coreboot_TRUE@am__append_2215 = tests/grub_script_echo_keywords.in +@COND_i386_multiboot_TRUE@am__append_2216 = grub_script_echo_keywords +@COND_i386_multiboot_TRUE@am__append_2217 = grub_script_echo_keywords +@COND_i386_multiboot_TRUE@am__append_2218 = grub_script_echo_keywords +@COND_i386_multiboot_TRUE@am__append_2219 = tests/grub_script_echo_keywords.in +@COND_i386_ieee1275_TRUE@am__append_2220 = grub_script_echo_keywords +@COND_i386_ieee1275_TRUE@am__append_2221 = grub_script_echo_keywords +@COND_i386_ieee1275_TRUE@am__append_2222 = grub_script_echo_keywords +@COND_i386_ieee1275_TRUE@am__append_2223 = tests/grub_script_echo_keywords.in +@COND_x86_64_efi_TRUE@am__append_2224 = grub_script_echo_keywords +@COND_x86_64_efi_TRUE@am__append_2225 = grub_script_echo_keywords +@COND_x86_64_efi_TRUE@am__append_2226 = grub_script_echo_keywords +@COND_x86_64_efi_TRUE@am__append_2227 = tests/grub_script_echo_keywords.in +@COND_mips_yeeloong_TRUE@am__append_2228 = grub_script_echo_keywords +@COND_mips_yeeloong_TRUE@am__append_2229 = grub_script_echo_keywords +@COND_mips_yeeloong_TRUE@am__append_2230 = grub_script_echo_keywords +@COND_mips_yeeloong_TRUE@am__append_2231 = tests/grub_script_echo_keywords.in +@COND_sparc64_ieee1275_TRUE@am__append_2232 = grub_script_echo_keywords +@COND_sparc64_ieee1275_TRUE@am__append_2233 = grub_script_echo_keywords +@COND_sparc64_ieee1275_TRUE@am__append_2234 = grub_script_echo_keywords +@COND_sparc64_ieee1275_TRUE@am__append_2235 = tests/grub_script_echo_keywords.in +@COND_powerpc_ieee1275_TRUE@am__append_2236 = grub_script_echo_keywords +@COND_powerpc_ieee1275_TRUE@am__append_2237 = grub_script_echo_keywords +@COND_powerpc_ieee1275_TRUE@am__append_2238 = grub_script_echo_keywords +@COND_powerpc_ieee1275_TRUE@am__append_2239 = tests/grub_script_echo_keywords.in +@COND_emu_TRUE@am__append_2240 = grub_script_vars1 +@COND_emu_TRUE@am__append_2241 = grub_script_vars1 +@COND_emu_TRUE@am__append_2242 = grub_script_vars1 +@COND_emu_TRUE@am__append_2243 = tests/grub_script_vars1.in +@COND_i386_pc_TRUE@am__append_2244 = grub_script_vars1 +@COND_i386_pc_TRUE@am__append_2245 = grub_script_vars1 +@COND_i386_pc_TRUE@am__append_2246 = grub_script_vars1 +@COND_i386_pc_TRUE@am__append_2247 = tests/grub_script_vars1.in +@COND_i386_efi_TRUE@am__append_2248 = grub_script_vars1 +@COND_i386_efi_TRUE@am__append_2249 = grub_script_vars1 +@COND_i386_efi_TRUE@am__append_2250 = grub_script_vars1 +@COND_i386_efi_TRUE@am__append_2251 = tests/grub_script_vars1.in +@COND_i386_qemu_TRUE@am__append_2252 = grub_script_vars1 +@COND_i386_qemu_TRUE@am__append_2253 = grub_script_vars1 +@COND_i386_qemu_TRUE@am__append_2254 = grub_script_vars1 +@COND_i386_qemu_TRUE@am__append_2255 = tests/grub_script_vars1.in +@COND_i386_coreboot_TRUE@am__append_2256 = grub_script_vars1 +@COND_i386_coreboot_TRUE@am__append_2257 = grub_script_vars1 +@COND_i386_coreboot_TRUE@am__append_2258 = grub_script_vars1 +@COND_i386_coreboot_TRUE@am__append_2259 = tests/grub_script_vars1.in +@COND_i386_multiboot_TRUE@am__append_2260 = grub_script_vars1 +@COND_i386_multiboot_TRUE@am__append_2261 = grub_script_vars1 +@COND_i386_multiboot_TRUE@am__append_2262 = grub_script_vars1 +@COND_i386_multiboot_TRUE@am__append_2263 = tests/grub_script_vars1.in +@COND_i386_ieee1275_TRUE@am__append_2264 = grub_script_vars1 +@COND_i386_ieee1275_TRUE@am__append_2265 = grub_script_vars1 +@COND_i386_ieee1275_TRUE@am__append_2266 = grub_script_vars1 +@COND_i386_ieee1275_TRUE@am__append_2267 = tests/grub_script_vars1.in +@COND_x86_64_efi_TRUE@am__append_2268 = grub_script_vars1 +@COND_x86_64_efi_TRUE@am__append_2269 = grub_script_vars1 +@COND_x86_64_efi_TRUE@am__append_2270 = grub_script_vars1 +@COND_x86_64_efi_TRUE@am__append_2271 = tests/grub_script_vars1.in +@COND_mips_yeeloong_TRUE@am__append_2272 = grub_script_vars1 +@COND_mips_yeeloong_TRUE@am__append_2273 = grub_script_vars1 +@COND_mips_yeeloong_TRUE@am__append_2274 = grub_script_vars1 +@COND_mips_yeeloong_TRUE@am__append_2275 = tests/grub_script_vars1.in +@COND_sparc64_ieee1275_TRUE@am__append_2276 = grub_script_vars1 +@COND_sparc64_ieee1275_TRUE@am__append_2277 = grub_script_vars1 +@COND_sparc64_ieee1275_TRUE@am__append_2278 = grub_script_vars1 +@COND_sparc64_ieee1275_TRUE@am__append_2279 = tests/grub_script_vars1.in +@COND_powerpc_ieee1275_TRUE@am__append_2280 = grub_script_vars1 +@COND_powerpc_ieee1275_TRUE@am__append_2281 = grub_script_vars1 +@COND_powerpc_ieee1275_TRUE@am__append_2282 = grub_script_vars1 +@COND_powerpc_ieee1275_TRUE@am__append_2283 = tests/grub_script_vars1.in +@COND_emu_TRUE@am__append_2284 = grub_script_for1 +@COND_emu_TRUE@am__append_2285 = grub_script_for1 +@COND_emu_TRUE@am__append_2286 = grub_script_for1 +@COND_emu_TRUE@am__append_2287 = tests/grub_script_for1.in +@COND_i386_pc_TRUE@am__append_2288 = grub_script_for1 +@COND_i386_pc_TRUE@am__append_2289 = grub_script_for1 +@COND_i386_pc_TRUE@am__append_2290 = grub_script_for1 +@COND_i386_pc_TRUE@am__append_2291 = tests/grub_script_for1.in +@COND_i386_efi_TRUE@am__append_2292 = grub_script_for1 +@COND_i386_efi_TRUE@am__append_2293 = grub_script_for1 +@COND_i386_efi_TRUE@am__append_2294 = grub_script_for1 +@COND_i386_efi_TRUE@am__append_2295 = tests/grub_script_for1.in +@COND_i386_qemu_TRUE@am__append_2296 = grub_script_for1 +@COND_i386_qemu_TRUE@am__append_2297 = grub_script_for1 +@COND_i386_qemu_TRUE@am__append_2298 = grub_script_for1 +@COND_i386_qemu_TRUE@am__append_2299 = tests/grub_script_for1.in +@COND_i386_coreboot_TRUE@am__append_2300 = grub_script_for1 +@COND_i386_coreboot_TRUE@am__append_2301 = grub_script_for1 +@COND_i386_coreboot_TRUE@am__append_2302 = grub_script_for1 +@COND_i386_coreboot_TRUE@am__append_2303 = tests/grub_script_for1.in +@COND_i386_multiboot_TRUE@am__append_2304 = grub_script_for1 +@COND_i386_multiboot_TRUE@am__append_2305 = grub_script_for1 +@COND_i386_multiboot_TRUE@am__append_2306 = grub_script_for1 +@COND_i386_multiboot_TRUE@am__append_2307 = tests/grub_script_for1.in +@COND_i386_ieee1275_TRUE@am__append_2308 = grub_script_for1 +@COND_i386_ieee1275_TRUE@am__append_2309 = grub_script_for1 +@COND_i386_ieee1275_TRUE@am__append_2310 = grub_script_for1 +@COND_i386_ieee1275_TRUE@am__append_2311 = tests/grub_script_for1.in +@COND_x86_64_efi_TRUE@am__append_2312 = grub_script_for1 +@COND_x86_64_efi_TRUE@am__append_2313 = grub_script_for1 +@COND_x86_64_efi_TRUE@am__append_2314 = grub_script_for1 +@COND_x86_64_efi_TRUE@am__append_2315 = tests/grub_script_for1.in +@COND_mips_yeeloong_TRUE@am__append_2316 = grub_script_for1 +@COND_mips_yeeloong_TRUE@am__append_2317 = grub_script_for1 +@COND_mips_yeeloong_TRUE@am__append_2318 = grub_script_for1 +@COND_mips_yeeloong_TRUE@am__append_2319 = tests/grub_script_for1.in +@COND_sparc64_ieee1275_TRUE@am__append_2320 = grub_script_for1 +@COND_sparc64_ieee1275_TRUE@am__append_2321 = grub_script_for1 +@COND_sparc64_ieee1275_TRUE@am__append_2322 = grub_script_for1 +@COND_sparc64_ieee1275_TRUE@am__append_2323 = tests/grub_script_for1.in +@COND_powerpc_ieee1275_TRUE@am__append_2324 = grub_script_for1 +@COND_powerpc_ieee1275_TRUE@am__append_2325 = grub_script_for1 +@COND_powerpc_ieee1275_TRUE@am__append_2326 = grub_script_for1 +@COND_powerpc_ieee1275_TRUE@am__append_2327 = tests/grub_script_for1.in +@COND_emu_TRUE@am__append_2328 = grub_script_while1 +@COND_emu_TRUE@am__append_2329 = grub_script_while1 +@COND_emu_TRUE@am__append_2330 = grub_script_while1 +@COND_emu_TRUE@am__append_2331 = tests/grub_script_while1.in +@COND_i386_pc_TRUE@am__append_2332 = grub_script_while1 +@COND_i386_pc_TRUE@am__append_2333 = grub_script_while1 +@COND_i386_pc_TRUE@am__append_2334 = grub_script_while1 +@COND_i386_pc_TRUE@am__append_2335 = tests/grub_script_while1.in +@COND_i386_efi_TRUE@am__append_2336 = grub_script_while1 +@COND_i386_efi_TRUE@am__append_2337 = grub_script_while1 +@COND_i386_efi_TRUE@am__append_2338 = grub_script_while1 +@COND_i386_efi_TRUE@am__append_2339 = tests/grub_script_while1.in +@COND_i386_qemu_TRUE@am__append_2340 = grub_script_while1 +@COND_i386_qemu_TRUE@am__append_2341 = grub_script_while1 +@COND_i386_qemu_TRUE@am__append_2342 = grub_script_while1 +@COND_i386_qemu_TRUE@am__append_2343 = tests/grub_script_while1.in +@COND_i386_coreboot_TRUE@am__append_2344 = grub_script_while1 +@COND_i386_coreboot_TRUE@am__append_2345 = grub_script_while1 +@COND_i386_coreboot_TRUE@am__append_2346 = grub_script_while1 +@COND_i386_coreboot_TRUE@am__append_2347 = tests/grub_script_while1.in +@COND_i386_multiboot_TRUE@am__append_2348 = grub_script_while1 +@COND_i386_multiboot_TRUE@am__append_2349 = grub_script_while1 +@COND_i386_multiboot_TRUE@am__append_2350 = grub_script_while1 +@COND_i386_multiboot_TRUE@am__append_2351 = tests/grub_script_while1.in +@COND_i386_ieee1275_TRUE@am__append_2352 = grub_script_while1 +@COND_i386_ieee1275_TRUE@am__append_2353 = grub_script_while1 +@COND_i386_ieee1275_TRUE@am__append_2354 = grub_script_while1 +@COND_i386_ieee1275_TRUE@am__append_2355 = tests/grub_script_while1.in +@COND_x86_64_efi_TRUE@am__append_2356 = grub_script_while1 +@COND_x86_64_efi_TRUE@am__append_2357 = grub_script_while1 +@COND_x86_64_efi_TRUE@am__append_2358 = grub_script_while1 +@COND_x86_64_efi_TRUE@am__append_2359 = tests/grub_script_while1.in +@COND_mips_yeeloong_TRUE@am__append_2360 = grub_script_while1 +@COND_mips_yeeloong_TRUE@am__append_2361 = grub_script_while1 +@COND_mips_yeeloong_TRUE@am__append_2362 = grub_script_while1 +@COND_mips_yeeloong_TRUE@am__append_2363 = tests/grub_script_while1.in +@COND_sparc64_ieee1275_TRUE@am__append_2364 = grub_script_while1 +@COND_sparc64_ieee1275_TRUE@am__append_2365 = grub_script_while1 +@COND_sparc64_ieee1275_TRUE@am__append_2366 = grub_script_while1 +@COND_sparc64_ieee1275_TRUE@am__append_2367 = tests/grub_script_while1.in +@COND_powerpc_ieee1275_TRUE@am__append_2368 = grub_script_while1 +@COND_powerpc_ieee1275_TRUE@am__append_2369 = grub_script_while1 +@COND_powerpc_ieee1275_TRUE@am__append_2370 = grub_script_while1 +@COND_powerpc_ieee1275_TRUE@am__append_2371 = tests/grub_script_while1.in +@COND_emu_TRUE@am__append_2372 = grub_script_if +@COND_emu_TRUE@am__append_2373 = grub_script_if +@COND_emu_TRUE@am__append_2374 = grub_script_if +@COND_emu_TRUE@am__append_2375 = tests/grub_script_if.in +@COND_i386_pc_TRUE@am__append_2376 = grub_script_if +@COND_i386_pc_TRUE@am__append_2377 = grub_script_if +@COND_i386_pc_TRUE@am__append_2378 = grub_script_if +@COND_i386_pc_TRUE@am__append_2379 = tests/grub_script_if.in +@COND_i386_efi_TRUE@am__append_2380 = grub_script_if +@COND_i386_efi_TRUE@am__append_2381 = grub_script_if +@COND_i386_efi_TRUE@am__append_2382 = grub_script_if +@COND_i386_efi_TRUE@am__append_2383 = tests/grub_script_if.in +@COND_i386_qemu_TRUE@am__append_2384 = grub_script_if +@COND_i386_qemu_TRUE@am__append_2385 = grub_script_if +@COND_i386_qemu_TRUE@am__append_2386 = grub_script_if +@COND_i386_qemu_TRUE@am__append_2387 = tests/grub_script_if.in +@COND_i386_coreboot_TRUE@am__append_2388 = grub_script_if +@COND_i386_coreboot_TRUE@am__append_2389 = grub_script_if +@COND_i386_coreboot_TRUE@am__append_2390 = grub_script_if +@COND_i386_coreboot_TRUE@am__append_2391 = tests/grub_script_if.in +@COND_i386_multiboot_TRUE@am__append_2392 = grub_script_if +@COND_i386_multiboot_TRUE@am__append_2393 = grub_script_if +@COND_i386_multiboot_TRUE@am__append_2394 = grub_script_if +@COND_i386_multiboot_TRUE@am__append_2395 = tests/grub_script_if.in +@COND_i386_ieee1275_TRUE@am__append_2396 = grub_script_if +@COND_i386_ieee1275_TRUE@am__append_2397 = grub_script_if +@COND_i386_ieee1275_TRUE@am__append_2398 = grub_script_if +@COND_i386_ieee1275_TRUE@am__append_2399 = tests/grub_script_if.in +@COND_x86_64_efi_TRUE@am__append_2400 = grub_script_if +@COND_x86_64_efi_TRUE@am__append_2401 = grub_script_if +@COND_x86_64_efi_TRUE@am__append_2402 = grub_script_if +@COND_x86_64_efi_TRUE@am__append_2403 = tests/grub_script_if.in +@COND_mips_yeeloong_TRUE@am__append_2404 = grub_script_if +@COND_mips_yeeloong_TRUE@am__append_2405 = grub_script_if +@COND_mips_yeeloong_TRUE@am__append_2406 = grub_script_if +@COND_mips_yeeloong_TRUE@am__append_2407 = tests/grub_script_if.in +@COND_sparc64_ieee1275_TRUE@am__append_2408 = grub_script_if +@COND_sparc64_ieee1275_TRUE@am__append_2409 = grub_script_if +@COND_sparc64_ieee1275_TRUE@am__append_2410 = grub_script_if +@COND_sparc64_ieee1275_TRUE@am__append_2411 = tests/grub_script_if.in +@COND_powerpc_ieee1275_TRUE@am__append_2412 = grub_script_if +@COND_powerpc_ieee1275_TRUE@am__append_2413 = grub_script_if +@COND_powerpc_ieee1275_TRUE@am__append_2414 = grub_script_if +@COND_powerpc_ieee1275_TRUE@am__append_2415 = tests/grub_script_if.in +@COND_emu_TRUE@am__append_2416 = grub_script_blanklines +@COND_emu_TRUE@am__append_2417 = grub_script_blanklines +@COND_emu_TRUE@am__append_2418 = grub_script_blanklines +@COND_emu_TRUE@am__append_2419 = tests/grub_script_blanklines.in +@COND_i386_pc_TRUE@am__append_2420 = grub_script_blanklines +@COND_i386_pc_TRUE@am__append_2421 = grub_script_blanklines +@COND_i386_pc_TRUE@am__append_2422 = grub_script_blanklines +@COND_i386_pc_TRUE@am__append_2423 = tests/grub_script_blanklines.in +@COND_i386_efi_TRUE@am__append_2424 = grub_script_blanklines +@COND_i386_efi_TRUE@am__append_2425 = grub_script_blanklines +@COND_i386_efi_TRUE@am__append_2426 = grub_script_blanklines +@COND_i386_efi_TRUE@am__append_2427 = tests/grub_script_blanklines.in +@COND_i386_qemu_TRUE@am__append_2428 = grub_script_blanklines +@COND_i386_qemu_TRUE@am__append_2429 = grub_script_blanklines +@COND_i386_qemu_TRUE@am__append_2430 = grub_script_blanklines +@COND_i386_qemu_TRUE@am__append_2431 = tests/grub_script_blanklines.in +@COND_i386_coreboot_TRUE@am__append_2432 = grub_script_blanklines +@COND_i386_coreboot_TRUE@am__append_2433 = grub_script_blanklines +@COND_i386_coreboot_TRUE@am__append_2434 = grub_script_blanklines +@COND_i386_coreboot_TRUE@am__append_2435 = tests/grub_script_blanklines.in +@COND_i386_multiboot_TRUE@am__append_2436 = grub_script_blanklines +@COND_i386_multiboot_TRUE@am__append_2437 = grub_script_blanklines +@COND_i386_multiboot_TRUE@am__append_2438 = grub_script_blanklines +@COND_i386_multiboot_TRUE@am__append_2439 = tests/grub_script_blanklines.in +@COND_i386_ieee1275_TRUE@am__append_2440 = grub_script_blanklines +@COND_i386_ieee1275_TRUE@am__append_2441 = grub_script_blanklines +@COND_i386_ieee1275_TRUE@am__append_2442 = grub_script_blanklines +@COND_i386_ieee1275_TRUE@am__append_2443 = tests/grub_script_blanklines.in +@COND_x86_64_efi_TRUE@am__append_2444 = grub_script_blanklines +@COND_x86_64_efi_TRUE@am__append_2445 = grub_script_blanklines +@COND_x86_64_efi_TRUE@am__append_2446 = grub_script_blanklines +@COND_x86_64_efi_TRUE@am__append_2447 = tests/grub_script_blanklines.in +@COND_mips_yeeloong_TRUE@am__append_2448 = grub_script_blanklines +@COND_mips_yeeloong_TRUE@am__append_2449 = grub_script_blanklines +@COND_mips_yeeloong_TRUE@am__append_2450 = grub_script_blanklines +@COND_mips_yeeloong_TRUE@am__append_2451 = tests/grub_script_blanklines.in +@COND_sparc64_ieee1275_TRUE@am__append_2452 = grub_script_blanklines +@COND_sparc64_ieee1275_TRUE@am__append_2453 = grub_script_blanklines +@COND_sparc64_ieee1275_TRUE@am__append_2454 = grub_script_blanklines +@COND_sparc64_ieee1275_TRUE@am__append_2455 = tests/grub_script_blanklines.in +@COND_powerpc_ieee1275_TRUE@am__append_2456 = grub_script_blanklines +@COND_powerpc_ieee1275_TRUE@am__append_2457 = grub_script_blanklines +@COND_powerpc_ieee1275_TRUE@am__append_2458 = grub_script_blanklines +@COND_powerpc_ieee1275_TRUE@am__append_2459 = tests/grub_script_blanklines.in +@COND_emu_TRUE@am__append_2460 = grub_script_final_semicolon +@COND_emu_TRUE@am__append_2461 = grub_script_final_semicolon +@COND_emu_TRUE@am__append_2462 = grub_script_final_semicolon +@COND_emu_TRUE@am__append_2463 = tests/grub_script_final_semicolon.in +@COND_i386_pc_TRUE@am__append_2464 = grub_script_final_semicolon +@COND_i386_pc_TRUE@am__append_2465 = grub_script_final_semicolon +@COND_i386_pc_TRUE@am__append_2466 = grub_script_final_semicolon +@COND_i386_pc_TRUE@am__append_2467 = tests/grub_script_final_semicolon.in +@COND_i386_efi_TRUE@am__append_2468 = grub_script_final_semicolon +@COND_i386_efi_TRUE@am__append_2469 = grub_script_final_semicolon +@COND_i386_efi_TRUE@am__append_2470 = grub_script_final_semicolon +@COND_i386_efi_TRUE@am__append_2471 = tests/grub_script_final_semicolon.in +@COND_i386_qemu_TRUE@am__append_2472 = grub_script_final_semicolon +@COND_i386_qemu_TRUE@am__append_2473 = grub_script_final_semicolon +@COND_i386_qemu_TRUE@am__append_2474 = grub_script_final_semicolon +@COND_i386_qemu_TRUE@am__append_2475 = tests/grub_script_final_semicolon.in +@COND_i386_coreboot_TRUE@am__append_2476 = grub_script_final_semicolon +@COND_i386_coreboot_TRUE@am__append_2477 = grub_script_final_semicolon +@COND_i386_coreboot_TRUE@am__append_2478 = grub_script_final_semicolon +@COND_i386_coreboot_TRUE@am__append_2479 = tests/grub_script_final_semicolon.in +@COND_i386_multiboot_TRUE@am__append_2480 = grub_script_final_semicolon +@COND_i386_multiboot_TRUE@am__append_2481 = grub_script_final_semicolon +@COND_i386_multiboot_TRUE@am__append_2482 = grub_script_final_semicolon +@COND_i386_multiboot_TRUE@am__append_2483 = tests/grub_script_final_semicolon.in +@COND_i386_ieee1275_TRUE@am__append_2484 = grub_script_final_semicolon +@COND_i386_ieee1275_TRUE@am__append_2485 = grub_script_final_semicolon +@COND_i386_ieee1275_TRUE@am__append_2486 = grub_script_final_semicolon +@COND_i386_ieee1275_TRUE@am__append_2487 = tests/grub_script_final_semicolon.in +@COND_x86_64_efi_TRUE@am__append_2488 = grub_script_final_semicolon +@COND_x86_64_efi_TRUE@am__append_2489 = grub_script_final_semicolon +@COND_x86_64_efi_TRUE@am__append_2490 = grub_script_final_semicolon +@COND_x86_64_efi_TRUE@am__append_2491 = tests/grub_script_final_semicolon.in +@COND_mips_yeeloong_TRUE@am__append_2492 = grub_script_final_semicolon +@COND_mips_yeeloong_TRUE@am__append_2493 = grub_script_final_semicolon +@COND_mips_yeeloong_TRUE@am__append_2494 = grub_script_final_semicolon +@COND_mips_yeeloong_TRUE@am__append_2495 = tests/grub_script_final_semicolon.in +@COND_sparc64_ieee1275_TRUE@am__append_2496 = grub_script_final_semicolon +@COND_sparc64_ieee1275_TRUE@am__append_2497 = grub_script_final_semicolon +@COND_sparc64_ieee1275_TRUE@am__append_2498 = grub_script_final_semicolon +@COND_sparc64_ieee1275_TRUE@am__append_2499 = tests/grub_script_final_semicolon.in +@COND_powerpc_ieee1275_TRUE@am__append_2500 = grub_script_final_semicolon +@COND_powerpc_ieee1275_TRUE@am__append_2501 = grub_script_final_semicolon +@COND_powerpc_ieee1275_TRUE@am__append_2502 = grub_script_final_semicolon +@COND_powerpc_ieee1275_TRUE@am__append_2503 = tests/grub_script_final_semicolon.in +@COND_emu_TRUE@am__append_2504 = grub_script_dollar +@COND_emu_TRUE@am__append_2505 = grub_script_dollar +@COND_emu_TRUE@am__append_2506 = grub_script_dollar +@COND_emu_TRUE@am__append_2507 = tests/grub_script_dollar.in +@COND_i386_pc_TRUE@am__append_2508 = grub_script_dollar +@COND_i386_pc_TRUE@am__append_2509 = grub_script_dollar +@COND_i386_pc_TRUE@am__append_2510 = grub_script_dollar +@COND_i386_pc_TRUE@am__append_2511 = tests/grub_script_dollar.in +@COND_i386_efi_TRUE@am__append_2512 = grub_script_dollar +@COND_i386_efi_TRUE@am__append_2513 = grub_script_dollar +@COND_i386_efi_TRUE@am__append_2514 = grub_script_dollar +@COND_i386_efi_TRUE@am__append_2515 = tests/grub_script_dollar.in +@COND_i386_qemu_TRUE@am__append_2516 = grub_script_dollar +@COND_i386_qemu_TRUE@am__append_2517 = grub_script_dollar +@COND_i386_qemu_TRUE@am__append_2518 = grub_script_dollar +@COND_i386_qemu_TRUE@am__append_2519 = tests/grub_script_dollar.in +@COND_i386_coreboot_TRUE@am__append_2520 = grub_script_dollar +@COND_i386_coreboot_TRUE@am__append_2521 = grub_script_dollar +@COND_i386_coreboot_TRUE@am__append_2522 = grub_script_dollar +@COND_i386_coreboot_TRUE@am__append_2523 = tests/grub_script_dollar.in +@COND_i386_multiboot_TRUE@am__append_2524 = grub_script_dollar +@COND_i386_multiboot_TRUE@am__append_2525 = grub_script_dollar +@COND_i386_multiboot_TRUE@am__append_2526 = grub_script_dollar +@COND_i386_multiboot_TRUE@am__append_2527 = tests/grub_script_dollar.in +@COND_i386_ieee1275_TRUE@am__append_2528 = grub_script_dollar +@COND_i386_ieee1275_TRUE@am__append_2529 = grub_script_dollar +@COND_i386_ieee1275_TRUE@am__append_2530 = grub_script_dollar +@COND_i386_ieee1275_TRUE@am__append_2531 = tests/grub_script_dollar.in +@COND_x86_64_efi_TRUE@am__append_2532 = grub_script_dollar +@COND_x86_64_efi_TRUE@am__append_2533 = grub_script_dollar +@COND_x86_64_efi_TRUE@am__append_2534 = grub_script_dollar +@COND_x86_64_efi_TRUE@am__append_2535 = tests/grub_script_dollar.in +@COND_mips_yeeloong_TRUE@am__append_2536 = grub_script_dollar +@COND_mips_yeeloong_TRUE@am__append_2537 = grub_script_dollar +@COND_mips_yeeloong_TRUE@am__append_2538 = grub_script_dollar +@COND_mips_yeeloong_TRUE@am__append_2539 = tests/grub_script_dollar.in +@COND_sparc64_ieee1275_TRUE@am__append_2540 = grub_script_dollar +@COND_sparc64_ieee1275_TRUE@am__append_2541 = grub_script_dollar +@COND_sparc64_ieee1275_TRUE@am__append_2542 = grub_script_dollar +@COND_sparc64_ieee1275_TRUE@am__append_2543 = tests/grub_script_dollar.in +@COND_powerpc_ieee1275_TRUE@am__append_2544 = grub_script_dollar +@COND_powerpc_ieee1275_TRUE@am__append_2545 = grub_script_dollar +@COND_powerpc_ieee1275_TRUE@am__append_2546 = grub_script_dollar +@COND_powerpc_ieee1275_TRUE@am__append_2547 = tests/grub_script_dollar.in +@COND_emu_TRUE@am__append_2548 = grub_script_comments +@COND_emu_TRUE@am__append_2549 = grub_script_comments +@COND_emu_TRUE@am__append_2550 = grub_script_comments +@COND_emu_TRUE@am__append_2551 = tests/grub_script_comments.in +@COND_i386_pc_TRUE@am__append_2552 = grub_script_comments +@COND_i386_pc_TRUE@am__append_2553 = grub_script_comments +@COND_i386_pc_TRUE@am__append_2554 = grub_script_comments +@COND_i386_pc_TRUE@am__append_2555 = tests/grub_script_comments.in +@COND_i386_efi_TRUE@am__append_2556 = grub_script_comments +@COND_i386_efi_TRUE@am__append_2557 = grub_script_comments +@COND_i386_efi_TRUE@am__append_2558 = grub_script_comments +@COND_i386_efi_TRUE@am__append_2559 = tests/grub_script_comments.in +@COND_i386_qemu_TRUE@am__append_2560 = grub_script_comments +@COND_i386_qemu_TRUE@am__append_2561 = grub_script_comments +@COND_i386_qemu_TRUE@am__append_2562 = grub_script_comments +@COND_i386_qemu_TRUE@am__append_2563 = tests/grub_script_comments.in +@COND_i386_coreboot_TRUE@am__append_2564 = grub_script_comments +@COND_i386_coreboot_TRUE@am__append_2565 = grub_script_comments +@COND_i386_coreboot_TRUE@am__append_2566 = grub_script_comments +@COND_i386_coreboot_TRUE@am__append_2567 = tests/grub_script_comments.in +@COND_i386_multiboot_TRUE@am__append_2568 = grub_script_comments +@COND_i386_multiboot_TRUE@am__append_2569 = grub_script_comments +@COND_i386_multiboot_TRUE@am__append_2570 = grub_script_comments +@COND_i386_multiboot_TRUE@am__append_2571 = tests/grub_script_comments.in +@COND_i386_ieee1275_TRUE@am__append_2572 = grub_script_comments +@COND_i386_ieee1275_TRUE@am__append_2573 = grub_script_comments +@COND_i386_ieee1275_TRUE@am__append_2574 = grub_script_comments +@COND_i386_ieee1275_TRUE@am__append_2575 = tests/grub_script_comments.in +@COND_x86_64_efi_TRUE@am__append_2576 = grub_script_comments +@COND_x86_64_efi_TRUE@am__append_2577 = grub_script_comments +@COND_x86_64_efi_TRUE@am__append_2578 = grub_script_comments +@COND_x86_64_efi_TRUE@am__append_2579 = tests/grub_script_comments.in +@COND_mips_yeeloong_TRUE@am__append_2580 = grub_script_comments +@COND_mips_yeeloong_TRUE@am__append_2581 = grub_script_comments +@COND_mips_yeeloong_TRUE@am__append_2582 = grub_script_comments +@COND_mips_yeeloong_TRUE@am__append_2583 = tests/grub_script_comments.in +@COND_sparc64_ieee1275_TRUE@am__append_2584 = grub_script_comments +@COND_sparc64_ieee1275_TRUE@am__append_2585 = grub_script_comments +@COND_sparc64_ieee1275_TRUE@am__append_2586 = grub_script_comments +@COND_sparc64_ieee1275_TRUE@am__append_2587 = tests/grub_script_comments.in +@COND_powerpc_ieee1275_TRUE@am__append_2588 = grub_script_comments +@COND_powerpc_ieee1275_TRUE@am__append_2589 = grub_script_comments +@COND_powerpc_ieee1275_TRUE@am__append_2590 = grub_script_comments +@COND_powerpc_ieee1275_TRUE@am__append_2591 = tests/grub_script_comments.in +@COND_emu_TRUE@am__append_2592 = grub_script_functions +@COND_emu_TRUE@am__append_2593 = grub_script_functions +@COND_emu_TRUE@am__append_2594 = grub_script_functions +@COND_emu_TRUE@am__append_2595 = tests/grub_script_functions.in +@COND_i386_pc_TRUE@am__append_2596 = grub_script_functions +@COND_i386_pc_TRUE@am__append_2597 = grub_script_functions +@COND_i386_pc_TRUE@am__append_2598 = grub_script_functions +@COND_i386_pc_TRUE@am__append_2599 = tests/grub_script_functions.in +@COND_i386_efi_TRUE@am__append_2600 = grub_script_functions +@COND_i386_efi_TRUE@am__append_2601 = grub_script_functions +@COND_i386_efi_TRUE@am__append_2602 = grub_script_functions +@COND_i386_efi_TRUE@am__append_2603 = tests/grub_script_functions.in +@COND_i386_qemu_TRUE@am__append_2604 = grub_script_functions +@COND_i386_qemu_TRUE@am__append_2605 = grub_script_functions +@COND_i386_qemu_TRUE@am__append_2606 = grub_script_functions +@COND_i386_qemu_TRUE@am__append_2607 = tests/grub_script_functions.in +@COND_i386_coreboot_TRUE@am__append_2608 = grub_script_functions +@COND_i386_coreboot_TRUE@am__append_2609 = grub_script_functions +@COND_i386_coreboot_TRUE@am__append_2610 = grub_script_functions +@COND_i386_coreboot_TRUE@am__append_2611 = tests/grub_script_functions.in +@COND_i386_multiboot_TRUE@am__append_2612 = grub_script_functions +@COND_i386_multiboot_TRUE@am__append_2613 = grub_script_functions +@COND_i386_multiboot_TRUE@am__append_2614 = grub_script_functions +@COND_i386_multiboot_TRUE@am__append_2615 = tests/grub_script_functions.in +@COND_i386_ieee1275_TRUE@am__append_2616 = grub_script_functions +@COND_i386_ieee1275_TRUE@am__append_2617 = grub_script_functions +@COND_i386_ieee1275_TRUE@am__append_2618 = grub_script_functions +@COND_i386_ieee1275_TRUE@am__append_2619 = tests/grub_script_functions.in +@COND_x86_64_efi_TRUE@am__append_2620 = grub_script_functions +@COND_x86_64_efi_TRUE@am__append_2621 = grub_script_functions +@COND_x86_64_efi_TRUE@am__append_2622 = grub_script_functions +@COND_x86_64_efi_TRUE@am__append_2623 = tests/grub_script_functions.in +@COND_mips_yeeloong_TRUE@am__append_2624 = grub_script_functions +@COND_mips_yeeloong_TRUE@am__append_2625 = grub_script_functions +@COND_mips_yeeloong_TRUE@am__append_2626 = grub_script_functions +@COND_mips_yeeloong_TRUE@am__append_2627 = tests/grub_script_functions.in +@COND_sparc64_ieee1275_TRUE@am__append_2628 = grub_script_functions +@COND_sparc64_ieee1275_TRUE@am__append_2629 = grub_script_functions +@COND_sparc64_ieee1275_TRUE@am__append_2630 = grub_script_functions +@COND_sparc64_ieee1275_TRUE@am__append_2631 = tests/grub_script_functions.in +@COND_powerpc_ieee1275_TRUE@am__append_2632 = grub_script_functions +@COND_powerpc_ieee1275_TRUE@am__append_2633 = grub_script_functions +@COND_powerpc_ieee1275_TRUE@am__append_2634 = grub_script_functions +@COND_powerpc_ieee1275_TRUE@am__append_2635 = tests/grub_script_functions.in +@COND_emu_TRUE@am__append_2636 = grub_script_break +@COND_emu_TRUE@am__append_2637 = grub_script_break +@COND_emu_TRUE@am__append_2638 = grub_script_break +@COND_emu_TRUE@am__append_2639 = tests/grub_script_break.in +@COND_i386_pc_TRUE@am__append_2640 = grub_script_break +@COND_i386_pc_TRUE@am__append_2641 = grub_script_break +@COND_i386_pc_TRUE@am__append_2642 = grub_script_break +@COND_i386_pc_TRUE@am__append_2643 = tests/grub_script_break.in +@COND_i386_efi_TRUE@am__append_2644 = grub_script_break +@COND_i386_efi_TRUE@am__append_2645 = grub_script_break +@COND_i386_efi_TRUE@am__append_2646 = grub_script_break +@COND_i386_efi_TRUE@am__append_2647 = tests/grub_script_break.in +@COND_i386_qemu_TRUE@am__append_2648 = grub_script_break +@COND_i386_qemu_TRUE@am__append_2649 = grub_script_break +@COND_i386_qemu_TRUE@am__append_2650 = grub_script_break +@COND_i386_qemu_TRUE@am__append_2651 = tests/grub_script_break.in +@COND_i386_coreboot_TRUE@am__append_2652 = grub_script_break +@COND_i386_coreboot_TRUE@am__append_2653 = grub_script_break +@COND_i386_coreboot_TRUE@am__append_2654 = grub_script_break +@COND_i386_coreboot_TRUE@am__append_2655 = tests/grub_script_break.in +@COND_i386_multiboot_TRUE@am__append_2656 = grub_script_break +@COND_i386_multiboot_TRUE@am__append_2657 = grub_script_break +@COND_i386_multiboot_TRUE@am__append_2658 = grub_script_break +@COND_i386_multiboot_TRUE@am__append_2659 = tests/grub_script_break.in +@COND_i386_ieee1275_TRUE@am__append_2660 = grub_script_break +@COND_i386_ieee1275_TRUE@am__append_2661 = grub_script_break +@COND_i386_ieee1275_TRUE@am__append_2662 = grub_script_break +@COND_i386_ieee1275_TRUE@am__append_2663 = tests/grub_script_break.in +@COND_x86_64_efi_TRUE@am__append_2664 = grub_script_break +@COND_x86_64_efi_TRUE@am__append_2665 = grub_script_break +@COND_x86_64_efi_TRUE@am__append_2666 = grub_script_break +@COND_x86_64_efi_TRUE@am__append_2667 = tests/grub_script_break.in +@COND_mips_yeeloong_TRUE@am__append_2668 = grub_script_break +@COND_mips_yeeloong_TRUE@am__append_2669 = grub_script_break +@COND_mips_yeeloong_TRUE@am__append_2670 = grub_script_break +@COND_mips_yeeloong_TRUE@am__append_2671 = tests/grub_script_break.in +@COND_sparc64_ieee1275_TRUE@am__append_2672 = grub_script_break +@COND_sparc64_ieee1275_TRUE@am__append_2673 = grub_script_break +@COND_sparc64_ieee1275_TRUE@am__append_2674 = grub_script_break +@COND_sparc64_ieee1275_TRUE@am__append_2675 = tests/grub_script_break.in +@COND_powerpc_ieee1275_TRUE@am__append_2676 = grub_script_break +@COND_powerpc_ieee1275_TRUE@am__append_2677 = grub_script_break +@COND_powerpc_ieee1275_TRUE@am__append_2678 = grub_script_break +@COND_powerpc_ieee1275_TRUE@am__append_2679 = tests/grub_script_break.in +@COND_emu_TRUE@am__append_2680 = grub_script_continue +@COND_emu_TRUE@am__append_2681 = grub_script_continue +@COND_emu_TRUE@am__append_2682 = grub_script_continue +@COND_emu_TRUE@am__append_2683 = tests/grub_script_continue.in +@COND_i386_pc_TRUE@am__append_2684 = grub_script_continue +@COND_i386_pc_TRUE@am__append_2685 = grub_script_continue +@COND_i386_pc_TRUE@am__append_2686 = grub_script_continue +@COND_i386_pc_TRUE@am__append_2687 = tests/grub_script_continue.in +@COND_i386_efi_TRUE@am__append_2688 = grub_script_continue +@COND_i386_efi_TRUE@am__append_2689 = grub_script_continue +@COND_i386_efi_TRUE@am__append_2690 = grub_script_continue +@COND_i386_efi_TRUE@am__append_2691 = tests/grub_script_continue.in +@COND_i386_qemu_TRUE@am__append_2692 = grub_script_continue +@COND_i386_qemu_TRUE@am__append_2693 = grub_script_continue +@COND_i386_qemu_TRUE@am__append_2694 = grub_script_continue +@COND_i386_qemu_TRUE@am__append_2695 = tests/grub_script_continue.in +@COND_i386_coreboot_TRUE@am__append_2696 = grub_script_continue +@COND_i386_coreboot_TRUE@am__append_2697 = grub_script_continue +@COND_i386_coreboot_TRUE@am__append_2698 = grub_script_continue +@COND_i386_coreboot_TRUE@am__append_2699 = tests/grub_script_continue.in +@COND_i386_multiboot_TRUE@am__append_2700 = grub_script_continue +@COND_i386_multiboot_TRUE@am__append_2701 = grub_script_continue +@COND_i386_multiboot_TRUE@am__append_2702 = grub_script_continue +@COND_i386_multiboot_TRUE@am__append_2703 = tests/grub_script_continue.in +@COND_i386_ieee1275_TRUE@am__append_2704 = grub_script_continue +@COND_i386_ieee1275_TRUE@am__append_2705 = grub_script_continue +@COND_i386_ieee1275_TRUE@am__append_2706 = grub_script_continue +@COND_i386_ieee1275_TRUE@am__append_2707 = tests/grub_script_continue.in +@COND_x86_64_efi_TRUE@am__append_2708 = grub_script_continue +@COND_x86_64_efi_TRUE@am__append_2709 = grub_script_continue +@COND_x86_64_efi_TRUE@am__append_2710 = grub_script_continue +@COND_x86_64_efi_TRUE@am__append_2711 = tests/grub_script_continue.in +@COND_mips_yeeloong_TRUE@am__append_2712 = grub_script_continue +@COND_mips_yeeloong_TRUE@am__append_2713 = grub_script_continue +@COND_mips_yeeloong_TRUE@am__append_2714 = grub_script_continue +@COND_mips_yeeloong_TRUE@am__append_2715 = tests/grub_script_continue.in +@COND_sparc64_ieee1275_TRUE@am__append_2716 = grub_script_continue +@COND_sparc64_ieee1275_TRUE@am__append_2717 = grub_script_continue +@COND_sparc64_ieee1275_TRUE@am__append_2718 = grub_script_continue +@COND_sparc64_ieee1275_TRUE@am__append_2719 = tests/grub_script_continue.in +@COND_powerpc_ieee1275_TRUE@am__append_2720 = grub_script_continue +@COND_powerpc_ieee1275_TRUE@am__append_2721 = grub_script_continue +@COND_powerpc_ieee1275_TRUE@am__append_2722 = grub_script_continue +@COND_powerpc_ieee1275_TRUE@am__append_2723 = tests/grub_script_continue.in +@COND_emu_TRUE@am__append_2724 = grub_script_shift +@COND_emu_TRUE@am__append_2725 = grub_script_shift +@COND_emu_TRUE@am__append_2726 = grub_script_shift +@COND_emu_TRUE@am__append_2727 = tests/grub_script_shift.in +@COND_i386_pc_TRUE@am__append_2728 = grub_script_shift +@COND_i386_pc_TRUE@am__append_2729 = grub_script_shift +@COND_i386_pc_TRUE@am__append_2730 = grub_script_shift +@COND_i386_pc_TRUE@am__append_2731 = tests/grub_script_shift.in +@COND_i386_efi_TRUE@am__append_2732 = grub_script_shift +@COND_i386_efi_TRUE@am__append_2733 = grub_script_shift +@COND_i386_efi_TRUE@am__append_2734 = grub_script_shift +@COND_i386_efi_TRUE@am__append_2735 = tests/grub_script_shift.in +@COND_i386_qemu_TRUE@am__append_2736 = grub_script_shift +@COND_i386_qemu_TRUE@am__append_2737 = grub_script_shift +@COND_i386_qemu_TRUE@am__append_2738 = grub_script_shift +@COND_i386_qemu_TRUE@am__append_2739 = tests/grub_script_shift.in +@COND_i386_coreboot_TRUE@am__append_2740 = grub_script_shift +@COND_i386_coreboot_TRUE@am__append_2741 = grub_script_shift +@COND_i386_coreboot_TRUE@am__append_2742 = grub_script_shift +@COND_i386_coreboot_TRUE@am__append_2743 = tests/grub_script_shift.in +@COND_i386_multiboot_TRUE@am__append_2744 = grub_script_shift +@COND_i386_multiboot_TRUE@am__append_2745 = grub_script_shift +@COND_i386_multiboot_TRUE@am__append_2746 = grub_script_shift +@COND_i386_multiboot_TRUE@am__append_2747 = tests/grub_script_shift.in +@COND_i386_ieee1275_TRUE@am__append_2748 = grub_script_shift +@COND_i386_ieee1275_TRUE@am__append_2749 = grub_script_shift +@COND_i386_ieee1275_TRUE@am__append_2750 = grub_script_shift +@COND_i386_ieee1275_TRUE@am__append_2751 = tests/grub_script_shift.in +@COND_x86_64_efi_TRUE@am__append_2752 = grub_script_shift +@COND_x86_64_efi_TRUE@am__append_2753 = grub_script_shift +@COND_x86_64_efi_TRUE@am__append_2754 = grub_script_shift +@COND_x86_64_efi_TRUE@am__append_2755 = tests/grub_script_shift.in +@COND_mips_yeeloong_TRUE@am__append_2756 = grub_script_shift +@COND_mips_yeeloong_TRUE@am__append_2757 = grub_script_shift +@COND_mips_yeeloong_TRUE@am__append_2758 = grub_script_shift +@COND_mips_yeeloong_TRUE@am__append_2759 = tests/grub_script_shift.in +@COND_sparc64_ieee1275_TRUE@am__append_2760 = grub_script_shift +@COND_sparc64_ieee1275_TRUE@am__append_2761 = grub_script_shift +@COND_sparc64_ieee1275_TRUE@am__append_2762 = grub_script_shift +@COND_sparc64_ieee1275_TRUE@am__append_2763 = tests/grub_script_shift.in +@COND_powerpc_ieee1275_TRUE@am__append_2764 = grub_script_shift +@COND_powerpc_ieee1275_TRUE@am__append_2765 = grub_script_shift +@COND_powerpc_ieee1275_TRUE@am__append_2766 = grub_script_shift +@COND_powerpc_ieee1275_TRUE@am__append_2767 = tests/grub_script_shift.in +@COND_emu_TRUE@am__append_2768 = grub_script_blockarg +@COND_emu_TRUE@am__append_2769 = grub_script_blockarg +@COND_emu_TRUE@am__append_2770 = grub_script_blockarg +@COND_emu_TRUE@am__append_2771 = tests/grub_script_blockarg.in +@COND_i386_pc_TRUE@am__append_2772 = grub_script_blockarg +@COND_i386_pc_TRUE@am__append_2773 = grub_script_blockarg +@COND_i386_pc_TRUE@am__append_2774 = grub_script_blockarg +@COND_i386_pc_TRUE@am__append_2775 = tests/grub_script_blockarg.in +@COND_i386_efi_TRUE@am__append_2776 = grub_script_blockarg +@COND_i386_efi_TRUE@am__append_2777 = grub_script_blockarg +@COND_i386_efi_TRUE@am__append_2778 = grub_script_blockarg +@COND_i386_efi_TRUE@am__append_2779 = tests/grub_script_blockarg.in +@COND_i386_qemu_TRUE@am__append_2780 = grub_script_blockarg +@COND_i386_qemu_TRUE@am__append_2781 = grub_script_blockarg +@COND_i386_qemu_TRUE@am__append_2782 = grub_script_blockarg +@COND_i386_qemu_TRUE@am__append_2783 = tests/grub_script_blockarg.in +@COND_i386_coreboot_TRUE@am__append_2784 = grub_script_blockarg +@COND_i386_coreboot_TRUE@am__append_2785 = grub_script_blockarg +@COND_i386_coreboot_TRUE@am__append_2786 = grub_script_blockarg +@COND_i386_coreboot_TRUE@am__append_2787 = tests/grub_script_blockarg.in +@COND_i386_multiboot_TRUE@am__append_2788 = grub_script_blockarg +@COND_i386_multiboot_TRUE@am__append_2789 = grub_script_blockarg +@COND_i386_multiboot_TRUE@am__append_2790 = grub_script_blockarg +@COND_i386_multiboot_TRUE@am__append_2791 = tests/grub_script_blockarg.in +@COND_i386_ieee1275_TRUE@am__append_2792 = grub_script_blockarg +@COND_i386_ieee1275_TRUE@am__append_2793 = grub_script_blockarg +@COND_i386_ieee1275_TRUE@am__append_2794 = grub_script_blockarg +@COND_i386_ieee1275_TRUE@am__append_2795 = tests/grub_script_blockarg.in +@COND_x86_64_efi_TRUE@am__append_2796 = grub_script_blockarg +@COND_x86_64_efi_TRUE@am__append_2797 = grub_script_blockarg +@COND_x86_64_efi_TRUE@am__append_2798 = grub_script_blockarg +@COND_x86_64_efi_TRUE@am__append_2799 = tests/grub_script_blockarg.in +@COND_mips_yeeloong_TRUE@am__append_2800 = grub_script_blockarg +@COND_mips_yeeloong_TRUE@am__append_2801 = grub_script_blockarg +@COND_mips_yeeloong_TRUE@am__append_2802 = grub_script_blockarg +@COND_mips_yeeloong_TRUE@am__append_2803 = tests/grub_script_blockarg.in +@COND_sparc64_ieee1275_TRUE@am__append_2804 = grub_script_blockarg +@COND_sparc64_ieee1275_TRUE@am__append_2805 = grub_script_blockarg +@COND_sparc64_ieee1275_TRUE@am__append_2806 = grub_script_blockarg +@COND_sparc64_ieee1275_TRUE@am__append_2807 = tests/grub_script_blockarg.in +@COND_powerpc_ieee1275_TRUE@am__append_2808 = grub_script_blockarg +@COND_powerpc_ieee1275_TRUE@am__append_2809 = grub_script_blockarg +@COND_powerpc_ieee1275_TRUE@am__append_2810 = grub_script_blockarg +@COND_powerpc_ieee1275_TRUE@am__append_2811 = tests/grub_script_blockarg.in +@COND_emu_TRUE@am__append_2812 = grub_script_setparams +@COND_emu_TRUE@am__append_2813 = grub_script_setparams +@COND_emu_TRUE@am__append_2814 = grub_script_setparams +@COND_emu_TRUE@am__append_2815 = tests/grub_script_setparams.in +@COND_i386_pc_TRUE@am__append_2816 = grub_script_setparams +@COND_i386_pc_TRUE@am__append_2817 = grub_script_setparams +@COND_i386_pc_TRUE@am__append_2818 = grub_script_setparams +@COND_i386_pc_TRUE@am__append_2819 = tests/grub_script_setparams.in +@COND_i386_efi_TRUE@am__append_2820 = grub_script_setparams +@COND_i386_efi_TRUE@am__append_2821 = grub_script_setparams +@COND_i386_efi_TRUE@am__append_2822 = grub_script_setparams +@COND_i386_efi_TRUE@am__append_2823 = tests/grub_script_setparams.in +@COND_i386_qemu_TRUE@am__append_2824 = grub_script_setparams +@COND_i386_qemu_TRUE@am__append_2825 = grub_script_setparams +@COND_i386_qemu_TRUE@am__append_2826 = grub_script_setparams +@COND_i386_qemu_TRUE@am__append_2827 = tests/grub_script_setparams.in +@COND_i386_coreboot_TRUE@am__append_2828 = grub_script_setparams +@COND_i386_coreboot_TRUE@am__append_2829 = grub_script_setparams +@COND_i386_coreboot_TRUE@am__append_2830 = grub_script_setparams +@COND_i386_coreboot_TRUE@am__append_2831 = tests/grub_script_setparams.in +@COND_i386_multiboot_TRUE@am__append_2832 = grub_script_setparams +@COND_i386_multiboot_TRUE@am__append_2833 = grub_script_setparams +@COND_i386_multiboot_TRUE@am__append_2834 = grub_script_setparams +@COND_i386_multiboot_TRUE@am__append_2835 = tests/grub_script_setparams.in +@COND_i386_ieee1275_TRUE@am__append_2836 = grub_script_setparams +@COND_i386_ieee1275_TRUE@am__append_2837 = grub_script_setparams +@COND_i386_ieee1275_TRUE@am__append_2838 = grub_script_setparams +@COND_i386_ieee1275_TRUE@am__append_2839 = tests/grub_script_setparams.in +@COND_x86_64_efi_TRUE@am__append_2840 = grub_script_setparams +@COND_x86_64_efi_TRUE@am__append_2841 = grub_script_setparams +@COND_x86_64_efi_TRUE@am__append_2842 = grub_script_setparams +@COND_x86_64_efi_TRUE@am__append_2843 = tests/grub_script_setparams.in +@COND_mips_yeeloong_TRUE@am__append_2844 = grub_script_setparams +@COND_mips_yeeloong_TRUE@am__append_2845 = grub_script_setparams +@COND_mips_yeeloong_TRUE@am__append_2846 = grub_script_setparams +@COND_mips_yeeloong_TRUE@am__append_2847 = tests/grub_script_setparams.in +@COND_sparc64_ieee1275_TRUE@am__append_2848 = grub_script_setparams +@COND_sparc64_ieee1275_TRUE@am__append_2849 = grub_script_setparams +@COND_sparc64_ieee1275_TRUE@am__append_2850 = grub_script_setparams +@COND_sparc64_ieee1275_TRUE@am__append_2851 = tests/grub_script_setparams.in +@COND_powerpc_ieee1275_TRUE@am__append_2852 = grub_script_setparams +@COND_powerpc_ieee1275_TRUE@am__append_2853 = grub_script_setparams +@COND_powerpc_ieee1275_TRUE@am__append_2854 = grub_script_setparams +@COND_powerpc_ieee1275_TRUE@am__append_2855 = tests/grub_script_setparams.in +@COND_emu_TRUE@am__append_2856 = grub_script_return +@COND_emu_TRUE@am__append_2857 = grub_script_return +@COND_emu_TRUE@am__append_2858 = grub_script_return +@COND_emu_TRUE@am__append_2859 = tests/grub_script_return.in +@COND_i386_pc_TRUE@am__append_2860 = grub_script_return +@COND_i386_pc_TRUE@am__append_2861 = grub_script_return +@COND_i386_pc_TRUE@am__append_2862 = grub_script_return +@COND_i386_pc_TRUE@am__append_2863 = tests/grub_script_return.in +@COND_i386_efi_TRUE@am__append_2864 = grub_script_return +@COND_i386_efi_TRUE@am__append_2865 = grub_script_return +@COND_i386_efi_TRUE@am__append_2866 = grub_script_return +@COND_i386_efi_TRUE@am__append_2867 = tests/grub_script_return.in +@COND_i386_qemu_TRUE@am__append_2868 = grub_script_return +@COND_i386_qemu_TRUE@am__append_2869 = grub_script_return +@COND_i386_qemu_TRUE@am__append_2870 = grub_script_return +@COND_i386_qemu_TRUE@am__append_2871 = tests/grub_script_return.in +@COND_i386_coreboot_TRUE@am__append_2872 = grub_script_return +@COND_i386_coreboot_TRUE@am__append_2873 = grub_script_return +@COND_i386_coreboot_TRUE@am__append_2874 = grub_script_return +@COND_i386_coreboot_TRUE@am__append_2875 = tests/grub_script_return.in +@COND_i386_multiboot_TRUE@am__append_2876 = grub_script_return +@COND_i386_multiboot_TRUE@am__append_2877 = grub_script_return +@COND_i386_multiboot_TRUE@am__append_2878 = grub_script_return +@COND_i386_multiboot_TRUE@am__append_2879 = tests/grub_script_return.in +@COND_i386_ieee1275_TRUE@am__append_2880 = grub_script_return +@COND_i386_ieee1275_TRUE@am__append_2881 = grub_script_return +@COND_i386_ieee1275_TRUE@am__append_2882 = grub_script_return +@COND_i386_ieee1275_TRUE@am__append_2883 = tests/grub_script_return.in +@COND_x86_64_efi_TRUE@am__append_2884 = grub_script_return +@COND_x86_64_efi_TRUE@am__append_2885 = grub_script_return +@COND_x86_64_efi_TRUE@am__append_2886 = grub_script_return +@COND_x86_64_efi_TRUE@am__append_2887 = tests/grub_script_return.in +@COND_mips_yeeloong_TRUE@am__append_2888 = grub_script_return +@COND_mips_yeeloong_TRUE@am__append_2889 = grub_script_return +@COND_mips_yeeloong_TRUE@am__append_2890 = grub_script_return +@COND_mips_yeeloong_TRUE@am__append_2891 = tests/grub_script_return.in +@COND_sparc64_ieee1275_TRUE@am__append_2892 = grub_script_return +@COND_sparc64_ieee1275_TRUE@am__append_2893 = grub_script_return +@COND_sparc64_ieee1275_TRUE@am__append_2894 = grub_script_return +@COND_sparc64_ieee1275_TRUE@am__append_2895 = tests/grub_script_return.in +@COND_powerpc_ieee1275_TRUE@am__append_2896 = grub_script_return +@COND_powerpc_ieee1275_TRUE@am__append_2897 = grub_script_return +@COND_powerpc_ieee1275_TRUE@am__append_2898 = grub_script_return +@COND_powerpc_ieee1275_TRUE@am__append_2899 = tests/grub_script_return.in +@COND_emu_TRUE@am__append_2900 = grub_cmd_regexp +@COND_emu_TRUE@am__append_2901 = grub_cmd_regexp +@COND_emu_TRUE@am__append_2902 = grub_cmd_regexp +@COND_emu_TRUE@am__append_2903 = tests/grub_cmd_regexp.in +@COND_i386_pc_TRUE@am__append_2904 = grub_cmd_regexp +@COND_i386_pc_TRUE@am__append_2905 = grub_cmd_regexp +@COND_i386_pc_TRUE@am__append_2906 = grub_cmd_regexp +@COND_i386_pc_TRUE@am__append_2907 = tests/grub_cmd_regexp.in +@COND_i386_efi_TRUE@am__append_2908 = grub_cmd_regexp +@COND_i386_efi_TRUE@am__append_2909 = grub_cmd_regexp +@COND_i386_efi_TRUE@am__append_2910 = grub_cmd_regexp +@COND_i386_efi_TRUE@am__append_2911 = tests/grub_cmd_regexp.in +@COND_i386_qemu_TRUE@am__append_2912 = grub_cmd_regexp +@COND_i386_qemu_TRUE@am__append_2913 = grub_cmd_regexp +@COND_i386_qemu_TRUE@am__append_2914 = grub_cmd_regexp +@COND_i386_qemu_TRUE@am__append_2915 = tests/grub_cmd_regexp.in +@COND_i386_coreboot_TRUE@am__append_2916 = grub_cmd_regexp +@COND_i386_coreboot_TRUE@am__append_2917 = grub_cmd_regexp +@COND_i386_coreboot_TRUE@am__append_2918 = grub_cmd_regexp +@COND_i386_coreboot_TRUE@am__append_2919 = tests/grub_cmd_regexp.in +@COND_i386_multiboot_TRUE@am__append_2920 = grub_cmd_regexp +@COND_i386_multiboot_TRUE@am__append_2921 = grub_cmd_regexp +@COND_i386_multiboot_TRUE@am__append_2922 = grub_cmd_regexp +@COND_i386_multiboot_TRUE@am__append_2923 = tests/grub_cmd_regexp.in +@COND_i386_ieee1275_TRUE@am__append_2924 = grub_cmd_regexp +@COND_i386_ieee1275_TRUE@am__append_2925 = grub_cmd_regexp +@COND_i386_ieee1275_TRUE@am__append_2926 = grub_cmd_regexp +@COND_i386_ieee1275_TRUE@am__append_2927 = tests/grub_cmd_regexp.in +@COND_x86_64_efi_TRUE@am__append_2928 = grub_cmd_regexp +@COND_x86_64_efi_TRUE@am__append_2929 = grub_cmd_regexp +@COND_x86_64_efi_TRUE@am__append_2930 = grub_cmd_regexp +@COND_x86_64_efi_TRUE@am__append_2931 = tests/grub_cmd_regexp.in +@COND_mips_yeeloong_TRUE@am__append_2932 = grub_cmd_regexp +@COND_mips_yeeloong_TRUE@am__append_2933 = grub_cmd_regexp +@COND_mips_yeeloong_TRUE@am__append_2934 = grub_cmd_regexp +@COND_mips_yeeloong_TRUE@am__append_2935 = tests/grub_cmd_regexp.in +@COND_sparc64_ieee1275_TRUE@am__append_2936 = grub_cmd_regexp +@COND_sparc64_ieee1275_TRUE@am__append_2937 = grub_cmd_regexp +@COND_sparc64_ieee1275_TRUE@am__append_2938 = grub_cmd_regexp +@COND_sparc64_ieee1275_TRUE@am__append_2939 = tests/grub_cmd_regexp.in +@COND_powerpc_ieee1275_TRUE@am__append_2940 = grub_cmd_regexp +@COND_powerpc_ieee1275_TRUE@am__append_2941 = grub_cmd_regexp +@COND_powerpc_ieee1275_TRUE@am__append_2942 = grub_cmd_regexp +@COND_powerpc_ieee1275_TRUE@am__append_2943 = tests/grub_cmd_regexp.in +@COND_emu_TRUE@am__append_2944 = grub_script_expansion +@COND_emu_TRUE@am__append_2945 = grub_script_expansion +@COND_emu_TRUE@am__append_2946 = grub_script_expansion +@COND_emu_TRUE@am__append_2947 = tests/grub_script_expansion.in +@COND_i386_pc_TRUE@am__append_2948 = grub_script_expansion +@COND_i386_pc_TRUE@am__append_2949 = grub_script_expansion +@COND_i386_pc_TRUE@am__append_2950 = grub_script_expansion +@COND_i386_pc_TRUE@am__append_2951 = tests/grub_script_expansion.in +@COND_i386_efi_TRUE@am__append_2952 = grub_script_expansion +@COND_i386_efi_TRUE@am__append_2953 = grub_script_expansion +@COND_i386_efi_TRUE@am__append_2954 = grub_script_expansion +@COND_i386_efi_TRUE@am__append_2955 = tests/grub_script_expansion.in +@COND_i386_qemu_TRUE@am__append_2956 = grub_script_expansion +@COND_i386_qemu_TRUE@am__append_2957 = grub_script_expansion +@COND_i386_qemu_TRUE@am__append_2958 = grub_script_expansion +@COND_i386_qemu_TRUE@am__append_2959 = tests/grub_script_expansion.in +@COND_i386_coreboot_TRUE@am__append_2960 = grub_script_expansion +@COND_i386_coreboot_TRUE@am__append_2961 = grub_script_expansion +@COND_i386_coreboot_TRUE@am__append_2962 = grub_script_expansion +@COND_i386_coreboot_TRUE@am__append_2963 = tests/grub_script_expansion.in +@COND_i386_multiboot_TRUE@am__append_2964 = grub_script_expansion +@COND_i386_multiboot_TRUE@am__append_2965 = grub_script_expansion +@COND_i386_multiboot_TRUE@am__append_2966 = grub_script_expansion +@COND_i386_multiboot_TRUE@am__append_2967 = tests/grub_script_expansion.in +@COND_i386_ieee1275_TRUE@am__append_2968 = grub_script_expansion +@COND_i386_ieee1275_TRUE@am__append_2969 = grub_script_expansion +@COND_i386_ieee1275_TRUE@am__append_2970 = grub_script_expansion +@COND_i386_ieee1275_TRUE@am__append_2971 = tests/grub_script_expansion.in +@COND_x86_64_efi_TRUE@am__append_2972 = grub_script_expansion +@COND_x86_64_efi_TRUE@am__append_2973 = grub_script_expansion +@COND_x86_64_efi_TRUE@am__append_2974 = grub_script_expansion +@COND_x86_64_efi_TRUE@am__append_2975 = tests/grub_script_expansion.in +@COND_mips_yeeloong_TRUE@am__append_2976 = grub_script_expansion +@COND_mips_yeeloong_TRUE@am__append_2977 = grub_script_expansion +@COND_mips_yeeloong_TRUE@am__append_2978 = grub_script_expansion +@COND_mips_yeeloong_TRUE@am__append_2979 = tests/grub_script_expansion.in +@COND_sparc64_ieee1275_TRUE@am__append_2980 = grub_script_expansion +@COND_sparc64_ieee1275_TRUE@am__append_2981 = grub_script_expansion +@COND_sparc64_ieee1275_TRUE@am__append_2982 = grub_script_expansion +@COND_sparc64_ieee1275_TRUE@am__append_2983 = tests/grub_script_expansion.in +@COND_powerpc_ieee1275_TRUE@am__append_2984 = grub_script_expansion +@COND_powerpc_ieee1275_TRUE@am__append_2985 = grub_script_expansion +@COND_powerpc_ieee1275_TRUE@am__append_2986 = grub_script_expansion +@COND_powerpc_ieee1275_TRUE@am__append_2987 = tests/grub_script_expansion.in +@COND_emu_TRUE@am__append_2988 = grub_script_not +@COND_emu_TRUE@am__append_2989 = grub_script_not +@COND_emu_TRUE@am__append_2990 = grub_script_not +@COND_emu_TRUE@am__append_2991 = tests/grub_script_not.in +@COND_i386_pc_TRUE@am__append_2992 = grub_script_not +@COND_i386_pc_TRUE@am__append_2993 = grub_script_not +@COND_i386_pc_TRUE@am__append_2994 = grub_script_not +@COND_i386_pc_TRUE@am__append_2995 = tests/grub_script_not.in +@COND_i386_efi_TRUE@am__append_2996 = grub_script_not +@COND_i386_efi_TRUE@am__append_2997 = grub_script_not +@COND_i386_efi_TRUE@am__append_2998 = grub_script_not +@COND_i386_efi_TRUE@am__append_2999 = tests/grub_script_not.in +@COND_i386_qemu_TRUE@am__append_3000 = grub_script_not +@COND_i386_qemu_TRUE@am__append_3001 = grub_script_not +@COND_i386_qemu_TRUE@am__append_3002 = grub_script_not +@COND_i386_qemu_TRUE@am__append_3003 = tests/grub_script_not.in +@COND_i386_coreboot_TRUE@am__append_3004 = grub_script_not +@COND_i386_coreboot_TRUE@am__append_3005 = grub_script_not +@COND_i386_coreboot_TRUE@am__append_3006 = grub_script_not +@COND_i386_coreboot_TRUE@am__append_3007 = tests/grub_script_not.in +@COND_i386_multiboot_TRUE@am__append_3008 = grub_script_not +@COND_i386_multiboot_TRUE@am__append_3009 = grub_script_not +@COND_i386_multiboot_TRUE@am__append_3010 = grub_script_not +@COND_i386_multiboot_TRUE@am__append_3011 = tests/grub_script_not.in +@COND_i386_ieee1275_TRUE@am__append_3012 = grub_script_not +@COND_i386_ieee1275_TRUE@am__append_3013 = grub_script_not +@COND_i386_ieee1275_TRUE@am__append_3014 = grub_script_not +@COND_i386_ieee1275_TRUE@am__append_3015 = tests/grub_script_not.in +@COND_x86_64_efi_TRUE@am__append_3016 = grub_script_not +@COND_x86_64_efi_TRUE@am__append_3017 = grub_script_not +@COND_x86_64_efi_TRUE@am__append_3018 = grub_script_not +@COND_x86_64_efi_TRUE@am__append_3019 = tests/grub_script_not.in +@COND_mips_yeeloong_TRUE@am__append_3020 = grub_script_not +@COND_mips_yeeloong_TRUE@am__append_3021 = grub_script_not +@COND_mips_yeeloong_TRUE@am__append_3022 = grub_script_not +@COND_mips_yeeloong_TRUE@am__append_3023 = tests/grub_script_not.in +@COND_sparc64_ieee1275_TRUE@am__append_3024 = grub_script_not +@COND_sparc64_ieee1275_TRUE@am__append_3025 = grub_script_not +@COND_sparc64_ieee1275_TRUE@am__append_3026 = grub_script_not +@COND_sparc64_ieee1275_TRUE@am__append_3027 = tests/grub_script_not.in +@COND_powerpc_ieee1275_TRUE@am__append_3028 = grub_script_not +@COND_powerpc_ieee1275_TRUE@am__append_3029 = grub_script_not +@COND_powerpc_ieee1275_TRUE@am__append_3030 = grub_script_not +@COND_powerpc_ieee1275_TRUE@am__append_3031 = tests/grub_script_not.in +@COND_emu_TRUE@am__append_3032 = partmap_test +@COND_emu_TRUE@am__append_3033 = partmap_test +@COND_emu_TRUE@am__append_3034 = partmap_test +@COND_emu_TRUE@am__append_3035 = tests/partmap_test.in +@COND_i386_pc_TRUE@am__append_3036 = partmap_test +@COND_i386_pc_TRUE@am__append_3037 = partmap_test +@COND_i386_pc_TRUE@am__append_3038 = partmap_test +@COND_i386_pc_TRUE@am__append_3039 = tests/partmap_test.in +@COND_i386_efi_TRUE@am__append_3040 = partmap_test +@COND_i386_efi_TRUE@am__append_3041 = partmap_test +@COND_i386_efi_TRUE@am__append_3042 = partmap_test +@COND_i386_efi_TRUE@am__append_3043 = tests/partmap_test.in +@COND_i386_qemu_TRUE@am__append_3044 = partmap_test +@COND_i386_qemu_TRUE@am__append_3045 = partmap_test +@COND_i386_qemu_TRUE@am__append_3046 = partmap_test +@COND_i386_qemu_TRUE@am__append_3047 = tests/partmap_test.in +@COND_i386_coreboot_TRUE@am__append_3048 = partmap_test +@COND_i386_coreboot_TRUE@am__append_3049 = partmap_test +@COND_i386_coreboot_TRUE@am__append_3050 = partmap_test +@COND_i386_coreboot_TRUE@am__append_3051 = tests/partmap_test.in +@COND_i386_multiboot_TRUE@am__append_3052 = partmap_test +@COND_i386_multiboot_TRUE@am__append_3053 = partmap_test +@COND_i386_multiboot_TRUE@am__append_3054 = partmap_test +@COND_i386_multiboot_TRUE@am__append_3055 = tests/partmap_test.in +@COND_i386_ieee1275_TRUE@am__append_3056 = partmap_test +@COND_i386_ieee1275_TRUE@am__append_3057 = partmap_test +@COND_i386_ieee1275_TRUE@am__append_3058 = partmap_test +@COND_i386_ieee1275_TRUE@am__append_3059 = tests/partmap_test.in +@COND_x86_64_efi_TRUE@am__append_3060 = partmap_test +@COND_x86_64_efi_TRUE@am__append_3061 = partmap_test +@COND_x86_64_efi_TRUE@am__append_3062 = partmap_test +@COND_x86_64_efi_TRUE@am__append_3063 = tests/partmap_test.in +@COND_mips_yeeloong_TRUE@am__append_3064 = partmap_test +@COND_mips_yeeloong_TRUE@am__append_3065 = partmap_test +@COND_mips_yeeloong_TRUE@am__append_3066 = partmap_test +@COND_mips_yeeloong_TRUE@am__append_3067 = tests/partmap_test.in +@COND_sparc64_ieee1275_TRUE@am__append_3068 = partmap_test +@COND_sparc64_ieee1275_TRUE@am__append_3069 = partmap_test +@COND_sparc64_ieee1275_TRUE@am__append_3070 = partmap_test +@COND_sparc64_ieee1275_TRUE@am__append_3071 = tests/partmap_test.in +@COND_powerpc_ieee1275_TRUE@am__append_3072 = partmap_test +@COND_powerpc_ieee1275_TRUE@am__append_3073 = partmap_test +@COND_powerpc_ieee1275_TRUE@am__append_3074 = partmap_test +@COND_powerpc_ieee1275_TRUE@am__append_3075 = tests/partmap_test.in +@COND_emu_TRUE@am__append_3076 = grub_cmd_echo +@COND_emu_TRUE@am__append_3077 = grub_cmd_echo +@COND_emu_TRUE@am__append_3078 = grub_cmd_echo +@COND_emu_TRUE@am__append_3079 = tests/grub_cmd_echo.in +@COND_i386_pc_TRUE@am__append_3080 = grub_cmd_echo +@COND_i386_pc_TRUE@am__append_3081 = grub_cmd_echo +@COND_i386_pc_TRUE@am__append_3082 = grub_cmd_echo +@COND_i386_pc_TRUE@am__append_3083 = tests/grub_cmd_echo.in +@COND_i386_efi_TRUE@am__append_3084 = grub_cmd_echo +@COND_i386_efi_TRUE@am__append_3085 = grub_cmd_echo +@COND_i386_efi_TRUE@am__append_3086 = grub_cmd_echo +@COND_i386_efi_TRUE@am__append_3087 = tests/grub_cmd_echo.in +@COND_i386_qemu_TRUE@am__append_3088 = grub_cmd_echo +@COND_i386_qemu_TRUE@am__append_3089 = grub_cmd_echo +@COND_i386_qemu_TRUE@am__append_3090 = grub_cmd_echo +@COND_i386_qemu_TRUE@am__append_3091 = tests/grub_cmd_echo.in +@COND_i386_coreboot_TRUE@am__append_3092 = grub_cmd_echo +@COND_i386_coreboot_TRUE@am__append_3093 = grub_cmd_echo +@COND_i386_coreboot_TRUE@am__append_3094 = grub_cmd_echo +@COND_i386_coreboot_TRUE@am__append_3095 = tests/grub_cmd_echo.in +@COND_i386_multiboot_TRUE@am__append_3096 = grub_cmd_echo +@COND_i386_multiboot_TRUE@am__append_3097 = grub_cmd_echo +@COND_i386_multiboot_TRUE@am__append_3098 = grub_cmd_echo +@COND_i386_multiboot_TRUE@am__append_3099 = tests/grub_cmd_echo.in +@COND_i386_ieee1275_TRUE@am__append_3100 = grub_cmd_echo +@COND_i386_ieee1275_TRUE@am__append_3101 = grub_cmd_echo +@COND_i386_ieee1275_TRUE@am__append_3102 = grub_cmd_echo +@COND_i386_ieee1275_TRUE@am__append_3103 = tests/grub_cmd_echo.in +@COND_x86_64_efi_TRUE@am__append_3104 = grub_cmd_echo +@COND_x86_64_efi_TRUE@am__append_3105 = grub_cmd_echo +@COND_x86_64_efi_TRUE@am__append_3106 = grub_cmd_echo +@COND_x86_64_efi_TRUE@am__append_3107 = tests/grub_cmd_echo.in +@COND_mips_yeeloong_TRUE@am__append_3108 = grub_cmd_echo +@COND_mips_yeeloong_TRUE@am__append_3109 = grub_cmd_echo +@COND_mips_yeeloong_TRUE@am__append_3110 = grub_cmd_echo +@COND_mips_yeeloong_TRUE@am__append_3111 = tests/grub_cmd_echo.in +@COND_sparc64_ieee1275_TRUE@am__append_3112 = grub_cmd_echo +@COND_sparc64_ieee1275_TRUE@am__append_3113 = grub_cmd_echo +@COND_sparc64_ieee1275_TRUE@am__append_3114 = grub_cmd_echo +@COND_sparc64_ieee1275_TRUE@am__append_3115 = tests/grub_cmd_echo.in +@COND_powerpc_ieee1275_TRUE@am__append_3116 = grub_cmd_echo +@COND_powerpc_ieee1275_TRUE@am__append_3117 = grub_cmd_echo +@COND_powerpc_ieee1275_TRUE@am__append_3118 = grub_cmd_echo +@COND_powerpc_ieee1275_TRUE@am__append_3119 = tests/grub_cmd_echo.in +@COND_emu_TRUE@am__append_3120 = util/grub.d/README +@COND_emu_TRUE@am__append_3121 = util/grub.d/README +@COND_i386_pc_TRUE@am__append_3122 = util/grub.d/README +@COND_i386_pc_TRUE@am__append_3123 = util/grub.d/README +@COND_i386_efi_TRUE@am__append_3124 = util/grub.d/README +@COND_i386_efi_TRUE@am__append_3125 = util/grub.d/README +@COND_i386_qemu_TRUE@am__append_3126 = util/grub.d/README +@COND_i386_qemu_TRUE@am__append_3127 = util/grub.d/README +@COND_i386_coreboot_TRUE@am__append_3128 = util/grub.d/README +@COND_i386_coreboot_TRUE@am__append_3129 = util/grub.d/README +@COND_i386_multiboot_TRUE@am__append_3130 = util/grub.d/README +@COND_i386_multiboot_TRUE@am__append_3131 = util/grub.d/README +@COND_i386_ieee1275_TRUE@am__append_3132 = util/grub.d/README +@COND_i386_ieee1275_TRUE@am__append_3133 = util/grub.d/README +@COND_x86_64_efi_TRUE@am__append_3134 = util/grub.d/README +@COND_x86_64_efi_TRUE@am__append_3135 = util/grub.d/README +@COND_mips_yeeloong_TRUE@am__append_3136 = util/grub.d/README +@COND_mips_yeeloong_TRUE@am__append_3137 = util/grub.d/README +@COND_sparc64_ieee1275_TRUE@am__append_3138 = util/grub.d/README +@COND_sparc64_ieee1275_TRUE@am__append_3139 = util/grub.d/README +@COND_powerpc_ieee1275_TRUE@am__append_3140 = util/grub.d/README +@COND_powerpc_ieee1275_TRUE@am__append_3141 = util/grub.d/README #pc chainloader by definition is only for i386-pc #ntldr and bootmgr require BIOS. #legacy protocol makes early BIOS calls. # Crashes early on non-BIOS -@COND_i386_pc_TRUE@am__append_3076 = bootcheck-pc-chainloader \ +@COND_i386_pc_TRUE@am__append_3142 = bootcheck-pc-chainloader \ @COND_i386_pc_TRUE@ bootcheck-ntldr bootcheck-linux16-i386 \ @COND_i386_pc_TRUE@ bootcheck-linux16-x86_64 \ @COND_i386_pc_TRUE@ bootcheck-knetbsd-i386 # Crashes because memory at 0-0x1000 is occupied -@COND_i386_coreboot_FALSE@am__append_3077 = bootcheck-knetbsd-x86_64 +@COND_i386_coreboot_FALSE@am__append_3143 = bootcheck-knetbsd-x86_64 # Likewise and require ACPI. -@COND_i386_coreboot_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_qemu_FALSE@am__append_3078 = bootcheck-kfreebsd-x86_64 \ +@COND_i386_coreboot_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_qemu_FALSE@am__append_3144 = bootcheck-kfreebsd-x86_64 \ @COND_i386_coreboot_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_qemu_FALSE@ bootcheck-kfreebsd-i386 subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -4224,12 +4305,13 @@ grub-core/fs/jfs.c grub-core/fs/minix.c grub-core/fs/minix2.c \ grub-core/fs/nilfs2.c grub-core/fs/ntfs.c \ grub-core/fs/ntfscomp.c grub-core/fs/reiserfs.c \ - grub-core/fs/sfs.c grub-core/fs/tar.c grub-core/fs/udf.c \ - grub-core/fs/ufs2.c grub-core/fs/ufs.c grub-core/fs/xfs.c \ - grub-core/fs/zfs/zfs.c grub-core/fs/zfs/zfs_lzjb.c \ - grub-core/fs/zfs/zfs_sha256.c grub-core/fs/zfs/zfs_fletcher.c \ - grub-core/lib/arg.c grub-core/lib/crypto.c \ - grub-core/lib/envblk.c grub-core/lib/hexdump.c \ + grub-core/fs/sfs.c grub-core/fs/squash4.c grub-core/fs/tar.c \ + grub-core/fs/udf.c grub-core/fs/ufs2.c grub-core/fs/ufs.c \ + grub-core/fs/xfs.c grub-core/fs/zfs/zfs.c \ + grub-core/fs/zfs/zfs_lzjb.c grub-core/fs/zfs/zfs_sha256.c \ + grub-core/fs/zfs/zfs_fletcher.c grub-core/lib/arg.c \ + grub-core/lib/crypto.c grub-core/lib/envblk.c \ + grub-core/lib/hexdump.c \ grub-core/lib/libgcrypt-grub/cipher/sha512.c \ grub-core/lib/libgcrypt-grub/cipher/crc.c \ grub-core/lib/LzFind.c grub-core/lib/LzmaEnc.c \ @@ -4274,6 +4356,7 @@ @COND_emu_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_emu_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_emu_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_emu_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_emu_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_emu_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_emu_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4341,6 +4424,7 @@ @COND_i386_pc_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_i386_pc_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_i386_pc_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_i386_pc_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_i386_pc_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_i386_pc_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_i386_pc_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4408,6 +4492,7 @@ @COND_i386_efi_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_i386_efi_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_i386_efi_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_i386_efi_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_i386_efi_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_i386_efi_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_i386_efi_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4475,6 +4560,7 @@ @COND_i386_qemu_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_i386_qemu_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_i386_qemu_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_i386_qemu_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_i386_qemu_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_i386_qemu_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_i386_qemu_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4542,6 +4628,7 @@ @COND_i386_coreboot_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_i386_coreboot_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_i386_coreboot_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_i386_coreboot_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_i386_coreboot_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_i386_coreboot_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_i386_coreboot_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4609,6 +4696,7 @@ @COND_i386_multiboot_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_i386_multiboot_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_i386_multiboot_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_i386_multiboot_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_i386_multiboot_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_i386_multiboot_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_i386_multiboot_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4676,6 +4764,7 @@ @COND_i386_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_i386_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_i386_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_i386_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_i386_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_i386_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_i386_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4743,6 +4832,7 @@ @COND_x86_64_efi_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_x86_64_efi_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_x86_64_efi_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_x86_64_efi_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_x86_64_efi_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_x86_64_efi_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_x86_64_efi_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4810,6 +4900,7 @@ @COND_mips_yeeloong_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_mips_yeeloong_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_mips_yeeloong_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_mips_yeeloong_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_mips_yeeloong_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_mips_yeeloong_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_mips_yeeloong_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4877,6 +4968,7 @@ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_sparc64_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_sparc64_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -4944,6 +5036,7 @@ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) \ +@COND_powerpc_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-tar.$(OBJEXT) \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-udf.$(OBJEXT) \ @COND_powerpc_ieee1275_TRUE@ grub-core/fs/libgrubmods_a-ufs2.$(OBJEXT) \ @@ -5136,41 +5229,55 @@ @COND_mips_yeeloong_TRUE@am__EXEEXT_97 = grub-fstest$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__EXEEXT_98 = grub-fstest$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__EXEEXT_99 = grub-fstest$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__EXEEXT_100 = \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@am__EXEEXT_100 = \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@am__EXEEXT_101 = \ +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@ grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@am__EXEEXT_102 = \ +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@ grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@am__EXEEXT_103 = grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@am__EXEEXT_104 = grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@am__EXEEXT_105 = grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@am__EXEEXT_106 = grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@am__EXEEXT_107 = grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@am__EXEEXT_108 = grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@am__EXEEXT_109 = grub-mount$(EXEEXT) +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@am__EXEEXT_110 = grub-mount$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@am__EXEEXT_111 = \ @COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@ grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__EXEEXT_101 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__EXEEXT_102 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__EXEEXT_103 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__EXEEXT_104 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__EXEEXT_105 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__EXEEXT_106 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__EXEEXT_107 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__EXEEXT_108 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__EXEEXT_109 = grub-mkfont$(EXEEXT) -@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__EXEEXT_110 = grub-mkfont$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_111 = grub-mklayout$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_112 = grub-mklayout$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_113 = grub-mklayout$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_114 = grub-mklayout$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_115 = grub-mklayout$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_116 = grub-mklayout$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_117 = grub-mklayout$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_118 = grub-mklayout$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_119 = grub-mklayout$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_120 = grub-mklayout$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_121 = grub-mklayout$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_122 = grub-menulst2cfg$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_123 = grub-menulst2cfg$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_124 = grub-menulst2cfg$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_125 = grub-menulst2cfg$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_126 = grub-menulst2cfg$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_127 = grub-menulst2cfg$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_128 = grub-menulst2cfg$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_129 = grub-menulst2cfg$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_130 = grub-menulst2cfg$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_131 = \ +@COND_GRUB_MKFONT_TRUE@@COND_i386_pc_TRUE@am__EXEEXT_112 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@am__EXEEXT_113 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_i386_qemu_TRUE@am__EXEEXT_114 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@am__EXEEXT_115 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_i386_multiboot_TRUE@am__EXEEXT_116 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_i386_ieee1275_TRUE@am__EXEEXT_117 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_x86_64_efi_TRUE@am__EXEEXT_118 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_mips_yeeloong_TRUE@am__EXEEXT_119 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_sparc64_ieee1275_TRUE@am__EXEEXT_120 = grub-mkfont$(EXEEXT) +@COND_GRUB_MKFONT_TRUE@@COND_powerpc_ieee1275_TRUE@am__EXEEXT_121 = grub-mkfont$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_122 = grub-mklayout$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_123 = grub-mklayout$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_124 = grub-mklayout$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_125 = grub-mklayout$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_126 = grub-mklayout$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_127 = grub-mklayout$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_128 = grub-mklayout$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_129 = grub-mklayout$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_130 = grub-mklayout$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_131 = grub-mklayout$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_132 = grub-mklayout$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_133 = grub-menulst2cfg$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_134 = grub-menulst2cfg$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_135 = grub-menulst2cfg$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_136 = grub-menulst2cfg$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_137 = grub-menulst2cfg$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_138 = grub-menulst2cfg$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_139 = grub-menulst2cfg$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_140 = grub-menulst2cfg$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_141 = grub-menulst2cfg$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_142 = \ @COND_sparc64_ieee1275_TRUE@ grub-menulst2cfg$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_132 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_143 = \ @COND_powerpc_ieee1275_TRUE@ grub-menulst2cfg$(EXEEXT) am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \ "$(DESTDIR)$(bindir)" "$(DESTDIR)$(grubconfdir)" \ @@ -5179,45 +5286,45 @@ "$(DESTDIR)$(grubconfdir)" "$(DESTDIR)$(grubdatadir)" \ "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(platformdir)" \ "$(DESTDIR)$(platformdir)" -@COND_emu_TRUE@am__EXEEXT_133 = example_unit_test$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_134 = example_unit_test$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_135 = example_unit_test$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_136 = example_unit_test$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_137 = example_unit_test$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_138 = example_unit_test$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_139 = example_unit_test$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_140 = example_unit_test$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_141 = example_unit_test$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_142 = \ +@COND_emu_TRUE@am__EXEEXT_144 = example_unit_test$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_145 = example_unit_test$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_146 = example_unit_test$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_147 = example_unit_test$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_148 = example_unit_test$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_149 = example_unit_test$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_150 = example_unit_test$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_151 = example_unit_test$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_152 = example_unit_test$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_153 = \ @COND_sparc64_ieee1275_TRUE@ example_unit_test$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_143 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_154 = \ @COND_powerpc_ieee1275_TRUE@ example_unit_test$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_144 = grub-mkdevicemap$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_145 = grub-mkdevicemap$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_146 = grub-mkdevicemap$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_147 = grub-mkdevicemap$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_148 = grub-mkdevicemap$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_149 = grub-mkdevicemap$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_150 = grub-mkdevicemap$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_151 = grub-mkdevicemap$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_152 = grub-mkdevicemap$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_153 = \ +@COND_emu_TRUE@am__EXEEXT_155 = grub-mkdevicemap$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_156 = grub-mkdevicemap$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_157 = grub-mkdevicemap$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_158 = grub-mkdevicemap$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_159 = grub-mkdevicemap$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_160 = grub-mkdevicemap$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_161 = grub-mkdevicemap$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_162 = grub-mkdevicemap$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_163 = grub-mkdevicemap$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_164 = \ @COND_sparc64_ieee1275_TRUE@ grub-mkdevicemap$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_154 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_165 = \ @COND_powerpc_ieee1275_TRUE@ grub-mkdevicemap$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_155 = grub-probe$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_156 = grub-probe$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_157 = grub-probe$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_158 = grub-probe$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_159 = grub-probe$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_160 = grub-probe$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_161 = grub-probe$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_162 = grub-probe$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_163 = grub-probe$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_164 = grub-probe$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_165 = grub-probe$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_166 = grub-setup$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_167 = grub-setup$(EXEEXT) \ +@COND_emu_TRUE@am__EXEEXT_166 = grub-probe$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_167 = grub-probe$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_168 = grub-probe$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_169 = grub-probe$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_170 = grub-probe$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_171 = grub-probe$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_172 = grub-probe$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_173 = grub-probe$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_174 = grub-probe$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_175 = grub-probe$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_176 = grub-probe$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_177 = grub-setup$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_178 = grub-setup$(EXEEXT) \ @COND_sparc64_ieee1275_TRUE@ grub-ofpathname$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS) am__example_unit_test_SOURCES_DIST = tests/example_unit_test.c \ @@ -6519,6 +6626,134 @@ @COND_emu_TRUE@ $(am__DEPENDENCIES_1) grub_mkrelpath_LINK = $(CCLD) $(grub_mkrelpath_CFLAGS) $(CFLAGS) \ $(grub_mkrelpath_LDFLAGS) $(LDFLAGS) -o $@ +am__grub_mount_SOURCES_DIST = util/grub-mount.c \ + grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@am_grub_mount_OBJECTS = util/grub_mount-grub-mount.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ grub-core/disk/grub_mount-host.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@nodist_grub_mount_OBJECTS = grub_mount-grub_fstest_init.$(OBJEXT) +grub_mount_OBJECTS = $(am_grub_mount_OBJECTS) \ + $(nodist_grub_mount_OBJECTS) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@grub_mount_DEPENDENCIES = libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ $(am__DEPENDENCIES_1) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@grub_mount_DEPENDENCIES = \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ libgrubmods.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ libgrubkern.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ grub-core/gnulib/libgnu.a \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ $(am__DEPENDENCIES_1) \ +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@ $(am__DEPENDENCIES_1) +grub_mount_LINK = $(CCLD) $(grub_mount_CFLAGS) $(CFLAGS) \ + $(grub_mount_LDFLAGS) $(LDFLAGS) -o $@ am__grub_ofpathname_SOURCES_DIST = util/ieee1275/grub-ofpathname.c \ util/ieee1275/ofpath.c @COND_sparc64_ieee1275_TRUE@am_grub_ofpathname_OBJECTS = util/ieee1275/grub_ofpathname-grub-ofpathname.$(OBJEXT) \ @@ -6893,6 +7128,7 @@ $(grub_mkpasswd_pbkdf2_SOURCES) \ $(nodist_grub_mkpasswd_pbkdf2_SOURCES) \ $(grub_mkrelpath_SOURCES) $(nodist_grub_mkrelpath_SOURCES) \ + $(grub_mount_SOURCES) $(nodist_grub_mount_SOURCES) \ $(grub_ofpathname_SOURCES) $(nodist_grub_ofpathname_SOURCES) \ $(grub_pe2elf_SOURCES) $(nodist_grub_pe2elf_SOURCES) \ $(grub_probe_SOURCES) $(nodist_grub_probe_SOURCES) \ @@ -6913,6 +7149,7 @@ $(am__grub_mklayout_SOURCES_DIST) \ $(am__grub_mkpasswd_pbkdf2_SOURCES_DIST) \ $(am__grub_mkrelpath_SOURCES_DIST) \ + $(am__grub_mount_SOURCES_DIST) \ $(am__grub_ofpathname_SOURCES_DIST) \ $(am__grub_pe2elf_SOURCES_DIST) $(am__grub_probe_SOURCES_DIST) \ $(am__grub_script_check_SOURCES_DIST) \ @@ -7589,6 +7826,7 @@ enable_grub_emu_sdl = @enable_grub_emu_sdl@ enable_grub_emu_usb = @enable_grub_emu_usb@ enable_grub_mkfont = @enable_grub_mkfont@ +enable_grub_mount = @enable_grub_mount@ exec_prefix = @exec_prefix@ freetype_cflags = @freetype_cflags@ freetype_libs = @freetype_libs@ @@ -7753,205 +7991,208 @@ $(am__append_1018) $(am__append_1024) $(am__append_1030) \ $(am__append_1036) $(am__append_1042) $(am__append_1048) \ $(am__append_1054) $(am__append_1060) $(am__append_1066) \ - $(am__append_1072) $(am__append_1133) $(am__append_1139) \ - $(am__append_1145) $(am__append_1151) $(am__append_1157) \ - $(am__append_1163) $(am__append_1169) $(am__append_1175) \ - $(am__append_1181) $(am__append_1187) $(am__append_1193) \ - $(am__append_1529) $(am__append_1534) $(am__append_1539) \ - $(am__append_1544) $(am__append_1549) $(am__append_1554) \ - $(am__append_1559) $(am__append_1564) $(am__append_1569) \ - $(am__append_1574) $(am__append_1579) $(am__append_1584) \ - $(am__append_1589) $(am__append_1594) $(am__append_1599) \ - $(am__append_1604) $(am__append_1609) $(am__append_1614) \ - $(am__append_1619) $(am__append_1624) $(am__append_1629) \ - $(am__append_1634) $(am__append_1639) $(am__append_1644) \ - $(am__append_1649) $(am__append_1654) $(am__append_1659) \ - $(am__append_1664) $(am__append_1669) $(am__append_1674) \ - $(am__append_1679) $(am__append_1684) $(am__append_1689) \ - $(am__append_1694) $(am__append_1699) $(am__append_1704) \ - $(am__append_1709) $(am__append_1714) $(am__append_1719) \ - $(am__append_1724) $(am__append_1729) $(am__append_1734) \ - $(am__append_1739) $(am__append_1744) $(am__append_1749) \ - $(am__append_1754) $(am__append_1759) $(am__append_1764) \ - $(am__append_1769) $(am__append_1774) $(am__append_1779) \ - $(am__append_1784) $(am__append_1789) $(am__append_1794) \ - $(am__append_1799) $(am__append_1804) $(am__append_1809) \ - $(am__append_1814) $(am__append_1819) $(am__append_1824) \ - $(am__append_1829) + $(am__append_1072) $(am__append_1078) $(am__append_1084) \ + $(am__append_1090) $(am__append_1096) $(am__append_1102) \ + $(am__append_1108) $(am__append_1114) $(am__append_1120) \ + $(am__append_1126) $(am__append_1132) $(am__append_1138) \ + $(am__append_1199) $(am__append_1205) $(am__append_1211) \ + $(am__append_1217) $(am__append_1223) $(am__append_1229) \ + $(am__append_1235) $(am__append_1241) $(am__append_1247) \ + $(am__append_1253) $(am__append_1259) $(am__append_1595) \ + $(am__append_1600) $(am__append_1605) $(am__append_1610) \ + $(am__append_1615) $(am__append_1620) $(am__append_1625) \ + $(am__append_1630) $(am__append_1635) $(am__append_1640) \ + $(am__append_1645) $(am__append_1650) $(am__append_1655) \ + $(am__append_1660) $(am__append_1665) $(am__append_1670) \ + $(am__append_1675) $(am__append_1680) $(am__append_1685) \ + $(am__append_1690) $(am__append_1695) $(am__append_1700) \ + $(am__append_1705) $(am__append_1710) $(am__append_1715) \ + $(am__append_1720) $(am__append_1725) $(am__append_1730) \ + $(am__append_1735) $(am__append_1740) $(am__append_1745) \ + $(am__append_1750) $(am__append_1755) $(am__append_1760) \ + $(am__append_1765) $(am__append_1770) $(am__append_1775) \ + $(am__append_1780) $(am__append_1785) $(am__append_1790) \ + $(am__append_1795) $(am__append_1800) $(am__append_1805) \ + $(am__append_1810) $(am__append_1815) $(am__append_1820) \ + $(am__append_1825) $(am__append_1830) $(am__append_1835) \ + $(am__append_1840) $(am__append_1845) $(am__append_1850) \ + $(am__append_1855) $(am__append_1860) $(am__append_1865) \ + $(am__append_1870) $(am__append_1875) $(am__append_1880) \ + $(am__append_1885) $(am__append_1890) $(am__append_1895) noinst_DATA = pkglib_DATA = grub-mkconfig_lib update-grub_lib -bin_SCRIPTS = $(am__append_1528) $(am__append_1533) $(am__append_1538) \ - $(am__append_1543) $(am__append_1548) $(am__append_1553) \ - $(am__append_1558) $(am__append_1899) $(am__append_1902) \ - $(am__append_1905) $(am__append_1908) $(am__append_1911) \ - $(am__append_1914) $(am__append_1917) $(am__append_1920) \ - $(am__append_1923) $(am__append_1926) $(am__append_1929) -sbin_SCRIPTS = $(am__append_1563) $(am__append_1568) \ - $(am__append_1573) $(am__append_1578) $(am__append_1583) \ - $(am__append_1588) $(am__append_1593) $(am__append_1598) \ - $(am__append_1603) $(am__append_1608) $(am__append_1613) \ - $(am__append_1618) $(am__append_1623) $(am__append_1628) \ - $(am__append_1633) $(am__append_1638) $(am__append_1643) \ - $(am__append_1648) $(am__append_1653) $(am__append_1658) \ - $(am__append_1663) $(am__append_1668) $(am__append_1673) \ - $(am__append_1678) $(am__append_1683) $(am__append_1688) \ - $(am__append_1693) $(am__append_1698) $(am__append_1703) \ - $(am__append_1708) $(am__append_1713) $(am__append_1718) \ - $(am__append_1723) $(am__append_1728) $(am__append_1733) \ - $(am__append_1738) $(am__append_1743) $(am__append_1748) \ - $(am__append_1753) $(am__append_1758) $(am__append_1763) \ - $(am__append_1768) $(am__append_1773) $(am__append_1778) \ - $(am__append_1783) $(am__append_1788) $(am__append_1793) \ - $(am__append_1798) $(am__append_1803) $(am__append_1808) \ - $(am__append_1813) $(am__append_1818) $(am__append_1823) \ - $(am__append_1828) -platform_DATA = -check_SCRIPTS = $(am__append_1998) $(am__append_2002) \ - $(am__append_2006) $(am__append_2010) $(am__append_2014) \ - $(am__append_2018) $(am__append_2022) $(am__append_2026) \ - $(am__append_2030) $(am__append_2034) $(am__append_2038) \ - $(am__append_2042) $(am__append_2046) $(am__append_2050) \ - $(am__append_2054) $(am__append_2058) $(am__append_2062) \ - $(am__append_2066) $(am__append_2070) $(am__append_2074) \ - $(am__append_2078) $(am__append_2082) $(am__append_2086) \ - $(am__append_2090) $(am__append_2094) $(am__append_2098) \ - $(am__append_2102) $(am__append_2106) $(am__append_2110) \ - $(am__append_2114) $(am__append_2118) $(am__append_2122) \ - $(am__append_2126) $(am__append_2130) $(am__append_2134) \ - $(am__append_2138) $(am__append_2142) $(am__append_2146) \ - $(am__append_2150) $(am__append_2154) $(am__append_2158) \ - $(am__append_2162) $(am__append_2166) $(am__append_2170) \ - $(am__append_2174) $(am__append_2178) $(am__append_2182) \ - $(am__append_2186) $(am__append_2190) $(am__append_2194) \ - $(am__append_2198) $(am__append_2202) $(am__append_2206) \ - $(am__append_2210) $(am__append_2214) $(am__append_2218) \ - $(am__append_2222) $(am__append_2226) $(am__append_2230) \ - $(am__append_2234) $(am__append_2238) $(am__append_2242) \ - $(am__append_2246) $(am__append_2250) $(am__append_2254) \ - $(am__append_2258) $(am__append_2262) $(am__append_2266) \ - $(am__append_2270) $(am__append_2274) $(am__append_2278) \ - $(am__append_2282) $(am__append_2286) $(am__append_2290) \ - $(am__append_2294) $(am__append_2298) $(am__append_2302) \ - $(am__append_2306) $(am__append_2310) $(am__append_2314) \ - $(am__append_2318) $(am__append_2322) $(am__append_2326) \ - $(am__append_2330) $(am__append_2334) $(am__append_2338) \ - $(am__append_2342) $(am__append_2346) $(am__append_2350) \ - $(am__append_2354) $(am__append_2358) $(am__append_2362) \ - $(am__append_2366) $(am__append_2370) $(am__append_2374) \ - $(am__append_2378) $(am__append_2382) $(am__append_2386) \ - $(am__append_2390) $(am__append_2394) $(am__append_2398) \ - $(am__append_2402) $(am__append_2406) $(am__append_2410) \ - $(am__append_2414) $(am__append_2418) $(am__append_2422) \ - $(am__append_2426) $(am__append_2430) $(am__append_2434) \ - $(am__append_2438) $(am__append_2442) $(am__append_2446) \ - $(am__append_2450) $(am__append_2454) $(am__append_2458) \ - $(am__append_2462) $(am__append_2466) $(am__append_2470) \ - $(am__append_2474) $(am__append_2478) $(am__append_2482) \ - $(am__append_2486) $(am__append_2490) $(am__append_2494) \ - $(am__append_2498) $(am__append_2502) $(am__append_2506) \ - $(am__append_2510) $(am__append_2514) $(am__append_2518) \ - $(am__append_2522) $(am__append_2526) $(am__append_2530) \ - $(am__append_2534) $(am__append_2538) $(am__append_2542) \ - $(am__append_2546) $(am__append_2550) $(am__append_2554) \ - $(am__append_2558) $(am__append_2562) $(am__append_2566) \ - $(am__append_2570) $(am__append_2574) $(am__append_2578) \ - $(am__append_2582) $(am__append_2586) $(am__append_2590) \ - $(am__append_2594) $(am__append_2598) $(am__append_2602) \ - $(am__append_2606) $(am__append_2610) $(am__append_2614) \ - $(am__append_2618) $(am__append_2622) $(am__append_2626) \ - $(am__append_2630) $(am__append_2634) $(am__append_2638) \ - $(am__append_2642) $(am__append_2646) $(am__append_2650) \ - $(am__append_2654) $(am__append_2658) $(am__append_2662) \ - $(am__append_2666) $(am__append_2670) $(am__append_2674) \ - $(am__append_2678) $(am__append_2682) $(am__append_2686) \ - $(am__append_2690) $(am__append_2694) $(am__append_2698) \ - $(am__append_2702) $(am__append_2706) $(am__append_2710) \ - $(am__append_2714) $(am__append_2718) $(am__append_2722) \ - $(am__append_2726) $(am__append_2730) $(am__append_2734) \ - $(am__append_2738) $(am__append_2742) $(am__append_2746) \ - $(am__append_2750) $(am__append_2754) $(am__append_2758) \ - $(am__append_2762) $(am__append_2766) $(am__append_2770) \ - $(am__append_2774) $(am__append_2778) $(am__append_2782) \ - $(am__append_2786) $(am__append_2790) $(am__append_2794) \ - $(am__append_2798) $(am__append_2802) $(am__append_2806) \ - $(am__append_2810) $(am__append_2814) $(am__append_2818) \ - $(am__append_2822) $(am__append_2826) $(am__append_2830) \ - $(am__append_2834) $(am__append_2838) $(am__append_2842) \ - $(am__append_2846) $(am__append_2850) $(am__append_2854) \ - $(am__append_2858) $(am__append_2862) $(am__append_2866) \ - $(am__append_2870) $(am__append_2874) $(am__append_2878) \ - $(am__append_2882) $(am__append_2886) $(am__append_2890) \ - $(am__append_2894) $(am__append_2898) $(am__append_2902) \ - $(am__append_2906) $(am__append_2910) $(am__append_2914) \ - $(am__append_2918) $(am__append_2922) $(am__append_2926) \ - $(am__append_2930) $(am__append_2934) $(am__append_2938) \ - $(am__append_2942) $(am__append_2946) $(am__append_2950) \ - $(am__append_2954) $(am__append_2958) $(am__append_2962) \ - $(am__append_2966) $(am__append_2970) $(am__append_2974) \ - $(am__append_2978) $(am__append_2982) $(am__append_2986) \ - $(am__append_2990) $(am__append_2994) $(am__append_2998) \ - $(am__append_3002) $(am__append_3006) $(am__append_3010) \ - $(am__append_3014) $(am__append_3018) $(am__append_3022) \ - $(am__append_3026) $(am__append_3030) $(am__append_3034) \ - $(am__append_3038) $(am__append_3042) $(am__append_3046) \ - $(am__append_3050) -grubconf_DATA = $(am__append_3055) $(am__append_3057) \ - $(am__append_3059) $(am__append_3061) $(am__append_3063) \ - $(am__append_3065) $(am__append_3067) $(am__append_3069) \ - $(am__append_3071) $(am__append_3073) $(am__append_3075) -noinst_SCRIPTS = $(am__append_1833) $(am__append_1836) \ - $(am__append_1839) $(am__append_1842) $(am__append_1845) \ - $(am__append_1848) $(am__append_1851) $(am__append_1854) \ - $(am__append_1857) $(am__append_1860) $(am__append_1863) \ - $(am__append_1866) $(am__append_1869) $(am__append_1872) \ - $(am__append_1875) $(am__append_1878) $(am__append_1881) \ - $(am__append_1884) $(am__append_1887) $(am__append_1890) \ - $(am__append_1893) $(am__append_1896) $(am__append_1932) \ - $(am__append_1935) $(am__append_1938) $(am__append_1941) \ - $(am__append_1944) $(am__append_1947) $(am__append_1950) \ - $(am__append_1953) $(am__append_1956) $(am__append_1959) \ - $(am__append_1962) $(am__append_1965) $(am__append_1968) \ +bin_SCRIPTS = $(am__append_1594) $(am__append_1599) $(am__append_1604) \ + $(am__append_1609) $(am__append_1614) $(am__append_1619) \ + $(am__append_1624) $(am__append_1965) $(am__append_1968) \ $(am__append_1971) $(am__append_1974) $(am__append_1977) \ $(am__append_1980) $(am__append_1983) $(am__append_1986) \ $(am__append_1989) $(am__append_1992) $(am__append_1995) +sbin_SCRIPTS = $(am__append_1629) $(am__append_1634) \ + $(am__append_1639) $(am__append_1644) $(am__append_1649) \ + $(am__append_1654) $(am__append_1659) $(am__append_1664) \ + $(am__append_1669) $(am__append_1674) $(am__append_1679) \ + $(am__append_1684) $(am__append_1689) $(am__append_1694) \ + $(am__append_1699) $(am__append_1704) $(am__append_1709) \ + $(am__append_1714) $(am__append_1719) $(am__append_1724) \ + $(am__append_1729) $(am__append_1734) $(am__append_1739) \ + $(am__append_1744) $(am__append_1749) $(am__append_1754) \ + $(am__append_1759) $(am__append_1764) $(am__append_1769) \ + $(am__append_1774) $(am__append_1779) $(am__append_1784) \ + $(am__append_1789) $(am__append_1794) $(am__append_1799) \ + $(am__append_1804) $(am__append_1809) $(am__append_1814) \ + $(am__append_1819) $(am__append_1824) $(am__append_1829) \ + $(am__append_1834) $(am__append_1839) $(am__append_1844) \ + $(am__append_1849) $(am__append_1854) $(am__append_1859) \ + $(am__append_1864) $(am__append_1869) $(am__append_1874) \ + $(am__append_1879) $(am__append_1884) $(am__append_1889) \ + $(am__append_1894) +platform_DATA = +check_SCRIPTS = $(am__append_2064) $(am__append_2068) \ + $(am__append_2072) $(am__append_2076) $(am__append_2080) \ + $(am__append_2084) $(am__append_2088) $(am__append_2092) \ + $(am__append_2096) $(am__append_2100) $(am__append_2104) \ + $(am__append_2108) $(am__append_2112) $(am__append_2116) \ + $(am__append_2120) $(am__append_2124) $(am__append_2128) \ + $(am__append_2132) $(am__append_2136) $(am__append_2140) \ + $(am__append_2144) $(am__append_2148) $(am__append_2152) \ + $(am__append_2156) $(am__append_2160) $(am__append_2164) \ + $(am__append_2168) $(am__append_2172) $(am__append_2176) \ + $(am__append_2180) $(am__append_2184) $(am__append_2188) \ + $(am__append_2192) $(am__append_2196) $(am__append_2200) \ + $(am__append_2204) $(am__append_2208) $(am__append_2212) \ + $(am__append_2216) $(am__append_2220) $(am__append_2224) \ + $(am__append_2228) $(am__append_2232) $(am__append_2236) \ + $(am__append_2240) $(am__append_2244) $(am__append_2248) \ + $(am__append_2252) $(am__append_2256) $(am__append_2260) \ + $(am__append_2264) $(am__append_2268) $(am__append_2272) \ + $(am__append_2276) $(am__append_2280) $(am__append_2284) \ + $(am__append_2288) $(am__append_2292) $(am__append_2296) \ + $(am__append_2300) $(am__append_2304) $(am__append_2308) \ + $(am__append_2312) $(am__append_2316) $(am__append_2320) \ + $(am__append_2324) $(am__append_2328) $(am__append_2332) \ + $(am__append_2336) $(am__append_2340) $(am__append_2344) \ + $(am__append_2348) $(am__append_2352) $(am__append_2356) \ + $(am__append_2360) $(am__append_2364) $(am__append_2368) \ + $(am__append_2372) $(am__append_2376) $(am__append_2380) \ + $(am__append_2384) $(am__append_2388) $(am__append_2392) \ + $(am__append_2396) $(am__append_2400) $(am__append_2404) \ + $(am__append_2408) $(am__append_2412) $(am__append_2416) \ + $(am__append_2420) $(am__append_2424) $(am__append_2428) \ + $(am__append_2432) $(am__append_2436) $(am__append_2440) \ + $(am__append_2444) $(am__append_2448) $(am__append_2452) \ + $(am__append_2456) $(am__append_2460) $(am__append_2464) \ + $(am__append_2468) $(am__append_2472) $(am__append_2476) \ + $(am__append_2480) $(am__append_2484) $(am__append_2488) \ + $(am__append_2492) $(am__append_2496) $(am__append_2500) \ + $(am__append_2504) $(am__append_2508) $(am__append_2512) \ + $(am__append_2516) $(am__append_2520) $(am__append_2524) \ + $(am__append_2528) $(am__append_2532) $(am__append_2536) \ + $(am__append_2540) $(am__append_2544) $(am__append_2548) \ + $(am__append_2552) $(am__append_2556) $(am__append_2560) \ + $(am__append_2564) $(am__append_2568) $(am__append_2572) \ + $(am__append_2576) $(am__append_2580) $(am__append_2584) \ + $(am__append_2588) $(am__append_2592) $(am__append_2596) \ + $(am__append_2600) $(am__append_2604) $(am__append_2608) \ + $(am__append_2612) $(am__append_2616) $(am__append_2620) \ + $(am__append_2624) $(am__append_2628) $(am__append_2632) \ + $(am__append_2636) $(am__append_2640) $(am__append_2644) \ + $(am__append_2648) $(am__append_2652) $(am__append_2656) \ + $(am__append_2660) $(am__append_2664) $(am__append_2668) \ + $(am__append_2672) $(am__append_2676) $(am__append_2680) \ + $(am__append_2684) $(am__append_2688) $(am__append_2692) \ + $(am__append_2696) $(am__append_2700) $(am__append_2704) \ + $(am__append_2708) $(am__append_2712) $(am__append_2716) \ + $(am__append_2720) $(am__append_2724) $(am__append_2728) \ + $(am__append_2732) $(am__append_2736) $(am__append_2740) \ + $(am__append_2744) $(am__append_2748) $(am__append_2752) \ + $(am__append_2756) $(am__append_2760) $(am__append_2764) \ + $(am__append_2768) $(am__append_2772) $(am__append_2776) \ + $(am__append_2780) $(am__append_2784) $(am__append_2788) \ + $(am__append_2792) $(am__append_2796) $(am__append_2800) \ + $(am__append_2804) $(am__append_2808) $(am__append_2812) \ + $(am__append_2816) $(am__append_2820) $(am__append_2824) \ + $(am__append_2828) $(am__append_2832) $(am__append_2836) \ + $(am__append_2840) $(am__append_2844) $(am__append_2848) \ + $(am__append_2852) $(am__append_2856) $(am__append_2860) \ + $(am__append_2864) $(am__append_2868) $(am__append_2872) \ + $(am__append_2876) $(am__append_2880) $(am__append_2884) \ + $(am__append_2888) $(am__append_2892) $(am__append_2896) \ + $(am__append_2900) $(am__append_2904) $(am__append_2908) \ + $(am__append_2912) $(am__append_2916) $(am__append_2920) \ + $(am__append_2924) $(am__append_2928) $(am__append_2932) \ + $(am__append_2936) $(am__append_2940) $(am__append_2944) \ + $(am__append_2948) $(am__append_2952) $(am__append_2956) \ + $(am__append_2960) $(am__append_2964) $(am__append_2968) \ + $(am__append_2972) $(am__append_2976) $(am__append_2980) \ + $(am__append_2984) $(am__append_2988) $(am__append_2992) \ + $(am__append_2996) $(am__append_3000) $(am__append_3004) \ + $(am__append_3008) $(am__append_3012) $(am__append_3016) \ + $(am__append_3020) $(am__append_3024) $(am__append_3028) \ + $(am__append_3032) $(am__append_3036) $(am__append_3040) \ + $(am__append_3044) $(am__append_3048) $(am__append_3052) \ + $(am__append_3056) $(am__append_3060) $(am__append_3064) \ + $(am__append_3068) $(am__append_3072) $(am__append_3076) \ + $(am__append_3080) $(am__append_3084) $(am__append_3088) \ + $(am__append_3092) $(am__append_3096) $(am__append_3100) \ + $(am__append_3104) $(am__append_3108) $(am__append_3112) \ + $(am__append_3116) +grubconf_DATA = $(am__append_3121) $(am__append_3123) \ + $(am__append_3125) $(am__append_3127) $(am__append_3129) \ + $(am__append_3131) $(am__append_3133) $(am__append_3135) \ + $(am__append_3137) $(am__append_3139) $(am__append_3141) +noinst_SCRIPTS = $(am__append_1899) $(am__append_1902) \ + $(am__append_1905) $(am__append_1908) $(am__append_1911) \ + $(am__append_1914) $(am__append_1917) $(am__append_1920) \ + $(am__append_1923) $(am__append_1926) $(am__append_1929) \ + $(am__append_1932) $(am__append_1935) $(am__append_1938) \ + $(am__append_1941) $(am__append_1944) $(am__append_1947) \ + $(am__append_1950) $(am__append_1953) $(am__append_1956) \ + $(am__append_1959) $(am__append_1962) $(am__append_1998) \ + $(am__append_2001) $(am__append_2004) $(am__append_2007) \ + $(am__append_2010) $(am__append_2013) $(am__append_2016) \ + $(am__append_2019) $(am__append_2022) $(am__append_2025) \ + $(am__append_2028) $(am__append_2031) $(am__append_2034) \ + $(am__append_2037) $(am__append_2040) $(am__append_2043) \ + $(am__append_2046) $(am__append_2049) $(am__append_2052) \ + $(am__append_2055) $(am__append_2058) $(am__append_2061) pkglib_SCRIPTS = -grubconf_SCRIPTS = $(am__append_1198) $(am__append_1201) \ - $(am__append_1204) $(am__append_1207) $(am__append_1210) \ - $(am__append_1213) $(am__append_1216) $(am__append_1219) \ - $(am__append_1222) $(am__append_1225) $(am__append_1228) \ - $(am__append_1231) $(am__append_1234) $(am__append_1237) \ - $(am__append_1240) $(am__append_1243) $(am__append_1246) \ - $(am__append_1249) $(am__append_1252) $(am__append_1255) \ - $(am__append_1258) $(am__append_1261) $(am__append_1264) \ - $(am__append_1267) $(am__append_1270) $(am__append_1273) \ - $(am__append_1276) $(am__append_1279) $(am__append_1282) \ - $(am__append_1285) $(am__append_1288) $(am__append_1291) \ - $(am__append_1294) $(am__append_1297) $(am__append_1300) \ - $(am__append_1303) $(am__append_1306) $(am__append_1309) \ - $(am__append_1312) $(am__append_1315) $(am__append_1318) \ - $(am__append_1321) $(am__append_1324) $(am__append_1327) \ - $(am__append_1330) $(am__append_1333) $(am__append_1336) \ - $(am__append_1339) $(am__append_1342) $(am__append_1345) \ - $(am__append_1348) $(am__append_1351) $(am__append_1354) \ - $(am__append_1357) $(am__append_1360) $(am__append_1363) \ - $(am__append_1366) $(am__append_1369) $(am__append_1372) \ - $(am__append_1375) $(am__append_1378) $(am__append_1381) \ - $(am__append_1384) $(am__append_1387) $(am__append_1390) \ - $(am__append_1393) $(am__append_1396) $(am__append_1399) \ - $(am__append_1402) $(am__append_1405) $(am__append_1408) \ - $(am__append_1411) $(am__append_1414) $(am__append_1417) \ - $(am__append_1420) $(am__append_1423) $(am__append_1426) \ - $(am__append_1429) $(am__append_1432) $(am__append_1435) \ - $(am__append_1438) $(am__append_1441) $(am__append_1444) \ - $(am__append_1447) $(am__append_1450) $(am__append_1453) \ - $(am__append_1456) $(am__append_1459) $(am__append_1462) \ - $(am__append_1465) $(am__append_1468) $(am__append_1471) \ - $(am__append_1474) $(am__append_1477) $(am__append_1480) \ - $(am__append_1483) $(am__append_1486) $(am__append_1489) \ - $(am__append_1492) $(am__append_1495) $(am__append_1498) \ - $(am__append_1501) $(am__append_1504) $(am__append_1507) \ - $(am__append_1510) $(am__append_1513) $(am__append_1516) \ - $(am__append_1519) $(am__append_1522) $(am__append_1525) +grubconf_SCRIPTS = $(am__append_1264) $(am__append_1267) \ + $(am__append_1270) $(am__append_1273) $(am__append_1276) \ + $(am__append_1279) $(am__append_1282) $(am__append_1285) \ + $(am__append_1288) $(am__append_1291) $(am__append_1294) \ + $(am__append_1297) $(am__append_1300) $(am__append_1303) \ + $(am__append_1306) $(am__append_1309) $(am__append_1312) \ + $(am__append_1315) $(am__append_1318) $(am__append_1321) \ + $(am__append_1324) $(am__append_1327) $(am__append_1330) \ + $(am__append_1333) $(am__append_1336) $(am__append_1339) \ + $(am__append_1342) $(am__append_1345) $(am__append_1348) \ + $(am__append_1351) $(am__append_1354) $(am__append_1357) \ + $(am__append_1360) $(am__append_1363) $(am__append_1366) \ + $(am__append_1369) $(am__append_1372) $(am__append_1375) \ + $(am__append_1378) $(am__append_1381) $(am__append_1384) \ + $(am__append_1387) $(am__append_1390) $(am__append_1393) \ + $(am__append_1396) $(am__append_1399) $(am__append_1402) \ + $(am__append_1405) $(am__append_1408) $(am__append_1411) \ + $(am__append_1414) $(am__append_1417) $(am__append_1420) \ + $(am__append_1423) $(am__append_1426) $(am__append_1429) \ + $(am__append_1432) $(am__append_1435) $(am__append_1438) \ + $(am__append_1441) $(am__append_1444) $(am__append_1447) \ + $(am__append_1450) $(am__append_1453) $(am__append_1456) \ + $(am__append_1459) $(am__append_1462) $(am__append_1465) \ + $(am__append_1468) $(am__append_1471) $(am__append_1474) \ + $(am__append_1477) $(am__append_1480) $(am__append_1483) \ + $(am__append_1486) $(am__append_1489) $(am__append_1492) \ + $(am__append_1495) $(am__append_1498) $(am__append_1501) \ + $(am__append_1504) $(am__append_1507) $(am__append_1510) \ + $(am__append_1513) $(am__append_1516) $(am__append_1519) \ + $(am__append_1522) $(am__append_1525) $(am__append_1528) \ + $(am__append_1531) $(am__append_1534) $(am__append_1537) \ + $(am__append_1540) $(am__append_1543) $(am__append_1546) \ + $(am__append_1549) $(am__append_1552) $(am__append_1555) \ + $(am__append_1558) $(am__append_1561) $(am__append_1564) \ + $(am__append_1567) $(am__append_1570) $(am__append_1573) \ + $(am__append_1576) $(am__append_1579) $(am__append_1582) \ + $(am__append_1585) $(am__append_1588) $(am__append_1591) noinst_LIBRARIES = $(am__append_9) $(am__append_18) $(am__append_27) \ $(am__append_36) $(am__append_45) $(am__append_54) \ $(am__append_63) $(am__append_72) $(am__append_81) \ @@ -7960,170 +8201,170 @@ $(am__append_144) $(am__append_153) $(am__append_162) \ $(am__append_171) $(am__append_180) $(am__append_189) \ $(am__append_198) -dist_noinst_DATA = $(am__append_1200) $(am__append_1203) \ - $(am__append_1206) $(am__append_1209) $(am__append_1212) \ - $(am__append_1215) $(am__append_1218) $(am__append_1221) \ - $(am__append_1224) $(am__append_1227) $(am__append_1230) \ - $(am__append_1233) $(am__append_1236) $(am__append_1239) \ - $(am__append_1242) $(am__append_1245) $(am__append_1248) \ - $(am__append_1251) $(am__append_1254) $(am__append_1257) \ - $(am__append_1260) $(am__append_1263) $(am__append_1266) \ - $(am__append_1269) $(am__append_1272) $(am__append_1275) \ - $(am__append_1278) $(am__append_1281) $(am__append_1284) \ - $(am__append_1287) $(am__append_1290) $(am__append_1293) \ - $(am__append_1296) $(am__append_1299) $(am__append_1302) \ - $(am__append_1305) $(am__append_1308) $(am__append_1311) \ - $(am__append_1314) $(am__append_1317) $(am__append_1320) \ - $(am__append_1323) $(am__append_1326) $(am__append_1329) \ - $(am__append_1332) $(am__append_1335) $(am__append_1338) \ - $(am__append_1341) $(am__append_1344) $(am__append_1347) \ - $(am__append_1350) $(am__append_1353) $(am__append_1356) \ - $(am__append_1359) $(am__append_1362) $(am__append_1365) \ - $(am__append_1368) $(am__append_1371) $(am__append_1374) \ - $(am__append_1377) $(am__append_1380) $(am__append_1383) \ - $(am__append_1386) $(am__append_1389) $(am__append_1392) \ - $(am__append_1395) $(am__append_1398) $(am__append_1401) \ - $(am__append_1404) $(am__append_1407) $(am__append_1410) \ - $(am__append_1413) $(am__append_1416) $(am__append_1419) \ - $(am__append_1422) $(am__append_1425) $(am__append_1428) \ - $(am__append_1431) $(am__append_1434) $(am__append_1437) \ - $(am__append_1440) $(am__append_1443) $(am__append_1446) \ - $(am__append_1449) $(am__append_1452) $(am__append_1455) \ - $(am__append_1458) $(am__append_1461) $(am__append_1464) \ - $(am__append_1467) $(am__append_1470) $(am__append_1473) \ - $(am__append_1476) $(am__append_1479) $(am__append_1482) \ - $(am__append_1485) $(am__append_1488) $(am__append_1491) \ - $(am__append_1494) $(am__append_1497) $(am__append_1500) \ - $(am__append_1503) $(am__append_1506) $(am__append_1509) \ - $(am__append_1512) $(am__append_1515) $(am__append_1518) \ - $(am__append_1521) $(am__append_1524) $(am__append_1527) \ - $(am__append_1532) $(am__append_1537) $(am__append_1542) \ - $(am__append_1547) $(am__append_1552) $(am__append_1557) \ - $(am__append_1562) $(am__append_1567) $(am__append_1572) \ - $(am__append_1577) $(am__append_1582) $(am__append_1587) \ - $(am__append_1592) $(am__append_1597) $(am__append_1602) \ - $(am__append_1607) $(am__append_1612) $(am__append_1617) \ - $(am__append_1622) $(am__append_1627) $(am__append_1632) \ - $(am__append_1637) $(am__append_1642) $(am__append_1647) \ - $(am__append_1652) $(am__append_1657) $(am__append_1662) \ - $(am__append_1667) $(am__append_1672) $(am__append_1677) \ - $(am__append_1682) $(am__append_1687) $(am__append_1692) \ - $(am__append_1697) $(am__append_1702) $(am__append_1707) \ - $(am__append_1712) $(am__append_1717) $(am__append_1722) \ - $(am__append_1727) $(am__append_1732) $(am__append_1737) \ - $(am__append_1742) $(am__append_1747) $(am__append_1752) \ - $(am__append_1757) $(am__append_1762) $(am__append_1767) \ - $(am__append_1772) $(am__append_1777) $(am__append_1782) \ - $(am__append_1787) $(am__append_1792) $(am__append_1797) \ - $(am__append_1802) $(am__append_1807) $(am__append_1812) \ - $(am__append_1817) $(am__append_1822) $(am__append_1827) \ - $(am__append_1832) $(am__append_1835) $(am__append_1838) \ - $(am__append_1841) $(am__append_1844) $(am__append_1847) \ - $(am__append_1850) $(am__append_1853) $(am__append_1856) \ - $(am__append_1859) $(am__append_1862) $(am__append_1865) \ - $(am__append_1868) $(am__append_1871) $(am__append_1874) \ - $(am__append_1877) $(am__append_1880) $(am__append_1883) \ - $(am__append_1886) $(am__append_1889) $(am__append_1892) \ - $(am__append_1895) $(am__append_1898) $(am__append_1901) \ - $(am__append_1904) $(am__append_1907) $(am__append_1910) \ - $(am__append_1913) $(am__append_1916) $(am__append_1919) \ - $(am__append_1922) $(am__append_1925) $(am__append_1928) \ - $(am__append_1931) $(am__append_1934) $(am__append_1937) \ - $(am__append_1940) $(am__append_1943) $(am__append_1946) \ - $(am__append_1949) $(am__append_1952) $(am__append_1955) \ - $(am__append_1958) $(am__append_1961) $(am__append_1964) \ - $(am__append_1967) $(am__append_1970) $(am__append_1973) \ - $(am__append_1976) $(am__append_1979) $(am__append_1982) \ - $(am__append_1985) $(am__append_1988) $(am__append_1991) \ - $(am__append_1994) $(am__append_1997) $(am__append_2001) \ - $(am__append_2005) $(am__append_2009) $(am__append_2013) \ - $(am__append_2017) $(am__append_2021) $(am__append_2025) \ - $(am__append_2029) $(am__append_2033) $(am__append_2037) \ - $(am__append_2041) $(am__append_2045) $(am__append_2049) \ - $(am__append_2053) $(am__append_2057) $(am__append_2061) \ - $(am__append_2065) $(am__append_2069) $(am__append_2073) \ - $(am__append_2077) $(am__append_2081) $(am__append_2085) \ - $(am__append_2089) $(am__append_2093) $(am__append_2097) \ - $(am__append_2101) $(am__append_2105) $(am__append_2109) \ - $(am__append_2113) $(am__append_2117) $(am__append_2121) \ - $(am__append_2125) $(am__append_2129) $(am__append_2133) \ - $(am__append_2137) $(am__append_2141) $(am__append_2145) \ - $(am__append_2149) $(am__append_2153) $(am__append_2157) \ - $(am__append_2161) $(am__append_2165) $(am__append_2169) \ - $(am__append_2173) $(am__append_2177) $(am__append_2181) \ - $(am__append_2185) $(am__append_2189) $(am__append_2193) \ - $(am__append_2197) $(am__append_2201) $(am__append_2205) \ - $(am__append_2209) $(am__append_2213) $(am__append_2217) \ - $(am__append_2221) $(am__append_2225) $(am__append_2229) \ - $(am__append_2233) $(am__append_2237) $(am__append_2241) \ - $(am__append_2245) $(am__append_2249) $(am__append_2253) \ - $(am__append_2257) $(am__append_2261) $(am__append_2265) \ - $(am__append_2269) $(am__append_2273) $(am__append_2277) \ - $(am__append_2281) $(am__append_2285) $(am__append_2289) \ - $(am__append_2293) $(am__append_2297) $(am__append_2301) \ - $(am__append_2305) $(am__append_2309) $(am__append_2313) \ - $(am__append_2317) $(am__append_2321) $(am__append_2325) \ - $(am__append_2329) $(am__append_2333) $(am__append_2337) \ - $(am__append_2341) $(am__append_2345) $(am__append_2349) \ - $(am__append_2353) $(am__append_2357) $(am__append_2361) \ - $(am__append_2365) $(am__append_2369) $(am__append_2373) \ - $(am__append_2377) $(am__append_2381) $(am__append_2385) \ - $(am__append_2389) $(am__append_2393) $(am__append_2397) \ - $(am__append_2401) $(am__append_2405) $(am__append_2409) \ - $(am__append_2413) $(am__append_2417) $(am__append_2421) \ - $(am__append_2425) $(am__append_2429) $(am__append_2433) \ - $(am__append_2437) $(am__append_2441) $(am__append_2445) \ - $(am__append_2449) $(am__append_2453) $(am__append_2457) \ - $(am__append_2461) $(am__append_2465) $(am__append_2469) \ - $(am__append_2473) $(am__append_2477) $(am__append_2481) \ - $(am__append_2485) $(am__append_2489) $(am__append_2493) \ - $(am__append_2497) $(am__append_2501) $(am__append_2505) \ - $(am__append_2509) $(am__append_2513) $(am__append_2517) \ - $(am__append_2521) $(am__append_2525) $(am__append_2529) \ - $(am__append_2533) $(am__append_2537) $(am__append_2541) \ - $(am__append_2545) $(am__append_2549) $(am__append_2553) \ - $(am__append_2557) $(am__append_2561) $(am__append_2565) \ - $(am__append_2569) $(am__append_2573) $(am__append_2577) \ - $(am__append_2581) $(am__append_2585) $(am__append_2589) \ - $(am__append_2593) $(am__append_2597) $(am__append_2601) \ - $(am__append_2605) $(am__append_2609) $(am__append_2613) \ - $(am__append_2617) $(am__append_2621) $(am__append_2625) \ - $(am__append_2629) $(am__append_2633) $(am__append_2637) \ - $(am__append_2641) $(am__append_2645) $(am__append_2649) \ - $(am__append_2653) $(am__append_2657) $(am__append_2661) \ - $(am__append_2665) $(am__append_2669) $(am__append_2673) \ - $(am__append_2677) $(am__append_2681) $(am__append_2685) \ - $(am__append_2689) $(am__append_2693) $(am__append_2697) \ - $(am__append_2701) $(am__append_2705) $(am__append_2709) \ - $(am__append_2713) $(am__append_2717) $(am__append_2721) \ - $(am__append_2725) $(am__append_2729) $(am__append_2733) \ - $(am__append_2737) $(am__append_2741) $(am__append_2745) \ - $(am__append_2749) $(am__append_2753) $(am__append_2757) \ - $(am__append_2761) $(am__append_2765) $(am__append_2769) \ - $(am__append_2773) $(am__append_2777) $(am__append_2781) \ - $(am__append_2785) $(am__append_2789) $(am__append_2793) \ - $(am__append_2797) $(am__append_2801) $(am__append_2805) \ - $(am__append_2809) $(am__append_2813) $(am__append_2817) \ - $(am__append_2821) $(am__append_2825) $(am__append_2829) \ - $(am__append_2833) $(am__append_2837) $(am__append_2841) \ - $(am__append_2845) $(am__append_2849) $(am__append_2853) \ - $(am__append_2857) $(am__append_2861) $(am__append_2865) \ - $(am__append_2869) $(am__append_2873) $(am__append_2877) \ - $(am__append_2881) $(am__append_2885) $(am__append_2889) \ - $(am__append_2893) $(am__append_2897) $(am__append_2901) \ - $(am__append_2905) $(am__append_2909) $(am__append_2913) \ - $(am__append_2917) $(am__append_2921) $(am__append_2925) \ - $(am__append_2929) $(am__append_2933) $(am__append_2937) \ - $(am__append_2941) $(am__append_2945) $(am__append_2949) \ - $(am__append_2953) $(am__append_2957) $(am__append_2961) \ - $(am__append_2965) $(am__append_2969) $(am__append_2973) \ - $(am__append_2977) $(am__append_2981) $(am__append_2985) \ - $(am__append_2989) $(am__append_2993) $(am__append_2997) \ - $(am__append_3001) $(am__append_3005) $(am__append_3009) \ - $(am__append_3013) $(am__append_3017) $(am__append_3021) \ - $(am__append_3025) $(am__append_3029) $(am__append_3033) \ - $(am__append_3037) $(am__append_3041) $(am__append_3045) \ - $(am__append_3049) $(am__append_3053) +dist_noinst_DATA = $(am__append_1266) $(am__append_1269) \ + $(am__append_1272) $(am__append_1275) $(am__append_1278) \ + $(am__append_1281) $(am__append_1284) $(am__append_1287) \ + $(am__append_1290) $(am__append_1293) $(am__append_1296) \ + $(am__append_1299) $(am__append_1302) $(am__append_1305) \ + $(am__append_1308) $(am__append_1311) $(am__append_1314) \ + $(am__append_1317) $(am__append_1320) $(am__append_1323) \ + $(am__append_1326) $(am__append_1329) $(am__append_1332) \ + $(am__append_1335) $(am__append_1338) $(am__append_1341) \ + $(am__append_1344) $(am__append_1347) $(am__append_1350) \ + $(am__append_1353) $(am__append_1356) $(am__append_1359) \ + $(am__append_1362) $(am__append_1365) $(am__append_1368) \ + $(am__append_1371) $(am__append_1374) $(am__append_1377) \ + $(am__append_1380) $(am__append_1383) $(am__append_1386) \ + $(am__append_1389) $(am__append_1392) $(am__append_1395) \ + $(am__append_1398) $(am__append_1401) $(am__append_1404) \ + $(am__append_1407) $(am__append_1410) $(am__append_1413) \ + $(am__append_1416) $(am__append_1419) $(am__append_1422) \ + $(am__append_1425) $(am__append_1428) $(am__append_1431) \ + $(am__append_1434) $(am__append_1437) $(am__append_1440) \ + $(am__append_1443) $(am__append_1446) $(am__append_1449) \ + $(am__append_1452) $(am__append_1455) $(am__append_1458) \ + $(am__append_1461) $(am__append_1464) $(am__append_1467) \ + $(am__append_1470) $(am__append_1473) $(am__append_1476) \ + $(am__append_1479) $(am__append_1482) $(am__append_1485) \ + $(am__append_1488) $(am__append_1491) $(am__append_1494) \ + $(am__append_1497) $(am__append_1500) $(am__append_1503) \ + $(am__append_1506) $(am__append_1509) $(am__append_1512) \ + $(am__append_1515) $(am__append_1518) $(am__append_1521) \ + $(am__append_1524) $(am__append_1527) $(am__append_1530) \ + $(am__append_1533) $(am__append_1536) $(am__append_1539) \ + $(am__append_1542) $(am__append_1545) $(am__append_1548) \ + $(am__append_1551) $(am__append_1554) $(am__append_1557) \ + $(am__append_1560) $(am__append_1563) $(am__append_1566) \ + $(am__append_1569) $(am__append_1572) $(am__append_1575) \ + $(am__append_1578) $(am__append_1581) $(am__append_1584) \ + $(am__append_1587) $(am__append_1590) $(am__append_1593) \ + $(am__append_1598) $(am__append_1603) $(am__append_1608) \ + $(am__append_1613) $(am__append_1618) $(am__append_1623) \ + $(am__append_1628) $(am__append_1633) $(am__append_1638) \ + $(am__append_1643) $(am__append_1648) $(am__append_1653) \ + $(am__append_1658) $(am__append_1663) $(am__append_1668) \ + $(am__append_1673) $(am__append_1678) $(am__append_1683) \ + $(am__append_1688) $(am__append_1693) $(am__append_1698) \ + $(am__append_1703) $(am__append_1708) $(am__append_1713) \ + $(am__append_1718) $(am__append_1723) $(am__append_1728) \ + $(am__append_1733) $(am__append_1738) $(am__append_1743) \ + $(am__append_1748) $(am__append_1753) $(am__append_1758) \ + $(am__append_1763) $(am__append_1768) $(am__append_1773) \ + $(am__append_1778) $(am__append_1783) $(am__append_1788) \ + $(am__append_1793) $(am__append_1798) $(am__append_1803) \ + $(am__append_1808) $(am__append_1813) $(am__append_1818) \ + $(am__append_1823) $(am__append_1828) $(am__append_1833) \ + $(am__append_1838) $(am__append_1843) $(am__append_1848) \ + $(am__append_1853) $(am__append_1858) $(am__append_1863) \ + $(am__append_1868) $(am__append_1873) $(am__append_1878) \ + $(am__append_1883) $(am__append_1888) $(am__append_1893) \ + $(am__append_1898) $(am__append_1901) $(am__append_1904) \ + $(am__append_1907) $(am__append_1910) $(am__append_1913) \ + $(am__append_1916) $(am__append_1919) $(am__append_1922) \ + $(am__append_1925) $(am__append_1928) $(am__append_1931) \ + $(am__append_1934) $(am__append_1937) $(am__append_1940) \ + $(am__append_1943) $(am__append_1946) $(am__append_1949) \ + $(am__append_1952) $(am__append_1955) $(am__append_1958) \ + $(am__append_1961) $(am__append_1964) $(am__append_1967) \ + $(am__append_1970) $(am__append_1973) $(am__append_1976) \ + $(am__append_1979) $(am__append_1982) $(am__append_1985) \ + $(am__append_1988) $(am__append_1991) $(am__append_1994) \ + $(am__append_1997) $(am__append_2000) $(am__append_2003) \ + $(am__append_2006) $(am__append_2009) $(am__append_2012) \ + $(am__append_2015) $(am__append_2018) $(am__append_2021) \ + $(am__append_2024) $(am__append_2027) $(am__append_2030) \ + $(am__append_2033) $(am__append_2036) $(am__append_2039) \ + $(am__append_2042) $(am__append_2045) $(am__append_2048) \ + $(am__append_2051) $(am__append_2054) $(am__append_2057) \ + $(am__append_2060) $(am__append_2063) $(am__append_2067) \ + $(am__append_2071) $(am__append_2075) $(am__append_2079) \ + $(am__append_2083) $(am__append_2087) $(am__append_2091) \ + $(am__append_2095) $(am__append_2099) $(am__append_2103) \ + $(am__append_2107) $(am__append_2111) $(am__append_2115) \ + $(am__append_2119) $(am__append_2123) $(am__append_2127) \ + $(am__append_2131) $(am__append_2135) $(am__append_2139) \ + $(am__append_2143) $(am__append_2147) $(am__append_2151) \ + $(am__append_2155) $(am__append_2159) $(am__append_2163) \ + $(am__append_2167) $(am__append_2171) $(am__append_2175) \ + $(am__append_2179) $(am__append_2183) $(am__append_2187) \ + $(am__append_2191) $(am__append_2195) $(am__append_2199) \ + $(am__append_2203) $(am__append_2207) $(am__append_2211) \ + $(am__append_2215) $(am__append_2219) $(am__append_2223) \ + $(am__append_2227) $(am__append_2231) $(am__append_2235) \ + $(am__append_2239) $(am__append_2243) $(am__append_2247) \ + $(am__append_2251) $(am__append_2255) $(am__append_2259) \ + $(am__append_2263) $(am__append_2267) $(am__append_2271) \ + $(am__append_2275) $(am__append_2279) $(am__append_2283) \ + $(am__append_2287) $(am__append_2291) $(am__append_2295) \ + $(am__append_2299) $(am__append_2303) $(am__append_2307) \ + $(am__append_2311) $(am__append_2315) $(am__append_2319) \ + $(am__append_2323) $(am__append_2327) $(am__append_2331) \ + $(am__append_2335) $(am__append_2339) $(am__append_2343) \ + $(am__append_2347) $(am__append_2351) $(am__append_2355) \ + $(am__append_2359) $(am__append_2363) $(am__append_2367) \ + $(am__append_2371) $(am__append_2375) $(am__append_2379) \ + $(am__append_2383) $(am__append_2387) $(am__append_2391) \ + $(am__append_2395) $(am__append_2399) $(am__append_2403) \ + $(am__append_2407) $(am__append_2411) $(am__append_2415) \ + $(am__append_2419) $(am__append_2423) $(am__append_2427) \ + $(am__append_2431) $(am__append_2435) $(am__append_2439) \ + $(am__append_2443) $(am__append_2447) $(am__append_2451) \ + $(am__append_2455) $(am__append_2459) $(am__append_2463) \ + $(am__append_2467) $(am__append_2471) $(am__append_2475) \ + $(am__append_2479) $(am__append_2483) $(am__append_2487) \ + $(am__append_2491) $(am__append_2495) $(am__append_2499) \ + $(am__append_2503) $(am__append_2507) $(am__append_2511) \ + $(am__append_2515) $(am__append_2519) $(am__append_2523) \ + $(am__append_2527) $(am__append_2531) $(am__append_2535) \ + $(am__append_2539) $(am__append_2543) $(am__append_2547) \ + $(am__append_2551) $(am__append_2555) $(am__append_2559) \ + $(am__append_2563) $(am__append_2567) $(am__append_2571) \ + $(am__append_2575) $(am__append_2579) $(am__append_2583) \ + $(am__append_2587) $(am__append_2591) $(am__append_2595) \ + $(am__append_2599) $(am__append_2603) $(am__append_2607) \ + $(am__append_2611) $(am__append_2615) $(am__append_2619) \ + $(am__append_2623) $(am__append_2627) $(am__append_2631) \ + $(am__append_2635) $(am__append_2639) $(am__append_2643) \ + $(am__append_2647) $(am__append_2651) $(am__append_2655) \ + $(am__append_2659) $(am__append_2663) $(am__append_2667) \ + $(am__append_2671) $(am__append_2675) $(am__append_2679) \ + $(am__append_2683) $(am__append_2687) $(am__append_2691) \ + $(am__append_2695) $(am__append_2699) $(am__append_2703) \ + $(am__append_2707) $(am__append_2711) $(am__append_2715) \ + $(am__append_2719) $(am__append_2723) $(am__append_2727) \ + $(am__append_2731) $(am__append_2735) $(am__append_2739) \ + $(am__append_2743) $(am__append_2747) $(am__append_2751) \ + $(am__append_2755) $(am__append_2759) $(am__append_2763) \ + $(am__append_2767) $(am__append_2771) $(am__append_2775) \ + $(am__append_2779) $(am__append_2783) $(am__append_2787) \ + $(am__append_2791) $(am__append_2795) $(am__append_2799) \ + $(am__append_2803) $(am__append_2807) $(am__append_2811) \ + $(am__append_2815) $(am__append_2819) $(am__append_2823) \ + $(am__append_2827) $(am__append_2831) $(am__append_2835) \ + $(am__append_2839) $(am__append_2843) $(am__append_2847) \ + $(am__append_2851) $(am__append_2855) $(am__append_2859) \ + $(am__append_2863) $(am__append_2867) $(am__append_2871) \ + $(am__append_2875) $(am__append_2879) $(am__append_2883) \ + $(am__append_2887) $(am__append_2891) $(am__append_2895) \ + $(am__append_2899) $(am__append_2903) $(am__append_2907) \ + $(am__append_2911) $(am__append_2915) $(am__append_2919) \ + $(am__append_2923) $(am__append_2927) $(am__append_2931) \ + $(am__append_2935) $(am__append_2939) $(am__append_2943) \ + $(am__append_2947) $(am__append_2951) $(am__append_2955) \ + $(am__append_2959) $(am__append_2963) $(am__append_2967) \ + $(am__append_2971) $(am__append_2975) $(am__append_2979) \ + $(am__append_2983) $(am__append_2987) $(am__append_2991) \ + $(am__append_2995) $(am__append_2999) $(am__append_3003) \ + $(am__append_3007) $(am__append_3011) $(am__append_3015) \ + $(am__append_3019) $(am__append_3023) $(am__append_3027) \ + $(am__append_3031) $(am__append_3035) $(am__append_3039) \ + $(am__append_3043) $(am__append_3047) $(am__append_3051) \ + $(am__append_3055) $(am__append_3059) $(am__append_3063) \ + $(am__append_3067) $(am__append_3071) $(am__append_3075) \ + $(am__append_3079) $(am__append_3083) $(am__append_3087) \ + $(am__append_3091) $(am__append_3095) $(am__append_3099) \ + $(am__append_3103) $(am__append_3107) $(am__append_3111) \ + $(am__append_3115) $(am__append_3119) EXTRA_DIST = autogen.sh geninit.sh gentpl.py Makefile.tpl \ Makefile.util.def unicode util/import_gcry.py \ util/import_unicode.py docs/man docs/grub.cfg \ @@ -8191,18 +8432,22 @@ $(am__append_1014) $(am__append_1020) $(am__append_1026) \ $(am__append_1032) $(am__append_1038) $(am__append_1044) \ $(am__append_1050) $(am__append_1056) $(am__append_1062) \ - $(am__append_1068) $(am__append_1074) $(am__append_1079) \ - $(am__append_1084) $(am__append_1089) $(am__append_1094) \ - $(am__append_1099) $(am__append_1104) $(am__append_1109) \ - $(am__append_1114) $(am__append_1119) $(am__append_1124) \ - $(am__append_1129) $(am__append_1135) $(am__append_1141) \ - $(am__append_1147) $(am__append_1153) $(am__append_1159) \ - $(am__append_1165) $(am__append_1171) $(am__append_1177) \ - $(am__append_1183) $(am__append_1189) $(am__append_1195) \ - $(am__append_3054) $(am__append_3056) $(am__append_3058) \ - $(am__append_3060) $(am__append_3062) $(am__append_3064) \ - $(am__append_3066) $(am__append_3068) $(am__append_3070) \ - $(am__append_3072) $(am__append_3074) + $(am__append_1068) $(am__append_1074) $(am__append_1080) \ + $(am__append_1086) $(am__append_1092) $(am__append_1098) \ + $(am__append_1104) $(am__append_1110) $(am__append_1116) \ + $(am__append_1122) $(am__append_1128) $(am__append_1134) \ + $(am__append_1140) $(am__append_1145) $(am__append_1150) \ + $(am__append_1155) $(am__append_1160) $(am__append_1165) \ + $(am__append_1170) $(am__append_1175) $(am__append_1180) \ + $(am__append_1185) $(am__append_1190) $(am__append_1195) \ + $(am__append_1201) $(am__append_1207) $(am__append_1213) \ + $(am__append_1219) $(am__append_1225) $(am__append_1231) \ + $(am__append_1237) $(am__append_1243) $(am__append_1249) \ + $(am__append_1255) $(am__append_1261) $(am__append_3120) \ + $(am__append_3122) $(am__append_3124) $(am__append_3126) \ + $(am__append_3128) $(am__append_3130) $(am__append_3132) \ + $(am__append_3134) $(am__append_3136) $(am__append_3138) \ + $(am__append_3140) CLEANFILES = $(am__append_17) $(am__append_26) $(am__append_35) \ $(am__append_44) $(am__append_53) $(am__append_62) \ $(am__append_71) $(am__append_80) $(am__append_89) \ @@ -8307,25 +8552,25 @@ $(am__append_1052) $(am__append_1055) $(am__append_1058) \ $(am__append_1061) $(am__append_1064) $(am__append_1067) \ $(am__append_1070) $(am__append_1073) $(am__append_1076) \ - $(am__append_1081) $(am__append_1086) $(am__append_1091) \ - $(am__append_1096) $(am__append_1101) $(am__append_1106) \ - $(am__append_1111) $(am__append_1116) $(am__append_1121) \ - $(am__append_1126) $(am__append_1131) $(am__append_1134) \ - $(am__append_1137) $(am__append_1140) $(am__append_1143) \ - $(am__append_1146) $(am__append_1149) $(am__append_1152) \ - $(am__append_1155) $(am__append_1158) $(am__append_1161) \ - $(am__append_1164) $(am__append_1167) $(am__append_1170) \ - $(am__append_1173) $(am__append_1176) $(am__append_1179) \ - $(am__append_1182) $(am__append_1185) $(am__append_1188) \ - $(am__append_1191) $(am__append_1194) $(am__append_1197) \ - $(am__append_1199) $(am__append_1202) $(am__append_1205) \ - $(am__append_1208) $(am__append_1211) $(am__append_1214) \ - $(am__append_1217) $(am__append_1220) $(am__append_1223) \ - $(am__append_1226) $(am__append_1229) $(am__append_1232) \ - $(am__append_1235) $(am__append_1238) $(am__append_1241) \ - $(am__append_1244) $(am__append_1247) $(am__append_1250) \ - $(am__append_1253) $(am__append_1256) $(am__append_1259) \ - $(am__append_1262) $(am__append_1265) $(am__append_1268) \ + $(am__append_1079) $(am__append_1082) $(am__append_1085) \ + $(am__append_1088) $(am__append_1091) $(am__append_1094) \ + $(am__append_1097) $(am__append_1100) $(am__append_1103) \ + $(am__append_1106) $(am__append_1109) $(am__append_1112) \ + $(am__append_1115) $(am__append_1118) $(am__append_1121) \ + $(am__append_1124) $(am__append_1127) $(am__append_1130) \ + $(am__append_1133) $(am__append_1136) $(am__append_1139) \ + $(am__append_1142) $(am__append_1147) $(am__append_1152) \ + $(am__append_1157) $(am__append_1162) $(am__append_1167) \ + $(am__append_1172) $(am__append_1177) $(am__append_1182) \ + $(am__append_1187) $(am__append_1192) $(am__append_1197) \ + $(am__append_1200) $(am__append_1203) $(am__append_1206) \ + $(am__append_1209) $(am__append_1212) $(am__append_1215) \ + $(am__append_1218) $(am__append_1221) $(am__append_1224) \ + $(am__append_1227) $(am__append_1230) $(am__append_1233) \ + $(am__append_1236) $(am__append_1239) $(am__append_1242) \ + $(am__append_1245) $(am__append_1248) $(am__append_1251) \ + $(am__append_1254) $(am__append_1257) $(am__append_1260) \ + $(am__append_1263) $(am__append_1265) $(am__append_1268) \ $(am__append_1271) $(am__append_1274) $(am__append_1277) \ $(am__append_1280) $(am__append_1283) $(am__append_1286) \ $(am__append_1289) $(am__append_1292) $(am__append_1295) \ @@ -8354,55 +8599,55 @@ $(am__append_1496) $(am__append_1499) $(am__append_1502) \ $(am__append_1505) $(am__append_1508) $(am__append_1511) \ $(am__append_1514) $(am__append_1517) $(am__append_1520) \ - $(am__append_1523) $(am__append_1526) $(am__append_1530) \ - $(am__append_1531) $(am__append_1535) $(am__append_1536) \ - $(am__append_1540) $(am__append_1541) $(am__append_1545) \ - $(am__append_1546) $(am__append_1550) $(am__append_1551) \ - $(am__append_1555) $(am__append_1556) $(am__append_1560) \ - $(am__append_1561) $(am__append_1565) $(am__append_1566) \ - $(am__append_1570) $(am__append_1571) $(am__append_1575) \ - $(am__append_1576) $(am__append_1580) $(am__append_1581) \ - $(am__append_1585) $(am__append_1586) $(am__append_1590) \ - $(am__append_1591) $(am__append_1595) $(am__append_1596) \ - $(am__append_1600) $(am__append_1601) $(am__append_1605) \ - $(am__append_1606) $(am__append_1610) $(am__append_1611) \ - $(am__append_1615) $(am__append_1616) $(am__append_1620) \ - $(am__append_1621) $(am__append_1625) $(am__append_1626) \ - $(am__append_1630) $(am__append_1631) $(am__append_1635) \ - $(am__append_1636) $(am__append_1640) $(am__append_1641) \ - $(am__append_1645) $(am__append_1646) $(am__append_1650) \ - $(am__append_1651) $(am__append_1655) $(am__append_1656) \ - $(am__append_1660) $(am__append_1661) $(am__append_1665) \ - $(am__append_1666) $(am__append_1670) $(am__append_1671) \ - $(am__append_1675) $(am__append_1676) $(am__append_1680) \ - $(am__append_1681) $(am__append_1685) $(am__append_1686) \ - $(am__append_1690) $(am__append_1691) $(am__append_1695) \ - $(am__append_1696) $(am__append_1700) $(am__append_1701) \ - $(am__append_1705) $(am__append_1706) $(am__append_1710) \ - $(am__append_1711) $(am__append_1715) $(am__append_1716) \ - $(am__append_1720) $(am__append_1721) $(am__append_1725) \ - $(am__append_1726) $(am__append_1730) $(am__append_1731) \ - $(am__append_1735) $(am__append_1736) $(am__append_1740) \ - $(am__append_1741) $(am__append_1745) $(am__append_1746) \ - $(am__append_1750) $(am__append_1751) $(am__append_1755) \ - $(am__append_1756) $(am__append_1760) $(am__append_1761) \ - $(am__append_1765) $(am__append_1766) $(am__append_1770) \ - $(am__append_1771) $(am__append_1775) $(am__append_1776) \ - $(am__append_1780) $(am__append_1781) $(am__append_1785) \ - $(am__append_1786) $(am__append_1790) $(am__append_1791) \ - $(am__append_1795) $(am__append_1796) $(am__append_1800) \ - $(am__append_1801) $(am__append_1805) $(am__append_1806) \ - $(am__append_1810) $(am__append_1811) $(am__append_1815) \ - $(am__append_1816) $(am__append_1820) $(am__append_1821) \ - $(am__append_1825) $(am__append_1826) $(am__append_1830) \ - $(am__append_1831) $(am__append_1834) $(am__append_1837) \ - $(am__append_1840) $(am__append_1843) $(am__append_1846) \ - $(am__append_1849) $(am__append_1852) $(am__append_1855) \ - $(am__append_1858) $(am__append_1861) $(am__append_1864) \ - $(am__append_1867) $(am__append_1870) $(am__append_1873) \ - $(am__append_1876) $(am__append_1879) $(am__append_1882) \ - $(am__append_1885) $(am__append_1888) $(am__append_1891) \ - $(am__append_1894) $(am__append_1897) $(am__append_1900) \ + $(am__append_1523) $(am__append_1526) $(am__append_1529) \ + $(am__append_1532) $(am__append_1535) $(am__append_1538) \ + $(am__append_1541) $(am__append_1544) $(am__append_1547) \ + $(am__append_1550) $(am__append_1553) $(am__append_1556) \ + $(am__append_1559) $(am__append_1562) $(am__append_1565) \ + $(am__append_1568) $(am__append_1571) $(am__append_1574) \ + $(am__append_1577) $(am__append_1580) $(am__append_1583) \ + $(am__append_1586) $(am__append_1589) $(am__append_1592) \ + $(am__append_1596) $(am__append_1597) $(am__append_1601) \ + $(am__append_1602) $(am__append_1606) $(am__append_1607) \ + $(am__append_1611) $(am__append_1612) $(am__append_1616) \ + $(am__append_1617) $(am__append_1621) $(am__append_1622) \ + $(am__append_1626) $(am__append_1627) $(am__append_1631) \ + $(am__append_1632) $(am__append_1636) $(am__append_1637) \ + $(am__append_1641) $(am__append_1642) $(am__append_1646) \ + $(am__append_1647) $(am__append_1651) $(am__append_1652) \ + $(am__append_1656) $(am__append_1657) $(am__append_1661) \ + $(am__append_1662) $(am__append_1666) $(am__append_1667) \ + $(am__append_1671) $(am__append_1672) $(am__append_1676) \ + $(am__append_1677) $(am__append_1681) $(am__append_1682) \ + $(am__append_1686) $(am__append_1687) $(am__append_1691) \ + $(am__append_1692) $(am__append_1696) $(am__append_1697) \ + $(am__append_1701) $(am__append_1702) $(am__append_1706) \ + $(am__append_1707) $(am__append_1711) $(am__append_1712) \ + $(am__append_1716) $(am__append_1717) $(am__append_1721) \ + $(am__append_1722) $(am__append_1726) $(am__append_1727) \ + $(am__append_1731) $(am__append_1732) $(am__append_1736) \ + $(am__append_1737) $(am__append_1741) $(am__append_1742) \ + $(am__append_1746) $(am__append_1747) $(am__append_1751) \ + $(am__append_1752) $(am__append_1756) $(am__append_1757) \ + $(am__append_1761) $(am__append_1762) $(am__append_1766) \ + $(am__append_1767) $(am__append_1771) $(am__append_1772) \ + $(am__append_1776) $(am__append_1777) $(am__append_1781) \ + $(am__append_1782) $(am__append_1786) $(am__append_1787) \ + $(am__append_1791) $(am__append_1792) $(am__append_1796) \ + $(am__append_1797) $(am__append_1801) $(am__append_1802) \ + $(am__append_1806) $(am__append_1807) $(am__append_1811) \ + $(am__append_1812) $(am__append_1816) $(am__append_1817) \ + $(am__append_1821) $(am__append_1822) $(am__append_1826) \ + $(am__append_1827) $(am__append_1831) $(am__append_1832) \ + $(am__append_1836) $(am__append_1837) $(am__append_1841) \ + $(am__append_1842) $(am__append_1846) $(am__append_1847) \ + $(am__append_1851) $(am__append_1852) $(am__append_1856) \ + $(am__append_1857) $(am__append_1861) $(am__append_1862) \ + $(am__append_1866) $(am__append_1867) $(am__append_1871) \ + $(am__append_1872) $(am__append_1876) $(am__append_1877) \ + $(am__append_1881) $(am__append_1882) $(am__append_1886) \ + $(am__append_1887) $(am__append_1891) $(am__append_1892) \ + $(am__append_1896) $(am__append_1897) $(am__append_1900) \ $(am__append_1903) $(am__append_1906) $(am__append_1909) \ $(am__append_1912) $(am__append_1915) $(am__append_1918) \ $(am__append_1921) $(am__append_1924) $(am__append_1927) \ @@ -8413,99 +8658,107 @@ $(am__append_1966) $(am__append_1969) $(am__append_1972) \ $(am__append_1975) $(am__append_1978) $(am__append_1981) \ $(am__append_1984) $(am__append_1987) $(am__append_1990) \ - $(am__append_1993) $(am__append_1996) $(am__append_2000) \ - $(am__append_2004) $(am__append_2008) $(am__append_2012) \ - $(am__append_2016) $(am__append_2020) $(am__append_2024) \ - $(am__append_2028) $(am__append_2032) $(am__append_2036) \ - $(am__append_2040) $(am__append_2044) $(am__append_2048) \ - $(am__append_2052) $(am__append_2056) $(am__append_2060) \ - $(am__append_2064) $(am__append_2068) $(am__append_2072) \ - $(am__append_2076) $(am__append_2080) $(am__append_2084) \ - $(am__append_2088) $(am__append_2092) $(am__append_2096) \ - $(am__append_2100) $(am__append_2104) $(am__append_2108) \ - $(am__append_2112) $(am__append_2116) $(am__append_2120) \ - $(am__append_2124) $(am__append_2128) $(am__append_2132) \ - $(am__append_2136) $(am__append_2140) $(am__append_2144) \ - $(am__append_2148) $(am__append_2152) $(am__append_2156) \ - $(am__append_2160) $(am__append_2164) $(am__append_2168) \ - $(am__append_2172) $(am__append_2176) $(am__append_2180) \ - $(am__append_2184) $(am__append_2188) $(am__append_2192) \ - $(am__append_2196) $(am__append_2200) $(am__append_2204) \ - $(am__append_2208) $(am__append_2212) $(am__append_2216) \ - $(am__append_2220) $(am__append_2224) $(am__append_2228) \ - $(am__append_2232) $(am__append_2236) $(am__append_2240) \ - $(am__append_2244) $(am__append_2248) $(am__append_2252) \ - $(am__append_2256) $(am__append_2260) $(am__append_2264) \ - $(am__append_2268) $(am__append_2272) $(am__append_2276) \ - $(am__append_2280) $(am__append_2284) $(am__append_2288) \ - $(am__append_2292) $(am__append_2296) $(am__append_2300) \ - $(am__append_2304) $(am__append_2308) $(am__append_2312) \ - $(am__append_2316) $(am__append_2320) $(am__append_2324) \ - $(am__append_2328) $(am__append_2332) $(am__append_2336) \ - $(am__append_2340) $(am__append_2344) $(am__append_2348) \ - $(am__append_2352) $(am__append_2356) $(am__append_2360) \ - $(am__append_2364) $(am__append_2368) $(am__append_2372) \ - $(am__append_2376) $(am__append_2380) $(am__append_2384) \ - $(am__append_2388) $(am__append_2392) $(am__append_2396) \ - $(am__append_2400) $(am__append_2404) $(am__append_2408) \ - $(am__append_2412) $(am__append_2416) $(am__append_2420) \ - $(am__append_2424) $(am__append_2428) $(am__append_2432) \ - $(am__append_2436) $(am__append_2440) $(am__append_2444) \ - $(am__append_2448) $(am__append_2452) $(am__append_2456) \ - $(am__append_2460) $(am__append_2464) $(am__append_2468) \ - $(am__append_2472) $(am__append_2476) $(am__append_2480) \ - $(am__append_2484) $(am__append_2488) $(am__append_2492) \ - $(am__append_2496) $(am__append_2500) $(am__append_2504) \ - $(am__append_2508) $(am__append_2512) $(am__append_2516) \ - $(am__append_2520) $(am__append_2524) $(am__append_2528) \ - $(am__append_2532) $(am__append_2536) $(am__append_2540) \ - $(am__append_2544) $(am__append_2548) $(am__append_2552) \ - $(am__append_2556) $(am__append_2560) $(am__append_2564) \ - $(am__append_2568) $(am__append_2572) $(am__append_2576) \ - $(am__append_2580) $(am__append_2584) $(am__append_2588) \ - $(am__append_2592) $(am__append_2596) $(am__append_2600) \ - $(am__append_2604) $(am__append_2608) $(am__append_2612) \ - $(am__append_2616) $(am__append_2620) $(am__append_2624) \ - $(am__append_2628) $(am__append_2632) $(am__append_2636) \ - $(am__append_2640) $(am__append_2644) $(am__append_2648) \ - $(am__append_2652) $(am__append_2656) $(am__append_2660) \ - $(am__append_2664) $(am__append_2668) $(am__append_2672) \ - $(am__append_2676) $(am__append_2680) $(am__append_2684) \ - $(am__append_2688) $(am__append_2692) $(am__append_2696) \ - $(am__append_2700) $(am__append_2704) $(am__append_2708) \ - $(am__append_2712) $(am__append_2716) $(am__append_2720) \ - $(am__append_2724) $(am__append_2728) $(am__append_2732) \ - $(am__append_2736) $(am__append_2740) $(am__append_2744) \ - $(am__append_2748) $(am__append_2752) $(am__append_2756) \ - $(am__append_2760) $(am__append_2764) $(am__append_2768) \ - $(am__append_2772) $(am__append_2776) $(am__append_2780) \ - $(am__append_2784) $(am__append_2788) $(am__append_2792) \ - $(am__append_2796) $(am__append_2800) $(am__append_2804) \ - $(am__append_2808) $(am__append_2812) $(am__append_2816) \ - $(am__append_2820) $(am__append_2824) $(am__append_2828) \ - $(am__append_2832) $(am__append_2836) $(am__append_2840) \ - $(am__append_2844) $(am__append_2848) $(am__append_2852) \ - $(am__append_2856) $(am__append_2860) $(am__append_2864) \ - $(am__append_2868) $(am__append_2872) $(am__append_2876) \ - $(am__append_2880) $(am__append_2884) $(am__append_2888) \ - $(am__append_2892) $(am__append_2896) $(am__append_2900) \ - $(am__append_2904) $(am__append_2908) $(am__append_2912) \ - $(am__append_2916) $(am__append_2920) $(am__append_2924) \ - $(am__append_2928) $(am__append_2932) $(am__append_2936) \ - $(am__append_2940) $(am__append_2944) $(am__append_2948) \ - $(am__append_2952) $(am__append_2956) $(am__append_2960) \ - $(am__append_2964) $(am__append_2968) $(am__append_2972) \ - $(am__append_2976) $(am__append_2980) $(am__append_2984) \ - $(am__append_2988) $(am__append_2992) $(am__append_2996) \ - $(am__append_3000) $(am__append_3004) $(am__append_3008) \ - $(am__append_3012) $(am__append_3016) $(am__append_3020) \ - $(am__append_3024) $(am__append_3028) $(am__append_3032) \ - $(am__append_3036) $(am__append_3040) $(am__append_3044) \ - $(am__append_3048) $(am__append_3052) grub_script.tab.c \ - grub_script.tab.h grub_script.yy.c grub_script.yy.h libgrub.pp \ - libgrub_a_init.lst libgrub_a_init.c grub_fstest.pp \ - grub_fstest_init.lst grub_fstest_init.c unicode.pf2 ascii.pf2 \ - euro.pf2 ascii.bitmaps ascii.h \ + $(am__append_1993) $(am__append_1996) $(am__append_1999) \ + $(am__append_2002) $(am__append_2005) $(am__append_2008) \ + $(am__append_2011) $(am__append_2014) $(am__append_2017) \ + $(am__append_2020) $(am__append_2023) $(am__append_2026) \ + $(am__append_2029) $(am__append_2032) $(am__append_2035) \ + $(am__append_2038) $(am__append_2041) $(am__append_2044) \ + $(am__append_2047) $(am__append_2050) $(am__append_2053) \ + $(am__append_2056) $(am__append_2059) $(am__append_2062) \ + $(am__append_2066) $(am__append_2070) $(am__append_2074) \ + $(am__append_2078) $(am__append_2082) $(am__append_2086) \ + $(am__append_2090) $(am__append_2094) $(am__append_2098) \ + $(am__append_2102) $(am__append_2106) $(am__append_2110) \ + $(am__append_2114) $(am__append_2118) $(am__append_2122) \ + $(am__append_2126) $(am__append_2130) $(am__append_2134) \ + $(am__append_2138) $(am__append_2142) $(am__append_2146) \ + $(am__append_2150) $(am__append_2154) $(am__append_2158) \ + $(am__append_2162) $(am__append_2166) $(am__append_2170) \ + $(am__append_2174) $(am__append_2178) $(am__append_2182) \ + $(am__append_2186) $(am__append_2190) $(am__append_2194) \ + $(am__append_2198) $(am__append_2202) $(am__append_2206) \ + $(am__append_2210) $(am__append_2214) $(am__append_2218) \ + $(am__append_2222) $(am__append_2226) $(am__append_2230) \ + $(am__append_2234) $(am__append_2238) $(am__append_2242) \ + $(am__append_2246) $(am__append_2250) $(am__append_2254) \ + $(am__append_2258) $(am__append_2262) $(am__append_2266) \ + $(am__append_2270) $(am__append_2274) $(am__append_2278) \ + $(am__append_2282) $(am__append_2286) $(am__append_2290) \ + $(am__append_2294) $(am__append_2298) $(am__append_2302) \ + $(am__append_2306) $(am__append_2310) $(am__append_2314) \ + $(am__append_2318) $(am__append_2322) $(am__append_2326) \ + $(am__append_2330) $(am__append_2334) $(am__append_2338) \ + $(am__append_2342) $(am__append_2346) $(am__append_2350) \ + $(am__append_2354) $(am__append_2358) $(am__append_2362) \ + $(am__append_2366) $(am__append_2370) $(am__append_2374) \ + $(am__append_2378) $(am__append_2382) $(am__append_2386) \ + $(am__append_2390) $(am__append_2394) $(am__append_2398) \ + $(am__append_2402) $(am__append_2406) $(am__append_2410) \ + $(am__append_2414) $(am__append_2418) $(am__append_2422) \ + $(am__append_2426) $(am__append_2430) $(am__append_2434) \ + $(am__append_2438) $(am__append_2442) $(am__append_2446) \ + $(am__append_2450) $(am__append_2454) $(am__append_2458) \ + $(am__append_2462) $(am__append_2466) $(am__append_2470) \ + $(am__append_2474) $(am__append_2478) $(am__append_2482) \ + $(am__append_2486) $(am__append_2490) $(am__append_2494) \ + $(am__append_2498) $(am__append_2502) $(am__append_2506) \ + $(am__append_2510) $(am__append_2514) $(am__append_2518) \ + $(am__append_2522) $(am__append_2526) $(am__append_2530) \ + $(am__append_2534) $(am__append_2538) $(am__append_2542) \ + $(am__append_2546) $(am__append_2550) $(am__append_2554) \ + $(am__append_2558) $(am__append_2562) $(am__append_2566) \ + $(am__append_2570) $(am__append_2574) $(am__append_2578) \ + $(am__append_2582) $(am__append_2586) $(am__append_2590) \ + $(am__append_2594) $(am__append_2598) $(am__append_2602) \ + $(am__append_2606) $(am__append_2610) $(am__append_2614) \ + $(am__append_2618) $(am__append_2622) $(am__append_2626) \ + $(am__append_2630) $(am__append_2634) $(am__append_2638) \ + $(am__append_2642) $(am__append_2646) $(am__append_2650) \ + $(am__append_2654) $(am__append_2658) $(am__append_2662) \ + $(am__append_2666) $(am__append_2670) $(am__append_2674) \ + $(am__append_2678) $(am__append_2682) $(am__append_2686) \ + $(am__append_2690) $(am__append_2694) $(am__append_2698) \ + $(am__append_2702) $(am__append_2706) $(am__append_2710) \ + $(am__append_2714) $(am__append_2718) $(am__append_2722) \ + $(am__append_2726) $(am__append_2730) $(am__append_2734) \ + $(am__append_2738) $(am__append_2742) $(am__append_2746) \ + $(am__append_2750) $(am__append_2754) $(am__append_2758) \ + $(am__append_2762) $(am__append_2766) $(am__append_2770) \ + $(am__append_2774) $(am__append_2778) $(am__append_2782) \ + $(am__append_2786) $(am__append_2790) $(am__append_2794) \ + $(am__append_2798) $(am__append_2802) $(am__append_2806) \ + $(am__append_2810) $(am__append_2814) $(am__append_2818) \ + $(am__append_2822) $(am__append_2826) $(am__append_2830) \ + $(am__append_2834) $(am__append_2838) $(am__append_2842) \ + $(am__append_2846) $(am__append_2850) $(am__append_2854) \ + $(am__append_2858) $(am__append_2862) $(am__append_2866) \ + $(am__append_2870) $(am__append_2874) $(am__append_2878) \ + $(am__append_2882) $(am__append_2886) $(am__append_2890) \ + $(am__append_2894) $(am__append_2898) $(am__append_2902) \ + $(am__append_2906) $(am__append_2910) $(am__append_2914) \ + $(am__append_2918) $(am__append_2922) $(am__append_2926) \ + $(am__append_2930) $(am__append_2934) $(am__append_2938) \ + $(am__append_2942) $(am__append_2946) $(am__append_2950) \ + $(am__append_2954) $(am__append_2958) $(am__append_2962) \ + $(am__append_2966) $(am__append_2970) $(am__append_2974) \ + $(am__append_2978) $(am__append_2982) $(am__append_2986) \ + $(am__append_2990) $(am__append_2994) $(am__append_2998) \ + $(am__append_3002) $(am__append_3006) $(am__append_3010) \ + $(am__append_3014) $(am__append_3018) $(am__append_3022) \ + $(am__append_3026) $(am__append_3030) $(am__append_3034) \ + $(am__append_3038) $(am__append_3042) $(am__append_3046) \ + $(am__append_3050) $(am__append_3054) $(am__append_3058) \ + $(am__append_3062) $(am__append_3066) $(am__append_3070) \ + $(am__append_3074) $(am__append_3078) $(am__append_3082) \ + $(am__append_3086) $(am__append_3090) $(am__append_3094) \ + $(am__append_3098) $(am__append_3102) $(am__append_3106) \ + $(am__append_3110) $(am__append_3114) $(am__append_3118) \ + grub_script.tab.c grub_script.tab.h grub_script.yy.c \ + grub_script.yy.h libgrub.pp libgrub_a_init.lst \ + libgrub_a_init.c grub_fstest.pp grub_fstest_init.lst \ + grub_fstest_init.c unicode.pf2 ascii.pf2 euro.pf2 \ + ascii.bitmaps ascii.h \ $(top_builddir)/grub-core/include/ascii.h widthspec.bin \ widthspec.h linux.init.i386 kfreebsd.init.i386 \ linux.init.x86_64 linux-initramfs.i386 linux-initramfs.x86_64 @@ -8564,14 +8817,18 @@ $(am__append_1015) $(am__append_1021) $(am__append_1027) \ $(am__append_1033) $(am__append_1039) $(am__append_1045) \ $(am__append_1051) $(am__append_1057) $(am__append_1063) \ - $(am__append_1069) $(am__append_1075) $(am__append_1080) \ - $(am__append_1085) $(am__append_1090) $(am__append_1095) \ - $(am__append_1100) $(am__append_1105) $(am__append_1110) \ - $(am__append_1115) $(am__append_1120) $(am__append_1125) \ - $(am__append_1130) $(am__append_1136) $(am__append_1142) \ - $(am__append_1148) $(am__append_1154) $(am__append_1160) \ - $(am__append_1166) $(am__append_1172) $(am__append_1178) \ - $(am__append_1184) $(am__append_1190) $(am__append_1196) + $(am__append_1069) $(am__append_1075) $(am__append_1081) \ + $(am__append_1087) $(am__append_1093) $(am__append_1099) \ + $(am__append_1105) $(am__append_1111) $(am__append_1117) \ + $(am__append_1123) $(am__append_1129) $(am__append_1135) \ + $(am__append_1141) $(am__append_1146) $(am__append_1151) \ + $(am__append_1156) $(am__append_1161) $(am__append_1166) \ + $(am__append_1171) $(am__append_1176) $(am__append_1181) \ + $(am__append_1186) $(am__append_1191) $(am__append_1196) \ + $(am__append_1202) $(am__append_1208) $(am__append_1214) \ + $(am__append_1220) $(am__append_1226) $(am__append_1232) \ + $(am__append_1238) $(am__append_1244) $(am__append_1250) \ + $(am__append_1256) $(am__append_1262) AM_CFLAGS = $(HOST_CFLAGS) AM_LDFLAGS = $(HOST_LDFLAGS) AM_CPPFLAGS = $(HOST_CPPFLAGS) $(CPPFLAGS_DEFAULT) @@ -9310,6 +9567,83 @@ @COND_powerpc_ieee1275_TRUE@grub_fstest_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) @COND_sparc64_ieee1275_TRUE@grub_fstest_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) @COND_x86_64_efi_TRUE@grub_fstest_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@grub_mount_SOURCES = util/grub-mount.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@nodist_grub_mount_SOURCES = grub_fstest_init.c +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@grub_mount_LDADD = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@grub_mount_CFLAGS = $(AM_CFLAGS) $(CFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@grub_mount_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@grub_mount_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_emu_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_coreboot_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_efi_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_ieee1275_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_multiboot_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_pc_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_i386_qemu_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_mips_yeeloong_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_powerpc_ieee1275_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_sparc64_ieee1275_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) +@COND_GRUB_MOUNT_TRUE@@COND_x86_64_efi_TRUE@grub_mount_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) @COND_GRUB_MKFONT_TRUE@@COND_emu_TRUE@grub_mkfont_SOURCES = util/grub-mkfont.c grub-core/unidata.c @COND_GRUB_MKFONT_TRUE@@COND_i386_coreboot_TRUE@grub_mkfont_SOURCES = util/grub-mkfont.c grub-core/unidata.c @COND_GRUB_MKFONT_TRUE@@COND_i386_efi_TRUE@grub_mkfont_SOURCES = util/grub-mkfont.c grub-core/unidata.c @@ -9815,7 +10149,7 @@ @COND_i386_pc_TRUE@QEMU32 = qemu-system-i386 @COND_i386_qemu_TRUE@QEMU32 = qemu-system-i386 @COND_x86_64_efi_TRUE@QEMU32 = qemu-system-x86_64 -BOOTCHECKS = $(am__append_3076) $(am__append_3077) $(am__append_3078) \ +BOOTCHECKS = $(am__append_3142) $(am__append_3143) $(am__append_3144) \ bootcheck-kfreebsd-aout bootcheck-kopenbsd-i386 \ bootcheck-kopenbsd-x86_64 bootcheck-multiboot \ bootcheck-multiboot2 bootcheck-linux-i386 \ @@ -10067,6 +10401,9 @@ grub-core/fs/libgrubmods_a-sfs.$(OBJEXT): \ grub-core/fs/$(am__dirstamp) \ grub-core/fs/$(DEPDIR)/$(am__dirstamp) +grub-core/fs/libgrubmods_a-squash4.$(OBJEXT): \ + grub-core/fs/$(am__dirstamp) \ + grub-core/fs/$(DEPDIR)/$(am__dirstamp) grub-core/fs/libgrubmods_a-tar.$(OBJEXT): \ grub-core/fs/$(am__dirstamp) \ grub-core/fs/$(DEPDIR)/$(am__dirstamp) @@ -10431,6 +10768,17 @@ grub-mkrelpath$(EXEEXT): $(grub_mkrelpath_OBJECTS) $(grub_mkrelpath_DEPENDENCIES) @rm -f grub-mkrelpath$(EXEEXT) $(grub_mkrelpath_LINK) $(grub_mkrelpath_OBJECTS) $(grub_mkrelpath_LDADD) $(LIBS) +util/grub_mount-grub-mount.$(OBJEXT): util/$(am__dirstamp) \ + util/$(DEPDIR)/$(am__dirstamp) +grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT): \ + grub-core/kern/emu/$(am__dirstamp) \ + grub-core/kern/emu/$(DEPDIR)/$(am__dirstamp) +grub-core/disk/grub_mount-host.$(OBJEXT): \ + grub-core/disk/$(am__dirstamp) \ + grub-core/disk/$(DEPDIR)/$(am__dirstamp) +grub-mount$(EXEEXT): $(grub_mount_OBJECTS) $(grub_mount_DEPENDENCIES) + @rm -f grub-mount$(EXEEXT) + $(grub_mount_LINK) $(grub_mount_OBJECTS) $(grub_mount_LDADD) $(LIBS) util/ieee1275/grub_ofpathname-grub-ofpathname.$(OBJEXT): \ util/ieee1275/$(am__dirstamp) \ util/ieee1275/$(DEPDIR)/$(am__dirstamp) @@ -10613,6 +10961,7 @@ -rm -f grub-core/commands/libgrubmods_a-extcmd.$(OBJEXT) -rm -f grub-core/commands/libgrubmods_a-ls.$(OBJEXT) -rm -f grub-core/disk/grub_fstest-host.$(OBJEXT) + -rm -f grub-core/disk/grub_mount-host.$(OBJEXT) -rm -f grub-core/disk/libgrubmods_a-dmraid_nvidia.$(OBJEXT) -rm -f grub-core/disk/libgrubmods_a-loopback.$(OBJEXT) -rm -f grub-core/disk/libgrubmods_a-lvm.$(OBJEXT) @@ -10642,6 +10991,7 @@ -rm -f grub-core/fs/libgrubmods_a-ntfscomp.$(OBJEXT) -rm -f grub-core/fs/libgrubmods_a-reiserfs.$(OBJEXT) -rm -f grub-core/fs/libgrubmods_a-sfs.$(OBJEXT) + -rm -f grub-core/fs/libgrubmods_a-squash4.$(OBJEXT) -rm -f grub-core/fs/libgrubmods_a-tar.$(OBJEXT) -rm -f grub-core/fs/libgrubmods_a-udf.$(OBJEXT) -rm -f grub-core/fs/libgrubmods_a-ufs.$(OBJEXT) @@ -10654,6 +11004,7 @@ -rm -f grub-core/grub_mkfont-unidata.$(OBJEXT) -rm -f grub-core/io/libgrubmods_a-gzio.$(OBJEXT) -rm -f grub-core/kern/emu/grub_fstest-hostfs.$(OBJEXT) + -rm -f grub-core/kern/emu/grub_mount-hostfs.$(OBJEXT) -rm -f grub-core/kern/emu/libgrubkern_a-getroot.$(OBJEXT) -rm -f grub-core/kern/emu/libgrubkern_a-hostdisk.$(OBJEXT) -rm -f grub-core/kern/emu/libgrubkern_a-misc.$(OBJEXT) @@ -10715,6 +11066,7 @@ -rm -f util/grub_mklayout-grub-mklayout.$(OBJEXT) -rm -f util/grub_mkpasswd_pbkdf2-grub-mkpasswd-pbkdf2.$(OBJEXT) -rm -f util/grub_mkrelpath-grub-mkrelpath.$(OBJEXT) + -rm -f util/grub_mount-grub-mount.$(OBJEXT) -rm -f util/grub_pe2elf-grub-pe2elf.$(OBJEXT) -rm -f util/grub_probe-grub-probe.$(OBJEXT) -rm -f util/grub_script_check-grub-script-check.$(OBJEXT) @@ -10732,6 +11084,7 @@ -rm -f *.tab.c @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grub_fstest-grub_fstest_init.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grub_mount-grub_fstest_init.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgrubmods_a-grub_script.tab.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgrubmods_a-grub_script.yy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgrubmods_a-libgrub_a_init.Po@am__quote@ @@ -10740,6 +11093,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/commands/$(DEPDIR)/libgrubmods_a-extcmd.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/commands/$(DEPDIR)/libgrubmods_a-ls.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/disk/$(DEPDIR)/grub_fstest-host.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@grub-core/disk/$(DEPDIR)/grub_mount-host.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/disk/$(DEPDIR)/libgrubmods_a-dmraid_nvidia.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/disk/$(DEPDIR)/libgrubmods_a-loopback.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/disk/$(DEPDIR)/libgrubmods_a-lvm.Po@am__quote@ @@ -10769,6 +11123,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/fs/$(DEPDIR)/libgrubmods_a-ntfscomp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/fs/$(DEPDIR)/libgrubmods_a-reiserfs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/fs/$(DEPDIR)/libgrubmods_a-sfs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@grub-core/fs/$(DEPDIR)/libgrubmods_a-squash4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/fs/$(DEPDIR)/libgrubmods_a-tar.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/fs/$(DEPDIR)/libgrubmods_a-udf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/fs/$(DEPDIR)/libgrubmods_a-ufs.Po@am__quote@ @@ -10792,6 +11147,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/kern/$(DEPDIR)/libgrubkern_a-misc.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/kern/$(DEPDIR)/libgrubkern_a-partition.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/kern/emu/$(DEPDIR)/grub_fstest-hostfs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@grub-core/kern/emu/$(DEPDIR)/grub_mount-hostfs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/kern/emu/$(DEPDIR)/libgrubkern_a-getroot.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/kern/emu/$(DEPDIR)/libgrubkern_a-hostdisk.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@grub-core/kern/emu/$(DEPDIR)/libgrubkern_a-misc.Po@am__quote@ @@ -10841,6 +11197,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/grub_mklayout-grub-mklayout.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/grub_mkpasswd_pbkdf2-grub-mkpasswd-pbkdf2.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/grub_mkrelpath-grub-mkrelpath.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/grub_mount-grub-mount.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/grub_pe2elf-grub-pe2elf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/grub_probe-grub-probe.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@util/$(DEPDIR)/grub_script_check-grub-script-check.Po@am__quote@ @@ -11528,6 +11885,20 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgrubmods_a_CPPFLAGS) $(CPPFLAGS) $(libgrubmods_a_CFLAGS) $(CFLAGS) -c -o grub-core/fs/libgrubmods_a-sfs.obj `if test -f 'grub-core/fs/sfs.c'; then $(CYGPATH_W) 'grub-core/fs/sfs.c'; else $(CYGPATH_W) '$(srcdir)/grub-core/fs/sfs.c'; fi` +grub-core/fs/libgrubmods_a-squash4.o: grub-core/fs/squash4.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgrubmods_a_CPPFLAGS) $(CPPFLAGS) $(libgrubmods_a_CFLAGS) $(CFLAGS) -MT grub-core/fs/libgrubmods_a-squash4.o -MD -MP -MF grub-core/fs/$(DEPDIR)/libgrubmods_a-squash4.Tpo -c -o grub-core/fs/libgrubmods_a-squash4.o `test -f 'grub-core/fs/squash4.c' || echo '$(srcdir)/'`grub-core/fs/squash4.c +@am__fastdepCC_TRUE@ $(am__mv) grub-core/fs/$(DEPDIR)/libgrubmods_a-squash4.Tpo grub-core/fs/$(DEPDIR)/libgrubmods_a-squash4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub-core/fs/squash4.c' object='grub-core/fs/libgrubmods_a-squash4.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgrubmods_a_CPPFLAGS) $(CPPFLAGS) $(libgrubmods_a_CFLAGS) $(CFLAGS) -c -o grub-core/fs/libgrubmods_a-squash4.o `test -f 'grub-core/fs/squash4.c' || echo '$(srcdir)/'`grub-core/fs/squash4.c + +grub-core/fs/libgrubmods_a-squash4.obj: grub-core/fs/squash4.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgrubmods_a_CPPFLAGS) $(CPPFLAGS) $(libgrubmods_a_CFLAGS) $(CFLAGS) -MT grub-core/fs/libgrubmods_a-squash4.obj -MD -MP -MF grub-core/fs/$(DEPDIR)/libgrubmods_a-squash4.Tpo -c -o grub-core/fs/libgrubmods_a-squash4.obj `if test -f 'grub-core/fs/squash4.c'; then $(CYGPATH_W) 'grub-core/fs/squash4.c'; else $(CYGPATH_W) '$(srcdir)/grub-core/fs/squash4.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) grub-core/fs/$(DEPDIR)/libgrubmods_a-squash4.Tpo grub-core/fs/$(DEPDIR)/libgrubmods_a-squash4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub-core/fs/squash4.c' object='grub-core/fs/libgrubmods_a-squash4.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgrubmods_a_CPPFLAGS) $(CPPFLAGS) $(libgrubmods_a_CFLAGS) $(CFLAGS) -c -o grub-core/fs/libgrubmods_a-squash4.obj `if test -f 'grub-core/fs/squash4.c'; then $(CYGPATH_W) 'grub-core/fs/squash4.c'; else $(CYGPATH_W) '$(srcdir)/grub-core/fs/squash4.c'; fi` + grub-core/fs/libgrubmods_a-tar.o: grub-core/fs/tar.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgrubmods_a_CPPFLAGS) $(CPPFLAGS) $(libgrubmods_a_CFLAGS) $(CFLAGS) -MT grub-core/fs/libgrubmods_a-tar.o -MD -MP -MF grub-core/fs/$(DEPDIR)/libgrubmods_a-tar.Tpo -c -o grub-core/fs/libgrubmods_a-tar.o `test -f 'grub-core/fs/tar.c' || echo '$(srcdir)/'`grub-core/fs/tar.c @am__fastdepCC_TRUE@ $(am__mv) grub-core/fs/$(DEPDIR)/libgrubmods_a-tar.Tpo grub-core/fs/$(DEPDIR)/libgrubmods_a-tar.Po @@ -12438,6 +12809,62 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mkrelpath_CPPFLAGS) $(CPPFLAGS) $(grub_mkrelpath_CFLAGS) $(CFLAGS) -c -o util/grub_mkrelpath-grub-mkrelpath.obj `if test -f 'util/grub-mkrelpath.c'; then $(CYGPATH_W) 'util/grub-mkrelpath.c'; else $(CYGPATH_W) '$(srcdir)/util/grub-mkrelpath.c'; fi` +util/grub_mount-grub-mount.o: util/grub-mount.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT util/grub_mount-grub-mount.o -MD -MP -MF util/$(DEPDIR)/grub_mount-grub-mount.Tpo -c -o util/grub_mount-grub-mount.o `test -f 'util/grub-mount.c' || echo '$(srcdir)/'`util/grub-mount.c +@am__fastdepCC_TRUE@ $(am__mv) util/$(DEPDIR)/grub_mount-grub-mount.Tpo util/$(DEPDIR)/grub_mount-grub-mount.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util/grub-mount.c' object='util/grub_mount-grub-mount.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o util/grub_mount-grub-mount.o `test -f 'util/grub-mount.c' || echo '$(srcdir)/'`util/grub-mount.c + +util/grub_mount-grub-mount.obj: util/grub-mount.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT util/grub_mount-grub-mount.obj -MD -MP -MF util/$(DEPDIR)/grub_mount-grub-mount.Tpo -c -o util/grub_mount-grub-mount.obj `if test -f 'util/grub-mount.c'; then $(CYGPATH_W) 'util/grub-mount.c'; else $(CYGPATH_W) '$(srcdir)/util/grub-mount.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) util/$(DEPDIR)/grub_mount-grub-mount.Tpo util/$(DEPDIR)/grub_mount-grub-mount.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='util/grub-mount.c' object='util/grub_mount-grub-mount.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o util/grub_mount-grub-mount.obj `if test -f 'util/grub-mount.c'; then $(CYGPATH_W) 'util/grub-mount.c'; else $(CYGPATH_W) '$(srcdir)/util/grub-mount.c'; fi` + +grub-core/kern/emu/grub_mount-hostfs.o: grub-core/kern/emu/hostfs.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT grub-core/kern/emu/grub_mount-hostfs.o -MD -MP -MF grub-core/kern/emu/$(DEPDIR)/grub_mount-hostfs.Tpo -c -o grub-core/kern/emu/grub_mount-hostfs.o `test -f 'grub-core/kern/emu/hostfs.c' || echo '$(srcdir)/'`grub-core/kern/emu/hostfs.c +@am__fastdepCC_TRUE@ $(am__mv) grub-core/kern/emu/$(DEPDIR)/grub_mount-hostfs.Tpo grub-core/kern/emu/$(DEPDIR)/grub_mount-hostfs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub-core/kern/emu/hostfs.c' object='grub-core/kern/emu/grub_mount-hostfs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o grub-core/kern/emu/grub_mount-hostfs.o `test -f 'grub-core/kern/emu/hostfs.c' || echo '$(srcdir)/'`grub-core/kern/emu/hostfs.c + +grub-core/kern/emu/grub_mount-hostfs.obj: grub-core/kern/emu/hostfs.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT grub-core/kern/emu/grub_mount-hostfs.obj -MD -MP -MF grub-core/kern/emu/$(DEPDIR)/grub_mount-hostfs.Tpo -c -o grub-core/kern/emu/grub_mount-hostfs.obj `if test -f 'grub-core/kern/emu/hostfs.c'; then $(CYGPATH_W) 'grub-core/kern/emu/hostfs.c'; else $(CYGPATH_W) '$(srcdir)/grub-core/kern/emu/hostfs.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) grub-core/kern/emu/$(DEPDIR)/grub_mount-hostfs.Tpo grub-core/kern/emu/$(DEPDIR)/grub_mount-hostfs.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub-core/kern/emu/hostfs.c' object='grub-core/kern/emu/grub_mount-hostfs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o grub-core/kern/emu/grub_mount-hostfs.obj `if test -f 'grub-core/kern/emu/hostfs.c'; then $(CYGPATH_W) 'grub-core/kern/emu/hostfs.c'; else $(CYGPATH_W) '$(srcdir)/grub-core/kern/emu/hostfs.c'; fi` + +grub-core/disk/grub_mount-host.o: grub-core/disk/host.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT grub-core/disk/grub_mount-host.o -MD -MP -MF grub-core/disk/$(DEPDIR)/grub_mount-host.Tpo -c -o grub-core/disk/grub_mount-host.o `test -f 'grub-core/disk/host.c' || echo '$(srcdir)/'`grub-core/disk/host.c +@am__fastdepCC_TRUE@ $(am__mv) grub-core/disk/$(DEPDIR)/grub_mount-host.Tpo grub-core/disk/$(DEPDIR)/grub_mount-host.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub-core/disk/host.c' object='grub-core/disk/grub_mount-host.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o grub-core/disk/grub_mount-host.o `test -f 'grub-core/disk/host.c' || echo '$(srcdir)/'`grub-core/disk/host.c + +grub-core/disk/grub_mount-host.obj: grub-core/disk/host.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT grub-core/disk/grub_mount-host.obj -MD -MP -MF grub-core/disk/$(DEPDIR)/grub_mount-host.Tpo -c -o grub-core/disk/grub_mount-host.obj `if test -f 'grub-core/disk/host.c'; then $(CYGPATH_W) 'grub-core/disk/host.c'; else $(CYGPATH_W) '$(srcdir)/grub-core/disk/host.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) grub-core/disk/$(DEPDIR)/grub_mount-host.Tpo grub-core/disk/$(DEPDIR)/grub_mount-host.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub-core/disk/host.c' object='grub-core/disk/grub_mount-host.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o grub-core/disk/grub_mount-host.obj `if test -f 'grub-core/disk/host.c'; then $(CYGPATH_W) 'grub-core/disk/host.c'; else $(CYGPATH_W) '$(srcdir)/grub-core/disk/host.c'; fi` + +grub_mount-grub_fstest_init.o: grub_fstest_init.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT grub_mount-grub_fstest_init.o -MD -MP -MF $(DEPDIR)/grub_mount-grub_fstest_init.Tpo -c -o grub_mount-grub_fstest_init.o `test -f 'grub_fstest_init.c' || echo '$(srcdir)/'`grub_fstest_init.c +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/grub_mount-grub_fstest_init.Tpo $(DEPDIR)/grub_mount-grub_fstest_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub_fstest_init.c' object='grub_mount-grub_fstest_init.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o grub_mount-grub_fstest_init.o `test -f 'grub_fstest_init.c' || echo '$(srcdir)/'`grub_fstest_init.c + +grub_mount-grub_fstest_init.obj: grub_fstest_init.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -MT grub_mount-grub_fstest_init.obj -MD -MP -MF $(DEPDIR)/grub_mount-grub_fstest_init.Tpo -c -o grub_mount-grub_fstest_init.obj `if test -f 'grub_fstest_init.c'; then $(CYGPATH_W) 'grub_fstest_init.c'; else $(CYGPATH_W) '$(srcdir)/grub_fstest_init.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/grub_mount-grub_fstest_init.Tpo $(DEPDIR)/grub_mount-grub_fstest_init.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='grub_fstest_init.c' object='grub_mount-grub_fstest_init.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_mount_CPPFLAGS) $(CPPFLAGS) $(grub_mount_CFLAGS) $(CFLAGS) -c -o grub_mount-grub_fstest_init.obj `if test -f 'grub_fstest_init.c'; then $(CYGPATH_W) 'grub_fstest_init.c'; else $(CYGPATH_W) '$(srcdir)/grub_fstest_init.c'; fi` + util/ieee1275/grub_ofpathname-grub-ofpathname.o: util/ieee1275/grub-ofpathname.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grub_ofpathname_CPPFLAGS) $(CPPFLAGS) $(grub_ofpathname_CFLAGS) $(CFLAGS) -MT util/ieee1275/grub_ofpathname-grub-ofpathname.o -MD -MP -MF util/ieee1275/$(DEPDIR)/grub_ofpathname-grub-ofpathname.Tpo -c -o util/ieee1275/grub_ofpathname-grub-ofpathname.o `test -f 'util/ieee1275/grub-ofpathname.c' || echo '$(srcdir)/'`util/ieee1275/grub-ofpathname.c @am__fastdepCC_TRUE@ $(am__mv) util/ieee1275/$(DEPDIR)/grub_ofpathname-grub-ofpathname.Tpo util/ieee1275/$(DEPDIR)/grub_ofpathname-grub-ofpathname.Po @@ -13784,6 +14211,50 @@ @COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@ chmod a+x grub-fstest @COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_pc_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_efi_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_qemu_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_coreboot_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_multiboot_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_i386_ieee1275_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_x86_64_efi_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_mips_yeeloong_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_sparc64_ieee1275_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@grub-mount.1: grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@ chmod a+x grub-mount +@COND_GRUB_MOUNT_TRUE@@COND_MAN_PAGES_TRUE@@COND_powerpc_ieee1275_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mount.h2m -o $@ grub-mount + @COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@grub-mkfont.1: grub-mkfont @COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@ chmod a+x grub-mkfont @COND_GRUB_MKFONT_TRUE@@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont --- grub2-1.99.orig/config-util.h.in +++ grub2-1.99/config-util.h.in @@ -301,6 +301,9 @@ /* Define to 1 if you have the `funlockfile' function. */ #undef HAVE_FUNLOCKFILE +/* Define to 1 if you have the header file. */ +#undef HAVE_FUSE_FUSE_H + /* Define to 1 if you have the `getdelim' function. */ #undef HAVE_GETDELIM @@ -353,6 +356,9 @@ /* Define to 1 if you have the `devmapper' library (-ldevmapper). */ #undef HAVE_LIBDEVMAPPER +/* Define to 1 if you have the `fuse' library (-lfuse). */ +#undef HAVE_LIBFUSE + /* Define to 1 if you have the `geom' library (-lgeom). */ #undef HAVE_LIBGEOM --- grub2-1.99.orig/debian/grub-pc-bin.install.in +++ grub2-1.99/debian/grub-pc-bin.install.in @@ -0,0 +1,2 @@ +usr/bin/grub-ntldr-img usr/lib/grub/@CPU_PLATFORM@ +usr/sbin/grub-setup usr/lib/grub/@CPU_PLATFORM@ --- grub2-1.99.orig/debian/NEWS +++ grub2-1.99/debian/NEWS @@ -0,0 +1,13 @@ +grub2 (1.96+20090609-1) experimental; urgency=low + + Before this version, grub-efi was 32bit on i386 and 64bit on amd64. + However, EFI can be 32bit even if you have a 64bit CPU, like in the + first MacBook models with Core 2 Duo released in late 2006. Thus, + grub-efi has been split into grub-efi-amd64 and grub-efi-ia32 which are + available on both amd64 and i386. + + If you've experienced problems trying to load grub.efi, please try + again using the package that doesn't match your CPU's architecture. + + -- Felix Zielcke Tue, 09 Jun 2009 19:21:15 +0200 + --- grub2-1.99.orig/debian/grub-pc.links.in +++ grub2-1.99/debian/grub-pc.links.in @@ -0,0 +1,2 @@ +usr/lib/grub/@CPU_PLATFORM@/grub-ntldr-img usr/bin/grub-ntldr-img +usr/lib/grub/@CPU_PLATFORM@/grub-setup usr/sbin/grub-setup --- grub2-1.99.orig/debian/grub-rescue-pc.links +++ grub2-1.99/debian/grub-rescue-pc.links @@ -0,0 +1,3 @@ +# Truth would be uselessly confusing for users. Let's give 'em what they +# wanted instead. +usr/lib/grub-rescue/grub-rescue-cdrom.iso usr/lib/grub-rescue/grub-rescue-usb.img --- grub2-1.99.orig/debian/update-grub +++ grub2-1.99/debian/update-grub @@ -0,0 +1,3 @@ +#!/bin/sh +set -e +exec grub-mkconfig -o /boot/grub/grub.cfg "$@" --- grub2-1.99.orig/debian/grub-common.examples +++ grub2-1.99/debian/grub-common.examples @@ -0,0 +1 @@ +docs/grub.cfg --- grub2-1.99.orig/debian/config.in +++ grub2-1.99/debian/config.in @@ -0,0 +1,48 @@ +#!/bin/sh +set -e + +case `dpkg --print-architecture` in + kfreebsd-*) + # No migration from GRUB Legacy, no Linux cmdline + exit 0 + ;; +esac + +. /usr/share/debconf/confmodule + +priority=medium + +case @PACKAGE@ in + grub-pc) + if test -e /boot/grub/stage2 && test -e /boot/grub/menu.lst && ! test -e /boot/grub/core.img ; then + + db_input high grub-pc/chainload_from_menu.lst || true + + db_get grub-pc/kopt_extracted || true + # this check ensures we only do this once + if [ "$RET" = "false" ] ; then + kopt=`sed -ne "s/^# kopt=//p" /boot/grub/menu.lst | tr -s " " "\n" | grep -vx "\(ro\|root=[^ ]*\)" | paste -s -d ' '` || true + db_set grub2/linux_cmdline "${kopt}" || true + db_set grub-pc/kopt_extracted true || true + if [ "${kopt}" = "" ] ; then + # something smells bad. give user a chance to correct it. + priority=high + else + # if we got something from menu.lst, it must be correct? + priority=medium + fi + fi + fi + ;; +esac + +if test -e /etc/default/grub ; then + . /etc/default/grub + + db_set grub2/linux_cmdline "$GRUB_CMDLINE_LINUX" + db_set grub2/linux_cmdline_default "$GRUB_CMDLINE_LINUX_DEFAULT" +fi + +db_input ${priority} grub2/linux_cmdline || true +db_input medium grub2/linux_cmdline_default || true +db_go --- grub2-1.99.orig/debian/grub-emu.postinst +++ grub2-1.99/debian/grub-emu.postinst @@ -0,0 +1,19 @@ +#! /bin/sh +set -e + +case "$1" in + configure) + if dpkg --compare-versions "$2" lt-nl 1.99-1; then + # Force dpkg to replace this directory with a symlink. + if [ ! -L /usr/share/doc/@PACKAGE@ ] && [ -d /usr/share/doc/@PACKAGE@ ]; then + if rmdir /usr/share/doc/@PACKAGE@ 2>/dev/null; then + ln -sf grub-common /usr/share/doc/@PACKAGE@ + fi + fi + fi + ;; +esac + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/grub2-common.manpages +++ grub2-1.99/debian/grub2-common.manpages @@ -0,0 +1 @@ +debian/update-grub.8 --- grub2-1.99.orig/debian/rules +++ grub2-1.99/debian/rules @@ -0,0 +1,281 @@ +#!/usr/bin/make -f +SHELL := bash + +deb_version := $(shell dpkg-parsechangelog | sed -ne "s/^Version: \(.*\)/\1/p") +upstream_version := $(shell echo $(deb_version) | sed -e "s/-[^-]*$$//") + +package := grub2 + +DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH 2>/dev/null) +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null) +DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU 2>/dev/null) + +HOST_CFLAGS := -g -Wall + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + HOST_CFLAGS += -O0 +else + HOST_CFLAGS += -O2 +endif + +unexport CFLAGS +export HOST_CFLAGS + +ifeq (,$(shell which qemu-system-i386 2>/dev/null)) +with_check := no +else +with_check := yes +endif + +CC := gcc-4.5 + +# Enable external modules from grub-extras. +export GRUB_CONTRIB := $(CURDIR)/debian/grub-extras + +confflags = PACKAGE_VERSION="$(deb_version)" PACKAGE_STRING="GRUB $(deb_version)" CC=$(CC) TARGET_CC=$(CC) --enable-grub-mkfont + +AUTOGEN_DEB_FILES = config templates preinst postinst postrm dirs install links + +BUILD_PACKAGES := $(strip $(shell dh_listpackages)) +REAL_PACKAGES = grub-emu grub-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 grub-firmware-qemu grub-yeeloong + +ifneq (,$(filter i386 amd64,$(DEB_HOST_ARCH_CPU))) +COMMON_PLATFORM := pc +else ifneq (,$(filter powerpc ppc64 sparc,$(DEB_HOST_ARCH_CPU))) +COMMON_PLATFORM := ieee1275 +else ifeq (mipsel,$(DEB_HOST_ARCH_CPU)) +COMMON_PLATFORM := yeeloong +else +$(error COMMON_PLATFORM not set for $(DEB_HOST_ARCH_CPU)) +endif + +%: + dh $@ --with quilt + +override_dh_auto_configure: $(patsubst %,configure/%,$(BUILD_PACKAGES)) + +override_dh_auto_build: $(patsubst %,build/%,$(BUILD_PACKAGES)) + +override_dh_auto_install: $(patsubst %,install/%,$(BUILD_PACKAGES)) + +$(patsubst %,configure/%,$(REAL_PACKAGES)) :: configure/% : build/stamps/configure-% +$(patsubst %,build/%,$(REAL_PACKAGES) grub-rescue-pc) :: build/% : build/stamps/build-% + +build/stamps/configure-%: package = $(subst build/stamps/configure-,,$@) +build/stamps/configure-%: export DH_OPTIONS = -p$(package) -Bbuild/$(package) + +build/stamps/build-%: package = $(subst build/stamps/build-,,$@) +build/stamps/build-%: export DH_OPTIONS = -p$(package) -Bbuild/$(package) + +install/%: package = $(subst install/,,$@) +install/%: package_bin = $(package)-bin +install/grub-emu: package_bin = grub-emu +install/%: export DH_OPTIONS = -p$(package) -Bbuild/$(patsubst grub-common,grub-$(COMMON_PLATFORM),$(package)) + +override_dh_quilt_patch: + dh_quilt_patch + rm -f build/stamps/autogen + +override_dh_quilt_unpatch: + dh_quilt_unpatch + rm -f build/stamps/autogen + +build/stamps/autogen: autogen.sh configure.ac Makefile.util.def grub-core/Makefile.core.def + mkdir -p build/stamps + ./autogen.sh + touch $@ + +build/stamps/configure-grub-common: build/stamps/configure-grub-$(COMMON_PLATFORM) + +build/stamps/build-grub-common: build/stamps/build-grub-$(COMMON_PLATFORM) + +build/stamps/configure-grub-pc build/stamps/configure-grub-ieee1275 build/stamps/configure-grub-coreboot build/stamps/configure-grub-emu build/stamps/configure-grub-yeeloong: build/stamps/autogen + mkdir -p build/stamps build/$(package) + dh_auto_configure -- $(confflags) --with-platform=$(subst grub-,,$(package)) + touch $@ + +# This name scheme leaves room for things like ia64 or amd32 someday +build/stamps/configure-grub-efi-ia32: build/stamps/autogen + mkdir -p build/stamps build/$(package) + dh_auto_configure -- $(confflags) --with-platform=efi --target=i386-pe --program-prefix="" + touch $@ +build/stamps/configure-grub-efi-amd64: build/stamps/autogen + mkdir -p build/stamps $(subst build/stamps/configure-,build/,$@) + dh_auto_configure -- $(confflags) --with-platform=efi --target=amd64-pe --program-prefix="" + touch $@ + +build/stamps/configure-grub-firmware-qemu: build/stamps/autogen + mkdir -p build/stamps $(subst build/stamps/configure-,build/,$@) + dh_auto_configure -- $(confflags) --with-platform=qemu + touch $@ + +build/stamps/build-grub-efi-ia32 build/stamps/build-grub-efi-amd64 build/stamps/build-grub-ieee1275 build/stamps/build-grub-coreboot build/stamps/build-grub-emu build/stamps/build-grub-yeeloong: build/stamps/build-%: build/stamps/configure-% + dh_auto_build + touch $@ + +build/stamps/build-grub-pc: build/stamps/configure-grub-pc + dh_auto_build +ifeq ($(with_check), yes) + dh_auto_test +endif + touch $@ + +build/stamps/build-grub-firmware-qemu: build/stamps/configure-grub-firmware-qemu + dh_auto_build + grub_dir=`mktemp -d` ; \ + grub_memdisk=`mktemp` ; \ + trap "rm -rf $${grub_dir} $${grub_memdisk}" EXIT HUP INT QUIT TERM ; \ + mkdir -p $${grub_dir}/boot/grub ; \ + cp debian/grub-firmware-qemu_grub.cfg $${grub_dir}/boot/grub/grub.cfg ; \ + tar -cf - -C $${grub_dir} boot > $${grub_memdisk} ; \ + $(CURDIR)/build/$(package)/grub-mkimage \ + -O i386-qemu \ + -d $(CURDIR)/build/$(package)/grub-core \ + $(CURDIR)/build/$(package)/grub-core/*.mod \ + -m $${grub_memdisk} \ + -o $(CURDIR)/build/$(package)/grub.bin + touch $@ + +build/stamps/build-grub-rescue-pc: build/stamps/build-grub-pc + mkdir -p build/grub-rescue-pc + cp -a build/grub-pc/grub-mkrescue build/grub-rescue-pc/grub-mkrescue + mkdir -p build/grub-rescue-pc/rescue-disk/boot/grub + cp docs/grub.cfg build/grub-rescue-pc/rescue-disk/boot/grub/ + sed -i 's,^prefix=.*,prefix=$(CURDIR)/build/grub-rescue-pc,' \ + build/grub-rescue-pc/grub-mkrescue + mkdir -p build/grub-rescue-pc/lib/grub + rm -rf build/grub-rescue-pc/lib/grub/i386-pc + cp -a build/grub-pc/grub-core build/grub-rescue-pc/lib/grub/i386-pc + $(CURDIR)/build/grub-rescue-pc/grub-mkrescue \ + --grub-mkimage=$(CURDIR)/build/grub-pc/grub-mkimage \ + --output=$(CURDIR)/build/grub-rescue-pc/grub-rescue-cdrom.iso \ + $(CURDIR)/build/grub-rescue-pc/rescue-disk + # save space for floppy image + rm -rf build/grub-rescue-pc/lib/grub/i386-pc/po + $(CURDIR)/build/grub-rescue-pc/grub-mkrescue \ + --grub-mkimage=$(CURDIR)/build/grub-pc/grub-mkimage \ + --output=$(CURDIR)/build/grub-rescue-pc/grub-rescue-floppy.img \ + --diet \ + $(CURDIR)/build/grub-rescue-pc/rescue-disk + touch $@ + +platform_subst = \ + if [ -e debian/$(1) ]; then \ + sed debian/$(1) \ + -e "s/@PACKAGE@/$(2)/g" \ + -e "s/@CPU_PLATFORM@/$$cpu_platform/g" \ + >> debian/$(2).$(3); \ + fi + +install/grub-pc install/grub-efi-ia32 install/grub-efi-amd64 install/grub-ieee1275 install/grub-coreboot install/grub-emu install/grub-yeeloong: + dh_auto_install --destdir=debian/tmp-$(package) + + if [ "$@" != "install/grub-emu" ] ; then \ + set -e ; \ + cpu_platform=$$(find debian/tmp-$(package)/usr/lib/grub \ + -mindepth 1 -maxdepth 1 -type d -printf '%P\n') ; \ + for i in $(AUTOGEN_DEB_FILES) ; do \ + > debian/$(package).$$i; \ + $(call platform_subst,$$i.in,$(package),$$i); \ + $(call platform_subst,$(package).$$i.in,$(package),$$i); \ + $(call platform_subst,$(package).$$i.$(DEB_HOST_ARCH_CPU).in,$(package),$$i); \ + $(call platform_subst,$(package).$$i.$(DEB_HOST_ARCH_OS).in,$(package),$$i); \ + [ -s debian/$(package).$$i ] || rm -f debian/$(package).$$i; \ + > debian/$(package_bin).$$i; \ + $(call platform_subst,$$i-bin.in,$(package_bin),$$i); \ + $(call platform_subst,$(package_bin).$$i.in,$(package_bin),$$i); \ + $(call platform_subst,$(package_bin).$$i.$(DEB_HOST_ARCH_CPU).in,$(package_bin),$$i); \ + $(call platform_subst,$(package_bin).$$i.$(DEB_HOST_ARCH_OS).in,$(package_bin),$$i); \ + [ -s debian/$(package_bin).$$i ] || rm -f debian/$(package_bin).$$i; \ + done ; \ + fi + + mkdir -p $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides + echo "$(package_bin): unstripped-binary-or-object *.mod" \ + >> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin) + cd debian/tmp-$(package) && find usr/lib/grub -name kernel.img \ + | sed -e "s%.*%$(package_bin): statically-linked-binary &%g" \ + >> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin) + cd debian/tmp-$(package) && find ./usr/lib/grub -name kernel.img \ + | sed -e "s%.*%$(package_bin): statically-linked-binary &%g" \ + >> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin) + cd debian/tmp-$(package) && find usr/lib/grub -name kernel.img \ + | sed -e "s%.*%$(package_bin): unstripped-binary-or-object &%g" \ + >> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin) + if [ "$@" = "install/grub-efi-amd64" ] && [ "$(DEB_HOST_ARCH_CPU)" = "i386" ] ; then \ + echo "$(package_bin): binary-from-other-architecture *.mod" \ + >> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin) ; \ + cd debian/tmp-$(package) && find usr/lib/grub -name kernel.img \ + | sed -e "s%.*%$(package_bin): binary-from-other-architecture &%g" \ + >> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin) ; \ + fi + if ([ "$@" = "install/grub-pc" ] || \ + [ "$@" = "install/grub-ieee1275" ] || \ + [ "$@" = "install/grub-coreboot" ] || \ + [ "$@" = "install/grub-emu" ]) && \ + [ "$(DEB_HOST_ARCH_CPU)" = "i386" ] ; then \ + echo "$(package_bin): binary-from-other-architecture *efiemu64.o" \ + >> $(CURDIR)/debian/$(package_bin)/usr/share/lintian/overrides/$(package_bin) ; \ + fi + +install/grub-common: + set -e ; for i in $(AUTOGEN_DEB_FILES) ; do \ + if [ -e debian/grub-common.$$i.in ] ; then \ + cat debian/grub-common.$$i.in \ + > debian/grub-common.$$i ; \ + fi ; \ + if [ -e debian/grub-common.$$i.$(DEB_HOST_ARCH_CPU).in ] ; then \ + cat debian/grub-common.$$i.$(DEB_HOST_ARCH_CPU).in \ + >> debian/grub-common.$$i ; \ + fi ; \ + if [ -e debian/grub-common.$$i.$(DEB_HOST_ARCH_OS).in ] ; then \ + cat debian/grub-common.$$i.$(DEB_HOST_ARCH_OS).in \ + >> debian/grub-common.$$i ; \ + fi ; \ + done + +override_dh_install: + dh_install -pgrub2 -pgrub-linuxbios -pgrub-efi -pgrub-rescue-pc -pgrub-firmware-qemu + set -e; for package in grub-common grub2-common grub-mount-udeb; do \ + dh_install -p$$package --sourcedir=debian/tmp-grub-$(COMMON_PLATFORM); \ + done + rm -f debian/grub2-common/usr/share/info/dir* + set -e; for package in grub-pc grub-efi-ia32 grub-efi-amd64 grub-ieee1275 grub-coreboot grub-yeeloong; do \ + dh_install -p$$package --sourcedir=debian/tmp-$$package; \ + dh_install -p$$package-bin --sourcedir=debian/tmp-$$package; \ + done + dh_install -pgrub-emu --sourcedir=debian/tmp-grub-emu + +override_dh_installdocs: + dh_installdocs -pgrub-common -pgrub-rescue-pc -pgrub-firmware-qemu -A AUTHORS NEWS README THANKS TODO + dh_installdocs -Ngrub-common -Ngrub-rescue-pc -Ngrub-firmware-qemu --link-doc=grub-common + +override_dh_strip: + dh_strip -X/usr/bin/grub-emu + +override_dh_auto_clean: + -rm -rf build + -rm -f contrib grub-core/contrib + +override_dh_clean: debian/legacy/update-grub debian/grub-extras + dh_clean + + chmod +x debian/{script,grub.d/*,legacy/*,kernel/*} + + for i in $(AUTOGEN_DEB_FILES) ; do \ + rm -f debian/grub-{pc,efi-*,ieee1275,coreboot,yeeloong}{,-bin}.$$i ; \ + done + rm -rf debian/tmp-*/ + + # make sure PO files are always up-to-date + debconf-updatepo + +debian/legacy/update-grub: + @echo "Missing $@. Try: \"bzr cat http://bzr.debian.org/bzr/pkg-grub/trunk/grub-legacy/debian/update-grub > $@\"" + exit 1 + +debian/grub-extras: + @echo "Missing $@. Try: \"mkdir -p $@; for extra in 915resolution ntldr-img; do bzr export $@/\$$extra http://bzr.savannah.nongnu.org/r/grub-extras/\$$extra; done\"" + exit 1 + +.PHONY: $(patsubst %,configure/%,$(BUILD_PACKAGES)) $(patsubst %,build/%,$(BUILD_PACKAGES)) $(patsubst %,install/%,$(BUILD_PACKAGES)) --- grub2-1.99.orig/debian/grub-mount-udeb.install +++ grub2-1.99/debian/grub-mount-udeb.install @@ -0,0 +1 @@ +usr/bin/grub-mount --- grub2-1.99.orig/debian/grub-common.dirs +++ grub2-1.99/debian/grub-common.dirs @@ -0,0 +1 @@ +usr/sbin --- grub2-1.99.orig/debian/grub-emu.install +++ grub2-1.99/debian/grub-emu.install @@ -0,0 +1,4 @@ +usr/bin/grub-emu +usr/bin/grub-emu-lite +usr/lib/grub/*-*/ +usr/share/man/man1/grub-emu.1 --- grub2-1.99.orig/debian/grub-common.install.in +++ grub2-1.99/debian/grub-common.install.in @@ -0,0 +1,39 @@ +../../debian/presubj usr/share/bug/grub-common +../../debian/apport/source_grub2.py usr/share/apport/package-hooks/ +../../debian/grub.d etc + +etc/bash_completion.d +etc/grub.d +usr/bin/grub-bin2h +usr/bin/grub-editenv +usr/bin/grub-fstest +usr/bin/grub-kbdcomp +usr/bin/grub-menulst2cfg +usr/bin/grub-mkfont +usr/bin/grub-mkimage +usr/bin/grub-mklayout +usr/bin/grub-mkpasswd-pbkdf2 +usr/bin/grub-mkrelpath +usr/bin/grub-mount +usr/bin/grub-script-check +usr/lib/grub/grub-mkconfig_lib +usr/lib/grub/update-grub_lib +usr/sbin/grub-mkconfig +usr/sbin/grub-mkdevicemap +usr/sbin/grub-probe +usr/share/grub +usr/share/locale +usr/share/man/man1/grub-bin2h.1 +usr/share/man/man1/grub-editenv.1 +usr/share/man/man1/grub-fstest.1 +usr/share/man/man1/grub-menulst2cfg.1 +usr/share/man/man1/grub-mkfont.1 +usr/share/man/man1/grub-mkimage.1 +usr/share/man/man1/grub-mklayout.1 +usr/share/man/man1/grub-mkpasswd-pbkdf2.1 +usr/share/man/man1/grub-mkrelpath.1 +usr/share/man/man1/grub-mount.1 +usr/share/man/man1/grub-script-check.1 +usr/share/man/man8/grub-mkconfig.8 +usr/share/man/man8/grub-mkdevicemap.8 +usr/share/man/man8/grub-probe.8 --- grub2-1.99.orig/debian/grub-common.preinst +++ grub2-1.99/debian/grub-common.preinst @@ -0,0 +1,52 @@ +#!/bin/bash +set -e + +# Taken from http://wiki.debian.org/DpkgConffileHandling +# Remove a no-longer used conffile +rm_conffile() { + local PKGNAME="grub-common" + local CONFFILE="$1" + + [ -e "$CONFFILE" ] || return 0 + + local md5sum="$(md5sum $CONFFILE | sed -e 's/ .*//')" + local old_md5sum="$(dpkg-query -W -f='${Conffiles}' $PKGNAME | \ + sed -n -e "\' $CONFFILE ' { s/ obsolete$//; s/.* //; p }")" + if [ "$md5sum" != "$old_md5sum" ]; then + echo "Obsolete conffile $CONFFILE has been modified by you." + echo "Saving as $CONFFILE.dpkg-bak ..." + mv -f "$CONFFILE" "$CONFFILE".dpkg-bak + else + echo "Removing obsolete conffile $CONFFILE ..." + rm -f "$CONFFILE" + fi +} + +case "$1" in + install|upgrade) + if dpkg --compare-versions "$2" lt "1.98~20091229-1" ; then + rm_conffile "/etc/grub.d/10_freebsd" + fi + if dpkg --compare-versions "$2" lt "1.96+20090521-1" ; then + if [[ `dpkg --print-architecture` != hurd-* ]] ; then + rm_conffile "/etc/grub.d/10_hurd" + fi + if [[ `dpkg --print-architecture` = hurd-* ]] || [[ `dpkg --print-architecture` = kfreebsd-* ]] ; then + rm_conffile "/etc/grub.d/10_linux" + fi + fi + ;; + abort-upgrade) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/grub-rescue-pc.README.Debian +++ grub2-1.99/debian/grub-rescue-pc.README.Debian @@ -0,0 +1,22 @@ +grub-rescue-pc +~~~~~~~~~~~~~~ + +How to test the images with qemu: + + qemu -fda /usr/lib/grub-rescue/grub-rescue-floppy.img + + qemu -cdrom /usr/lib/grub-rescue/grub-rescue-cdrom.iso + + qemu -hda /usr/lib/grub-rescue/grub-rescue-usb.img + +How to write the images to bootable media: + + sudo dd if=/usr/lib/grub-rescue/grub-rescue-floppy.img of=/dev/fd0 bs=32k + + sudo wodim /usr/lib/grub-rescue/grub-rescue-cdrom.iso + # or just use your favourite CD burning program + + sudo dd if=/usr/lib/grub-rescue/grub-rescue-usb.img of=DEVICE bs=32k + # where DEVICE is something like /dev/sdb, corresponding to your USB + # stick's device name; be VERY CAREFUL that this is the correct device as + # otherwise you could destroy data on your hard disk! --- grub2-1.99.orig/debian/grub-linuxbios.postinst +++ grub2-1.99/debian/grub-linuxbios.postinst @@ -0,0 +1,19 @@ +#! /bin/sh +set -e + +case "$1" in + configure) + if dpkg --compare-versions "$2" lt-nl 1.99-1; then + # Force dpkg to replace this directory with a symlink. + if [ ! -L /usr/share/doc/@PACKAGE@ ] && [ -d /usr/share/doc/@PACKAGE@ ]; then + if rmdir /usr/share/doc/@PACKAGE@ 2>/dev/null; then + ln -sf grub-common /usr/share/doc/@PACKAGE@ + fi + fi + fi + ;; +esac + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/compat +++ grub2-1.99/debian/compat @@ -0,0 +1 @@ +7 --- grub2-1.99.orig/debian/postinst.in +++ grub2-1.99/debian/postinst.in @@ -0,0 +1,685 @@ +#!/bin/bash +set -e + +merge_debconf_into_conf() +{ + local tmpfile; tmpfile="$1" + local setting; setting="$2" + local template; template="$3" + + db_get "$template" + local value; value="$(echo "$RET" | sed -e 's,[$`"\@],\\&,g')" + if grep -q "^${setting}=" "$tmpfile"; then + sed -i -re "s@^(${setting}=).*@\1\"${value}\"@" "$tmpfile" + else + echo >> "$tmpfile" + echo "${setting}=\"${value}\"" >> "$tmpfile" + fi +} + +get_wubi_device() +{ + if [ ! -x /usr/share/lupin-support/grub-mkimage ] || \ + ! /usr/share/lupin-support/grub-mkimage --test; then + return 1 + fi + + local bootdev="$(grub-probe --target=device /boot)" || true + local loop_file= + case $bootdev in + /dev/loop/*|/dev/loop[0-9]) + loop_file="$(losetup "$bootdev" | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/")" + # If it's loop-mounted from another device, it isn't Wubi. + case $loop_file in + /dev/*) return 1 ;; + esac + ;; + *) return 1 ;; + esac + + echo "$bootdev" +} + +# This only works on a Linux system with udev running. This is probably the +# vast majority of systems where we need any of this, though, and we fall +# back reasonably gracefully if we don't have it. +cached_available_ids= +available_ids() +{ + local id path + + if [ "$cached_available_ids" ]; then + echo "$cached_available_ids" + return + fi + + [ -d /dev/disk/by-id ] || return + cached_available_ids="$( + for path in /dev/disk/by-id/*; do + [ -e "$path" ] || continue + printf '%s %s\n' "$path" "$(readlink -f "$path")" + done | sort -k2 -s -u | cut -d' ' -f1 + )" + echo "$cached_available_ids" +} + +# Returns non-zero and no output if no mapping can be found. +device_to_id() +{ + local id + for id in $(available_ids); do + if [ "$(readlink -f "$id")" = "$(readlink -f "$1")" ]; then + echo "$id" + return 0 + fi + done + # Fall back to the plain device name if there's no by-id link for it. + if [ -e "$1" ]; then + echo "$1" + return 0 + fi + return 1 +} + +devices_to_ids() +{ + local device id ids + ids= + for device; do + id="$(device_to_id "$device" || true)" + if [ "$id" ]; then + ids="${ids:+$ids, }$id" + fi + done + echo "$ids" +} + +all_disks() +{ + local id + for id in $(available_ids); do + case $id in + *-part*) ;; + *) echo "$id" ;; + esac + done +} + +all_partitions() +{ + local id ids + ids= + for id in $(available_ids); do + if [ "$id" != "$1" ] && [ "${id%-part*}" = "$1" ]; then + ids="${ids:+$ids }$id" + fi + done + echo "$ids" +} + +# In order to determine whether we accidentally ran grub-install without +# upgrade-from-grub-legacy on versions older than 1.98+20100617-1, we need +# to be able to scan a disk to determine whether GRUB 2 was installed in its +# boot sector. This is specific to i386-pc (but that's the only platform +# where we need it). +scan_grub2() +{ + if ! dd if="$1" bs=512 count=1 2>/dev/null | grep -aq GRUB; then + # No version of GRUB is installed. + return 1 + fi + + # The GRUB boot sector always starts with a JMP instruction. + initial_jmp="$(dd if="$1" bs=2 count=1 2>/dev/null | od -Ax -tx1 | \ + head -n1 | cut -d' ' -f2,3)" + [ "$initial_jmp" ] || return 1 + initial_jmp_opcode="${initial_jmp%% *}" + [ "$initial_jmp_opcode" = eb ] || return 1 + initial_jmp_operand="${initial_jmp#* }" + case $initial_jmp_operand in + 47|4b|4c|63) + # I believe this covers all versions of GRUB 2 up to the package + # version where we gained a more explicit mechanism. GRUB Legacy + # always had 48 here. + return 0 + ;; + esac + + return 1 +} + +# for Linux +sysfs_size() +{ + local num_sectors sector_size size + # Try to find out the size without relying on a partitioning tool being + # installed. This isn't too hard on Linux 2.6 with sysfs, but we have to + # try a couple of variants on detection of the sector size. + if [ -e "$1/size" ]; then + num_sectors="$(cat "$1/size")" + sector_size=512 + if [ -e "$1/queue/logical_block_size" ]; then + sector_size="$(cat "$1/queue/logical_block_size")" + elif [ -e "$1/queue/hw_sector_size" ]; then + sector_size="$(cat "$1/queue/hw_sector_size")" + fi + size="$(expr "$num_sectors" \* "$sector_size" / 1000 / 1000)" + fi + [ "$size" ] || size='???' + echo "$size" +} + +# for kFreeBSD +camcontrol_size() +{ + local num_sectors sector_size size= + + if num_sectors="$(camcontrol readcap "$1" -q -s -N)"; then + sector_size="$(camcontrol readcap "$1" -q -b)" + size="$(expr "$num_sectors" \* "$sector_size" / 1000 / 1000)" + fi + + [ "$size" ] || size='???' + echo "$size" +} + +# Returns value in $RET, like a debconf command. +describe_disk() +{ + local disk id base size + disk="$1" + id="$2" + + model= + case $(uname -s) in + Linux) + if which udevadm >/dev/null 2>&1; then + size="$(sysfs_size "/sys$(udevadm info -n "$disk" -q path)")" + else + base="${disk#/dev/}" + base="$(printf %s "$base" | sed 's,/,!,g')" + size="$(sysfs_size "/sys/block/$base")" + fi + + if which udevadm >/dev/null 2>&1; then + model="$(udevadm info -n "$disk" -q property | sed -n 's/^ID_MODEL=//p')" + if [ -z "$model" ]; then + model="$(udevadm info -n "$disk" -q property | sed -n 's/^DM_NAME=//p')" + if [ -z "$model" ]; then + model="$(udevadm info -n "$disk" -q property | sed -n 's/^MD_NAME=//p')" + if [ -z "$model" ] && which dmsetup >/dev/null 2>&1; then + model="$(dmsetup info -c --noheadings -o name "$disk" 2>/dev/null || true)" + fi + fi + fi + fi + ;; + GNU/kFreeBSD) + disk_basename=$(basename "$disk") + size="$(camcontrol_size "$disk_basename")" + model="$(camcontrol inquiry "$disk_basename" | sed -ne "s/^pass0: <\([^>]*\)>.*/\1/p")" + ;; + esac + + [ "$model" ] || model='???' + + db_subst grub-pc/disk_description DEVICE "$disk" + db_subst grub-pc/disk_description SIZE "$size" + db_subst grub-pc/disk_description MODEL "$model" + db_metaget grub-pc/disk_description description +} + +# Returns value in $RET, like a debconf command. +describe_partition() +{ + local disk part id path diskbase partbase size + disk="$1" + part="$2" + id="$3" + path="$4" + + if which udevadm >/dev/null 2>&1; then + size="$(sysfs_size "/sys$(udevadm info -n "$part" -q path)")" + else + diskbase="${disk#/dev/}" + diskbase="$(printf %s "$diskbase" | sed 's,/,!,g')" + partbase="${part#/dev/}" + partbase="$(printf %s "$partbase" | sed 's,/,!,g')" + size="$(sysfs_size "/sys/block/$diskbase/$partbase")" + fi + + db_subst grub-pc/partition_description DEVICE "$part" + db_subst grub-pc/partition_description SIZE "$size" + db_subst grub-pc/partition_description PATH "$path" + db_metaget grub-pc/partition_description description +} + +usable_partitions() +{ + local last_partition path partition partition_id + + last_partition= + for path in / /boot /boot/grub; do + partition="$(grub-probe -t device "$path" || true)" + if [ -z "$partition" ] || [ "$partition" = "$last_partition" ]; then + continue + fi + partition_id="$(device_to_id "$partition" || true)" + echo "$path:$partition_id" + last_partition="$partition" + done | sort -t: -k2 +} + +get_mountpoint() +{ + local relpath boot_mountpoint + + relpath="$(grub-mkrelpath "$1")" + boot_mountpoint="${1#$relpath}" + echo "${boot_mountpoint:-/}" +} + +config_item() +{ + if [ -f /etc/default/grub ]; then + . /etc/default/grub || return + fi + eval echo "\$$1" +} + +case "$1" in + configure) + . /usr/share/debconf/confmodule + + if dpkg --compare-versions "$2" lt-nl 1.99-1; then + # Force dpkg to replace this directory with a symlink. + if [ ! -L /usr/share/doc/@PACKAGE@ ] && [ -d /usr/share/doc/@PACKAGE@ ]; then + if rmdir /usr/share/doc/@PACKAGE@ 2>/dev/null; then + ln -sf grub-common /usr/share/doc/@PACKAGE@ + fi + fi + fi + + devicemap_regenerated= + + if egrep -q '^[[:space:]]*post(inst|rm)_hook[[:space:]]*=[[:space:]]*(/sbin/|/usr/sbin/)?update-grub' /etc/kernel-img.conf 2>/dev/null; then + echo 'Removing update-grub hooks from /etc/kernel-img.conf in favour of' >&2 + echo '/etc/kernel/ hooks.' >&2 + sed -ri /etc/kernel-img.conf -e '\%^[[:space:]]*post(inst|rm)_hook[[:space:]]*=[[:space:]]*(/sbin/|/usr/sbin/)?update-grub%d' + fi + + case @PACKAGE@ in + grub-pc) + mkdir -p /boot/grub + + if test -e /boot/grub/device.map && ! test -e /boot/grub/core.img ; then + # Looks like your device.map was generated by GRUB Legacy, which + # used to generate broken device.map (see #422851). Avoid the risk + # by regenerating it. + grub-mkdevicemap --no-floppy + devicemap_regenerated=1 + fi + ;; + esac + + if test -z "$devicemap_regenerated" && test -s /boot/grub/device.map && \ + dpkg --compare-versions "$2" lt-nl 1.98+20100702-1 && \ + test "$(uname -s)" = Linux; then + # Earlier versions of GRUB used unstable device names in device.map, + # which caused a variety of problems. There is some risk associated with + # regenerating it (so we prompt the user if it's non-trivial), but on the + # whole it's less risky to move to /dev/disk/by-id/. + devicemap_lines="$(egrep -v '^[[:space:]]+#' /boot/grub/device.map | wc -l)" + grub-mkdevicemap --no-floppy + devicemap_regenerated=1 + if test "$devicemap_lines" != 1; then + db_input critical grub2/device_map_regenerated || true + db_go || true + fi + fi + + if test -z "$devicemap_regenerated" && \ + dpkg --compare-versions "$2" lt-nl 1.99~20101210-2 && \ + grep -qs /md-uuid- /boot/grub/device.map; then + echo "Removing MD devices from device.map, since the BIOS cannot read from these." >&2 + sed -i '/\/md-uuid-/d' /boot/grub/device.map + fi + + tmp_default_grub="$(mktemp -t grub.XXXXXXXXXX)" + trap "rm -f ${tmp_default_grub}" EXIT + cp -p /usr/share/grub/default/grub ${tmp_default_grub} + + merge_debconf_into_conf "$tmp_default_grub" GRUB_CMDLINE_LINUX grub2/linux_cmdline + merge_debconf_into_conf "$tmp_default_grub" GRUB_CMDLINE_LINUX_DEFAULT grub2/linux_cmdline_default + + ucf --three-way --debconf-ok --sum-file=/usr/share/grub/default/grub.md5sum ${tmp_default_grub} /etc/default/grub + package="$(ucfq --with-colons /etc/default/grub | cut -d : -f 2)" + if echo $package | grep -q "^grub-" ; then + ucfr --force @PACKAGE@ /etc/default/grub + else + ucfr @PACKAGE@ /etc/default/grub + fi + + case @PACKAGE@ in + grub-pc) + + fix_mixed_system= + if test -e /boot/grub/stage2 && test -e /boot/grub/menu.lst && \ + ! test -e /boot/grub/grub2-installed && \ + test -z "$UPGRADE_FROM_GRUB_LEGACY"; then + # Unfortunately, it's still possible that the user upgraded fully + # to GRUB 2 in some way other than running + # upgrade-from-grub-legacy; perhaps they ran grub-install by hand + # for some reason. It's really quite difficult to detect this + # situation, because the only difference between this and a + # working chainloaded setup is that in this case grub-setup has + # been run. So, to try to tell the difference, we scan the boot + # sectors of all disks for a GRUB 2 boot sector. Hopefully this + # won't cause too much to explode, since I can't think of a better + # method. + grub2_disks= + for disk in $(all_disks); do + if scan_grub2 "$disk"; then + grub2_disks="${grub2_disks:+$grub2_disks }$(readlink -f "$disk")" + fi + done + if [ "$grub2_disks" ]; then + # No || true here; it's vital that the user sees this, and it's + # better to throw an error than to do the wrong thing. + db_subst grub-pc/mixed_legacy_and_grub2 DISKS "$grub2_disks" + db_input critical grub-pc/mixed_legacy_and_grub2 + db_go + db_get grub-pc/mixed_legacy_and_grub2 + if [ "$RET" = true ]; then + db_reset grub-pc/install_devices + UPGRADE_FROM_GRUB_LEGACY=1 + fix_mixed_system=1 + # Fall through to normal installation logic. + fi + fi + fi + + # Make sure that Wubi users never see confusing device prompts. + # Wubi is a very specialised hack that does complicated things with + # grub-install diversions to create an image that's chained from the + # Windows boot loader to boot an operating system from a file on a + # Windows file system. In these circumstances, prompting for where + # to install GRUB is not going to help anyone. + wubi_device="$(get_wubi_device)" || true + if [ "$wubi_device" ]; then + db_set grub-pc/install_devices "$wubi_device" + db_fset grub-pc/install_devices seen true + fi + + if test -e /boot/grub/stage2 && test -e /boot/grub/menu.lst && \ + ! test -e /boot/grub/grub2-installed && \ + test -z "$UPGRADE_FROM_GRUB_LEGACY"; then + db_get grub-pc/chainload_from_menu.lst + if $RET ; then + # Create core.img (but do not risk writing to MBR). + # Using grub-probe instead of "(hd0)" avoids (UUID=) hack slowness + # in case /boot/grub is not on (hd0) in device.map. + echo "Generating core.img" >&2 + grub-install --no-floppy --grub-setup=/bin/true "$(grub-probe -t drive /boot/grub)" > /dev/null + + # Update menu.lst to reflect that: + # - core.img is present now + # - core.img has to be the first option + echo "Saving menu.lst backup in /boot/grub/menu.lst_backup_by_grub2_postinst" >&2 + cp /boot/grub/menu.lst{,_backup_by_grub2_postinst} + echo "Running update-grub Legacy to hook our core.img in it" >&2 + LET_US_TRY_GRUB_2=true /usr/lib/grub-legacy/update-grub 2>&1 | sed -e "s/^/ /g" >&2 + # We just hooked GRUB 2 in menu.lst; then also generate grub.cfg. + touch /boot/grub/grub.cfg + fi + elif test -z "$2" || test -e /boot/grub/core.img || \ + test "$UPGRADE_FROM_GRUB_LEGACY" || test "$wubi_device"; then + question=grub-pc/install_devices + device_map="$(grub-mkdevicemap -m - | grep -v '^(fd[0-9]\+)' || true)" + devices="$(echo "$device_map" | cut -f2)" + if dpkg --compare-versions "$2" lt 1.98+20100702-1 && \ + test "$(uname -s)" = Linux && [ -z "$wubi_device" ]; then + # Migrate to new by-id naming scheme. + db_get grub-pc/install_devices + old_devices="$(echo "$RET" | sed 's/, / /g')" + new_devices= + # Common-case optimisation: if the list of devices is + # identical to the LHS of grub-mkdevicemap's output, then + # there's no point asking again; just install to all disks. + # (This handles e.g. "(hd0)" with one disk.) + if [ "$(echo "$device_map" | cut -f1 | sort)" = \ + "$(echo "$old_devices" | xargs -n1 | sort)" ]; then + new_devices="$(devices_to_ids $devices)" + db_set grub-pc/install_devices "$new_devices" + # Alternatively, we might be installing to a single partition + # on a single disk, and we can deal with that too if there's + # only one available disk and it has an appropriate partition. + # This doesn't necessarily work for multiple disks because now + # the order matters. + elif [ "$(echo "$device_map" | wc -l)" = 1 ] && \ + [ "$(echo "$old_devices" | wc -w)" = 1 ] && \ + echo "$old_devices" | grep -q ,; then + old_device="${old_devices#(}" + old_device="${old_device%)}" + old_disk="${old_device%,*}" + old_partition="${old_device##*,}" + new_device="$(echo "$device_map" | grep "^($old_disk)" | \ + cut -f2)" + new_device="$(device_to_id $new_device)" + if [ "$new_device" ]; then + new_device="$new_device-part$old_partition" + # Run through device_to_id again to check for existence. + new_device="$(device_to_id $new_device)" + fi + if [ "$new_device" ]; then + new_devices="$new_device" + db_set grub-pc/install_devices "$new_device" + fi + fi + if [ -z "$new_devices" ]; then + new_devices="$(devices_to_ids $old_devices)" + db_set grub-pc/install_devices "$new_devices" + # Common-case optimisation: if all devices are translatable + # to by-id and the number of devices there is the same as + # the number of devices GRUB can see, then there's no point + # asking again. (This handles e.g. "/dev/sda" with one + # disk.) + old_devices_count="$(echo "$old_devices" | wc -w)" + new_devices_count="$(echo "$new_devices" | wc -w)" + devices_count="$(echo "$devices" | wc -w)" + if [ "$old_devices_count" != "$new_devices_count" ] || \ + [ "$new_devices_count" != "$devices_count" ]; then + db_fset grub-pc/install_devices seen false + db_fset grub-pc/install_devices_empty seen false + fi + fi + else + db_get grub-pc/install_devices + valid=1 + for device in $RET; do + if [ ! -e "${device%,}" ]; then + valid=0 + break + fi + done + if [ "$valid" = 0 ]; then + question=grub-pc/install_devices_disks_changed + db_set "$question" "$RET" + db_fset "$question" seen false + db_fset grub-pc/install_devices_empty seen false + fi + fi + + while :; do + ids= + descriptions= + partitions="$(usable_partitions)" + for device in $devices; do + disk_id="$(device_to_id "$device" || true)" + if [ "$disk_id" ]; then + ids="${ids:+$ids, }$disk_id" + describe_disk "$(readlink -f "$device")" "$disk_id" + RET="$(printf %s "$RET" | sed 's/,/\\,/g')" + descriptions="${descriptions:+$descriptions, }$RET" + for partition_pair in $partitions; do + partition_id="${partition_pair#*:}" + if [ "${partition_id#$disk_id-part}" != "$partition_id" ]; then + ids="${ids:+$ids, }$partition_id" + describe_partition "$(readlink -f "$device")" "$(readlink -f "$partition_id")" "$partition_id" "$(get_mountpoint "${partition_pair%%:*}")" + RET="$(printf %s "$RET" | sed 's/,/\\,/g')" + descriptions="${descriptions:+$descriptions, }$RET" + fi + done + fi + done + # Some "partitions" may in fact be at the disk level, e.g. RAID. + # List these as well if they haven't already been listed. + for partition_pair in $partitions; do + partition_id="${partition_pair#*:}" + if [ "${partition_id#*-part}" = "$partition_id" ]; then + case ", $ids, " in + ", $partition_id, ") ;; + *) + ids="${ids:+$ids, }$partition_id" + describe_disk "$(readlink -f "$partition_id")" "$partition_id" + RET="$(printf %s "$RET" | sed 's/,/\\,/g')" + descriptions="${descriptions:+$descriptions, }$RET" + ;; + esac + fi + done + db_subst "$question" RAW_CHOICES "$ids" + db_subst "$question" CHOICES "$descriptions" + db_input high "$question" || true + db_go + db_get "$question" + failed_devices= + for i in `echo $RET | sed -e 's/, / /g'` ; do + real_device="$(readlink -f "$i")" + if grub-install --force --no-floppy $real_device ; then + # We just installed GRUB 2; then also generate grub.cfg. + touch /boot/grub/grub.cfg + else + failed_devices="$failed_devices $real_device" + fi + done + + if [ "$question" != grub-pc/install_devices ]; then + db_set grub-pc/install_devices "$RET" + db_fset grub-pc/install_devices seen true + fi + + if [ "$failed_devices" ]; then + if [ "$UPGRADE_FROM_GRUB_LEGACY" ]; then + db_subst grub-pc/install_devices_failed_upgrade FAILED_DEVICES "$failed_devices" + db_fset grub-pc/install_devices_failed_upgrade seen false + if db_input critical grub-pc/install_devices_failed_upgrade; then + db_go + db_get grub-pc/install_devices_failed_upgrade + if [ "$RET" = true ]; then + db_fset "$question" seen false + db_fset grub-pc/install_devices_failed_upgrade seen false + continue + else + exit 1 + fi + else + exit 1 # noninteractive + fi + else + db_subst grub-pc/install_devices_failed FAILED_DEVICES "$failed_devices" + db_fset grub-pc/install_devices_failed seen false + if db_input critical grub-pc/install_devices_failed; then + db_go + db_get grub-pc/install_devices_failed + if [ "$RET" = true ]; then + break + else + db_fset "$question" seen false + db_fset grub-pc/install_devices_failed seen false + continue + fi + else + break # noninteractive + fi + fi + fi + + db_get grub-pc/install_devices + if [ -z "$RET" ]; then + # Reset the seen flag if the current answer is false, since + # otherwise we'll loop with no indication of why. + db_get grub-pc/install_devices_empty + if [ "$RET" = false ]; then + db_fset grub-pc/install_devices_empty seen false + fi + if db_input critical grub-pc/install_devices_empty; then + db_go + db_get grub-pc/install_devices_empty + if [ "$RET" = true ]; then + break + else + db_fset "$question" seen false + db_fset grub-pc/install_devices_empty seen false + fi + else + break # noninteractive + fi + else + break + fi + done + fi + + # /boot/grub/ has more chances of being accessible by GRUB + if test -e /boot/grub/grub.cfg ; then + for i in /usr/share/grub/unicode.pf2 ; do + if test -e $i ; then + cp $i /boot/grub/ + fi + done + fi + + if [ "$fix_mixed_system" ]; then + # These never contain any valuable information, and they aren't + # useful for boot any more, since we just overwrote MBR/PBR. + rm -f /boot/grub/{{xfs,reiserfs,e2fs,fat,jfs,minix}_stage1_5,stage{1,2}} + # Remove marker file used to indicate that grub-install was run + # rather than upgrade-from-grub-legacy. Since stage2 has been + # removed, we don't need this any more. + rm -f /boot/grub/grub2-installed + fi + ;; + + grub-efi-ia32|grub-efi-amd64) + bootloader_id="$(config_item GRUB_DISTRIBUTOR | tr A-Z a-z | \ + cut -d' ' -f1)" + if [ "$bootloader_id" ] && [ -d "/boot/efi/EFI/$bootloader_id" ]; then + grub-install + fi + ;; + + grub-yeeloong) + grub-install + ;; + esac + + # If grub.cfg has been generated, update it. + if test -e /boot/grub/grub.cfg ; then + update-grub 3>&- + fi + ;; + abort-upgrade|abort-remove|abort-deconfigure) + ;; + *) + echo "postinst called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/grub-common.install.i386.in +++ grub2-1.99/debian/grub-common.install.i386.in @@ -0,0 +1,2 @@ +usr/bin/grub-mkrescue +usr/share/man/man1/grub-mkrescue.1 --- grub2-1.99.orig/debian/postrm.in +++ grub2-1.99/debian/postrm.in @@ -0,0 +1,47 @@ +#!/bin/bash +set -e + +case "$1" in + purge) + rm -f /etc/default/grub + + if which ucf >/dev/null ; then + ucf --purge /etc/default/grub + fi + if which ucfr >/dev/null ; then + ucfr --purge @PACKAGE@ /etc/default/grub || true + fi + + case @PACKAGE@ in + grub-pc) + # debconf could have been purged + if [ -e /usr/share/debconf/confmodule ] ; then + . /usr/share/debconf/confmodule + fi + + db_input high grub-pc/postrm_purge_boot_grub || true + db_go || true + db_get grub-pc/postrm_purge_boot_grub || true + if [ "$RET" = "true" ] ; then + rm -f /boot/grub/{grub.cfg,ascii.pf2,unicode.pf2,moreblue-orbit-grub.png,*.mod,*.lst,*.img,efiemu32.o,efiemu64.o,device.map,grubenv,installed-version,.background_cache.jpeg,.background_cache.png,.background_cache.tga} || true + rm -rf /boot/grub/locale + rmdir --ignore-fail-on-non-empty /boot/grub || true + fi + ;; + esac + + ;; + remove|upgrade|failed-upgrade|abort-upgrade|abort-install) + ;; + *) + echo "postrm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/control +++ grub2-1.99/debian/control @@ -0,0 +1,388 @@ +Source: grub2 +Section: admin +Priority: extra +Maintainer: GRUB Maintainers +Uploaders: Robert Millan , Felix Zielcke , Jordi Mallach , Colin Watson +DM-Upload-Allowed: yes +Build-Depends: debhelper (>= 7.4.2~), + quilt (>= 0.46-7), + patchutils, + autoconf, + automake, + autogen (>= 1:5.10), + python, + flex (>= 2.5.35), + bison, + po-debconf, + help2man, + texinfo, + gcc-4.5-multilib [i386 kopensolaris-i386 any-amd64 any-ppc64 any-sparc], + gcc-4.5, + libncurses5-dev, + xfonts-unifont, + libfreetype6-dev, + gettext, + libusb-dev [!hurd-any], + libdevmapper-dev (>= 2:1.02.34) [linux-any], + libgeom-dev (>= 8.2+ds1-1) [kfreebsd-any] | libgeom-dev (<< 8.2) [kfreebsd-any], + libsdl1.2-dev [!hurd-any], + xorriso (>= 0.5.6.pl00), + qemu-system [i386 kfreebsd-i386 kopensolaris-i386 any-amd64], + qemu-utils [!hurd-any], + parted [!hurd-any], + libfuse-dev (>= 2.8.4-1.4) [linux-any kfreebsd-any], +Build-Conflicts: autoconf2.13, libzfs-dev, libnvpair-dev +Standards-Version: 3.8.4 +Homepage: http://www.gnu.org/software/grub/ +Vcs-Bzr: http://anonscm.debian.org/bzr/pkg-grub/trunk/grub/ +Vcs-Browser: http://anonscm.debian.org/loggerhead/pkg-grub/trunk/grub/ + +Package: grub2 +Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc +Depends: grub-pc (= ${binary:Version}) [any-i386 any-amd64] | grub-ieee1275 (= ${binary:Version}) [any-powerpc any-ppc64 any-sparc], ${misc:Depends} +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (dummy package) + This is a dummy transitional package to handle GRUB 2 upgrades. It can be + safely removed. + +Package: grub-linuxbios +Architecture: any-i386 any-amd64 +Depends: grub-coreboot (= ${binary:Version}), ${misc:Depends} +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (dummy package) + This is a dummy transitional package that depends on grub-coreboot. + +Package: grub-efi +Architecture: any-i386 any-amd64 +Depends: ${misc:Depends}, grub-efi-ia32 (= ${binary:Version}) [any-i386], grub-efi-amd64 (= ${binary:Version}) [any-amd64] +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (dummy package) + This is a dummy transitional package that depends on either grub-efi-ia32 or + grub-efi-amd64, depending on the architecture. + + +Package: grub-common +Priority: optional +Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc any-mipsel +Depends: ${shlibs:Depends}, ${misc:Depends}, gettext-base +Replaces: grub-pc (<< 1.99-1), grub-ieee1275 (<< 1.99-1), grub-efi (<< 1.99-1), grub-coreboot (<< 1.99-1), grub-linuxbios (<< 1.96+20080831-1), grub-efi-ia32 (<< 1.99-1), grub-efi-amd64 (<< 1.99-1), grub-yeeloong (<< 1.99-1) +Recommends: os-prober (>= 1.33) +Suggests: multiboot-doc, grub-emu, xorriso (>= 0.5.6.pl00), desktop-base (>= 4.0.6) +# See bugs #435983 and #455746 +Conflicts: mdadm (<< 2.6.7-2) +Breaks: lupin-support (<< 0.30) +Multi-Arch: foreign +Description: GRand Unified Bootloader (common files) + This package contains common files shared by the distinct flavours of GRUB. + It is shared between GRUB Legacy and GRUB 2, although a number of files + specific to GRUB 2 are here as long as they do not break GRUB Legacy. + +Package: grub2-common +Priority: optional +Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc any-mipsel +Depends: grub-common (= ${binary:Version}), dpkg (>= 1.15.4) | install-info, ${shlibs:Depends}, ${misc:Depends} +Replaces: grub, grub-legacy, grub-common (<< 1.99-1), grub-pc (<< 1.99-1), grub-ieee1275 (<< 1.99-1), grub-efi (<< 1.99-1), grub-coreboot (<< 1.99-1), grub-linuxbios (<< 1.99-1), grub-efi-ia32 (<< 1.99-1), grub-efi-amd64 (<< 1.99-1), grub-yeeloong (<< 1.99-1) +Conflicts: grub (<< 0.97-54), grub-legacy, grub-doc (<< 0.97-32), grub-legacy-doc (<< 0.97-59) +Multi-Arch: foreign +Description: GRand Unified Bootloader (common files for version 2) + This package contains common files shared by the distinct flavours of GRUB. + The files in this package are specific to GRUB 2, and would break GRUB + Legacy if installed on the same system. + +Package: grub-emu +Architecture: any-i386 any-amd64 any-powerpc +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}) +Replaces: grub-common (<= 1.97~beta3-1) +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (emulated version) + This package contains grub-emu, an emulated version of GRUB. It is only + provided for debugging purposes. + +Package: grub-pc-bin +Priority: optional +Architecture: any-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}) +Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-pc (<< 1.99-1) +Suggests: desktop-base (>= 4.0.6) +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (PC/BIOS binaries) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + - VESA-based graphical mode with background image support and complete 24-bit + color set. + - Support for extended charsets. Users can write UTF-8 text to their menu + entries. + . + This package contains a version of GRUB that has been built for use with + traditional PC/BIOS architecture. It will not automatically install GRUB + as the active boot loader, nor will it automatically update grub.cfg on + upgrade, so most people should install grub-pc instead. + +Package: grub-pc +Priority: optional +Architecture: any-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-pc-bin (= ${binary:Version}), ucf, freebsd-utils (>= 8.0-4) [kfreebsd-any] +Replaces: grub, grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi-amd64, grub-efi-ia32, grub-coreboot, grub-ieee1275 +Conflicts: grub (<< 0.97-54), grub-legacy, grub-efi-amd64, grub-efi-ia32, grub-coreboot, grub-ieee1275 +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (PC/BIOS version) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + - VESA-based graphical mode with background image support and complete 24-bit + color set. + - Support for extended charsets. Users can write UTF-8 text to their menu + entries. + . + This package contains a version of GRUB that has been built for use with + traditional PC/BIOS architecture. + +Package: grub-rescue-pc +Architecture: any-i386 any-amd64 +Depends: ${misc:Depends} +Multi-Arch: foreign +Description: GRUB bootable rescue images, version 2 (PC/BIOS version) + This package contains three GRUB rescue images that have been built for use + with the traditional PC/BIOS architecture: + . + - grub-rescue-floppy.img: floppy image. + - grub-rescue-cdrom.iso: El Torito CDROM image. + - grub-rescue-usb.img: USB image. + +Package: grub-coreboot-bin +Architecture: any-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}) +Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-linuxbios, grub-coreboot (<< 1.99-1) +Conflicts: grub-linuxbios (<< ${source:Version}) +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (Coreboot binaries) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + platforms running the Coreboot firmware. It will not automatically install + GRUB as the active boot loader, nor will it automatically update grub.cfg + on upgrade, so most people should install grub-coreboot instead. + +Package: grub-coreboot +Architecture: any-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-coreboot-bin (= ${binary:Version}), ucf +Replaces: grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-linuxbios, grub-efi-amd64, grub-efi-ia32, grub-pc, grub-ieee1275 +Conflicts: grub (<< 0.97-54), grub-legacy, grub-linuxbios (<< ${source:Version}), grub-efi-amd64, grub-efi-ia32, grub-pc, grub-ieee1275 +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (Coreboot version) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + platforms running the Coreboot firmware. + +Package: grub-efi-ia32-bin +Architecture: any-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [i386 amd64] +Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi, grub-efi-ia32 (<< 1.99-1) +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (EFI-IA32 binaries) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless + a BIOS interface has been activated). It will not automatically install + GRUB as the active boot loader, nor will it automatically update grub.cfg + on upgrade, so most people should install grub-efi-ia32 instead. + +Package: grub-efi-ia32 +Architecture: any-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-efi-ia32-bin (= ${binary:Version}), ucf +Replaces: grub, grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi, grub-efi-amd64, grub-pc, grub-coreboot, grub-ieee1275 +Conflicts: grub (<< 0.97-54), grub-legacy, grub-efi-amd64, grub-pc, grub-coreboot, grub-ieee1275 +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (EFI-IA32 version) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + EFI-IA32 architecture, such as the one provided by Intel Macs (that is, unless + a BIOS interface has been activated). + +Package: grub-efi-amd64-bin +Architecture: i386 kopensolaris-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), efibootmgr [i386 amd64] +Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi-amd64 (<< 1.99-1) +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (EFI-AMD64 binaries) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless + a BIOS interface has been activated). It will not automatically install + GRUB as the active boot loader, nor will it automatically update grub.cfg + on upgrade, so most people should install grub-efi-amd64 instead. + +Package: grub-efi-amd64 +Architecture: i386 kopensolaris-i386 any-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-efi-amd64-bin (= ${binary:Version}), ucf +Replaces: grub, grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-pc, grub-efi-ia32, grub-coreboot, grub-ieee1275 +Conflicts: grub, grub-legacy, grub-efi-ia32, grub-pc, grub-coreboot, grub-ieee1275 +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (EFI-AMD64 version) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + EFI-AMD64 architecture, such as the one provided by Intel Macs (that is, unless + a BIOS interface has been activated). + +Package: grub-ieee1275-bin +Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}), + powerpc-ibm-utils [any-powerpc any-ppc64], powerpc-utils [any-powerpc any-ppc64], bc [any-powerpc any-ppc64] +Replaces: grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-ieee1275 (<< 1.99-1) +Suggests: genisoimage [any-powerpc any-ppc64] +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (Open Firmware binaries) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + Open Firmware implementations. It will not automatically install GRUB as + the active boot loader, nor will it automatically update grub.cfg on + upgrade, so most people should install grub-ieee1275 instead. + +Package: grub-ieee1275 +Architecture: any-i386 any-amd64 any-powerpc any-ppc64 any-sparc +Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-ieee1275-bin (= ${binary:Version}), ucf +Replaces: grub-legacy, grub2 (<< ${source:Version}), grub-common (<= 1.97~beta2-1), grub-efi-amd64, grub-efi-ia32, grub-coreboot, grub-pc +Conflicts: grub (<< 0.97-54), grub-legacy, grub-efi-amd64, grub-efi-ia32, grub-coreboot, grub-pc +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (Open Firmware version) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + Open Firmware implementations. + +Package: grub-firmware-qemu +Architecture: any-i386 any-amd64 +Depends: ${misc:Depends} +Recommends: qemu +Enhances: qemu +Multi-Arch: foreign +Description: GRUB firmware image for QEMU + This package contains a binary of GRUB that has been built for use as + firmware for QEMU. It can be used as a replacement for the standard + PC BIOS provided by the bochsbios package (bios.bin). + . + In order to make QEMU use this firmware, simply add `-bios grub.bin' when + invoking it. + . + This package behaves in the same way as GRUB for coreboot, but doesn't + contain any code from coreboot itself, and is only suitable for QEMU. If + you want to install GRUB as firmware on real hardware, you need to use the + grub-coreboot package, and manually combine that with coreboot. + +Package: grub-yeeloong-bin +Architecture: any-mipsel +Depends: ${shlibs:Depends}, ${misc:Depends}, grub-common (= ${binary:Version}) +Replaces: grub-common (<< 1.98+20100617-2), grub-yeeloong (<< 1.99-1) +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (Yeeloong binaries) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + the Lemote Yeeloong laptop. It will not automatically install GRUB as the + active boot loader, nor will it automatically update grub.cfg on upgrade, + so most people should install grub-yeeloong instead. + +Package: grub-yeeloong +Architecture: any-mipsel +Depends: ${shlibs:Depends}, ${misc:Depends}, grub2-common (= ${binary:Version}), grub-yeeloong-bin (= ${binary:Version}), ucf +Replaces: grub-common (<< 1.98+20100617-2) +Multi-Arch: foreign +Description: GRand Unified Bootloader, version 2 (Yeeloong version) + GRUB is a portable, powerful bootloader. This version of GRUB is based on a + cleaner design than its predecessors, and provides the following new features: + . + - Scripting in grub.cfg using BASH-like syntax. + - Support for modern partition maps such as GPT. + - Modular generation of grub.cfg via update-grub. Packages providing GRUB + add-ons can plug in their own script rules and trigger updates by invoking + update-grub2. + . + This package contains a version of GRUB that has been built for use with + the Lemote Yeeloong laptop. + +Package: grub-mount-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: i386 amd64 powerpc ppc64 sparc mipsel kfreebsd-i386 kfreebsd-amd64 +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: export GRUB filesystems using FUSE --- grub2-1.99.orig/debian/preinst.in +++ grub2-1.99/debian/preinst.in @@ -0,0 +1,15 @@ +#!/bin/bash +set -e + +case "$1" in + install|upgrade) + if dpkg --compare-versions "$2" lt 1.98+20100804-2 && \ + test -h /etc/kernel/postrm.d/zz-update-grub; then + rm -f /etc/kernel/postrm.d/zz-update-grub + fi + ;; +esac + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/README.source +++ grub2-1.99/debian/README.source @@ -0,0 +1,58 @@ +This package uses quilt to manage all modifications to the upstream +source. Changes are stored in the source package as diffs in +debian/patches and applied during the build. + +To configure quilt to use debian/patches instead of patches, you want +either to export QUILT_PATCHES=debian/patches in your environment +or use this snippet in your ~/.quiltrc: + + for where in ./ ../ ../../ ../../../ ../../../../ ../../../../../; do + if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then + export QUILT_PATCHES=debian/patches + break + fi + done + +To get the fully patched source after unpacking the source package, cd to +the root level of the source package and run: + + quilt push -a + +The last patch listed in debian/patches/series will become the current +patch. + +To add a new set of changes, first run quilt push -a, and then run: + + quilt new + +where is a descriptive name for the patch, used as the filename in +debian/patches. Then, for every file that will be modified by this patch, +run: + + quilt add + +before editing those files. You must tell quilt with quilt add what files +will be part of the patch before making changes or quilt will not work +properly. After editing the files, run: + + quilt refresh + +to save the results as a patch. + +Alternately, if you already have an external patch and you just want to +add it to the build system, run quilt push -a and then: + + quilt import -P /path/to/patch + quilt push -a + +(add -p 0 to quilt import if needed). as above is the filename to +use in debian/patches. The last quilt push -a will apply the patch to +make sure it works properly. + +To remove an existing patch from the list of patches that will be applied, +run: + + quilt delete + +You may need to run quilt pop -a to unapply patches first before running +this command. --- grub2-1.99.orig/debian/install-bin.in +++ grub2-1.99/debian/install-bin.in @@ -0,0 +1,6 @@ +../../debian/presubj usr/share/bug/@PACKAGE@ +../../debian/script usr/share/bug/@PACKAGE@ + +usr/lib/grub/@CPU_PLATFORM@/ +usr/sbin/grub-install usr/lib/grub/@CPU_PLATFORM@ +usr/sbin/grub-mknetdir usr/lib/grub/@CPU_PLATFORM@ --- grub2-1.99.orig/debian/grub-common.install.amd64.in +++ grub2-1.99/debian/grub-common.install.amd64.in @@ -0,0 +1,2 @@ +usr/bin/grub-mkrescue +usr/share/man/man1/grub-mkrescue.1 --- grub2-1.99.orig/debian/watch +++ grub2-1.99/debian/watch @@ -0,0 +1,2 @@ +version=3 +ftp://alpha.gnu.org/gnu/grub/grub-([a-z0-9.~]+).tar.gz debian uupdate --- grub2-1.99.orig/debian/grub2-common.install +++ grub2-1.99/debian/grub2-common.install @@ -0,0 +1,8 @@ +../../debian/default usr/share/grub +../../debian/update-grub usr/sbin + +usr/sbin/grub-reboot +usr/sbin/grub-set-default +usr/share/info +usr/share/man/man8/grub-reboot.8 +usr/share/man/man8/grub-set-default.8 --- grub2-1.99.orig/debian/grub-common.install.powerpc.in +++ grub2-1.99/debian/grub-common.install.powerpc.in @@ -0,0 +1,2 @@ +usr/bin/grub-mkrescue +usr/share/man/man1/grub-mkrescue.1 --- grub2-1.99.orig/debian/clean +++ grub2-1.99/debian/clean @@ -0,0 +1 @@ +debian/grub-common.install --- grub2-1.99.orig/debian/grub-pc.dirs.in +++ grub2-1.99/debian/grub-pc.dirs.in @@ -0,0 +1 @@ +usr/lib/grub-legacy --- grub2-1.99.orig/debian/links.in +++ grub2-1.99/debian/links.in @@ -0,0 +1,2 @@ +usr/lib/grub/@CPU_PLATFORM@/grub-install usr/sbin/grub-install +usr/lib/grub/@CPU_PLATFORM@/grub-mknetdir usr/sbin/grub-mknetdir --- grub2-1.99.orig/debian/grub-pc.templates.in +++ grub2-1.99/debian/grub-pc.templates.in @@ -0,0 +1,147 @@ + +# This file is concatenated. Do not delete the newline above. + +Template: grub-pc/chainload_from_menu.lst +Type: boolean +Default: true +#flag:translate!:6 +_Description: Chainload from menu.lst? + GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub. + . + In order to replace the Legacy version of GRUB in your system, it is + recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot + image from your existing GRUB Legacy setup. This step can be automatically + performed now. + . + It's recommended that you accept chainloading GRUB 2 from menu.lst, and + verify that the new GRUB 2 setup works before it is written to the MBR + (Master Boot Record). + . + Whatever your decision, you can replace the old MBR image with GRUB 2 + later by issuing the following command as root: + . + upgrade-from-grub-legacy + +Template: grub-pc/install_devices +Type: multiselect +Choices-C: ${RAW_CHOICES} +Choices: ${CHOICES} +_Description: GRUB install devices: + The grub-pc package is being upgraded. This menu allows you to select which + devices you'd like grub-install to be automatically run for, if any. + . + Running grub-install automatically is recommended in most situations, to + prevent the installed GRUB core image from getting out of sync with GRUB + modules or grub.cfg. + . + If you're unsure which drive is designated as boot drive by your BIOS, it is + often a good idea to install GRUB to all of them. + . + Note: it is possible to install GRUB to partition boot records as well, and + some appropriate partitions are offered here. However, this forces GRUB to + use the blocklist mechanism, which makes it less reliable, and therefore is + not recommended. + +Template: grub-pc/install_devices_disks_changed +Type: multiselect +Choices-C: ${RAW_CHOICES} +Choices: ${CHOICES} +_Description: GRUB install devices: + The GRUB boot loader was previously installed to a disk that is no longer + present, or whose unique identifier has changed for some reason. It is + important to make sure that the installed GRUB core image stays in sync + with GRUB modules and grub.cfg. Please check again to make sure that GRUB + is written to the appropriate boot devices. + . + If you're unsure which drive is designated as boot drive by your BIOS, it is + often a good idea to install GRUB to all of them. + . + Note: it is possible to install GRUB to partition boot records as well, and + some appropriate partitions are offered here. However, this forces GRUB to + use the blocklist mechanism, which makes it less reliable, and therefore is + not recommended. + +Template: grub-pc/disk_description +Type: text +# Disk sizes are in decimal megabytes, to match how disk manufacturers +# usually describe them. +_Description: ${DEVICE} (${SIZE} MB; ${MODEL}) + +Template: grub-pc/partition_description +Type: text +# The "-" is used to indicate indentation. Leading spaces may not work. +_Description: - ${DEVICE} (${SIZE} MB; ${PATH}) + +Template: grub-pc/install_devices_failed +Type: boolean +Default: false +#flag:translate!:3 +_Description: Writing GRUB to boot device failed - continue? + GRUB failed to install to the following devices: + . + ${FAILED_DEVICES} + . + Do you want to continue anyway? If you do, your computer may not start up + properly. + +Template: grub-pc/install_devices_failed_upgrade +Type: boolean +Default: true +#flag:translate!:3 +_Description: Writing GRUB to boot device failed - try again? + GRUB failed to install to the following devices: + . + ${FAILED_DEVICES} + . + You may be able to install GRUB to some other device, although you should + check that your system will boot from that device. Otherwise, the upgrade + from GRUB Legacy will be canceled. + +Template: grub-pc/install_devices_empty +Type: boolean +Default: false +_Description: Continue without installing GRUB? + You chose not to install GRUB to any devices. If you continue, the boot + loader may not be properly configured, and when this computer next starts + up it will use whatever was previously in the boot sector. If there is an + earlier version of GRUB 2 in the boot sector, it may be unable to load + modules or handle the current configuration file. + . + If you are already using a different boot loader and want to carry on + doing so, or if this is a special environment where you do not need a boot + loader, then you should continue anyway. Otherwise, you should install + GRUB somewhere. + +Template: grub-pc/postrm_purge_boot_grub +Type: boolean +Default: false +_Description: Remove GRUB 2 from /boot/grub? + Do you want to have all GRUB 2 files removed from /boot/grub? + . + This will make the system unbootable unless another boot loader is + installed. + +Template: grub-pc/mixed_legacy_and_grub2 +Type: boolean +Default: true +#flag:translate!:3 +_Description: Finish conversion to GRUB 2 now? + This system still has files from the GRUB Legacy boot loader installed, but + it now also has GRUB 2 boot records installed on these disks: + . + ${DISKS} + . + It seems likely that GRUB Legacy is no longer in use, and that you should + instead upgrade the GRUB 2 images on these disks and finish the conversion + to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these + GRUB 2 images, then they may be incompatible with the new packages and + cause your system to stop booting properly. + . + You should generally finish the conversion to GRUB 2 unless these boot + records were created by a GRUB 2 installation on some other operating + system. + +Template: grub-pc/kopt_extracted +Type: boolean +Default: false +Description: for internal use --- grub2-1.99.orig/debian/grub-firmware-qemu.dirs +++ grub2-1.99/debian/grub-firmware-qemu.dirs @@ -0,0 +1 @@ +usr/share/qemu --- grub2-1.99.orig/debian/grub-firmware-qemu.install +++ grub2-1.99/debian/grub-firmware-qemu.install @@ -0,0 +1 @@ +build/grub-firmware-qemu/grub.bin usr/share/qemu --- grub2-1.99.orig/debian/grub-common.install.sparc.in +++ grub2-1.99/debian/grub-common.install.sparc.in @@ -0,0 +1,3 @@ +usr/sbin/grub-ofpathname +# Restore this in the next upstream snapshot: +#usr/share/man/man8/grub-ofpathname.8 --- grub2-1.99.orig/debian/grub2.dirs +++ grub2-1.99/debian/grub2.dirs @@ -0,0 +1 @@ +usr/share/bug/grub2 --- grub2-1.99.orig/debian/script +++ grub2-1.99/debian/script @@ -0,0 +1,61 @@ +#!/bin/bash +set -e + +if test -e /boot/grub/setup_left_core_image_in_filesystem ; then + echo >&3 + echo "*********************** WARNING grub-setup left core.img in filesystem" >&3 +fi + +for i in /proc/mounts ; do + if test -e $i ; then + echo >&3 + echo "*********************** BEGIN $i" >&3 + grep ^/dev/ $i >&3 + echo "*********************** END $i" >&3 + fi +done + +for i in /boot/grub/{device.map,grub.cfg} ; do + if ! test -e $i ; then + continue + fi + echo >&3 + echo "*********************** BEGIN $i" >&3 + if test -r $i ; then + sed $i -e "s/.*password.*/### PASSWORD LINE REMOVED ###/g" >&3 + else + echo "$i is not readable by you. Please enter your root password." + echo "Any password line in it gets removed." + su root -c "sed $i -e 's/.*password.*/### PASSWORD LINE REMOVED ###/g'" >&3 + fi + echo "*********************** END $i" >&3 +done + +echo >&3 +echo "*********************** BEGIN /proc/mdstat" >&3 +cat /proc/mdstat >&3 2>&1 || true +echo "*********************** END /proc/mdstat" >&3 + +cat <&3 + echo "*********************** BEGIN LVM" >&3 + su root -c "vgdisplay; pvdisplay; lvdisplay" >&3 + echo "*********************** END LVM" >&3 +fi + +echo >&3 +echo "*********************** BEGIN /dev/disk/by-id" >&3 +ls -l /dev/disk/by-id >&3 2>&1 || true +echo "*********************** END /dev/disk/by-id" >&3 + +echo >&3 +echo "*********************** BEGIN /dev/disk/by-uuid" >&3 +ls -l /dev/disk/by-uuid >&3 2>&1 || true +echo "*********************** END /dev/disk/by-uuid" >&3 + +exit 0 --- grub2-1.99.orig/debian/grub2.install +++ grub2-1.99/debian/grub2.install @@ -0,0 +1,2 @@ +debian/presubj usr/share/bug/grub2 +debian/script usr/share/bug/grub2 --- grub2-1.99.orig/debian/dirs.in +++ grub2-1.99/debian/dirs.in @@ -0,0 +1,4 @@ +usr/bin +usr/sbin +usr/share/grub +usr/share/bug/@PACKAGE@ --- grub2-1.99.orig/debian/update-grub.8 +++ grub2-1.99/debian/update-grub.8 @@ -0,0 +1,14 @@ +.\" Copyright 2009 Felix Zielcke +.\" Lincensed under GPL3+ +.TH UPDATE-GRUB "8" "April 2009" +.SH NAME +update-grub, update-grub2 \- stub for grub-mkconfig +.SH SYNOPSIS +.B update-grub +.SH DESCRIPTION +.B update-grub +is a stub for running +.B grub-mkconfig -o /boot/grub/grub.cfg +to generate a grub2 config file. +.SH "SEE ALSO" +.BR grub-mkconfig (8) --- grub2-1.99.orig/debian/grub2.postinst +++ grub2-1.99/debian/grub2.postinst @@ -0,0 +1,19 @@ +#! /bin/sh +set -e + +case "$1" in + configure) + if dpkg --compare-versions "$2" lt-nl 1.99-1; then + # Force dpkg to replace this directory with a symlink. + if [ ! -L /usr/share/doc/@PACKAGE@ ] && [ -d /usr/share/doc/@PACKAGE@ ]; then + if rmdir /usr/share/doc/@PACKAGE@ 2>/dev/null; then + ln -sf grub-common /usr/share/doc/@PACKAGE@ + fi + fi + fi + ;; +esac + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/copyright +++ grub2-1.99/debian/copyright @@ -0,0 +1,25 @@ +Name: GNU GRUB +Source: http://www.gnu.org/software/grub/ + +Files: * +Copyright: 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc +License: GPL-3+ + + +Files: debian/* +Copyright: 2003, 2004, 2005, 2006, 2007, 2008, 2009, Robert Millan + 2005, 2006, 2007, Otavio Salvador + 2008, 2009, Felix Zielcke + 2009, Jordi Mallach +License: GPL-3+ + +Files: debian/grub-extras/* +Copyright: Nathan Coulson + 2003, 2007 Free Software Foundation, Inc + 2003 NIIBE Yutaka +License: GPL-3+ + +License: GPL-3+ + On Debian systems the full text of the GNU General Public + License can be found in the `/usr/share/common-licenses/GPL' + file. --- grub2-1.99.orig/debian/grub-rescue-pc.install +++ grub2-1.99/debian/grub-rescue-pc.install @@ -0,0 +1,2 @@ +build/grub-rescue-pc/grub-rescue-cdrom.iso usr/lib/grub-rescue +build/grub-rescue-pc/grub-rescue-floppy.img usr/lib/grub-rescue --- grub2-1.99.orig/debian/grub-ieee1275.install.sparc.in +++ grub2-1.99/debian/grub-ieee1275.install.sparc.in @@ -0,0 +1,2 @@ +usr/sbin/grub-setup +usr/share/man/man8/grub-setup.8 --- grub2-1.99.orig/debian/presubj +++ grub2-1.99/debian/presubj @@ -0,0 +1,23 @@ + +MAKE SURE YOU ARE RUNNING THE LATEST VERSION + +The grub packages never update the installed version of GRUB +automatically, except if you choose a device in the debconf prompt +`GRUB install devices', which is currently only implemented for grub-pc. + +Because of this, you need to make sure you're running the LATEST VERSION of +GRUB before you report a bug. Use grub-install to update it, and then check +if the bug still applies. Debugging problems we already fixed makes us waste +valuable time, so please try to avoid it. + +IMPORTANT NOTE WHEN SUBMITTING PATCHES + +Like many other FSF projects, GRUB upstream has specific requirements for +accepting patches with regard to copyright assignment. If you're going to +submit a patch, it is likely that it will only be accepted in upstream if you're +willing to submit your paperwork as well. + +Because of this, we want to avoid diverging from upstream by adding patches to +the Debian package unless we know the copyright issues can be sorted out. We +encourage you to submit your work to upstream directly by sending a mail to the +GRUB maintainers . --- grub2-1.99.orig/debian/grub-firmware-qemu_grub.cfg +++ grub2-1.99/debian/grub-firmware-qemu_grub.cfg @@ -0,0 +1,37 @@ +set default=0 +set fallback=1 +set timeout=10 + +menuentry "Search & load /boot/multiboot.img" { + search -s -f /boot/multiboot.img + if multiboot /boot/multiboot.img ; then + boot + fi + unset timeout +} + +# For separate /boot partition. +menuentry "Search & load /multiboot.img" { + search -s -f /multiboot.img + if multiboot /multiboot.img ; then + boot + fi + unset timeout +} + +menuentry "Search & source /boot/grub/grub.cfg" { + search -s -f /boot/grub/grub.cfg + source /boot/grub/grub.cfg + unset timeout +} + +# For separate /boot partition. +menuentry "Search & source /grub/grub.cfg" { + search -s -f /grub/grub.cfg + source /grub/grub.cfg + unset timeout +} + +menuentry "Reboot" { + reboot +} --- grub2-1.99.orig/debian/templates.in +++ grub2-1.99/debian/templates.in @@ -0,0 +1,45 @@ +Template: grub2/linux_cmdline +Type: string +_Description: Linux command line: + The following Linux command line was extracted from /etc/default/grub or the + `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is correct, + and modify it if necessary. The command line is allowed to be empty. + +Template: grub2/linux_cmdline_default +Type: string +Default: quiet +_Description: Linux default command line: + The following string will be used as Linux parameters for the default menu + entry but not for the recovery mode. + +# still unused +Template: grub2/kfreebsd_cmdline +Type: string +_Description: kFreeBSD command line: + The following kFreeBSD command line was extracted from /etc/default/grub or the + `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is correct, + and modify it if necessary. The command line is allowed to be empty. + +# still unused +Template: grub2/kfreebsd_cmdline_default +Type: string +Default: quiet +_Description: kFreeBSD default command line: + The following string will be used as kFreeBSD parameters for the default menu + entry but not for the recovery mode. + +Template: grub2/device_map_regenerated +Type: note +_Description: /boot/grub/device.map has been regenerated + The file /boot/grub/device.map has been rewritten to use stable device + names. In most cases, this should significantly reduce the need to change + it in future, and boot menu entries generated by GRUB should not be + affected. + . + However, since more than one disk is present in the system, it is possible + that the system is depending on the old device map. Please check whether + there are any custom boot menu entries that rely on GRUB's (hdN) drive + numbering, and update them if necessary. + . + If you do not understand this message, or if there are no custom + boot menu entries, you can ignore this message. --- grub2-1.99.orig/debian/grub-efi.postinst +++ grub2-1.99/debian/grub-efi.postinst @@ -0,0 +1,19 @@ +#! /bin/sh +set -e + +case "$1" in + configure) + if dpkg --compare-versions "$2" lt-nl 1.99-1; then + # Force dpkg to replace this directory with a symlink. + if [ ! -L /usr/share/doc/@PACKAGE@ ] && [ -d /usr/share/doc/@PACKAGE@ ]; then + if rmdir /usr/share/doc/@PACKAGE@ 2>/dev/null; then + ln -sf grub-common /usr/share/doc/@PACKAGE@ + fi + fi + fi + ;; +esac + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/grub-pc.install.in +++ grub2-1.99/debian/grub-pc.install.in @@ -0,0 +1,4 @@ +../../debian/legacy/update-grub usr/lib/grub-legacy +../../debian/legacy/upgrade-from-grub-legacy usr/sbin + +usr/share/man/man8/grub-setup.8 --- grub2-1.99.orig/debian/grub2-common.links +++ grub2-1.99/debian/grub2-common.links @@ -0,0 +1,2 @@ +usr/sbin/update-grub usr/sbin/update-grub2 +usr/share/man/man8/update-grub.8 usr/share/man/man8/update-grub2.8 --- grub2-1.99.orig/debian/grub-common.install.ppc64.in +++ grub2-1.99/debian/grub-common.install.ppc64.in @@ -0,0 +1,2 @@ +usr/bin/grub-mkrescue +usr/share/man/man1/grub-mkrescue.1 --- grub2-1.99.orig/debian/changelog +++ grub2-1.99/debian/changelog @@ -0,0 +1,3264 @@ +grub2 (1.99-14) unstable; urgency=low + + * Rewrite no_libzfs.patch using a different approach. (Closes: #648539) + + -- Robert Millan Sun, 13 Nov 2011 00:14:38 +0100 + +grub2 (1.99-13) unstable; urgency=low + + [ Debconf translations ] + * Portuguese (Miguel Figueiredo). Closes: #641226 + * German (Martin Eberhard Schauer). Closes: #641630 + * Sinhala (Danishka Navin). Closes: #644080 + * Uyghur (Gheyret Tohti). Closes: #627011 + + [ Robert Millan ] + * LVM support for GNU/kFreeBSD. + - kfreebsd_lvm.patch + * Cherry-pick several ZFS updates from upstream Bazaar. + - zfs_update.patch + * Build without libzfs. + + -- Robert Millan Fri, 11 Nov 2011 23:04:58 +0100 + +grub2 (1.99-12) unstable; urgency=low + + [ Robert Millan ] + * Fix grub-probe detection for LSI MegaRAID SAS devices on kFreeBSD. + - kfreebsd_mfi_devices.patch + + [ Colin Watson ] + * Backport from upstream: + - Canonicalise the path argument to grub-probe (closes: #637768). + - Skip */README* as well as README* (LP: #537123). + + -- Colin Watson Mon, 05 Sep 2011 15:17:20 +0100 + +grub2 (1.99-11) unstable; urgency=low + + * Backport from upstream: + - Honour GRUB_CMDLINE_LINUX_XEN_REPLACE and + GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT, which replace + GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT (complementing the + existing options which append; closes: #617538). + + -- Colin Watson Mon, 08 Aug 2011 17:55:21 +0100 + +grub2 (1.99-10) unstable; urgency=high + + * Mark la_array as packed. + - zfs_packed_la_array.patch + + -- Robert Millan Sun, 07 Aug 2011 20:16:31 +0000 + +grub2 (1.99-9) unstable; urgency=low + + [ Colin Watson ] + * Adjust apport hook to attach /boot/grub/device.map if it exists. + * Fix regression in gfxterm background_color handling. + * Improve detection of invalid shell syntax in apport hook. + + [ Debconf translations ] + * Esperanto (Felipe E. F. de Castro). Closes: #632157 + * Slovak (Slavko). + + [ Robert Millan ] + * Enable grub-mount on kfreebsd-any. + * Build grub-mount-udeb on kfreebsd-i386 and kfreebsd-amd64. + + -- Robert Millan Mon, 25 Jul 2011 15:36:31 +0200 + +grub2 (1.99-8) unstable; urgency=low + + [ Robert Millan ] + * Avoid buggy versions of libgeom-dev (see #630107). Closes: #630197 + * Fix grub-probe detection for ATA devices using `ata' driver on kFreeBSD 9. + - kfreebsd-9_ada_devices.patch + + [ Colin Watson ] + * Update ntldr-img from grub-extras: + - Handle ext3 inode sizes other than 128. + + [ Debconf translations ] + * Kazakh (Baurzhan Muftakhidinov). Closes: #630915 + + -- Colin Watson Tue, 21 Jun 2011 02:10:10 +0100 + +grub2 (1.99-7) unstable; urgency=low + + [ Debconf translations ] + * Basque (Iñaki Larrañaga Murgoitio). Closes: #628716 + * Swedish (Martin Bagge / brother). Closes: #628866 + * Czech (Miroslav Kure). Closes: #628978 + * Brazilian Portuguese (Flamarion Jorge). Closes: #629135 + * Spanish (Francisco Javier Cuadrado). Closes: #629633 + + [ Colin Watson ] + * Cope with btrfs / inside an encrypted block device (thanks, alexeagar; + LP: #757631). + * Merge from Ubuntu: + - Give up scanning partitions after ten consecutive open failures + (LP: #787461). + + -- Colin Watson Thu, 16 Jun 2011 00:13:14 +0100 + +grub2 (1.99-6) unstable; urgency=low + + [ Colin Watson ] + * Update Vcs-* fields for Alioth changes. + * Backport from upstream, removing the need for Breaks: udev (<< 168-1): + - Don't stat devices unless we have to. + + [ Debconf translations ] + * Catalan (Jordi Mallach). + * Farsi (Behrad Eslamifar). Closes: #628648 + + -- Colin Watson Tue, 31 May 2011 09:20:54 +0100 + +grub2 (1.99-5) unstable; urgency=low + + [ Colin Watson ] + * Change grub2/linux_cmdline and grub2/kfreebsd_cmdline descriptions to + indicate that the command line is allowed to be empty, since this is a + common source of confusion (thanks, Jordan Uggla). + * On non-Ubuntu-derived systems, add Breaks: udev (<< 168-1) to + grub-common, for the sake of (some?) users without initrds (closes: + #627587). + + [ Debconf translations ] + * French (Christian Perrier) + * Russian (Yuri Kozlov). Closes: #628196 + * Simplified Chinese (YunQiang Su). Closes: #628210 + * Japanese (Hideki Yamane). Closes: #628382 + * Danish (Joe Hansen). Closes: #628427 + + -- Colin Watson Sun, 29 May 2011 21:58:55 +0100 + +grub2 (1.99-4) unstable; urgency=low + + * Make grub--bin packages depend on grub-common rather than + grub2-common, and add grub2-common dependencies to grub-. + This ensures that grub--bin packages are coinstallable with + grub-legacy, making it easier to use them as build-dependencies. + * Stop trying to install the non-existent grub-ofpathname(8) on sparc for + now. It will exist in the next upstream snapshot. + + -- Colin Watson Thu, 19 May 2011 12:38:45 +0100 + +grub2 (1.99-3) unstable; urgency=low + + * Ship grub-mkrescue on non-Linux amd64/i386 architectures. + * Don't try to ship grub-mkrescue on sparc. + * Drop boot_blocklist_hack.patch, fixed differently upstream some time ago + by being smarter about filesystem-root-relative path conversion. + + -- Colin Watson Wed, 18 May 2011 14:06:51 +0100 + +grub2 (1.99-2) unstable; urgency=low + + * Include both old and new Lintian override styles for + statically-linked-binary tag, since ftp-master has not yet been updated + to 2.5.0~rc1. + + -- Colin Watson Tue, 17 May 2011 01:36:10 +0100 + +grub2 (1.99-1) unstable; urgency=low + + * New upstream release. + - Ensure uniqueness of RAID array numbers even if some elements have a + name (closes: #609804). + - Remove unnecessary brackets from tr arguments (closes: #612564). + - Add grub-mkrescue info documentation (closes: #612585). + - Avoid generating invalid configuration when something that looks like + a Xen hypervisor is present without any Xen kernels (closes: #612898). + - Fix memory alignment when calling 'linux' multiple times on EFI + (closes: #616638). + - Fix grub-install on amd64 EFI systems (closes: #617388). + - Automatically export pager variable (closes: #612995). + - Fix parser error with "time" (closes: #612991). + - Ignore case of bitmap extensions (closes: #611123). + - Skip vmlinux-* on x86 platforms (closes: #536846, #546008). + - Accept old-style Xen kernels (closes: #610428). + - Skip damaged LVM volumes (closes: #544731). + - Handle LVM mirroring (closes: #598441). + - Detect spares and report them as not RAID members (closes: #611561). + - Don't enable localisation unless gfxterm is available (closes: + #604609). + - Fix partitioned RAID support (closes: #595071, #613444). + - Dynamically count the number of lines for the lower banner (closes: + #606494). + - Improve quoting in grub-mkconfig, to support background image file + names containing spaces (closes: #612417). + - Flush BIOS disk devices more accurately (closes: #623124). + - Identify RAID devices by their UUID rather than by their guessed name + (closes: #624232). + - Add "SEE ALSO" sections to most man pages (closes: #551428). + + [ Christian Perrier ] + * Drop extra word in French debconf translation. Thanks to David + Prévôt. + * Fix spelling error in French debconf translation. Thanks to David + Prévôt. + + [ Colin Watson ] + * Set PACKAGE_VERSION and PACKAGE_STRING using configure arguments rather + than sedding configure.ac in debian/rules (which sometimes has annoying + interactions with quilt, etc.). + * Update branch_embed-sectors.patch: + - Detect sector used by HighPoint RAID controller (closes: #394868). + * Add debian/README.source (from quilt). + * Make debian/rules more explicit about when autogen.sh is run. We need + to be careful that all full builds run it, since we use GRUB extras. + * Merge from Ubuntu: + - Handle filesystems loop-mounted on file images. + - On Wubi, don't ask for an install device, but just update wubildr + using the diverted grub-install. + - Add grub-mount-udeb, containing just grub-mount. This can be used by + os-prober and other parts of d-i. + - Artificially bump Replaces: grub-common versioning to account for + grub-reboot/grub-set-default movement in Ubuntu. + * Don't do a separate build pass for grub-common. It will be identical to + the build for the default platform for the CPU architecture anyway, so + reuse that. + * Build with GCC 4.5 on all architectures. + * Update Lintian overrides for changes in Lintian 2.5.0~rc1. + * Invert how files are split among binary packages: rather than code in + debian/rules to remove files we don't want, add dh_install configuration + to declare the files we do want. This means a little more repetition + for platform-specific programs, but it seems less confusing and easier + to extend. + * Drop versioned dependencies on base-files. GPL-3 has been there for two + Debian releases now, and the dependency was never upgrade-critical + anyway. + * Create grub2-common package containing files that are common among GRUB + platform packages but that would break GRUB Legacy, or that are too + confusing when coinstalled with GRUB Legacy (closes: #564167). + * Drop conflict on an ancient (pre-lenny/hardy) version of desktop-base. + * Move /etc/grub.d/05_debian_theme to grub-common, to go with the other + /etc/grub.d/* files. + * Drop redundant Suggests: os-prober from several platform packages, as + grub-common already Recommends: os-prober. + * Create grub--bin packages corresponding to all grub- + packages (except for grub-emu). These do not automatically install the + boot loader or update grub.cfg, and they install their binaries to + /usr/lib/grub/-/; this means that they can be installed + in parallel, making it easier to use them to build GRUB-based disk + images (e.g. d-i). The grub- packages now depend on these and + include symlinks, so their behaviour will remain as before. + * Make grub-emu depend on grub-common. + * Make the documentation directory in most binary packages be a symlink to + that in grub-common. + * Drop lenny compatibility from grub2-common's dpkg/install-info + dependency, since it produces a Lintian warning and using the current + packaging on lenny is probably rather a stretch anyway. + + [ Updated translations ] + * Belarusian (Viktar Siarheichyk). Closes: #606864 + * Danish (Joe Hansen). Closes: #606879 + * Romanian (Andrei POPESCU). Closes: #606888 + * Italian (Luca Monducci). Closes: #606891 + * Brazilian Portuguese (Flamarion Jorge). Closes: #610613 + * Greek (Emmanuel Galatoulas). Closes: #604847 + + -- Colin Watson Mon, 16 May 2011 17:42:07 +0100 + +grub2 (1.99~rc1-13) unstable; urgency=low + + * Cherry-pick from upstream: + - Use correct limits for mips initrd. + * Run grub-install on install or upgrade of grub-yeeloong. + * Update branch_fuse.patch: + - Tell FUSE to run single-threaded, since GRUB code is not thread-safe + (LP: #756297). + + -- Colin Watson Fri, 15 Apr 2011 12:11:21 +0100 + +grub2 (1.99~rc1-12) unstable; urgency=low + + * Update branch_butter.patch: + - Fix filename comparison. + - Take extent offset in account on uncompressed extents. + - Use filled extent size if available. + * Allow use of first sector on btrfs (LP: #757446). + * Merge from Ubuntu: + - Build part_msdos and vfat into EFI boot images (LP: #677758). + + -- Colin Watson Mon, 11 Apr 2011 16:22:08 +0100 + +grub2 (1.99~rc1-11) unstable; urgency=low + + * Update branch_fuse.patch: + - Make grub-mount exit non-zero if opening the device or filesystem + fails. + - Translate GRUB error codes into OS error codes for FUSE (LP: #756456). + * Merge from Ubuntu: + - Fix use of freed memory when replacing existing loopback device + (LP: #742967). + + -- Colin Watson Sun, 10 Apr 2011 21:52:26 +0100 + +grub2 (1.99~rc1-10) unstable; urgency=low + + * Update branch_butter.patch, fixing RAID1/duplicated chunk size + calculation (thanks, Vladimir Serbinenko; LP: #732149). + + -- Colin Watson Sat, 09 Apr 2011 21:22:15 +0100 + +grub2 (1.99~rc1-9) unstable; urgency=low + + * Update branch_parse-color.patch, to blend text when any background is + set as opposed to only when a stretched background is set (closes: + #613120). + * Make update-grub2 a symlink to update-grub, rather than bothering with a + wrapper script. + * Cherry-pick from upstream: + - Check RAID superblock offset (closes: #610184). + - Flush buffer cache on close and not on open (closes: #620663). + - Handle special naming of yeeloong directory (closes: #620420). + * Add grub-mount utility, from the upstream 'fuse' branch. + * efibootmgr is only available on Linux architectures, so only make + grub-efi-ia32 and grub-efi-amd64 depend on it on Linux. + + -- Colin Watson Sat, 09 Apr 2011 03:39:56 +0100 + +grub2 (1.99~rc1-8) unstable; urgency=low + + * Cherry-pick from upstream: + - Fix FreeBSD compilation problem. + + -- Colin Watson Tue, 29 Mar 2011 15:13:51 +0100 + +grub2 (1.99~rc1-7) unstable; urgency=low + + * Add /proc/mdstat, LVM information, and listings of /dev/disk/by-id/ and + /dev/disk/by-uuid/ to bug reports, by request of upstream. + * Cherry-pick from upstream: + - Use libgeom on FreeBSD to detect partitions (closes: #612128). + - Copy the partition table zone if floppy support is disabled, even if + no partition table is found (LP: #741867). + - Fix an ext2 overflow affecting inodes past 2TiB. + - Fix RAID-0 disk size calculation for metadata 1.x (LP: #743136). + * Merge from Ubuntu: + - Build with gcc-4.5 on ppc64. + - Add apport hook for ProblemType = 'Package', thanks to Jean-Baptiste + Lallement (LP: #591753). + + -- Colin Watson Tue, 29 Mar 2011 12:30:36 +0100 + +grub2 (1.99~rc1-6) unstable; urgency=low + + * Cherry-pick from upstream: + - Fix crash when extending menu entry line beyond 79 characters (closes: + #615893). + - Account for FreeBSD module headers when calculating allocation size. + - Switch back to framebuffer page zero before loading the kernel + (thanks, Felix Kuehling). + * Merge from Ubuntu: + - If we're upgrading and /boot/grub/core.img doesn't exist, then don't + ask where to install GRUB, since it probably means we're in some kind + of specialised environment such as a live USB stick (LP: #591202). + - Drop the default priority of grub2/linux_cmdline to medium. We only + need to ask it if we're upgrading from GRUB Legacy and found an empty + kopt in menu.lst (LP: #591202). + * Update branch_embed-sectors.patch, avoiding consuming lots of space and + time if the first partition is not near the start of the disk (closes: + #619458, LP: #691569). + + -- Colin Watson Fri, 25 Mar 2011 19:23:04 +0000 + +grub2 (1.99~rc1-5) unstable; urgency=low + + * Update debian/legacy/update-grub to the version from grub 0.97-65. + * Mark binary packages as Multi-Arch: foreign (for example, an amd64 + kernel installed on an i386 system could use the native architecture's + GRUB). + * Rewrite find_root_device_from_mountinfo to cope with move-mounts + (LP: #738345). + + [ Updated translations ] + * Esperanto (Felipe Castro). Closes: #606524 + * Thai (Theppitak Karoonboonyanan). Closes: #607706 + + -- Colin Watson Wed, 23 Mar 2011 15:51:47 +0000 + +grub2 (1.99~rc1-4) unstable; urgency=low + + * Don't touch /boot/grub/grub2-installed if using the --root-directory + option to grub-install (thanks, Nicolas George; closes: #614927). + * Update branch_devmapper.patch, adding partitioned MD RAID support + (untested) and support for probing multipath disks. + * Update ntldr-img from grub-extras: + - Only call ntfs_fix_mmft if the attribute to find is AT_DATA. This + matches GRUB's NTFS module. + - Install grubinst as grub-ntldr-img. + * Fix loading GRUB from lnxboot (LP: #693671). + * Update branch_embed-sectors.patch to avoid straying into first partition + when embedding-area sectors are in use (closes: #613409, LP: #730225). + + -- Colin Watson Tue, 15 Mar 2011 11:01:48 +0000 + +grub2 (1.99~rc1-3) unstable; urgency=low + + * Build for ppc64 (except for grub-emu, which doesn't build cleanly yet). + * Suppress output from debconf-communicate in upgrade-from-grub-legacy. + * Refer to the info documentation at the top of /etc/default/grub (closes: + #612538). + * We need at least freebsd-utils (>= 8.0-4) on kFreeBSD architectures for + camcontrol, so depend on it. + * Tolerate camcontrol failing to read capacity of IDE devices, until such + time as we know how to do this properly (see #612128). + * Adjust /etc/default/grub for rename of GRUB_DISABLE_LINUX_RECOVERY to + GRUB_DISABLE_RECOVERY (closes: #612777). + * Update ntldr-img from grub-extras: + - Install g2hdr.bin and g2ldr.mbr (closes: #613245). + + -- Colin Watson Wed, 16 Feb 2011 13:11:11 +0000 + +grub2 (1.99~rc1-2) unstable; urgency=low + + * Merge 1.98+20100804-13 and 1.98+20100804-14, updating translations: + - Kazakh (Baurzhan Muftakhidinov / Timur Birsh). + * mkconfig_skip_dmcrypt.patch: Refer to GRUB_PRELOAD_MODULES rather than + suggesting people write a /etc/grub.d/01_modules script (thanks, Jordan + Uggla). + * Handle empty dir passed to grub_find_root_device_from_mountinfo; fixes + grub-mkrelpath on btrfs subvolumes (LP: #712029). + * Add rootflags=subvol= if / is on a btrfs subvolume (LP: #712029). + * Upload to unstable. + + -- Colin Watson Tue, 08 Feb 2011 11:39:26 +0000 + +grub2 (1.99~rc1-1) experimental; urgency=low + + [ Colin Watson ] + * New upstream release candidate. + + [ Alexander Kurtz ] + * 05_debian_theme: + - If we find a background image and no colours were specified, use + upstream defaults for color_normal and color_highlight rather than + setting color_normal to black/black. + - Make the code more readable by replacing code for handling + alternatives. + - Make the code for searching for pictures in /boot/grub more readable + and robust (for example against newlines in the filename). + - Don't try the other alternatives when $GRUB_BACKGROUND is set; you can + now add GRUB_BACKGROUND= to /etc/default/grub to force no background + image (closes: #608263). + + -- Colin Watson Mon, 17 Jan 2011 13:43:06 +0000 + +grub2 (1.99~20110112-1) experimental; urgency=low + + * New Bazaar snapshot. + - Disable ieee1275_fb on sparc (closes: #560823). + - Fix pf2 font generation on big-endian platforms (closes: #609818). + * branch_butter.patch: Resolve the device returned by + grub_find_root_device_from_mountinfo or find_root_device_from_libzfs + using grub_find_device (closes: #609590, #609814, LP: #700147). + + -- Colin Watson Thu, 13 Jan 2011 00:12:41 +0000 + +grub2 (1.99~20110111-1) experimental; urgency=low + + * New Bazaar snapshot. + - Don't check amount of low memory, as reportedly INT 12h can be broken + and if low memory is too low we wouldn't have gotten into + grub_machine_init anyway (closes: #588293, LP: #513528). + - Submenu default support (LP: #691878). + - Fix optimisation-dependent grub-mklayout crash (closes: #609584). + * branch_butter.patch: Don't free an uninitialised pointer if /proc is + unmounted (LP: #697493). + * Add a po/LINGUAS file listing the translations we've synced from the TP + (closes: #609671). + + -- Colin Watson Tue, 11 Jan 2011 17:11:44 +0000 + +grub2 (1.99~20110106-1) experimental; urgency=low + + * New Bazaar snapshot. + - Check that named RAID array devices exist before using them (closes: + #606035). + - Clear terminfo output on initialisation (closes: #569678). + - Fix grub-probe when btrfs is on / without a separate /boot. + + -- Colin Watson Thu, 06 Jan 2011 13:38:57 +0000 + +grub2 (1.99~20110104-2) experimental; urgency=low + + * Support long command lines as per the 2.06 Linux boot protocol, from the + upstream 'longlinuxcmd' branch. + * Add a background_color command, from the upstream 'parse-color' branch. + * Update branch_devmapper.patch, adding a #include to fix a build failure + on Ubuntu amd64. + * When embedding the core image in a post-MBR gap, check for and avoid + sectors matching any of a number of known signatures, from the upstream + 'embed-sectors' branch. + + -- Colin Watson Wed, 05 Jan 2011 13:31:05 +0000 + +grub2 (1.99~20110104-1) experimental; urgency=low + + * New Bazaar snapshot. + - Don't emit drivemap directive for Windows Server 2008 (closes: + #607687). + - Don't add spurious RAID array members (closes: #605357). + - Improve presentation of Xen menu entries (closes: #607867). + - Fix PCI probing hangs by skipping remaining functions on devices that + do not implement function 0 (closes: #594967). + - Fix typo in descriptions of extract_legacy_entries_source and + extract_legacy_entries_configfile (LP: #696721). + * Merge 1.98+20100804-12: + - Use semicolons rather than commas to separate size from model in + debconf disk and partition descriptions. + * Add full btrfs support, from the upstream 'butter' branch. + * Support partitioned loop devices and improve devmapper support, from the + upstream 'devmapper' branch. + * Add squashfs 4 support, from the upstream 'squash' branch. + + -- Colin Watson Tue, 04 Jan 2011 16:12:45 +0000 + +grub2 (1.99~20101221-1) experimental; urgency=low + + * New Bazaar snapshot. + - Initialise next pointer when creating multiboot module (closes: + #605567). + - Fix gettext quoting to work with bash as /bin/sh, and make echo + UTF-8-clean so that (at least) Catalan boot messages are displayed + properly (closes: #605615). + - Fix use of uninitialised memory in Reed-Solomon recovery code + (LP: #686705). + + -- Colin Watson Tue, 21 Dec 2010 17:43:52 +0000 + +grub2 (1.99~20101210-2) experimental; urgency=low + + * Automatically remove MD devices from device.map on upgrade, since the + BIOS cannot read from these and including them in device.map will break + GRUB's ability to read from such devices (LP: #690030). + * Merge 1.98+20100804-9, 1.98+20100804-10, and 1.98+20100804-11: + - Apply debconf template review by debian-l10n-english and mark several + more strings for translation, thanks to David Prévot and Justin B Rye. + - Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works + when /usr is inaccessible by GRUB. + + -- Colin Watson Sun, 19 Dec 2010 13:25:14 +0000 + +grub2 (1.99~20101210-1) experimental; urgency=low + + * New Bazaar snapshot. + - ZFS moved into grub-core. + - Extend gettext to fall back from ll_CC to ll, and set lang to include + country part by default so that Chinese works (LP: #686788). + * Remove grub-mknetdir from grub-emu. + * Exit silently from zz-update-grub kernel hook if update-grub does not + exist (e.g. if grub-pc has been removed but not purged; closes: + #606184). + + -- Colin Watson Sat, 11 Dec 2010 01:22:26 +0000 + +grub2 (1.99~20101126-1) experimental; urgency=low + + * New Bazaar snapshot (mipsel build fix, LVM-on-RAID probing fix). + * Fix comma-separation in handling of grub-pc/install_devices. + + -- Colin Watson Fri, 26 Nov 2010 13:08:52 +0000 + +grub2 (1.99~20101124-1) experimental; urgency=low + + * New Bazaar snapshot (command priorities, build fixes, grub-mkdevicemap + segfault). + * Don't try to build grub-efi-amd64 on kfreebsd-i386 or hurd-i386 + (requires gcc-4.4-multilib). + + -- Colin Watson Wed, 24 Nov 2010 12:12:33 +0000 + +grub2 (1.99~20101123-1) experimental; urgency=low + + * New Bazaar snapshot (build fixes). + * Build-depend on qemu-utils and parted on non-Hurd architectures. + * qemu_img_exists.patch: Skip partmap test if qemu-img doesn't exist (as + is the case on the Hurd). + * Make grub-efi-ia32 and grub-efi-amd64 depend on efibootmgr so that + grub-install works properly. + * Upgrade the installed core image when upgrading grub-efi-ia32 or + grub-efi-amd64, although only if /boot/efi/EFI/ (where is an + identifier based on GRUB_DISTRIBUTOR, e.g. 'debian') already exists. + * Re-expand a couple of dpkg architecture wildcards to exclude certain + special cases: gcc-4.4-multilib is not available on kfreebsd-i386 or + hurd-i386, and qemu-system is not available on hurd-i386. + + -- Colin Watson Tue, 23 Nov 2010 10:51:23 +0000 + +grub2 (1.99~20101122-1) experimental; urgency=low + + [ Colin Watson ] + * New Bazaar snapshot. Too many changes to list in full, but some of the + more user-visible ones are as follows: + - GRUB script: + + Function parameters, "break", "continue", "shift", "setparams", + "return", and "!". + + "export" command supports multiple variable names. + + Multi-line quoted strings support. + + Wildcard expansion. + - sendkey support. + - USB hotunplugging and USB serial support. + - Rename CD-ROM to cd on BIOS. + - Add new --boot-directory option to grub-install, grub-reboot, and + grub-set-default; the old --root-directory option is still accepted + but was often confusing. + - Basic btrfs detection/UUID support (but no file reading yet). + - bash-completion for utilities. + - If a device is listed in device.map, always assume that it is + BIOS-visible rather than using extra layers such as LVM or RAID. + - Add grub-mknetdir script (closes: #550658). + - Remove deprecated "root" command. + - Handle RAID devices containing virtio components. + - GRUB Legacy configuration file support (via grub-menulst2cfg). + - Keyboard layout support (via grub-mklayout and grub-kbdcomp). + - Check generated grub.cfg for syntax errors before saving. + - Pause execution for at most ten seconds if any errors are displayed, + so that the user has a chance to see them. + - Support submenus. + - Write embedding zone using Reed-Solomon, so that it's robust against + being partially overwritten (closes: #550702, #591416, #593347). + - GRUB_DISABLE_LINUX_RECOVERY and GRUB_DISABLE_NETBSD_RECOVERY merged + into a single GRUB_DISABLE_RECOVERY variable. + - Fix loader memory allocation failure (closes: #551627). + - Don't call savedefault on recovery entries (closes: #589325). + - Support triple-indirect blocks on ext2 (closes: #543924). + - Recognise DDF1 fake RAID (closes: #603354). + + [ Robert Millan ] + * Use dpkg architecture wildcards. + + [ Updated translations ] + * Slovenian (Vanja Cvelbar). Closes: #604003 + * Dzongkha (dawa pemo via Tenzin Dendup). Closes: #604102 + + -- Colin Watson Mon, 22 Nov 2010 12:24:56 +0000 + +grub2 (1.98+20100804-14) unstable; urgency=low + + [ Updated translations ] + * Kazakh (Baurzhan Muftakhidinov / Timur Birsh). Closes: #609187 + + [ Alexander Kurtz ] + * 05_debian_theme: + - If we find a background image and no colours were specified, use + upstream defaults for color_normal and color_highlight rather than + setting color_normal to black/black. + - Don't try the other alternatives when $GRUB_BACKGROUND is set; you can + now add GRUB_BACKGROUND= to /etc/default/grub to force no background + image (closes: #608263). + + -- Colin Watson Mon, 17 Jan 2011 23:19:38 +0000 + +grub2 (1.98+20100804-13) unstable; urgency=low + + * Backport from upstream: + - Don't add spurious RAID array members (closes: #605357). + + -- Colin Watson Tue, 04 Jan 2011 14:07:14 +0000 + +grub2 (1.98+20100804-12) unstable; urgency=low + + * Backport from upstream: + - Support big ext2 files (closes: #543924). + - Fix gettext quoting to work with bash as /bin/sh, and make echo + UTF-8-clean so that (at least) Catalan boot messages are displayed + properly (closes: #605615). + - Initialise next pointer when creating multiboot module (closes: + #605567). + - Fix PCI probing hangs by skipping remaining functions on devices that + do not implement function 0 (closes: #594967). + * Use semicolons rather than commas to separate size from model in debconf + disk and partition descriptions; commas are too easily confused with the + multiselect choice separator, and in particular make it impossible to + answer questions properly in the editor frontend (closes: #608449). + Unfuzzy all translations where possible. + + -- Colin Watson Tue, 04 Jan 2011 00:42:29 +0000 + +grub2 (1.98+20100804-11) unstable; urgency=low + + * Exit silently from zz-update-grub kernel hook if update-grub does not + exist (e.g. if grub-pc has been removed but not purged; closes: + #606184). + * Apply debconf template review by debian-l10n-english and mark several + more strings for translation, thanks to David Prévot and Justin B Rye + (closes: #605748). + * Unfuzzy some translations that were not updated in this round (thanks, + David Prévot; closes: #606921). + * Incorporate rewritten 05_debian_theme by Alexander Kurtz, which works + when /usr is inaccessible by GRUB (closes: #605705). + * Backport from upstream: + - Recognise DDF1 DM-RAID (closes: #603354). + + [ Updated translations ] + * Chinese (YunQiang Su). Closes: #606426 + * Indonesian (Arief S Fitrianto). Closes: #606431 + * Slovenian (Vanja Cvelbar). Closes: #606445 + * Swedish (Martin Bagge / brother). Closes: #606455 + * Ukrainian (Yatsenko Alexandr). Closes: #606538 + * Basque (Iñaki Larrañaga Murgoitio). Closes: #606644 + * Slovak (Slavko). Closes: #606663 + * Catalan (Jordi Mallach). + * Bulgarian (Damyan Ivanov). Closes: #606452 + * Persian (Morteza Fakhraee). Closes: #606672 + * Russian (Yuri Kozlov). Closes: #606753 + * Dutch (Paul Gevers). Closes: #606807 + * Japanese (Hideki Yamane). Closes: #606836 + * French (Christian Perrier). Closes: #606842 + * Czech (Miroslav Kure). Closes: #606854 + * Spanish (Francisco Javier Cuadrado). Closes: #606903 + * Portuguese (Tiago Fernandes / Miguel Figueiredo). Closes: #606908 + * German (Martin Eberhard Schauer). Closes: #606896 + + -- Colin Watson Sat, 18 Dec 2010 17:20:09 +0000 + +grub2 (1.98+20100804-10) unstable; urgency=low + + * fix_crash_condition_in_kfreebsd_loader.patch: Import from upstream. + Fixes crash condition in case kfreebsd_* commands are used after + kfreebsd has (gracefully) failed. + + -- Robert Millan Tue, 30 Nov 2010 19:40:11 +0100 + +grub2 (1.98+20100804-9) unstable; urgency=low + + [ Robert Millan ] + * Import from upstream: + - refuse_embedingless_cross_disk.patch: Refuse to do a cross-disk + embeddingless install rather than creating a broken install. + - fix_grub_install_error_msg.patch: Replace useless recomendation to + pass --modules with a recomendation to report a bug. + - message_refresh.patch: Make error messages visible again. (Closes: #605485) + + [ Jordi Mallach ] + * Update Catalan translation with latest file from the Translation Project. + + [ Updated translations ] + * Slovenian (Vanja Cvelbar). Closes: #604003 + * Dzongkha (dawa pemo via Tenzin Dendup). Closes: #604102 + + -- Robert Millan Tue, 30 Nov 2010 15:44:02 +0100 + +grub2 (1.98+20100804-8) unstable; urgency=low + + [ Robert Millan ] + * increase_disk_limit.patch: Increase SCSI/IDE disk limits to cope with + Sun Fire X4500. + * linux_mdraid_1x.patch: Support for Linux MD RAID v1.x. (Closes: #593652) + * yeeloong_boot_info.patch: On Yeeloong, pass machine type information + to Linux. + + [ Updated translations ] + * Portuguese fixed by Christian Perrier (variable names + were translated) + + -- Robert Millan Fri, 05 Nov 2010 23:43:15 +0100 + +grub2 (1.98+20100804-7) unstable; urgency=low + + [ Robert Millan ] + * zfs_fix_mkrelpath.patch: Replace with proper fix from upstream Bazaar. + (Closes: #601087) + + [ Updated translations ] + * Vietnamese (Clytie Siddall). Closes: #598327 + * Icelandic (Sveinn í Felli). Closes: #600126 + + -- Robert Millan Sun, 24 Oct 2010 16:35:37 +0200 + +grub2 (1.98+20100804-6) unstable; urgency=low + + [ Robert Millan ] + * zfs_v23.patch: Accept ZFS up to v23 (no changes required). + * fix_usb_boot.patch: Fix boot on USB devices, for BIOSes that + expose them as floppies. (Closes: #600580) + * zfs_fix_mkrelpath.patch: Fix grub-mkrelpath for non-root ZFS. + (Closes: #600578) + + [ Updated translations ] + * Kazakh (kk.po) by Baurzhan Muftakhidinov via Timur Birsh (closes: + #598188). + * Portuguese (pt.po) by Tiago Fernandes via Rui Branco (closes: #599767). + * Catalan (ca.po) by Jordi Mallach. + + -- Robert Millan Thu, 21 Oct 2010 23:45:23 +0200 + +grub2 (1.98+20100804-5) unstable; urgency=low + + [ Updated translations ] + * Hebrew (he.po) by Omer Zak and Lior Kaplan (closes: #593855). + * Romanian (ro.po) by ioan-eugen STAN (closes: #595727). + * Esperanto (eo.po) by Felipe Castro (closes: #596171). + + [ Colin Watson ] + * Make grub-efi-amd64 conflict with grub-pc as well as the other way + round. + * Backport upstream patches to fix DM-RAID support (closes: #594221, + LP: #634840). + + [ Robert Millan ] + * enable_zfs.patch: Fix grub-fstest build problem. + * zfs_fix_label_arg.patch: Fix kfreebsd_device initialization on ZFS + for non-main filesystems. + + -- Colin Watson Fri, 17 Sep 2010 23:45:10 +0100 + +grub2 (1.98+20100804-4) unstable; urgency=low + + [ Updated translations ] + * Italian (it.po) by Luca Monducci (closes: #593685). + * Finnish (fi.po) by Esko Arajärvi (closes: #593921). + + [ Colin Watson ] + * Run update-grub from kernel hooks if DEB_MAINT_PARAMS is unset, for + compatibility with old kernel packages. This may produce duplicate runs + of update-grub, but that's better than not running it at all (closes: + #594037). + + -- Colin Watson Mon, 23 Aug 2010 12:11:55 +0100 + +grub2 (1.98+20100804-3) unstable; urgency=low + + [ Updated translations ] + * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge (closes: #592156). + * Asturian (ast.po) by Maacub (closes: #592313). + * Galician (gl.po) by Jorge Barreiro (closes: #592816). + + [ Robert Millan ] + * Backport ZFS bugfixes from upstream Bazaar: + - zfs_fix_chroot.patch: Fix breakage when running grub-probe inside chroot. + - zfs_fix_label_arg.patch: Fix grub-probe fs_label argument. + - zfs_fix_pathname.patch: Fix pathname for non-root ZFS filesystems. + - zfs_fix_segfault.patch: Fix segfault when /dev is not mounted. + + [ Colin Watson ] + * Escape single quotes when removing them from $mode in zz-update-grub, so + that this works when /bin/sh is bash (thanks, Will Dyson; closes: + #593242). + * Add support for ext2 root on GNU/kFreeBSD (thanks, Aurelien Jarno; + closes: #593467). + + -- Colin Watson Thu, 19 Aug 2010 18:21:45 +0100 + +grub2 (1.98+20100804-2) unstable; urgency=low + + [ Colin Watson ] + * Make /etc/kernel/postrm.d/zz-update-grub a real file rather than a + symlink (closes: #592076). + + [ Updated translations ] + * Norwegian BokmÃ¥l (nb.po) by Hans Nordhaug (closes: #591569). + + -- Colin Watson Sat, 07 Aug 2010 17:53:34 +0100 + +grub2 (1.98+20100804-1) unstable; urgency=low + + * New Bazaar snapshot. + - Fix grub-emu build on GNU/kFreeBSD (closes: #591490). + + [ Colin Watson ] + * Add kernel hook scripts and remove any uses of update-grub as a + postinst_hook or postrm_hook in /etc/kernel-img.conf (closes: #554175). + Thanks to Ben Hutchings for advice and to Harald Braumann for an early + implementation. + * Extend the existing GRUB_LEGACY_0_BASED_PARTITIONS handling to avoid + new-style partition naming when generating output for GRUB Legacy + (closes: #590554). + + [ Updated translations ] + * Slovak (sk.po) by Slavko (closes: #591458). + + -- Colin Watson Wed, 04 Aug 2010 04:48:11 +0100 + +grub2 (1.98+20100802-1) unstable; urgency=low + + * New Bazaar snapshot. + - Remove compatibility with terminal.mod prior to + terminal_input/terminal_output separation (LP: #519358). + - Enable `grub-probe -t device' resolution on ZFS. + - Don't use UUID for LVM root when generating Xen entries (closes: + #591093). + - Restore missing whitespace to commands' --help output (closes: + #590874). + - Select unique numbers for named RAID arrays, for use as keys in the + disk cache. + + [ Updated translations ] + * German (Martin Eberhard Schauer). Closes: #590108 + * Spanish (Francisco Javier Cuadrado). Closes: #590448 + * Traditional Chinese (Tetralet). Closes: #591191 + * Danish (Joe Hansen). Closes: #591223 + * Dutch (Paul Gevers). Closes: #590864 + * Japanese (Hideki Yamane). Closes: #591058 + + [ Robert Millan ] + * postinst.in: Fill in device size and model information on GNU/kFreeBSD, + using camcontrol. + * patches/enable_zfs.patch: New patch. Link ZFS from grub-extras into + grub-probe and grub-setup. + * control: Build-Depend on libzfs-dev and libnvpair-dev on kfreebsd-*. + + [ Colin Watson ] + * Offer RAID devices as GRUB installation targets if they contain /, + /boot, or /boot/grub. + + -- Colin Watson Tue, 03 Aug 2010 02:13:07 +0100 + +grub2 (1.98+20100722-1) unstable; urgency=low + + * New Bazaar snapshot. + - Don't count named RAID arrays when looking for unused array numbers. + + [ Colin Watson ] + * Merge from Ubuntu: + - grub-common Breaks: lupin-support (<< 0.30) due to a grub-mkimage + syntax change (lupin-support isn't in Debian, but this is harmless + anyway). + + -- Colin Watson Thu, 22 Jul 2010 14:33:34 +0100 + +grub2 (1.98+20100720-1) unstable; urgency=low + + * New Bazaar snapshot. + - Link to Info documentation on changes from GRUB Legacy in README + (closes: #502623). + - Add support for mdadm metadata formats 1.x (closes: #492897). + + [ Aaron M. Ucko ] + * Compare -trunk kernels earlier than numeric ABIs (closes: #568160). + + [ Colin Watson ] + * Remove /boot/grub/device.map, /boot/grub/grubenv, + /boot/grub/installed-version, and /boot/grub/locale/ on purge, if + permitted (closes: #547679). + * Convert from CDBS to dh. + * Use exact-version dependencies in grub2 and grub-efi, to reduce + potential confusion. + * Raise priority of grub-common and grub-pc to optional (also done in + archive overrides). + * Copy-edit debian/presubj. + * Use 'mktemp -t' rather than hardcoding /tmp (closes: #589537). + + [ Mario 'BitKoenig' Holbe ] + * Update /etc/grub.d/05_debian_theme to handle multiple entries in + GRUB_TERMINAL_OUTPUT (closes: #589322). + + [ Updated translations ] + * Simplified Chinese (zh_CN.po) by YunQiang Su (closes: #589013). + * Russian (ru.po) by Yuri Kozlov (closes: #589244). + * Swedish (sv.po) by Martin Bagge / brother (closes: #589259). + * Bulgarian (bg.po) by Damyan Ivanov (closes: #589272). + * Indonesian (id.po) by Arief S Fitrianto (closes: #589318). + * Arabic (ar.po) by Ossama M. Khayat. + * Basque (eu.po) by Iñaki Larrañaga Murgoitio (closes: #589489). + * Persian (fa.po) by Bersam Karbasion (closes: #589544). + * Czech (cs.po) by Miroslav Kure (closes: #589568). + * Belarusian (be.po) by Viktar Siarheichyk (closes: #589634). + + -- Colin Watson Wed, 21 Jul 2010 09:11:14 +0100 + +grub2 (1.98+20100710-1) unstable; urgency=low + + * New Bazaar snapshot. + - Handle degraded RAID arrays in grub-probe and grub-setup. + - Fix gfxterm pager handling. + + [ Fabian Greffrath ] + * Get value of correct debconf question when deciding whether to purge + /boot/grub (closes: #588331). + + [ Colin Watson ] + * Generate device.map in something closer to the old ordering (thanks, + Vadim Solomin). + + [ Updated translations ] + * Croatian (hr.po) by Josip Rodin, closes: #588350. + * French (fr.po) by Christian Perrier (closes: #588695). + + -- Colin Watson Mon, 12 Jul 2010 11:46:53 +0100 + +grub2 (1.98+20100706-1) unstable; urgency=low + + * New Bazaar snapshot. + - USB hub support. + - Fix GRUB_BACKGROUND configuration ordering. + - Fix corruption of first entry name in a reiserfs directory. + - Don't include MD devices when generating device.map (if you're using + RAID and upgraded through 1.98+20100702-1 or 1.98+20100705-1, you may + need to fix this up manually). + + -- Colin Watson Tue, 06 Jul 2010 18:06:40 +0100 + +grub2 (1.98+20100705-1) unstable; urgency=medium + + * New Bazaar snapshot. + - Bidi and diacritics support. + + Use terminfo for ieee1275 terminals (closes: #586953). + - Don't use empty grub_device in EFI grub-install (closes: #587838). + - Fix grub-setup core.img comparison when not embedding (thanks, Matt + Kraai and M. Vefa Bicakci; closes: #586621). + + * Update Source: in debian/copyright (thanks, Jörg Sommer). + * Convert by-id disk device names from device.map to traditional device + names for display (closes: #587951). + * Set urgency=medium. We've cleared out most of the apparent regressions + at this point, and #550704 is getting more and more urgent to fix in + testing. + + -- Colin Watson Mon, 05 Jul 2010 02:09:58 +0100 + +grub2 (1.98+20100702-1) unstable; urgency=low + + * New Bazaar snapshot. + - Use video functions in Linux loader rather than hardcoding UGA; load + all available video backends (closes: #565576, probably). + - Add support for initrd images on Fedora 13. + - Output grub.cfg stanzas for Xen (closes: #505517). + - Add 'cat --dos' option to treat DOS-style "\r\n" line endings as + simple newlines (closes: #586358). + - Change grub-mkdevicemap to emit /dev/disk/by-id/ names where possible + on Linux. + - Return CF correctly in mmap e820/e801 int15 hook (closes: #584846). + - The info documentation now has no broken references, although of + course it could still use more work (closes: #553460). + - Support GRUB_BADRAM in grub-mkconfig. + - Skip LVM snapshots (closes: #574863). + + [ Colin Watson ] + * Mention grub-rescue-usb.img in grub-rescue-pc description (closes: + #586462). + * Add instructions for using grub-rescue-usb.img (closes: #586463). + * Remove /usr/lib/grub/mips-* from grub-common rather than the incorrect + /usr/lib/grub/mipsel-*, so that it stops clashing with grub-yeeloong; + add a versioned Replaces to grub-yeeloong just in case (closes: + #586526). + * Remove qemu-system build-dependency on hurd-i386, where it doesn't seem + to exist. Disable tests if qemu-system-i386 isn't available. + * Mark "upgrade-from-grub-legacy" paragraph in + grub-pc/chainload_from_menu.lst as untranslatable. + * Update Homepage field (thanks, Sedat Dilek). + * On Linux, if /boot/grub/device.map exists on upgrade to this version, + regenerate it to use stable device names in /dev/disk/by-id/. If it had + more than one entry, then display a critical-priority debconf note + (sorry, but it's better than silently breaking boot menu entries) + advising people to check custom boot menu entries and update them if + necessary (closes: #583271). + * Use 'set -e' rather than '#! /bin/sh -e' or '#! /bin/bash -e', to avoid + accidents when debugging with 'sh -x'. + * Store grub-pc/install_devices as persistent device names under + /dev/disk/by-id/ (closes: #554790). Migrate previous device names to + that, with explicit confirmation in non-trivial cases to make sure we + got the right ones. If the devices we were told to install to ever go + away, ask again. (This is based on the implementation in Ubuntu.) + * If grub-install fails during upgrade-from-grub-legacy, allow the user to + try again with a different device, but failing that cancel the upgrade + (closes: #587790). + * Remove numbering from patch files. The order is now explicit in a quilt + series file, and renumbering from time to time is tedious. + + [ Updated translations ] + * Ukrainian (uk.po) by Yatsenko Alexandr / Borys Yanovych (closes: + #586611). + * Indonesian (id.po) by Arief S Fitrianto (closes: #586799). + * Swedish (sv.po) by Martin Bagge (closes: #586827). + * Persian (fa.po) by Behrad Eslamifar (closes: #587085). + * French (fr.po) by Christian Perrier (closes: #587383). + * Galician (gl.po) by Jorge Barreiro (closes: #587796). + + [ Robert Millan ] + * Add commented GRUB_BADRAM example in debian/default/grub. + + -- Colin Watson Fri, 02 Jul 2010 17:42:56 +0100 + +grub2 (1.98+20100617-1) unstable; urgency=low + + * New Bazaar snapshot. + - Fix i386-pc prefix handling with nested partitions (closes: #585068). + + * When running grub-pc.postinst from upgrade-from-grub-legacy, tell it to + disregard the fact that /boot/grub/stage2 and /boot/grub/menu.lst still + exist (closes: #550477). + * Touch a marker file when grub-install is run but GRUB Legacy files are + still around. If that marker file is present, pretend that GRUB Legacy + files are missing when upgrading. + * If GRUB Legacy files are present when upgrading, scan boot sectors of + all disks for GRUB 2. If we find GRUB 2 installed anywhere, then ask + the user if they want to finish conversion to GRUB 2, and warn them that + not doing so may render the system unbootable (closes: #586143). Thanks + to Sedat Dilek for helping to narrow down this bug. + * Leaving grub-pc/install_devices empty makes sense in some situations, + but more often than not is a mistake. On the other hand, automatically + selecting all disk devices would upset some people too. Compromise by + simply asking for explicit confirmation if grub-pc/install_devices is + left empty, defaulting to false so that simply selecting all the + defaults in debconf can't leave you with an unbootable system (closes: + #547944, #557425). + + -- Colin Watson Sat, 19 Jun 2010 01:31:40 +0100 + +grub2 (1.98+20100614-2) unstable; urgency=low + + * Build-depend on gcc-4.4-multilib on i386 and kopensolaris-i386 too, in + order to build grub-efi-amd64. + * Ignore non-option arguments in grub-mkconfig (closes: #586056). + + -- Colin Watson Wed, 16 Jun 2010 17:58:48 +0100 + +grub2 (1.98+20100614-1) unstable; urgency=low + + * New Bazaar snapshot. + - Make target-related error messages from grub-mkimage slightly more + helpful (closes: #584415). + - Fix underquoting that broke savedefault (thanks, Mario 'BitKoenig' + Holbe; closes: #584812). + - Expand 'info grub' substantially, including a new section on + configuring authentication (closes: #584822). + - Give all manual pages proper NAME sections (closes: #496706). + + * Update 915resolution from grub-extras: + - Fix a hang with 945GME (thanks, Sergio Perticone; closes: #582142). + + [ Colin Watson ] + * Disable grub-emu on sparc for the time being. We're currently trying to + use TARGET_* flags to build it, which won't work. + * Don't build-depend on libsdl1.2-dev on hurd-i386. Although + libsdl1.2-dev exists there, it's currently uninstallable due to missing + libpulse-dev, and we can happily live without it for now. + * kfreebsd-amd64 needs gcc-4.4-multilib too (closes: #585668). + * Warn and return without error from prepare_grub_to_access_device if + /boot is a dm-crypt device (thanks, Marc Haber; closes: #542165). + * Make /etc/grub.d/05_debian_theme usable by shells other than bash + (thanks, Alex Chiang; closes: #585561). + * Remove grub-mkisofs leftovers from debian/copyright. + * Fix reversed sense of DEB_BUILD_OPTIONS=nocheck handling. + * Build-depend on qemu-system for grub-pc tests. + + -- Colin Watson Tue, 15 Jun 2010 12:45:35 +0100 + +grub2 (1.98+20100602-2) unstable; urgency=low + + * Only build-depend on libdevmapper-dev on Linux architectures. + * Don't build-depend on libusb-dev on hurd-i386, where it doesn't seem to + be available. + * Fix printf format mismatch in disk/usbms.c (closes: #584474). + * Fix verbose error output when device-mapper isn't supported by the + running kernel (closes: #584196). + * Prepend "part_" to partmap module names in grub-mkconfig, in line with + grub-install (closes: #584426). + + -- Colin Watson Fri, 04 Jun 2010 14:01:58 +0100 + +grub2 (1.98+20100602-1) unstable; urgency=low + + * New Bazaar snapshot. + - Add btrfs probing support, currently only in the single-device case + (closes: #540786). + - Fix grub-emu build on mips/powerpc/sparc. + - Add safety check to make sure that /boot/grub/locale exists before + trying to probe it (closes: #567211). + - Several 'info grub' improvements, including a new section on + configuration file generation using grub-mkconfig which documents the + available keys in /etc/default/grub (closes: #497085). + - Many USB fixes. + + [ Colin Watson ] + * Reorganise configure and build targets in debian/rules to use stamp + files. configure/* never existed and build/* was always a directory, so + make never considered either of them up to date (closes: #450505). + * Remove config.h.in from AUTOGEN_FILES, since autoheader doesn't + necessarily update it. + * Remove conf/gcry.mk from AUTOGEN_FILES, and conf/gcry.rmk from their + dependencies. autogen.sh runs util/import_gcry.py after autoconf et al, + so conf/gcry.rmk's timestamp will be later than some of the + autogenerated outputs. + * Go back to shipping rescue images in the grub-rescue-pc .deb itself + rather than generating them in the postinst. This means that (a) they + get removed when the package is removed (closes: #584176); (b) they are + listed in package metadata, as is proper for files in /usr (closes: + #584218); (c) grub-rescue-pc can potentially be used as a + build-dependency for other packages that need to build GRUB images into + installation media etc., without having to build-depend on grub-pc which + isn't coinstallable with other platform variants and does invasive + things in its postinst. + * Add grub-mkrescue patch from Thomas Schmitt to allow reducing the size + of xorriso-created images. Use this to ensure that + grub-rescue-floppy.img fits well within size limits (closes: #548320). + + -- Colin Watson Thu, 03 Jun 2010 11:24:41 +0100 + +grub2 (1.98+20100527-2) unstable; urgency=low + + * Always override statically-linked-binary Lintian tag for kernel.img; + dynamic linking makes no sense here. + * kernel.img is stripped upstream where it can be, but override Lintian's + error for the cases where it can't. + * Override binary-from-other-architecture for kernel.img as well as *.mod + when building grub-efi-amd64 on i386. + + -- Colin Watson Tue, 01 Jun 2010 13:48:14 +0100 + +grub2 (1.98+20100527-1) unstable; urgency=low + + * New Bazaar snapshot. + - Support multiple terminals in grub-mkconfig, e.g. + GRUB_TERMINAL='serial console' (closes: #506707). + - Speed up consecutive hostdisk operations on the same device (closes: + #508834, #574088). + - Fix grammar error in grub-setup warning (closes: #559005). + - Use xorriso for image creation rather than embedding a modified copy + of mkisofs (closes: #570156). + - Issue an error rather than segfaulting if only some LVM component + devices are in device.map (closes: #577808). + - Fix typo in make_device_name which caused grub-probe problems on + systems with BSD disk labels (closes: #578201). + - Add DM-RAID probe support (closes: #579919). + - Include all gnumach kernels on Hurd, not just gnumach and gnumach.gz + (closes: #581584). + + [ Colin Watson ] + * Restore TEXTDOMAINDIR correction in grub.d files, lost by mistake in a + merge. Noticed by Anthony Fok. + * Don't fail on purge if the ucf association has already been taken over + by a different grub package (closes: #574176). + * Add debian/grub-extras/*/conf/*.mk to AUTOGEN_FILES. + * Remove support for the lpia architecture, now removed from Ubuntu. + * Conflict with grub (<< 0.97-54) as well as grub-legacy. + * Build-depend on libdevmapper-dev for DM-RAID probe support. + * Switch to quilt. + * Suggest xorriso (>= 0.5.6.pl00) in grub-common, since grub-mkrescue now + needs it. Depend on it in grub-rescue-pc. + * Move grub-mkimage to grub-common, now that it only has one + implementation. + * Clean up temporary files used while building grub-firmware-qemu. + * Make grub-probe work with symlinks under /dev/mapper (closes: #550704). + * When upgrading a system where GRUB 2 is chainloaded from GRUB Legacy and + upgrade-from-grub-legacy has not been run, upgrade the chainloaded image + rather than confusing the user by prompting them where they want to + install GRUB (closes: #546822). + * Build-depend on libsdl1.2-dev for SDL support in grub-emu. + * Don't leak debconf's file descriptor to update-grub, so that the LVM + tools called from os-prober don't complain about it (closes: #549976). + Other leaks are not this package's fault, may not be bugs at all, and in + any case os-prober 1.36 suppresses the warnings. + * Build-depend on flex (>= 2.5.35). + * Build-depend on gcc-4.4-multilib on amd64. + + [ Updated translations ] + * Slovenian (sl.po) by Vanja Cvelbar (closes: #570110). + * Vietnamese (vi.po) by Clytie Siddall (closes: #574578). + * Tamil (ta.po) by Tirumurti Vasudevan (closes: #578282). + * Portuguese (pt.po) by Tiago Fernandes (closes: #580140). + * Romanian (ro.po) by Eddy PetriÈ™or / Andrei Popescu (closes: #583185). + + -- Colin Watson Tue, 01 Jun 2010 11:24:38 +0100 + +grub2 (1.98-1) unstable; urgency=low + + * New upstream release (closes: #572898). + - Fix grub-script-check to handle empty lines (closes: #572302). + - Fix offset computation when reading last sectors. Partition reads and + writes within and outside a partition (closes: #567469, #567884). + - Fix script execution error handling bug that meant that an error in a + menuentry's last statement caused the whole menuentry to fail (closes: + #566538, LP: #464743). + - Support GRUB_GFXPAYLOAD_LINUX (closes: #536453, LP: #416772). + + [ Samuel Thibault ] + * Add GRUB_INIT_TUNE example to /etc/default/grub (closes: #570340). + + [ Colin Watson ] + * Build-depend on libusb-dev so that grub-emu is reliably built with USB + support (closes: #572854). + * Update directions in debian/rules on exporting grub-extras to account + for it being maintained in Bazaar nowadays. + * Add myself to Uploaders. + * Acknowledge NMUs, thanks to Torsten Landschoff and Julien Cristau. + + -- Colin Watson Tue, 09 Mar 2010 13:25:35 +0000 + +grub2 (1.98~20100128-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Stop setting gfxpayload=keep (closes: #567245). + + -- Julien Cristau Sun, 14 Feb 2010 20:37:51 +0100 + +grub2 (1.98~20100128-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Apply trivial patch (already merged upstream) fixing the offset + computation for non-cached reads (closes: #567637). + + -- Torsten Landschoff Mon, 08 Feb 2010 22:15:01 +0100 + +grub2 (1.98~20100128-1) unstable; urgency=low + + * New Bazaar snapshot. + - Fix corruption problem when reading files from CDROM. (Closes: #567219) + + [ Felix Zielcke ] + * Never strip kernel.img in rules. Upstream already does it when it + can be done. (Closes: #561933) + * Bump Standards-Version to 3.8.4. + + [ Robert Millan ] + * rules: Run the testsuite (make check) when building grub-pc. + + -- Robert Millan Thu, 28 Jan 2010 16:28:45 +0100 + +grub2 (1.98~20100126-1) unstable; urgency=low + + * New Bazaar snapshot. + - Includes mipsel-yeeloong port. + + [ Robert Millan ] + * config.in: Lower priority of grub2/linux_cmdline_default. + + [ Felix Zielcke ] + * Drop `CFLAGS=-O0' workaround on powerpc. Should be fixed correctly now. + * Ship grub-bin2h and grub-script-check in grub-common. + * Terminate NEWS.Debian with a blank line like lintian would suggest + if that check would be working correctly. + + -- Felix Zielcke Tue, 26 Jan 2010 19:26:25 +0100 + +grub2 (1.98~20100115-1) unstable; urgency=low + + * New Bazaar snapshot. + - Includes savedefault / grub-reboot branch. + - Includes Multiboot video support (from latest 1.x draft). + + -- Robert Millan Fri, 15 Jan 2010 18:15:26 +0100 + +grub2 (1.98~20100110-1) unstable; urgency=low + + * New Bazaar snapshot. + + [ Robert Millan ] + * grub-rescue-pc.postinst: Fix image generation during upgrades. + (Closes: #564261) + + -- Robert Millan Sun, 10 Jan 2010 02:45:52 +0100 + +grub2 (1.98~20100107-1) unstable; urgency=low + + * New Bazaar snapshot. + + [ Robert Millan ] + * grub-rescue-pc.postinst: Use grub-mkrescue for floppy as well. + + [ Updated translations ] + * Chinese (zh_TW.po) by Tetralet. (Closes: #564044) + + -- Robert Millan Thu, 07 Jan 2010 17:56:10 +0100 + +grub2 (1.98~20100101-1) unstable; urgency=high + + * New Bazaar snapshot. + - Fix FTBS on sparc. + + [ Robert Millan ] + * rules: Auto-update version from debian/changelog. + + [ Felix Zielcke ] + * Add -O0 to CFLAGS on powerpc to avoid the `_restgpr_31_x in boot is + not defined' FTBFS. + + -- Felix Zielcke Fri, 01 Jan 2010 00:31:37 +0100 + +grub2 (1.98~20091229-1) unstable; urgency=high + + * New Bazaar snapshot. + - Fix slowness when $prefix uses an UUID. + (Closes: #541145, LP: #420933) + - Correctly set TARGET_CFLAGS. (Closes: #562953) + + [ Robert Millan ] + * grub-rescue-pc.postinst: Build USB rescue image. + * rules: Invoke configure with relative path. This makes binaries smaller, + since dprintf strings are constructed using this path. + + [ Felix Zielcke ] + * Urgency=high due to RC bug fix. + * Fix version comparison in grub-common.preinst for handling obsolete + /etc/grub.d/10_freebsd. (Closes: #562921) + + -- Felix Zielcke Tue, 29 Dec 2009 16:05:00 +0100 + +grub2 (1.98~20091222-1) unstable; urgency=low + + * New Baazar snapshot. + - Make 30_os-prober again dash compatible. (Closes: #562034) + + -- Felix Zielcke Tue, 22 Dec 2009 12:50:57 +0100 + +grub2 (1.98~20091221-1) unstable; urgency=low + + * New Bazaar snapshot. + - Fix search command failing on some broken BIOSes. (Closes: #530357) + + [ Felix Zielcke ] + * Add Replaces:/Conflicts: grub-linuxbios to grub-coreboot. (Closes: #561811) + * Delete obsolete /etc/grub.d/10_freebsd if it has not been modified, + else disable it. (Closes: #560346) + + -- Robert Millan Mon, 21 Dec 2009 22:04:17 +0100 + +grub2 (1.98~20091210-1) unstable; urgency=low + + * Version bump. + + -- Robert Millan Mon, 14 Dec 2009 14:52:59 +0100 + +grub2 (1.97+20091210-1) unstable; urgency=low + + * New Bazaar snapshot. + - patches/02_fix_mountpoints_in_mkrelpath.diff: Remove (merged). + - Fixes FTBFS on powerpc (again) and sparc. + - patches/903_grub_legacy_0_based_partitions.diff: Resync (merged into + debian branch). + + * Fix dpkg dependency for lenny compatibility. + + -- Robert Millan Thu, 10 Dec 2009 00:35:20 +0100 + +grub2 (1.97+20091130-1) unstable; urgency=low + + * New Bazaar snapshot. + * Enable ntldr-img from grub-extras. + + -- Robert Millan Mon, 30 Nov 2009 02:33:03 +0100 + +grub2 (1.97+20091125-2) unstable; urgency=low + + [ Updated translations ] + * Bulgarian (bg.po) by Damyan Ivanovi (Closes: #558039) + + [ Robert Millan ] + * control: Remove genisoimage from Build-Depends/Suggests (no longer + used). + * grub.d/05_debian_theme: Make output string distro-agnostic. + + [ Felix Zielcke ] + * patches/02_fix_mountpoints_in_mkrelpath.diff: New patch to handle + mount points like the old shell function did. (Closes: #558042) + + -- Felix Zielcke Sun, 29 Nov 2009 21:38:00 +0100 + +grub2 (1.97+20091125-1) unstable; urgency=low + + [ Robert Millan ] + * New upstream snapshot. + - Fixes script parser load error. + + * Add gettext to Build-Depends and gettext-base to grub-common's + Depends. + + -- Felix Zielcke Wed, 25 Nov 2009 19:22:51 +0100 + +grub2 (1.97+20091124-1) unstable; urgency=low + + * New upstream snapshot. + - Fix grub-mkisofs related FTBFS on powerpc. (Closes: #557704) + - Create fake GRUB devices for devices not listed in device.map. + This also makes dmraid and multipath work as long as + search --fs-uuid works. (Closes: #442382, #540549, LP: #392136) + - rules: grub-emu is now built as a port. + + [ Felix Zielcke ] + * Change the bt-utf-source build dependency to xfonts-unifont. It's + more complete, better maintained and grub-mkfont supports actually + more then BDF fonts as input, thanks to libfreetype. + * Use grub-probe to get the GRUB device of /boot/grub instead of + passing (hd0) to grub-install when creating the core.img with + chainloading. This avoids the (UUID=) hack slowness in case + /boot/grub is on a different disk then (hd0) in device.map. + * patches/903_grub_legacy_0_based_partitions.diff: Update. + * Add a build dependency on automake and python. + * Set TARGET_CC=$(CC) to really use gcc-4.4 everywhere. Also pass it + and CC as arguments to ./configure instead of env vars so they get + preserved. + * Ship grub-mkrelpath in grub-common. + * Ship the locale files in grub-common. + * Add a dependency on 'dpkg (>= 1.15.4) | install-info' for grub-common + as recommended by Policy and lintian. + + + -- Felix Zielcke Tue, 24 Nov 2009 21:20:00 +0100 + +grub2 (1.97+20091115-1) unstable; urgency=low + + * New upstream snapshot. + - Fix security problem with password checking. (Closes: #555195) + - Fix the generated GNU/Hurd menu entries and also add support for + it in 30_os-prober. (Closes: #555188) + - Same grub-mkrescue for grub-pc and grub-coreboot, used by + grub-rescue-pc during postinst now. (Closes: #501867) + + [ Felix Zielcke ] + * Ship grub-mkisofs in grub-common. + * patches/002_grub.d_freebsd.in.diff: Remove (merged upstream). + * patches/906_grub_extras.diff: Remove. Superseded by GRUB_CONTRIB variable + in recent upstream trunk. + * rules: Export GRUB_CONTRIB to enable grub-extras add-ons. + * Pass --force to grub-install in the postinst. (Closes: #553415) + * Don't strip debug symbols from grub-emu. It's meant for debugging + and with them it's much more useful. + * Ship grub-mkfloppy in grub-pc. + * Revert the Replaces: grub-common to (<= 1.96+20080413-1) on the + grub-pc package. It was wrongly modified long ago. + + [ Robert Millan ] + * copyright: Document mkisofs. + * control: Update Vcs- fields (moved to Bazaar). + * rules: Update debian/legacy/update-grub rule to Bazaar. + + -- Felix Zielcke Sun, 15 Nov 2009 19:13:31 +0100 + +grub2 (1.97-1) unstable; urgency=low + + [ Robert Millan ] + * patches/905_setup_force.diff: Remove, no longer needed as of + grub-installer >= 1.47. + * grub.d/05_debian_theme: Attempt to source grub_background.sh from + desktop-base (Needed for #495282, #495616, #500134, see also + #550984). + + [ Felix Zielcke ] + * Add a build dependency on texinfo. + * Fix little typo in /etc/default/grub. (LP: #457703) + + [ Updated translations ] + * Finnish (fi.po) by Esko Arajärvi. (Closes: #551912) + + -- Felix Zielcke Sun, 25 Oct 2009 19:50:21 +0100 + +grub2 (1.97~beta4-1) unstable; urgency=low + + * New upstream beta release. + + [ Felix Zielcke ] + * Change the Recommends: os-prober to (>= 1.33). + * patches/907_grub.cfg_400.diff: Really add it. Somehow it was a 0 byte file. + (Closes: #547409) + * Convert newlines back to spaces when parsing kopt from + GRUB Legacy's menu.lst, before giving the value to Debconf. + Thanks to Colin Watson. (Closes: #547649) + * Ship the info docs in grub-common. (Closes: #484074) + * Remove generated /usr/share/info/dir* files. + * Update the presubj bug file and also install it for grub-common. + + [ Robert Millan ] + * Enable ZFS and 915resolution in grub-extras (now requires explicit + switch). + * grub-common conflicts with grub-doc (<< 0.97-32) and grub-legacy-doc + (<< 0.97-59). + * Move grub-emu to a separate package. + + [ Updated translations ] + * Japanese (ja.po) by Hideki Yamane. (Closes: #549599) + + -- Robert Millan Mon, 05 Oct 2009 20:03:04 +0200 + +grub2 (1.97~beta3-1) unstable; urgency=high + + * New upstream beta release. + - Make it more clear how to use /etc/grub.d/40_custom. (Closes: #545153) + - fix a serious memory corruption in the graphical subsystem. + (Closes: #545364, #544155, #544639, #544822, LP: #424503) + - patches/003_grub_probe_segfault.diff: Remove (merged). + + * Change the watch file so upstream beta releases are recognized. + * Include /etc/default/grub in bug reports. + * Recommend os-prober (>= 1.32). (Closes: #491872) + * Change the gcc-multilib [sparc] build dependency to gcc-4.4-multilib + [sparc]. + * patches/907_grub.cfg_400.diff: New patch to make grub.cfg again mode + 444 if it does not contain a password line. + * Use `su' in the bug reporting script to read grub.cfg in case the user + is not allowed to read it. + * Readd grub-pc/kopt-extracted template. + + [ Updated translations ] + * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. + * Japanese (ja.po) by Hideki Yamane. (Closes: #545331) + * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #545566) + * Italian (it.po) by Luca Monducci. (Closes: #546035) + + -- Felix Zielcke Sat, 12 Sep 2009 15:28:20 +0200 + +grub2 (1.97~beta2-2) unstable; urgency=low + + [ Updated translations ] + * Dutch (nl.po) by Paul Gevers. (Closes: #545050) + + [ Felix Zielcke ] + * Move GRUB Legacy's grub-set-default to /usr/lib/grub-legacy in + preparation for GRUB 2's grub-set-default. + * Remove password lines in bug script. + + [ Robert Millan ] + * Do not conflict with `grub' dummy package (this prevented upgrades). + * patches/003_grub_probe_segfault.diff: Disable file test codepath, which + wasn't normally used before. + + -- Felix Zielcke Sat, 05 Sep 2009 00:27:22 +0200 + +grub2 (1.97~beta2-1) unstable; urgency=low + + * New upstream beta release. + - Fix loading of FreeBSD modules. (Closes: #544305) + + [ Updated translations ] + * French (fr.po) by Christian Perrier. (Closes: #544320) + * Czech (cs.po) by Miroslav Kure. (Closes: #544327) + * Belarusian (be.po) by Hleb Rubanau. + * Arabic (ar.po) by Ossama M. Khayat. + * Catalan (ca.po) by Juan Andrés Gimeno Crespo. + * Russian (ru.po) by Yuri Kozlov. (Closes: #544730) + * Swedish (sv.po) by Martin Ã…gren. (Closes: #544759) + * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #544810) + * German (de.po) by Helge Kreutzmann. (Closes: #544912) + + [ Robert Millan ] + * Build with GCC 4.4. + + -- Robert Millan Fri, 04 Sep 2009 14:40:20 +0200 + +grub2 (1.97~beta1-1) unstable; urgency=low + + * New upstream beta release. + + [ Updated translations ] + * German (de.po) by Helge Kreutzmann. (Closes: #544261) + * Asturian (ast.po) by Marcos. + * Georgian (ka.po) by Aiet Kolkhi. + + [ Robert Millan ] + * Merge config, templates, postinst, postrm, dirs and install files + into a single source. + * Disable Linux-specific strings on GNU/kFreeBSD. Enable translations + in grub2/linux_cmdline_default. Add grub2/kfreebsd_* strings (still + unused). + + -- Felix Zielcke Sun, 30 Aug 2009 18:01:40 +0200 + +grub2 (1.96+20090829-1) unstable; urgency=low + + * New SVN snapshot. + - Fix filesystem mapping on GNU/kFreeBSD. (Closes: #543950) + + * New grub-extras SVN snapshot. + - Add 915resolution support to the GMA500 (poulsbo) graphics chipset. + Thanks to Pedro Bulach Gapski. (Closes: #543917) + + * Use `cp -p' to copy /usr/share/grub/default/grub to the temporary + file to preverse permissions. + * Remove also efiemu files from /boot/grub on purge if requested. + * Check that GRUB_CMDLINE_LINUX and GRUB_CMDLINUX_LINUX_DEFAULT is at + the start of line in *.postinst. + * Don't check that $GRUB_CMDLINE_LINUX{,DEFAULT} are non empty strings + in *.config. + * Add empty GRUB_CMDLINE_LINUX to /usr/share/grub/default/grub. + * Factorise the editing of the temporary file. Thanks to Martin F + Krafft. + * Read in /etc/default/grub in *.config files. + + [ Updated translations ] + * French (fr.po) by Christian Perrier. (Closes: #544023) + * Russian (ru.po) by Yuri Kozlov. (Closes: #544077) + * Italian (it.po) by Luca Monducci. (Closes: #544200) + + -- Felix Zielcke Sat, 29 Aug 2009 17:01:17 +0200 + +grub2 (1.96+20090826-3) unstable; urgency=low + + * Add missing quotes in grub-pc.config and *.postinst. + + -- Felix Zielcke Wed, 26 Aug 2009 19:14:23 +0200 + +grub2 (1.96+20090826-2) unstable; urgency=low + + * Really use the correct templates in grub-pc.config. ARGS. + + -- Felix Zielcke Wed, 26 Aug 2009 14:10:41 +0200 + +grub2 (1.96+20090826-1) unstable; urgency=low + + * New SVN snapshot. + + * Use the right templates in grub-pc.config. (Closes: #543615) + + -- Felix Zielcke Wed, 26 Aug 2009 11:00:36 +0200 + +grub2 (1.96+20090825-1) unstable; urgency=low + + * New SVN snapshot. + - Enable gfxterm only if there's a suitable video backend and don't + print an error if not. (Closes: #520846) + + [ Felix Zielcke ] + * Copy unicode.pf2 instead of ascii.pf2 to /boot/grub in grub-pc + postinst (Closes: #542314). + * Update Standards version to 3.8.3. + * Use DEB_HOST_ARCH_CPU for the generation of the lintian overrides. + * Fix calling the grub-pc/postrm_purge_boot_grub template in + grub-pc.postinst. + * Handle GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT via + debconf. Thanks to Martin F. Krafft and Colin Watson for idea and + hints. + * Use ucfr --force when /etc/default/grub is registered to a grub-* package. + * Use #!/bin/sh in *.config and fix a small bashism in grub-pc.config. + + [ Robert Millan ] + * patches/907_terminal_output_workaround.diff: Remove. It seems that + it wasn't really necessary. + * grub-pc.postinst: Avoid printing an error if /etc/kernel-img.conf + doesn't exist, because it is misleading. We simply refrain from + fixing it and move along. + * grub-pc.postinst: Don't schedule generation of grub.cfg via "grub-install" + code path unless we actually run grub-install. + * grub-pc.postinst: Only copy unicode.pf2 and moreblue-orbit-grub.png when + /boot/grub/grub.cfg is scheduled to be generated. + * legacy/upgrade-from-grub-legacy: Reset grub-pc/install_devices. + Thanks Colin Watson. (Closes: #541230) + + -- Felix Zielcke Tue, 25 Aug 2009 21:45:24 +0200 + +grub2 (1.96+20090808-1) unstable; urgency=low + + * New SVN snapshot. + - Fix XFS with inode size different then 256. (Closes: #528761) + - Add support for multiple LVM metadata areas. (LP: #408580) + - patches/008_dac_palette_width.diff: Remove. (merged) + - Prefer unicode over ascii font. (LP: #352034) + + [ Felix Zielcke ] + * Fix the generation of the lintian override for efiemu64.o. + * Remove the Conflicts dmsetup. + * Use ?= for setting DEB_HOST_ARCH. + * Document GRUB_DISABLE_LINUX_RECOVERY in /etc/default/grub. + (Closes: #476536 LP: #190207) + * Add docs/grub.cfg to examples. + * patches/01_uuids_and_lvm_dont_play_along_nicely.diff: Updated to + also disable UUIDs on LVM over RAID. + * Add a debconf prompt to remove all grub2 files from /boot/grub on + purge. (Closes: #527068, #470400) + * Move the Suggests: os-prober from grub-pc to grub-common. + * patches/901_dpkg_version_comparison.diff: Updated. + * Update the Replaces on grub-common for the other packages to (<< + 1.96+20080831-1). (Closes: #540492) + + [ Robert Millan ] + * Reorganize grub-pc.{config,postinst} logic. The idea being that if there's + no trace of GRUB Legacy, the grub-pc/install_devices template will be + shown even if this is the first install. + * When setting grub-pc/install_devices, obtain input dynamically from + grub-mkdevicemap (rather than devices.map). (Closes: #535525) + * Add a note to grub-pc/install_devices template that it's also possible + to install GRUB to a partition boot record. + * patches/002_grub.d_freebsd.in.diff: New patch. Reimplement + 10_freebsd.in to handle multiple kernel versions & acpi.ko. + + -- Robert Millan Mon, 10 Aug 2009 18:49:52 +0200 + +grub2 (1.96+20090725-1) unstable; urgency=high + + * New SVN snapshot. + - Don't add drivemap call with Windows Vista/7. It breaks Win 7. + (LP: #402154) + + [ Felix Zielcke ] + * Don't build grub-efi-amd64 on hurd-i386. + * Change DEB_BUILD_ARCH to DEB_HOST_ARCH in the check for sparc. + * Don't add the lintian override for kernel.img for sparc and grub-pc. + * Add a lintian override for binary-from-other-architecture for + grub-efi-amd64 and grub-pc on i386. + * Use wildcards in the lintian overrides. + * Add a Conflicts/Replaces for all packages except grub-common. + (Closes: #538177) + + [ Robert Millan ] + * 008_dac_palette_width.diff: New patch. Fix blank screen when booting + Linux with vga= parameter set to a packed color mode (<= 8-bit). + (Closes: #535026) + * Set urgency=high because #535026 affects 1.96+20090709-1 which is in + testing now. + * patches/907_terminal_output_workaround.diff: Work around recent regression + with terminal_output command (not critical, just breaks gfxterm). + + -- Robert Millan Sat, 25 Jul 2009 19:00:53 +0200 + +grub2 (1.96+20090721-4) unstable; urgency=low + + * Place grub-ofpathname only in grub-common. (Closes: #537999) + + -- Felix Zielcke Wed, 22 Jul 2009 13:38:24 +0200 + +grub2 (1.96+20090721-3) unstable; urgency=low + + * Don't strip kernel.img on sparc. + * Suggest efibootmgr on grub-efi-{amd64,ia32}. + * Pass --disable-grub-fstest to configure. (Closes: #537897) + + -- Felix Zielcke Tue, 21 Jul 2009 21:46:01 +0200 + +grub2 (1.96+20090721-2) unstable; urgency=low + + * Add back Conflicts/Replaces grub. + + -- Felix Zielcke Tue, 21 Jul 2009 11:24:45 +0200 + +grub2 (1.96+20090721-1) unstable; urgency=low + + * New SVN snapshot. + + * Change License of my update-grub(8) and update-grub2(8) manpages to + GPL3+ to match new copyright file. + * Merge from Ubuntu: Don't build grub-efi-amd64 on lpia. + * Don't pass `--enable-efiemu' to configure. On kfreebsd-i386 it won't + compile and it should be now auto detected if it's compilable. + (Closes: #536783) + * Don't build grub-efi-amd64 on kfreebsd-i386. It lacks 64bit compiler + support. + * Rename the lintian override for kernel.elf to kernel.img. + * Strip kernel.img not kernel.elf, but not in the case of grub-pc. + * Rename the Conflicts/Replaces grub to grub-legacy. (Closes: #537824) + + -- Felix Zielcke Tue, 21 Jul 2009 10:50:20 +0200 + +grub2 (1.96+20090709-1) unstable; urgency=low + + * New SVN snapshot. + + * control (Build-Depends): Add gcc-multilib [sparc]. + * copyright: Rewrite using DEP-5 format. + * Merge grub-extras into the package, and integrate it with GRUB's + build system. + - patches/906_grub_extras.diff + - rules + - copyright + + -- Robert Millan Thu, 09 Jul 2009 00:26:49 +0200 + +grub2 (1.96+20090702-1) unstable; urgency=low + + * New SVN snapshot. + * rules: Remove duplicated files in sparc64-ieee1275 port. + * rules: Comment out -DGRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 setting. We'll + re-evaluate using it when it's more mature. (Closes: #535026). + + -- Robert Millan Thu, 02 Jul 2009 13:23:51 +0200 + +grub2 (1.96+20090629-1) unstable; urgency=low + + * New SVN snapshot. + - Misc fixes in Linux loader. + + * control (grub-firmware-qemu): Make it buildable only on i386/amd64. + * control: Add sparc (grub-ieee1275), remove remnants of ppc64. + * rules: Include all modules in grub-firmware-qemu build. + + -- Robert Millan Mon, 29 Jun 2009 19:22:37 +0200 + +grub2 (1.96+20090628-1) unstable; urgency=low + + * New SVN snapshot. + * Re-enable QEMU port. + + -- Robert Millan Sun, 28 Jun 2009 01:11:10 +0200 + +grub2 (1.96+20090627-2) unstable; urgency=low + + * Disable QEMU port untill it goes through NEW. + * Upload to unstable. + + -- Robert Millan Sat, 27 Jun 2009 18:40:17 +0200 + +grub2 (1.96+20090627-1) experimental; urgency=low + + * New SVN snapshot. + - Fix parsing of --output in grub-mkconfig. (Closes: #532956) + + [ Felix Zielcke ] + * Use ucfr --force in grub-ieee1275.postinst in case we're upgrading + from previous version. It registered /etc/default/grub wrongly with + package iee1275. + * Drop the build dependency on libc6-dev-i386. + * Remove ppc64 from the Architectures. It's totally dead. + * Add a note to /etc/default/grub that update-grub needs to be run to + update grub.cfg. (Closes: #533026) + * Fix the svn-snapshot rule. + * Update Standards version to 3.8.2. No changes needed. + + [ Robert Millan ] + * legacy/upgrade-from-grub-legacy: Invoke grub-pc.postinst directly rather + than dpkg-reconfigure. Since we pretend we're upgrading, it will DTRT. + * Add grub-firmware-qemu package. + - patches/008_qemu.diff: QEMU port (patch from upstream). + - control (grub-firmware-qemu): New package. + - rules: Add grub-firmware-qemu targets. + - debian/grub-firmware-qemu.dirs + - debian/grub-firmware-qemu.install + * patches/906_revert_to_linux16.diff: Remove, now that gfxpayload is + supported. + + -- Robert Millan Sat, 27 Jun 2009 00:46:23 +0200 + +grub2 (1.96+20090611-1) experimental; urgency=low + + * New SVN snapshot. + + * Append .diff to patches/01_uuids_and_lvm_dont_play_along_nicely so + it gets really applied. + * Drop completely the build dependency on gcc-multilib. + * Instead of arborting in the preinst if /etc/kernel-img.conf still + contains /sbin/update-grub, change the file with sed. Policy allows + thisi, because it's not a conffile, according to Colin Watson. + * Change /etc/default/grub to an ucf managed file instead of dpkg + conffile. + + -- Felix Zielcke Fri, 12 Jun 2009 11:46:24 +0200 + +grub2 (1.96+20090609-1) experimental; urgency=low + + * New SVN snapshot. + - Fix variable parsing inside strings. (Closes: #486180) + - Add `true' command. (Closes: #530736) + + [ Robert Millan ] + * Split grub-efi in grub-efi-ia32 and grub-efi-amd64, both available + on i386 and amd64. (Closes: #524756) + * Add kopensolaris-i386 to arch list. + + [ Felix Zielcke ] + * Add a NEWS entry about the grub-efi split. + * Drop the build dependency on gcc-multilib for all *i386. + * Change upgrade-from-grub-legacy to use `dpkg-reconfigure grub-pc' to + install grub2 into MBR. + + [ New translations ] + * Catalan (ca.po) by Jordi Mallach. + + [ Updated translations ] + * Spanish (es.po) by Francisco Javier Cuadrado. (Closes: #532407) + + -- Jordi Mallach Tue, 09 Jun 2009 19:21:15 +0200 + +grub2 (1.96+20090603-1) unstable; urgency=low + + * New SVN snapshot. + + * Abort the install of grub-pc if /etc/kernel-img.conf still contains + /sbin/update-grub (Closes: #500631). + + -- Felix Zielcke Wed, 03 Jun 2009 20:01:11 +0200 + +grub2 (1.96+20090602-1) unstable; urgency=low + + * New SVN snapshot. + + [ Felix Zielcke ] + * Skip floopies in the grub-install debconf prompt in grub-pc postinst. + Patch by Fabian Greffrath. (Closes: #530848) + + [ Robert Millan ] + * Change Vcs-Browser field to viewsvn. + + [ Felix Zielcke ] + * Change Vcs-Svn field to point to the trunk. (Closes: #531391) + * patches/01_uuids_and_lvm_dont_play_along_nicely: New patch. + On Debian root=UUID= with lvm still doestn't work so disable it. + (Closes: #530357) + * Remove Otavio Salvador from Uploaders with his permission. + * add grub-pc.preinst + + -- Felix Zielcke Wed, 03 Jun 2009 14:42:11 +0200 + +grub2 (1.96+20090523-1) unstable; urgency=low + + * New SVN snapshot. + - Add drivemap command, similar to grub-legacy's map command. + (Closes: 503630) + - Export GRUB_TERMINAL_INPUT in grub-mkconfig. (Closes: #526741) + + [ Robert Millan ] + * rules: Set GRUB_ASSUME_LINUX_HAS_FB_SUPPORT=1 in CFLAGS. + * patches/905_setup_force.diff: Relax blocklist warnings. + * patches/906_revert_to_linux16.diff: Keep using linux16 for now. + + [ Felix Zielcke ] + * patches/07_core_in_fs.diff: Updated. + * Remove /etc/grub.d/10_hurd on non-Hurd systems in the grub-common + preinst. Likewise for 10_freebsd for non kFreebsd and 10_linux on + kFreebsd and Hurd. (Closes: #523777) + + -- Felix Zielcke Sat, 23 May 2009 20:05:10 +0200 + +grub2 (1.96+20090504-1) experimental; urgency=low + + * New SVN snapshot. + - Add support for parttool command, which can be used to hide partitions. + (Closes: #505905) + - Fix a segfault with LVM on RAID. (Closes: #520637) + - Add support for char devices on (k)FreeBSD. (Closes: #521292) + - patches/08_powerpc-ieee1275_build_fix.patch: Remove (merged). + + [ Updated translations ] + * Basque (eu.po) by Piarres Beobide. (Closes: #522457) + * German (de.po) by Helge Kreutzmann. (Closes: #522815) + + [ Robert Millan ] + * Update my email address. + * Remove 04_uuids_and_abstraction_dont_play_along_nicely.diff now that + bugs #435983 and #455746 in mdadm and dmsetup have been fixed. + + [ Felix Zielcke ] + * Place new grub-dumpbios in grub-common. + * Add lpia to the archictectures to reduce the ubuntu delta. + * Add a manpage for the update-grub and update-grub2 stubs, written by + me. (Closes: #523876) + * Suggest genisoimage on grub-pc and grub-ieee1275, because grub-mkrescue + needs it to create a cd image. (Closes: #525845) + * Add a dependency on $(AUTOGEN_FILES) for the configure/grub-common target, + this is needed now that upstream removed the autogenerated files from SVN. + * Add `--enable-efiemu to' `./configure' flags. + * Add a build dependency on gcc-multilib for i386. + * Drop alternate build dependency on gcc-4.1 (<< 4.1.2). + + -- Felix Zielcke Mon, 04 May 2009 21:01:22 +0200 + +grub2 (1.96+20090402-1) experimental; urgency=low + + * New SVN snapshot. + - Fix regression in disk/raid.c. (Closes: #521897, #514338) + - Fix handling of filename string lengths in HFS. + (Really closes: #516458). + * Add myself to Uploaders. + * Add patch 08_powerpc-ieee1275_build_fix.patch to fix powerpc-ieee1275 + builds which were lacking header files for kernel_elf_HEADERS. Thanks + Vladimir Serbinenko. + + -- Jordi Mallach Fri, 03 Apr 2009 20:58:37 +0200 + +grub2 (1.96+20090401-1) experimental; urgency=low + + [ Felix Zielcke ] + * New SVN snapshot. + - Pass grub's gfxterm mode to Linux kernel. (Closes: #519506) + - Fix ext4 extents on powerpc. (Closes: #520286) + + [ Robert Millan ] + * Remove grub-of transitional package (Lenny had grub-ieee1275 already). + * Fix kopt parsing in grub-pc.config. Thanks Marcus Obst. (Closes: #514837) + * Add debconf template to automatically run grub-install during upgrades + (prior user confirmation). (Closes: #514705) + + -- Robert Millan Wed, 01 Apr 2009 01:19:45 +0200 + +grub2 (1.96+20090317-1) unstable; urgency=low + + * New SVN snapshot. + - Fix loading of files with underscore in HFS. (Closes: #516458) + + * Update Standards version to 3.8.1. No changes needed. + + [ Updated translations ] + * Brazilian Portuguese (pt_BR.po) by Flamarion Jorge. (Closes: #519417) + + -- Felix Zielcke Tue, 17 Mar 2009 14:42:10 +0100 + +grub2 (1.96+20090309-1) unstable; urgency=low + + * New SVN snapshot. + + -- Felix Zielcke Mon, 09 Mar 2009 10:03:13 +0100 + +grub2 (1.96+20090307-1) unstable; urgency=low + + * New SVN snapshot. + - Add support for /dev/md/dNNpNN mdraid devices. (Closes: #509960) + - Add new PF2 fontengine. (Closes: #510344) + - Avoid mounting ext2 partitions with backward-incompatible features. + (Closes: #502333) + - Try to avoid false positives with FAT. (Closes: #514263) + + [ Felix Zielcke ] + * Remove build-dependency on unifont package and add one for bf-utf-source + package and libfreetype6-dev + * grub-pc.postinst: Copy new ascii.pf2 instead of old ascii.pff to /boot/grub. + * Add `--enable-grub-mkfont' to configure flags. + * Put new grub-mkfont in grub-common package. + * Add a dependency for ${misc:Depends} to all packages to make lintian a bit + more happy. + * Detect when grub-setup leaves core.img in filesystem, and include that + info in bug report templates. + - debian/patches/07_core_in_fs.diff + - debian/script + * Add myself to Uploads and add `DM-Upload-Allowed: yes' tag. + + [ Updated translations ] + * Asturian (ast.po) by Marcos Alvarez Costales. (Closes: #511144) + * Traditional Chinese (zh_TW.po) by Tetralet. (Closes: #513918) + * Belarusian (be.po) by Pavel Piatruk. (Closes: #516243) + + -- Felix Zielcke Sat, 07 Mar 2009 11:54:43 +0100 + +grub2 (1.96+20081201-1) experimental; urgency=low + + * New SVN snapshot. + + -- Robert Millan Mon, 1 Dec 2008 00:07:31 +0100 + +grub2 (1.96+20081120-1) experimental; urgency=low + + * New SVN snapshot. + + * Update to new debian theme. + - grub-pc.postinst: Switch to moreblue-orbit-grub.png. + - grub.d/05_debian_theme: Likewise. + * grub.d/05_debian_theme: + - Update to use new grub-mkconfig_lib instead of the deprecated + update-grub_lib. + - Update to check if `GRUB_TERMINAL_OUTPUT' is `gfxterm' instead of + `GRUB_TERMINAL'. + + [ Updated translations ] + * Romanien (ro.po) by Eddy PetriÈ™or. (Closes: #506039) + + -- Felix Zielcke Thu, 20 Nov 2008 20:25:56 +0100 + +grub2 (1.96+20081108-1) experimental; urgency=low + + * New SVN snapshot. + - Add support for /dev/md/N style mdraid devices. (Closes: #475585) + - Handle LVM dash escaping. (Closes: #464215) + - Use case insensitive match in NTFS. (Closes: #497889) + - Use hd%d drive names in grub-mkdevicemap for all architectures. + (Closes: #465365) + - Handle LVM circular metadata. (Closes: #462835, #502953) + - Fix NULL dereference and failure paths in LVM. Thanks Guillem Jover. + (Closes: #500482) + - Provides GRUB header files (only in grub-common). + + [ Updated translations ] + * Dutch (nl.po) by Paul Gevers. (Closes: #500514) + * French (fr.po) by Christian Perrier. (Closes: #503708) + * Georgian (ka.po) by Aiet Kolkhi. (Closes: #503715) + * Czech (cs.po) by Miroslav Kure. (Closes: #503809) + * German (de.po) by Helge Kreutzmann. (Closes: #503841) + * Japanese (ja.po) by Hideki Yamane. (Closes: #503869) + * Italian (it.po) by Luca Monducci. (Closes: #504076) + * Swedish (sv.po) by Martin Ã…gren. (Closes: #504207) + * Arabic (ar.po) by Ossama Khayat. (Closes: #504254) + * Portuguese (pt.po) by Miguel Figueiredo. (Closes: #504280) + * Russian (ru.po) by Yuri Kozlov. (Closes: #504324) + * Finnish (fi.po) by Esko Arajärvi. (Closes: #504310) + * Basque (eu.po) by Piarres Beobide. (Closes: #504466) + * Dutch (nl.po) by Paul Gevers. (Closes: #504683) + + [ Felix Zielcke ] + * patches/01_grub_legacy_0_based_partitions.diff: Rename to + * patches/903_grub_legacy_0_based_partitions.diff: this and adapt for + s/biosdisk.c/hostdisk.c/ rename upstream. + * patches/03_disable_floppies.diff + patches/904_disable_floppies.diff: Likewise. + * update-grub has been renamed to grub-mkconfig, so provide a stub for + compatibility. + * Make grub-pc/linux_cmdline debconf template translatable. (Closes: #503478) + * Remove ro.po and ta.po. They don't contain a single translated + message. + + [ Robert Millan ] + * control: Make grub-common dependency = ${binary:Version}. + * default/grub: Set GRUB_CMDLINE_LINUX=quiet to syncronize with + default D-I settings. + + -- Robert Millan Sat, 8 Nov 2008 13:54:10 +0100 + +grub2 (1.96+20080831-1) experimental; urgency=low + + * New SVN snapshot. + - patches/00_fix_double_prefix.diff: Remove (merged). (Closes: #487565) + - patches/00_getline.diff: Remove (merged). (Closes: #493289) + - Handle errors in RAID/LVM scan routine (rather than letting the upper + layer cope with them). (Closes: #494501, #495049) + - patches/901_linux_coreboot.diff: Remove (replaced). + - Add support for GFXMODE variable (Closes: #493106) + - Skips /dev/.* in grub-probe. (Closes: #486624) + - RAID code has various fixes. (Closes: #496573) + - Buffered file read is now used to read the background image faster. + (Closes: #490584) + + * We are already using LZMA, because upstream includes it's own lzma encoder, + so drop completely the liblzo handling in control and rules files. + + [ Felix Zielcke ] + * Remove the 1.95 partition numbering transition debconf warning + from grub2 package and removed it from all languages (*.po). + (Closes: #493744) + * Add a comment for the new GFXMODE in default/grub. + * debian/rules: + - Remove 2 ./configure options which it didn't understand. + - New grub-mkelfimage belongs to grub-common. + * debian/control: + - Change debhelper compat level to 7 and build depend on it >= 7. + - Remove ${misc:Depend} dependency on all packages except grub-pc which is + the only one using debconf. + - Replace deprecated ${Source-Version} with ${source:Version} for << + dependency and with ${build:Version} for = ones. + - Remove versioned dependency of Build-Depends patchutils and cdbs, + because etch has newer versions then the one used. + - Remove dpkg-dev completely from Build-Depends because it's + build-essentail and a non versioned dependency results in a lintian error. + - Remove Conflict/Replaces pupa, it has been removed from Debian 2004. + - Change build-dependency of unifont-bin to unifont (>= 1:5.1.20080820), + it's the new package containing unifont.hex and that version to avoid + licensing problems (Closes: #496061) + - Remove Jason Thomas from Uploaders with his permission. + * Preserve arguments in update-grub2 stub. (Closes: #496610) + + [ Updated translations ] + * Japanese (ja.po) by Hideki Yamane (Closes: #493347) + + [ Robert Millan ] + * Move a few files to grub-common and remove them from the arch- + specific packages. + * patches/02_old_linux_version_comparison.diff: Replace with ... + * patches/901_dpkg_version_comparison.diff: ... this. + Use dpkg --compare-versions in update-grub. (Closes: #494158) + * patches/03_disable_floppies.diff: Free .drive struct member when skipping + floppy drives. (Closes: #496040) + * patches/902_boot_blocklist_hack.diff: Support separate /boot when using + blocklists. (Closes: #496820, #489287, #494589) + + -- Robert Millan Sun, 31 Aug 2008 18:40:09 +0200 + +grub2 (1.96+20080730-1) experimental; urgency=low + + * New SVN snapshot. + - patches/00_fix_overflow.diff: Remove (merged). + - patches/00_uuid_boot.diff: Remove (merged). + - patches/00_raid_duped_disks.diff: Remove (merged). + - patches/00_xfs.diff: Remove (merged). + - patches/00_strengthen_apple_partmap_check.diff: Remove (merged). + - patches/00_skip_dev_dm.diff: Remove (merged). + + * patches/901_linux_coreboot.diff: Implements Linux load on Coreboot + (patch from Coresystems). + + * grub-linuxbios -> grub-coreboot rename again. + + -- Robert Millan Wed, 30 Jul 2008 22:12:07 +0200 + +grub2 (1.96+20080724-4) unstable; urgency=high + + * patches/00_fix_overflow.diff: fix overflow with a big grub.cfg. + (Closes: #473543) + + -- Felix Zielcke Tue, 29 Jul 2008 17:10:59 +0200 + +grub2 (1.96+20080724-3) unstable; urgency=low + + [ Felix Zielcke ] + * changed dependency for debconf to also support debconf-2.0. (Closes: #492543) + * patches/00_xfs.diff: Fix "out of partition" error with XFS. + (Closes: #436943) + + [ Robert Millan ] + * patches/00_raid_duped_disks.diff: Do not abort when two RAID disks with + the same number are found. (Closes: #492656) + * patches/00_strengthen_apple_partmap_check.diff: Be more strict when probing + for Apple partition maps (this prevents false positives on i386-pc + installs). (Closes: #475718) + + -- Robert Millan Tue, 29 Jul 2008 00:48:01 +0200 + +grub2 (1.96+20080724-2) unstable; urgency=high + + [ Felix Zielcke ] + * fixed lintian override for kernel.elf + * debian/rules: changed cvs targets to use svn + + [ Robert Millan ] + * patches/00_skip_dev_dm.diff: Skip /dev/dm-[0-9] devices also (implicitly) + for RAID. (Closes: #491977) + * patches/00_uuid_boot.diff: Fix cross-disk installs by using UUIDs. + (Closes: #492204) + + -- Robert Millan Sat, 26 Jul 2008 01:06:07 +0200 + +grub2 (1.96+20080724-1) unstable; urgency=high + + * New SVN snapshot. + - Support for ext4dev extents. + - patches/00_speed_up_font_load.diff: Remove (merged). + + [ Felix Zielcke ] + * upgrade-from-grub-legacy now calls update-grub if grub.cfg doestn't exist + and prints a big warning if it failed. + * Update Standards version to 3.8.0. No changes need. + * Added Build-Dep for po-debconf and a lintian override, to make it happy. + + [ Updated translations ] + * Swedish (sv.po) by Martin Ã…gren (Closes: #492056) + + [ Robert Millan ] + * Revert r844. grub-coreboot is stuck on NEW, and it was too early + for branching. + + -- Robert Millan Thu, 24 Jul 2008 13:27:53 +0200 + +grub2 (1.96+20080717-1) experimental; urgency=low + + * New SVN snapshot. + - Provides LZMA support (not yet used in the package). + - Fix grub-mkrescue manpage generation. (Closes: #489440) + + * Rename grub-linuxbios to grub-coreboot (and leave a dummy grub-linuxbios + package to handle upgrades). + + [ Updated translations ] + * Spanish (es.po) by Maria Germana Oliveira Blazetic (Closes: #489877) + * Portuguese (pt.po) by Ricardo Silva (Closes: #489807) + + -- Robert Millan Sat, 12 Jul 2008 17:47:09 +0200 + +grub2 (1.96+20080704-2) unstable; urgency=high + + * patches/02_old_linux_version_comparison.diff: Set interpreter to /bin/bash. + (Closes: #489426, #489446) + + -- Robert Millan Mon, 7 Jul 2008 15:17:58 +0200 + +grub2 (1.96+20080704-1) unstable; urgency=high + + * New SVN snapshot. + * default/grub: Add commented example to disable graphical terminal. + * Use substvars to support linking with liblzo1. + * Bring 03_disable_floppies.diff to pre-r805 state. (Closes: #488375) + * patches/02_old_linux_version_comparison.diff: New patch. Steal version + comparison code from GRUB Legacy's update-grub. (Closes: #464086, #489133) + * patches/00_speed_up_font_load.diff: New patch. Generate font files with + only the needed characters. (Closes: #476479, #477083) + + -- Robert Millan Fri, 4 Jul 2008 21:39:07 +0200 + +grub2 (1.96+20080626-1) unstable; urgency=high + + * New CVS snapshot. + - Avoids passing UUID to Linux when not using initrd. (Closes: #484228) + - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Resync. + + -- Robert Millan Thu, 26 Jun 2008 16:43:48 +0200 + +grub2 (1.96+20080621-1) unstable; urgency=high + + * Urgency set to "high" because of #482688. + * New CVS snapshot. + - Fix module load hook in prepare_grub_to_access_device(). + (Closes: #486804) + - Call prepare_grub_to_access_device() before accessing devices, never + afterwards. (Closes: #487198) + * grub.d/05_debian_theme: Prefer /boot/grub over /usr for image + loading, since chances are it's less LVMed. + + -- Robert Millan Sat, 21 Jun 2008 15:52:48 +0200 + +grub2 (1.96+20080617-1) unstable; urgency=low + + * New CVS snapshot. + - Supports IDA block devices. (Closes: #483858) + - Fixes some problems in ext2/ext3. (Closes: #485068, #485065) + - Uses EUID instead of UID in update-grub. (Closes: #486043, #486039, + #486040, #486041). + - Fixes incomplete I2O device support. Thanks Sven Mueller. + (Closes: #486505) + - Fixes recent regressions in fs/ext2.c. (Closes: #485279) + - Only use UUIDs when requested device is not the same as the one + providing /boot. (Closes: #486119) + - patches/02_libgcc_powerpc_hack.diff: Remove. Probably not needed + anymore. + - patches/04_uuids_and_abstraction_dont_play_along_nicely.diff: Update. + * patches/06_olpc_prefix_hack.diff: Hardcode prefix to (sd,1) on OLPC. + * Refurbish 03_disable_floppy_support_in_util_biosdisk.diff into + 03_disable_floppies.diff. + + -- Robert Millan Tue, 17 Jun 2008 01:07:52 +0200 + +grub2 (1.96+20080601-2) unstable; urgency=low + + * 04_run_grub_mkdevicemap_when_grub_probe_fails.diff: Remove. Argueably + makes grub-probe unreliable and is quite annoying. + * 04_uuids_and_abstraction_dont_play_along_nicely.diff: New patch. Disable + UUID parameter to Linux when LVM or dmRAID is in use. (Closes: #484228) + This is a workaround for bug #484297 in udev. + + -- Robert Millan Tue, 3 Jun 2008 16:29:53 +0200 + +grub2 (1.96+20080601-1) unstable; urgency=low + + * New CVS snapshot. + - patches/06_backward_compat_in_uuid_support.diff: Merged. + - Fixes NULL pointer dereference in biosdisk.c. (Closes: #483895, #483900) + - Extends UUID support for XFS and ReiserFS. + + -- Robert Millan Sun, 1 Jun 2008 15:44:08 +0200 + +grub2 (1.96+20080531-1) unstable; urgency=low + + * New CVS snapshot. + - Work around BIOS bug affecting keyboard on macbooks. (Closes: #482860) + - Adjust grub.d/05_debian_theme to use the new UUID-compatible API. + - default/grub: Add commented GRUB_DISABLE_LINUX_UUID variable. + - patches/06_backward_compat_in_uuid_support.diff: New. Make update-grub + generate code that is compatible with older GRUB installs. + - util/biosdisk.c no longer complains about duplicated device.map entries. + (Closes: #481236) + + [ Updated translations ] + * Galician (gl.po) by Jacobo Tarrio (Closes: #480977) + + -- Robert Millan Sat, 31 May 2008 00:02:54 +0200 + +grub2 (1.96+20080512-1) unstable; urgency=low + + * New CVS snapshot. + - Adds support for default-only Linux cmdline options. (Closes: #460843) + - Supports Xen virtual block devices. (Closes: #456777) + - Supports Virtio block devices. (Closes: #479056) + - Supports CCISS block devices. (Closes: #479735) + - Fixes handling of more LVM abnormal conditions. (Closes: #474343, + #474931, #477175) + + * Switch to liblzo2 now that it's GPLv3-compatible. (Closes: #466375) + * grub-pc.postinst: Escape \ and / in cmdline sed invokation. + (Closes: #479279) + + [ Updated translations ] + * Italian (it.po) by Luca Monducci (Closes: #480740) + + -- Robert Millan Mon, 12 May 2008 17:46:38 +0200 + +grub2 (1.96+20080429-1) unstable; urgency=high + + * New CVS snapshot. + - Includes sample grub.cfg file; we use it for grub-rescue-pc. + (Closes: #478324) + * grub-common: Upgrade Replaces to << 1.96+20080426-3. (Closes: #478224, + #478353, #478144) + + [ Updated translations ] + * French (fr.po) by Christian Perrier (Closes: #471291) + + -- Robert Millan Tue, 29 Apr 2008 13:27:52 +0200 + +grub2 (1.96+20080426-1) unstable; urgency=high + + * New CVS snapshot. + - Fixes syntax error when setting GRUB_PRELOAD_MODULES. (Closes: #476517) + * Move os-prober to Suggests, to avoid trouble with #476184. + (Closes: #476684) + * patches/04_run_grub_mkdevicemap_when_grub_probe_fails.diff: New patch, + does what its name says. (Closes: #467127) + - Also move grub-mkdevicemap from grub-pc to grub-common, so that GRUB + Legacy can use it. + + [ Updated translations ] + * Basque (eu.po) by Piarres Beobide (Closes: #476708) + + -- Robert Millan Sat, 26 Apr 2008 20:06:55 +0200 + +grub2 (1.96+20080413-1) unstable; urgency=high + + * New CVS snapshot. + - Provides 30_os-prober update-grub add-on. Thanks Fabian Greffrath. + (Closes: #461442) + - Improves robustness when handling LVM. + (Closes: #474931, #474343) + * patches/03_disable_floppy_support_in_util_biosdisk.diff: New. Does + what its name says. (Closes: #475177) + + -- Robert Millan Sun, 13 Apr 2008 13:53:28 +0200 + +grub2 (1.96+20080408-1) unstable; urgency=low + + * New CVS snapshot. + - grub-probe skips non-existant devices when processing device.map. + (Closes: #473209) + * control: Fix syntax error. + + [ Updated translations ] + * Finnish (fi.po) by Esko Arajärvi (Closes: #468641) + + -- Robert Millan Tue, 8 Apr 2008 15:45:25 +0200 + +grub2 (1.96+20080228-1) unstable; urgency=low + + * New CVS snapshot. + * Split grub-probe into grub-common package. Make all flavours depend on it. + (Closes: #241972) + * Suggest multiboot-doc. + * patches/01_grub_legacy_0_based_partitions.diff: New patch. Add a hack that + tells grub-probe you want 0-based partition count + (GRUB_LEGACY_0_BASED_PARTITIONS variable) + * Stop depending on lsb-release (too heavy! we don't need python in base). + Instead of assuming it's there, try calling it and otherwise just echo + Debian. + + -- Robert Millan Thu, 28 Feb 2008 16:43:40 +0100 + +grub2 (1.96+20080219-3) unstable; urgency=low + + * default/grub: Use lsb_release to support Debian derivatives. + (Closes: #466561) + * grub.d/05_debian_theme: Only setup background image when a reader for it + is present in /boot/grub. (Closes: #467111) + + [ Updated translations ] + * Russian (ru.po) by Yuri Kozlov (Closes: #467181) + + -- Robert Millan Sun, 24 Feb 2008 15:39:50 +0100 + +grub2 (1.96+20080219-2) unstable; urgency=high + + * grub-pc.postinst: Create /boot/grub if it doesn't exist. + + -- Robert Millan Wed, 20 Feb 2008 07:15:14 +0100 + +grub2 (1.96+20080219-1) unstable; urgency=high + + * New CVS snapshot. + - Improves GPT support, allowing it to work without blocklists. + + -- Robert Millan Tue, 19 Feb 2008 15:05:10 +0100 + +grub2 (1.96+20080216-1) unstable; urgency=high + + * New CVS snapshot. + - Fixes offset calculation issue when installing on GPT (urgency set + to high because of this). + * Fix Vcs-Browser tag. Thanks James. (Closes: #465697) + * Only process grub-pc/linux_cmdline if /boot/grub/menu.lst exists. + (Closes: #465708) + + [ Updated translations ] + * French (fr.po) by Christian Perrier (Closes: #465706) + + -- Robert Millan Sat, 16 Feb 2008 23:30:55 +0100 + +grub2 (1.96+20080213-1) unstable; urgency=low + + * New CVS snapshot. + - Failure to read one device in a RAID-1 array no longer causes boot + to fail (so long as there's a member that works). (Closes: #426341) + * script: For /proc/mounts, only report lines that start with /dev/. + * Add new upgrade-from-grub-legacy script for the user to complete the upgrade + process from GRUB Legacy, and advertise it prominently in menu.lst. + (Closes: #464912) + * Add a hack to support gfxterm / background_image on systems where /usr + isn't accessible. (Closes: #464911, #463144) + - grub-pc.postinst + - grub.d/05_debian_theme + * Fix a pair of spelling mistakes in debconf. (Closes: #465296) + * Migrate kopt from menu.lst. (Closes: #461164, #464918) + + [ Updated translations ] + * Portuguese (pt.po) by Ricardo Silva (Closes: #465137) + * German (de.po) by Helge Kreutzmann (Closes: #465295) + + -- Robert Millan Wed, 13 Feb 2008 16:37:13 +0100 + +grub2 (1.96+20080210-1) unstable; urgency=high + + * New CVS snapshot. + - Errors that cause GRUB to enter rescue mode are displayed now. + (Closes: #425149) + - Build LVM/RAID modules into a few commands that were missing them + (notably, grub-setup). (Closes: #465033) + * Fix license violation (incompatibility between GRUB and LZO2). + (Closes: #465056) + - Urgency set to high. + - control: Move liblzo2-dev from Build-Depends to Build-Conflicts + (leaving liblzo-dev as the only option). + + -- Robert Millan Sun, 10 Feb 2008 17:09:15 +0100 + +grub2 (1.96+20080209-1) unstable; urgency=low + + * New CVS snapshot. + - Fix a root device setting issue in grub-setup. (Closes: #463391) + - Fix partmap detection under LVM/RAID. + - Add scripting commands that would allow user to implement hiddenmenu-like + functionality (http://grub.enbug.org/Hiddenmenu). + - Provide manpages for grub-setup, grub-emu, grub-mkimage and others. + (Closes: #333516, #372890) + * Fix a pair of spelling errors in debconf templates. Thanks Christian + Perrier. (Closes: #464133) + * Run debconf-updatepo. (Closes: #463918) + * Lower base-files versioned dependency to >= 4.0.1~bpo40+1. + + -- Robert Millan Sat, 9 Feb 2008 13:43:49 +0100 + +grub2 (1.96+20080203-1) unstable; urgency=low + + * New CVS snapshot (and release, but we skipped that ;-)) + - patches/01_regparm.diff: Delete. + - Improved XFS support. + - util/grub.d/00_header.in: Add runtime error detection (for gfxterm). + - Fixes problem when chainloading to Vista. + * Fix po-debconf errors. Thanks Thomas Huriaux. (Closes: #402972) + * grub.d/05_debian_theme: + - Add runtime error detection. + - Detect/Enable PNG background when it is present. + * control (grub-ieee1275): Remove versioned dependency on powerpc-ibm-utils. + + -- Robert Millan Sun, 3 Feb 2008 19:31:23 +0100 + +grub2 (1.95+20080201-1) unstable; urgency=low + + * New CVS snapshot. + * presubj: Improve notice. + * patches/01_regparm.diff: Fix CPU context corruption affecting fs/xfs.c. + (Closes: #463081, #419766, #462159) + * patches/02_libgcc_powerpc_hack.diff: Fix FTBFS on powerpc. (Closes: #457491) + * patches/disable_xfs.diff: Actually remove this time... + + -- Robert Millan Fri, 1 Feb 2008 17:06:00 +0100 + +grub2 (1.95+20080128-1) unstable; urgency=low + + * New CVS snapshot. + - Fixes bogus CLAIM problems on Apple firmware. (Closes: #449135, #422729) + - grub-probe performs sanity checks to make sure our filesystem drivers + are usable. (Closes: #462449) + - patches/disable_ata.diff: Remove. ATA module isn't auto-loaded in + rescue floppies now. + - patches/disable_xfs.diff: Remove. See above (about grub-probe). + * Bring back grub-emu; it can help a lot with debugging feedback. + - control + - rules + + -- Robert Millan Mon, 28 Jan 2008 00:01:11 +0100 + +grub2 (1.95+20080116-2) unstable; urgency=low + + * grub.d/05_debian_theme: Enable swirlish beauty. + * rules: Obtain debian/legacy/update-grub dynamicaly from GRUB Legacy svn. + + -- Robert Millan Sat, 19 Jan 2008 13:16:18 +0100 + +grub2 (1.95+20080116-1) unstable; urgency=low + + * New CVS snapshot. + - update-grub ignores stale *.dpkg-* files. (Closes: #422708, #424223) + - LVM/RAID now working properly (except when it affects /boot). + (Closes: #425666) + - Fixes flickery in timeout message. (Closes: #437275) + * grub-pc.postinst: Use `--no-floppy' whenever possible. Die, floppies, + die! + * Resync with latest version of GRUB Legacy's update-grub. This time, + using the $LET_US_TRY_GRUB_2 hack to reuse the same script both for + addition of core.img and its removal. + * grub-*.install: Add update-grub2 stub. Packages providing /etc/grub.d/ + scripts should invoke update-grub2 in both postinst and postrm (whenever + it is found, of course). + * control: Reorganize a bit, including a complete rewrite of the + package descriptions. + * control (grub-ieee1275): Enable for i386/amd64. + + -- Robert Millan Wed, 16 Jan 2008 15:00:54 +0100 + +grub2 (1.95+20080107-1) unstable; urgency=low + + * New CVS snapshot. + - Supports ReiserFS. (Closes: #430742) + - patches/disable_ata.diff: Resync. + + -- Robert Millan Mon, 7 Jan 2008 12:46:39 +0100 + +grub2 (1.95+20080105-2) unstable; urgency=low + + * grub-pc.postinst: Fix covered assumption that menu.lst exists. + (Closes: #459247) + * copyright: Fix copyright/license reference. + + -- Robert Millan Sun, 6 Jan 2008 18:02:28 +0100 + +grub2 (1.95+20080105-1) unstable; urgency=low + + * New CVS snapshot. + - Fixes install on non-devfs systems with devfs-style paths (ouch). + (Closes: #450709). + - Fixes boot of "Linux" zImages (including memtest86+). (Closes: #436113). + - Corrects usage message in grub-setup. (Closes: #458600). + - patches/menu_color.diff: Remove. Made obsolete by `menu_color_normal' + and `menu_color_highlight' variables. Add/install grub.d/05_debian_theme + to make use of them. + * Reestructure grub-pc.postinst. Notably: + - Do not touch menu.lst unless user has confirmed it (via debconf). + (Closes: #459247) + - When we do, keep a backup in /boot/grub/menu.lst_backup_by_grub2_postinst. + + -- Robert Millan Sat, 5 Jan 2008 17:55:37 +0100 + +grub2 (1.95+20080101-1) unstable; urgency=low + + * New CVS snapshot. + - patches/disable_xfs.diff: Rewrite in a way that won't collide with + upstream changes so often. + - unifont.hex now processed by upstream. + - rules: Disable build of unifont.pff. + - *.install: Remove build/unifont.pff line. + - patches/menu_color.diff: Change menu color to our traditional blue theme. + * Support new dpkg fields (Homepage, Vcs-Svn, Vcs-Browser). + * patches/disable_ata.diff: Prevent ATA module from being built on i386-pc. + + -- Robert Millan Tue, 1 Jan 2008 19:45:30 +0100 + +grub2 (1.95+20071101-1) unstable; urgency=low + + * New CVS snapshot. + - patches/linuxbios.diff: Remove (supported in upstream now). + + -- Robert Millan Thu, 1 Nov 2007 13:18:51 +0100 + +grub2 (1.95+20071004-2) unstable; urgency=low + + * Rename debian/grub-of.* to debian/grub-ieee1275.*. + * Add debian/grub-linuxbios.{postinst,dirs,install}. + * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object). + * Remove grub-linuxbios.postinst. + + -- Robert Millan Wed, 10 Oct 2007 23:56:35 +0200 + +grub2 (1.95+20071004-1) unstable; urgency=low + + * New CVS snapshot. + * Add grub-linuxbios package. + - patches/linuxbios.diff + - control + - rules + * Rename grub-of to grub-ieee1275 to match with upstream conventions. + - control + - rules + + -- Robert Millan Thu, 4 Oct 2007 14:42:30 +0200 + +grub2 (1.95+20070829-1) unstable; urgency=low + + * New CVS snapshot. + - Includes fix for parallel builds. + * rules: Append -j flag to $(MAKE) to take advantage of >1 processors. + * Add reference to /usr/share/common-licenses. + - debian/copyright + - debian/control (all packages): Add base-files (>= 4.0.1) dependency. + + -- Robert Millan Sat, 1 Sep 2007 19:00:22 +0200 + +grub2 (1.95+20070828-2) unstable; urgency=low + + * control (grub-of): Make depends on powerpc-ibm-utils versioned as + >= 1.0.6 (older versions don't have -a flag). + + -- Robert Millan Tue, 28 Aug 2007 23:32:32 +0200 + +grub2 (1.95+20070828-1) unstable; urgency=low + + * New CVS snapshot. + - Adds ntfs support. + - Fixes a pair of issues indirectly breaking grub-probe on powerpc. + (Closes: #431488) + - patches/disable_xfs.diff: Resync. + - copyright: License upgraded to GPLv3. + * control (grub-of Depends): Add powerpc-utils (for nvsetenv) and bc. + + -- Robert Millan Tue, 28 Aug 2007 21:24:14 +0200 + +grub2 (1.95+20070626-1) unstable; urgency=low + + * New CVS snapshot. + - More fixes to cope with unreadable /. (Closes: #427289) + - update-grub supports multiple terminals. + * control (Build-Depends): Add genisoimage. + * patches/partmap_fallback.diff: Remove. It didn't archieve anything as + it also needs support for proper identification of raid / lvm (this is + being worked on). + * patches/disable_xfs.diff: Disable xfs in grub-probe. + * grub-rescue-pc.README.Debian: New. Explain how to use the rescue + images. + + -- Robert Millan Tue, 26 Jun 2007 08:39:14 +0200 + +grub2 (1.95+20070614-1) unstable; urgency=low + + * New CVS snapshot. + - update-grub is tollerant to unreadable / (as long as /boot is + accessible). (Closes: #427289) + * grub-pc.postinst: Generate new grub.cfg when menu.lst exists. + * New package grub-rescue-pc. + - control: Add it. + - README.Debian.in: Remove obsolete documentation. + - rules: Build rescue images using grub-mkrescue. + - grub-rescue-pc.dirs: Prepare their directory. + - grub-rescue-pc.install: Install them. + * legacy/update-grub: Fix core.img detection on separate /boot. + + -- Robert Millan Thu, 14 Jun 2007 08:17:21 +0200 + +grub2 (1.95+20070604-1) unstable; urgency=low + + * New CVS snapshot. + - patches/grub_probe_for_everyone.diff: Remove (merged). + - update-grub exports user-defined GRUB_CMDLINE_LINUX. (Closes: #425453) + - Fix those nasty powerpc bugs. (Closes: #422729) + + -- Robert Millan Mon, 4 Jun 2007 21:30:55 +0200 + +grub2 (1.95+20070520-1) unstable; urgency=low + + * New CVS snapshot. + - LVM / RAID fixes. (Closes: #423648, #381150) + - Fix memory management bug. (Closes: #423409) + - patches/efi.diff: Remove (merged). + - patches/grub_probe_for_everyone.diff: Use the new paths for + util/grub-probe.c, util/biosdisk.c, util/getroot.c. Enable + grub-mkdevicemap. (Closes: #424985) + * legacy/update-grub: Get rid of all grub-set-default calls. (Closes: #425054) + * grub-{pc,efi,of}.postinst: Only run update-grub if grub.cfg already exists. + * grub-pc.postinst: Only run GRUB Legacy compat stuff if menu.lst is found. + * patches/partmap_fallback.diff: New. Implement fallback "pc gpt" for partmap + detection failures. (Closes: #423022) + * control: Update XS-Vcs-* fields. Thanks Sam Morris . + (Closes: #425146) + * grub-{pc,efi,of}.{dirs,postinst}: Move unifont.pff to /usr/share/grub. + + -- Robert Millan Sun, 20 May 2007 11:13:03 +0200 + +grub2 (1.95+20070515-1) unstable; urgency=low + + * New CVS snapshot. + - Fix assumptions about /, /boot and /boot/grub being the same device. + (Closes: #423268, #422459) + - Proper sorting of Linux images. (Closes: #422580) + - update-grub lets /etc/default/grub override its variables now. + (Closes: #423649) + - update-grub mentions /etc/default/grub in the grub.cfg header. + (Closes: #423651) + - update-grub sets 800x600x16 as the default gfxmode. (Closes: #422794) + - update-grub runs grub-mkdevicemap before attempting to use grub-probe + (part of #423217) + + [ Otavio Salvador ] + * Add support to DEB_BUILD_OPTIONS=noopt. Thanks to Sam Morris + for the patch. (Closes: #423005) + * Add Robert Millan as uploader. + * Change build-dependency from liblzo-dev to liblzo2-dev. (Closes: #423358) + + [ Robert Millan ] + * grub-pc.postinst: + - Remove /boot/grub/device.map before running grub-install. + (Closes: #422851) + - Always run update-grub after grub-install. (part of #423217) + - Use grub-mkdevicemap instead of removing device.map, since update-grub + needs it but grub-install is not run unconditionaly. + - Redirect grub-install invocation to /dev/null, since it can mislead + users into thinking that MBR was overwritten. (part of #423217) + * default/grub: Stop exporting the variables (update-grub does that now). + * Misc EFI fixes, including new grub-install. + - patches/efi.diff: New. + - patches/grub_probe_for_everyone.diff: Move some bits to efi.diff. + - grub-efi.install: Stop installing dummy grub-install. + - grub-install: Remove. + * grub-pc.postinst: Avoid generating core.img when menu.lst is not present, + to avoid duplicated work (this is specialy important for d-i). (part of + #423217). + * See multiple references above. (Closes: #423217) + * grub-{pc,efi,of}.{dirs,install}: Install presubj in the right directory + to make it work again (oops). + * Add reportbug script to gather debugging information. (Closes: #423218) + - script: New. + - grub-{pc,efi,of}.install: Install it. + * Install the reportbug scripts for grub2 too, since users might still use + it for bugfiling. + - grub2.dirs + - grub2.install + * Fix some lintian warnings. + - control (grub2): Depend on debconf. + - README.Debian.in: Fix mispell. + - grub2.templates: Remove extra dot. + + -- Robert Millan Tue, 15 May 2007 22:08:53 +0200 + +grub2 (1.95+20070507-1) unstable; urgency=low + + [ Robert Millan ] + * New CVS snapshot. + - patches/build_neq_src.diff: Remove (merged). + * Fix debhelper files to ensure each package gets the right thing. + * Enable gfxterm/unifont support. + * On grub-pc, if there's no core.img setup, create one (but do not + risk writing to MBR). + * On grub-pc, if menu.lst is found, regenerate it to include our + core.img. + + [ Otavio Salvador ] + * Move debian/update-grub to debian/legacy/update-grub otherwise the + source gets messy. + + -- Otavio Salvador Mon, 07 May 2007 18:48:14 -0300 + +grub2 (1.95+20070505.1-3) unstable; urgency=low + + * Split postinst into grub2.postinst (with the transition warning) and + postinst.in, with update-grub invocation for grub-{pc,efi,of}. + - postinst.in + - grub2.postinst + - rules + + -- Robert Millan Sun, 6 May 2007 01:20:04 +0200 + +grub2 (1.95+20070505.1-2) unstable; urgency=low + + * Add EFI build of GRUB. + - control: Restructure to provide 3 packages: grub-pc (x86), + grub-efi (x86) and grub-of (powerpc). + - rules: Handle a separate build for each package. + - patches/build_neq_src.diff: Fix builddir == srcdir assumptions. + - patches/grub_probe_for_everyone.diff: New (superceds + powerpc_probe.diff). Enable grub-probe on powerpc and i386-efi. + - grub-install: Dummy informational grub-install for EFI. + - grub-efi.install: Installs it. + + -- Robert Millan Sun, 6 May 2007 00:23:56 +0200 + +grub2 (1.95+20070505.1-1) unstable; urgency=low + + * New CVS snapshot. + * patches/powerpc_probe.diff: Add partmap/gpt.c to grub-probe. + * control (Architecture): Temporarily disable powerpc. Sorry, but runtime + is currently broken and we don't have the hardware to debug it. Will be + re-enabled in next upload. + + -- Robert Millan Sat, 5 May 2007 21:52:49 +0200 + +grub2 (1.95+20070505-1) unstable; urgency=low + + * New CVS snapshot. + - Improved grub.cfg parser. (Closes: #381215) + - patches/fix-grub-install.diff: Remove (merged). + - control (Build-Depends): Remove libncurses5-dev (no longer needed). + - provides update-grub2. (Closes: #419151) + - Supports GPT in PC/BIOS systems. (Closes: #409073) + * control (Build-Depends): Add gcc-multilib to fix FTBFS. + * control (Description): Make it less scary, and more informative. + * postinst: Run update-grub to ensure the latest improvements always are + applied. + * patches/powerpc_probe.diff: Attempt at making grub-probe build/install + on powerpc (and hopefuly update-grub). + + -- Robert Millan Sat, 5 May 2007 01:49:07 +0200 + +grub2 (1.95-5) unstable; urgency=low + + * Fix FTBFS on kFreeBSD. Thanks to Aurelien Jarno + by providing the patch. Closes: #416408 + + -- Otavio Salvador Fri, 30 Mar 2007 19:20:48 -0300 + +grub2 (1.95-4) unstable; urgency=low + + * Fix powerpc grub-install binary path. Closes: #402838 + + -- Otavio Salvador Thu, 22 Mar 2007 23:45:56 -0300 + +grub2 (1.95-3) unstable; urgency=low + + [ Christian Perrier ] + * Switch to po-debconf for debconf templates. Closes: #402972 + * Depend on ${misc:Depends} and not "debconf" to allow cdebconf to be used + * Debconf translations: + - French + - Czech. Closes: #413327 + - Galician. Closes: #413323 + - Swedish. Closes: #413325 + - Portuguese. Closes: #413332 + - German. Closes: #413365 + - Tamil. Closes: #413478 + - Russian. Closes: #413542 + - Italian. Closes: #413904 + - Romanian. Closes: #414443 + + -- Otavio Salvador Tue, 20 Mar 2007 23:46:38 -0300 + +grub2 (1.95-2) unstable; urgency=low + + [ Robert Millan ] + * update-grub: Fix for Xen hypervisor entries, thanks Aaron Schrab. + (Closes: #394706) + * Transition to new numbering scheme for partitions. (Closes: #395019) + - update-grub: Don't substract 1 when converting partition device names to + grub drives. + - Add debconf warning explaining the situation. + * Rewrite Architecture line back to hardcoded list :(. (Closes: #398060) + + -- Otavio Salvador Mon, 11 Dec 2006 05:08:41 -0200 + +grub2 (1.95-1) unstable; urgency=low + + * New upstream release. + - patches/03_revert_partition_numbering.diff: Delete (obsoleted). + + -- Robert Millan Sat, 14 Oct 2006 21:19:21 +0200 + +grub2 (1.94+20061003-1) unstable; urgency=high + + * New CVS snapshot. + + [ Otavio Salvador ] + * Change debhelper compatibility mode to 5: + - debian/compat: setted to 5; + * control (Build-Depends): Add lib32ncurses5-dev for ppc64. + Closes: #389873 + * Set urgency=high since it's experimental stuff and tagged likewise. It + also solved a serious bug on PowerPC that leave users with a black + screen. + + [ Robert Millan ] + * control (Depends): Add powerpc-ibm-utils for powerpc/ppc64. + (Closes: #372186) + + -- Otavio Salvador Tue, 3 Oct 2006 16:49:32 -0300 + +grub2 (1.94+20060926-1) unstable; urgency=high + + * New CVS snapshot. + - Command-line editting fix (Closes: #381214). + - Fixes runtime breakage on amd64 (not in BTS). + - Delete a few patches (merged). + + [ Robert Millan ] + * Set urgency=high. Might seem like a rush, but it can't possibly be worse than + 1.94-5 (broken on systems that use udev, broken on amd64...). + * Pure ppc64 support. + - control (Architecture): Add any-ppc64. + - control (Build-Depends): Add libc6-dev-powerpc [ppc64]. + * rules: Remove moddep.lst install command (no longer needed). + * patches/03_revert_partition_numbering.diff: New. Revert a commit that + broke grub-probefs. + * Add bug template to encourage sending upstream stuff directly to + upstream. + - presubj: New. + + [ Otavio Salvador ] + * Add XS-X-Vcs-Svn on control file and point it to our current svn + repository. + * Add cvs-snapshot to rules. + + -- Otavio Salvador Tue, 26 Sep 2006 16:14:36 -0300 + +grub2 (1.94-6) unstable; urgency=low + + [ Robert Millan ] + * update-grub: Set interpreter to /bin/bash to cope with non-POSIX + extensions. (mentioned in #361929) + * patches/03_avoid_recursing_into_dot_static.diff: New. Avoid recursing into + dotdirs (e.g. ".static"). + * patches/04_mkdevicemap_dont_assume_floppies.diff: New. Don't assume + /dev/fd0 exists when generating device.map. + + -- Otavio Salvador Thu, 14 Sep 2006 16:07:30 -0300 + +grub2 (1.94-5) unstable; urgency=low + + [ Robert Millan ] + * control (Build-Depends): s/any-amd64/amd64 kfreebsd-amd64/g (this seems to + confuse buildds). + * 02_not_remove_menu_lst.patch: New patch. Skip menu.lst removal in + grub-install. (Closes: #372934) + + -- Otavio Salvador Sun, 20 Aug 2006 12:02:13 -0300 + +grub2 (1.94-4) unstable; urgency=low + + [ Otavio Salvador ] + * 01_fix_amd64_building.patch: dropped since it now supports amd64 + native building. + * Remove convert_kernel26 usage since it's not necessary anymore and due + initramfs-tools changes it's bug too. + + [ Robert Millan ] + * Fork update-grub from grub legacy, and tweak a few commands in output to + make it work for grub2. + * Update README.Debian.in with more recent (and easier) install instructions. + * Add grub to Conflicts/Replaces. Too many commands with the same name, + even if they don't use the same path yet (but will likely do in the + future, see #361929). + * Get rid of control.in, which I introduced in 0.6+20040805-1 and turned out + to be an endless source of problems (and forbidden by policy as well). + * Fix FTBFS on amd64. Really closes: #372548. + + -- Otavio Salvador Fri, 18 Aug 2006 15:38:25 -0300 + +grub2 (1.94-3) unstable; urgency=low + + * Fix FTBFS in amd64. Closes: 372548 + + -- Otavio Salvador Sat, 10 Jun 2006 19:57:01 -0300 + +grub2 (1.94-2) unstable; urgency=low + + * Update grub images paths in README.Debian + * 01_fix_grub-install.patch: add to fix a problem with PowerPC + installation. Refs: #371069 + * Fix FTBFS in amd64. Closes: #370803 + + -- Otavio Salvador Fri, 9 Jun 2006 09:29:40 -0300 + +grub2 (1.94-1) unstable; urgency=low + + * New upstream release. + - Fix powerpc building. Closes: #370259 + - 01_fix_grub-install.patch: merged upstream. + - Moved modules to /usr/lib/grub since they are architecture + dependent. + * Leave CDBS set debhelper compatibility level. + * Allow amd64 build to happen. Closes: #364956 + * Enforce building in 32bits while running in x86_64 machines. + * Update Standards version to 3.7.2. No changes need. + + -- Otavio Salvador Mon, 5 Jun 2006 12:49:09 -0300 + +grub2 (1.93-1) unstable; urgency=low + + * New upstream release. + - Added support to PowerPC. Closes: #357853 + - 01_fix_grub-install.patch: rediff. + * Update Standards version to 3.6.2. No changes need. + * Start to use new dpkg architecture definition. Closes: #360134 + + -- Otavio Salvador Sat, 1 Apr 2006 10:07:17 -0300 + +grub2 (1.92-2) unstable; urgency=low + + * Add bison on build-depends field. Closes: #346178 + * Add more fixes in 01_fix_grub-install.patch. Closes: #346177 + + -- Otavio Salvador Fri, 6 Jan 2006 09:48:08 -0200 + +grub2 (1.92-1) unstable; urgency=low + + * New upstream release. + - Add support for GPT partition table format. + - Add a new command "play" to play an audio file on PC. + - Add support for Linux/ADFS partition table format. + - Add support for BASH-like scripting. + - Add support for Apple HFS+ filesystems. + * 01_fix_grub-install.patch: Added. Fix grub-install to use + /bin/grub-mkimage instead of /sbin/grub-mkimage. Closes: #338824 + * Do not use CDBS tarball mode anymore. Closes: #344272 + + -- Otavio Salvador Thu, 5 Jan 2006 15:20:40 -0200 + +grub2 (1.91-0) unstable; urgency=low + + * New upstream release. Closes: #331211 + * debian/watch: added. + * debian/control.in, debian/control: Add libncurses5-dev in + Build-Depends. Closes: #304638 + * Remove Robert Millan as uploader; + * Add myself as uploader; + + -- Otavio Salvador Sat, 12 Nov 2005 16:35:18 -0200 + +grub2 (0.6+20050203-2) unstable; urgency=low + + * Disable for powerpc. Reportedly it fails to boot. + + -- Robert Millan Fri, 4 Feb 2005 01:52:09 +0100 + +grub2 (0.6+20050203-1) unstable; urgency=low + + * New upstream snapshot. + * Install moddep.lst properly in a cpu-independant way. (Closes: #264115) + * Use cdbs debian/control autogeneration. + - Set DEB_AUTO_UPDATE_DEBIAN_CONTROL = yes. + - Move control to control.in. + - Add a @cdbs@ tag and replace Architecture with Cpu/System. + * control.in (Build-Depends): Add ruby. + + -- Robert Millan Thu, 3 Feb 2005 22:33:39 +0100 + +grub2 (0.6+20040805-1) unstable; urgency=low + + * New upstream snapshot. + * Uploading to unstable so that powerpc users can be blessed by GRUB too. + * Use type-handling to generate dpkg arch list. + - control.in + - rules + + -- Robert Millan Thu, 5 Aug 2004 20:50:16 +0200 + +grub2 (0.6+20040502-1) experimental; urgency=low + + * New upstream snapshot. + - Fix FTBFS on powerpc. + + -- Robert Millan Sun, 2 May 2004 18:16:29 +0200 + +grub2 (0.6+20040429-1) experimental; urgency=low + + * New upstream snapshot. + - control (Architecture): Add powerpc. + + -- Robert Millan Thu, 29 Apr 2004 20:41:31 +0200 + +grub2 (0.6+20031125-1) experimental; urgency=low + + * New upstream snapshot. + - patches/multiboot.diff: Nuked. + - install,docs: Update directory name. + * control (Maintainer): Set to pkg-grub-devel mailing list. + * control (Uploaders): Add myself. + * control (Architecture): Add freebsd-i386 and netbsd-i386. + + -- Robert Millan Tue, 25 Nov 2003 23:48:18 +0100 + +grub2 (0.6+20031114-1) experimental; urgency=low + + * New upstream snapshot. + - README.Debian: s/fat/ext2/g (We now have ext2fs support). + * Add multiboot support, thanks to Jeroen Dekkers for his patch. + - patches/multiboot.diff: New. + - control (Architecture): Add hurd-i386 (which needed multiboot). + * Rename package to grub2 (to follow upstream tendency). + - control: Ditto. + - README.Debian: Likewise. + * Switch to tarball mode. + - rules: Ditto. + - docs: Prefix paths in order to workaround dh_installdocs bug. + - install: Likewise, but not because of bug (should be in rules, actualy). + * Fix FTBFS. (Closes: #213868) + - control (Build-Depends): Add autoconf. + - control (Build-Conflicts): Add autoconf2.13. + + -- Robert Millan Fri, 14 Nov 2003 13:16:12 +0100 + +pupa (0.6+20031008-1) experimental; urgency=low + + * New upstream snapshot. + * Uploading to experimental. + * debian/control: Add Jason Thomas to Uploaders. + + -- Robert Millan Wed, 8 Oct 2003 13:22:50 +0000 + +pupa (0.6+20030915-1) unstable; urgency=low + + * Initial Release. (Closes: #211030) + + -- Robert Millan Mon, 15 Sep 2003 14:58:42 +0000 --- grub2-1.99.orig/debian/grub-pc.prerm +++ grub2-1.99/debian/grub-pc.prerm @@ -0,0 +1,28 @@ +#!/bin/bash +set -e + +case "$1" in + remove|deconfigure) + . /usr/share/debconf/confmodule + db_get grub-pc/chainload_from_menu.lst + if $RET && test -e /boot/grub/menu.lst ; then + echo "Saving menu.lst backup in /boot/grub/menu.lst_backup_by_grub2_prerm" >&2 + cp /boot/grub/menu.lst{,_backup_by_grub2_prerm} + echo "Running update-grub Legacy to remove our core.img in it" >&2 + /usr/lib/grub-legacy/update-grub 2>&1 | sed -e "s/^/ /g" >&2 + fi + ;; + failed-upgrade|upgrade) + ;; + *) + echo "prerm called with unknown argument \`$1'" >&2 + exit 1 + ;; +esac + +# dh_installdeb will replace this with shell code automatically +# generated by other debhelper scripts. + +#DEBHELPER# + +exit 0 --- grub2-1.99.orig/debian/install.in +++ grub2-1.99/debian/install.in @@ -0,0 +1,7 @@ +../../debian/presubj usr/share/bug/@PACKAGE@ +../../debian/script usr/share/bug/@PACKAGE@ +../../debian/kernel/zz-update-grub etc/kernel/postinst.d +../../debian/kernel/zz-update-grub etc/kernel/postrm.d + +usr/share/man/man8/grub-install.8 +usr/share/man/man8/grub-mknetdir.8 --- grub2-1.99.orig/debian/kernel/zz-update-grub +++ grub2-1.99/debian/kernel/zz-update-grub @@ -0,0 +1,19 @@ +#! /bin/sh +set -e + +which update-grub >/dev/null 2>&1 || exit 0 + +set -- $DEB_MAINT_PARAMS +mode="${1#\'}" +mode="${mode%\'}" +case $0:$mode in + # Only run on postinst configure and postrm remove, to avoid wasting + # time by calling update-grub multiple times on upgrade and removal. + # Also run if we have no DEB_MAINT_PARAMS, in order to work with old + # kernel packages. + */postinst.d/*:|*/postinst.d/*:configure|*/postrm.d/*:|*/postrm.d/*:remove) + exec update-grub + ;; +esac + +exit 0 --- grub2-1.99.orig/debian/grub-extras/915resolution/README +++ grub2-1.99/debian/grub-extras/915resolution/README @@ -0,0 +1,11 @@ + +grub-extras is meant to be used as an overlay on grub2 source tree. + +Build instructions: + + - Copy grub-extras in a subdirectory of your grub2 checkout. + For example, "grub-extras". + + - Export GRUB_CONTRIB environment variable to point to this directory. + + - Build GRUB as usual. --- grub2-1.99.orig/debian/grub-extras/915resolution/Makefile.core.def +++ grub2-1.99/debian/grub-extras/915resolution/Makefile.core.def @@ -0,0 +1,8 @@ +AutoGen definitions Makefile.tpl; + +module = { + name = '915resolution'; + i386_pc = contrib/915resolution/915resolution.c; + cflags = -Wno-error; + enable = i386_pc; +}; --- grub2-1.99.orig/debian/grub-extras/915resolution/915resolution.c +++ grub2-1.99/debian/grub-extras/915resolution/915resolution.c @@ -0,0 +1,978 @@ +/* 915resolution - Utility to change vbemodes on the intel + * integrated video chipset */ + +/* + * Based on Nathan Coulson's http://nathancoulson.com/proj/eee/grub-1.96-915resolution-0.5.2-3.patch + * Oct 10, 2008, Released as 915 + * Oct 10, 2008, Updated to include support for 945GM thanks to Scot Doyle + */ + +/* Copied from 915 resolution created by steve tomjenovic + * 915 resolution was in the public domain. + * + * All I have done, was make the above program run within + * the grub2 environment. + * + * Some of the checks are still commented, as I did not find + * easy replacement for memmem. + * + * Slightly edited by Nathan Coulson (conathan@gmail.com) + */ + +/* + * GRUB -- GRand Unified Bootloader + * Copyright (C) 2003,2007 Free Software Foundation, Inc. + * Copyright (C) 2003 NIIBE Yutaka + * + * GRUB is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * GRUB is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GRUB. If not, see . + */ + + +/* 915 resolution by steve tomljenovic + * + * This was tested only on Sony VGN-FS550. Use at your own risk + * + * This code is based on the techniques used in : + * + * - 855patch. Many thanks to Christian Zietz (czietz gmx net) + * for demonstrating how to shadow the VBIOS into system RAM + * and then modify it. + * + * - 1280patch by Andrew Tipton (andrewtipton null li). + * + * - 855resolution by Alain Poirier + * + * This source code is into the public domain. + */ + +#include +#include +#include +#include +#include +#include +#include + +GRUB_MOD_LICENSE ("GPLv3+"); + +#define printf grub_printf +#define malloc grub_malloc +#define free grub_free +#define strcmp grub_strcmp +#define fprintf(stream,template,args...) grub_printf(template, ## args) +#define strtol(x,y,z) grub_strtoul(x,y,z) +#define atoi(x) grub_strtoul(x,NULL,10) +#define assert(x) +#define memset grub_memset +#define outl grub_outl +#define outb grub_outb +#define inl grub_inl +#define inb grub_inb + +#define NEW(a) ((a *)(malloc(sizeof(a)))) +#define FREE(a) (free(a)) + +#define VBIOS_START 0xc0000 +#define VBIOS_SIZE 0x10000 + +#define VBIOS_FILE "/dev/mem" + +#define FALSE 0 +#define TRUE 1 + +#define MODE_TABLE_OFFSET_845G 617 + +#define RES915_VERSION "0.5.3" + +#define ATI_SIGNATURE1 "ATI MOBILITY RADEON" +#define ATI_SIGNATURE2 "ATI Technologies Inc" +#define NVIDIA_SIGNATURE "NVIDIA Corp" +#define INTEL_SIGNATURE "Intel Corp" + +#define DEBUG 0 + +typedef unsigned char * address; +typedef unsigned char byte; +typedef unsigned short word; +typedef unsigned char boolean; +typedef unsigned int cardinal; + +typedef enum { + CT_UNKWN, CT_830, CT_845G, CT_855GM, CT_865G, CT_915G, CT_915GM, CT_945G, CT_945GM, CT_945GME, + CT_946GZ, CT_G965, CT_Q965, CT_965GM, CT_G33, CT_Q33, CT_Q35, CT_500GMA +} chipset_type; + +char * chipset_type_names[] = { + "UNKNOWN", "830", "845G", "855GM", "865G", "915G", "915GM", "945G", "945GM", "945GME", + "946GZ", "G965", "Q965", "965GM", "G33", "Q33", "Q35", "500GMA" +}; + +typedef enum { + BT_UNKWN, BT_1, BT_2, BT_3 +} bios_type; + +char * bios_type_names[] = {"UNKNOWN", "TYPE 1", "TYPE 2", "TYPE 3"}; + +int freqs[] = { 60, 75, 85 }; + +typedef struct { + byte mode; + byte bits_per_pixel; + word resolution; + byte unknown; +} __attribute__((packed)) vbios_mode; + +typedef struct { + byte unknow1[2]; + byte x1; + byte x_total; + byte x2; + byte y1; + byte y_total; + byte y2; +} __attribute__((packed)) vbios_resolution_type1; + +typedef struct { + unsigned long clock; + + word x1; + word htotal; + word x2; + word hblank; + word hsyncstart; + word hsyncend; + + word y1; + word vtotal; + word y2; + word vblank; + word vsyncstart; + word vsyncend; +} __attribute__((packed)) vbios_modeline_type2; + +typedef struct { + byte xchars; + byte ychars; + byte unknown[4]; + + vbios_modeline_type2 modelines[]; +} __attribute__((packed)) vbios_resolution_type2; + +typedef struct { + unsigned long clock; + + word x1; + word htotal; + word x2; + word hblank; + word hsyncstart; + word hsyncend; + + word y1; + word vtotal; + word y2; + word vblank; + word vsyncstart; + word vsyncend; + + word timing_h; + word timing_v; + + byte unknown[6]; +} __attribute__((packed)) vbios_modeline_type3; + +typedef struct { + unsigned char unknown[6]; + + vbios_modeline_type3 modelines[]; +} __attribute__((packed)) vbios_resolution_type3; + + +typedef struct { + cardinal chipset_id; + chipset_type chipset; + bios_type bios; + + int bios_fd; + address bios_ptr; + + vbios_mode * mode_table; + cardinal mode_table_size; + + byte b1, b2; + + boolean unlocked; +} vbios_map; + + +static cardinal get_chipset_id(void) { + outl(0x80000000, 0xcf8); + return inl(0xcfc); +} + +static chipset_type get_chipset(cardinal id) { + chipset_type type; + + switch (id) { + case 0x35758086: + type = CT_830; + break; + + case 0x25608086: + type = CT_845G; + break; + + case 0x35808086: + type = CT_855GM; + break; + + case 0x25708086: + type = CT_865G; + break; + + case 0x25808086: + type = CT_915G; + break; + + case 0x25908086: + type = CT_915GM; + break; + + case 0x27708086: + type = CT_945G; + break; + + case 0x27a08086: + type = CT_945GM; + break; + + case 0x27ac8086: + type = CT_945GME; + break; + + case 0x29708086: + type = CT_946GZ; + break; + + case 0x29a08086: + type = CT_G965; + break; + + case 0x29908086: + type = CT_Q965; + break; + + case 0x2a008086: + type = CT_965GM; + break; + + case 0x29c08086: + type = CT_G33; + break; + + case 0x29b08086: + type = CT_Q35; + break; + + case 0x29d08086: + type = CT_Q33; + break; + + case 0x81008086: + type = CT_500GMA; + break; + + default: + type = CT_UNKWN; + break; + } + + return type; +} + + +static vbios_resolution_type1 * map_type1_resolution(vbios_map * map, word res) { + vbios_resolution_type1 * ptr = ((vbios_resolution_type1*)(map->bios_ptr + res)); + return ptr; +} + +static vbios_resolution_type2 * map_type2_resolution(vbios_map * map, word res) { + vbios_resolution_type2 * ptr = ((vbios_resolution_type2*)(map->bios_ptr + res)); + return ptr; +} + +static vbios_resolution_type3 * map_type3_resolution(vbios_map * map, word res) { + vbios_resolution_type3 * ptr = ((vbios_resolution_type3*)(map->bios_ptr + res)); + return ptr; +} + + +static boolean detect_bios_type(vbios_map * map, int entry_size) { + unsigned i; + short int r1, r2; + + r1 = r2 = 32000; + + for (i=0; i < map->mode_table_size; i++) { + if (map->mode_table[i].resolution <= r1) { + r1 = map->mode_table[i].resolution; + } + else { + if (map->mode_table[i].resolution <= r2) { + r2 = map->mode_table[i].resolution; + } + } + + /*printf("r1 = %d r2 = %d\n", r1, r2);*/ + } + + return (r2-r1-6) % entry_size == 0; +} + + +static void close_vbios(vbios_map * map); + + +static vbios_map * open_vbios(chipset_type forced_chipset) { + vbios_map * map = NEW(vbios_map); + memset (map, 0, sizeof(vbios_map)); + + /* + * Determine chipset + */ + + if (forced_chipset == CT_UNKWN) { + map->chipset_id = get_chipset_id(); + + map->chipset = get_chipset(map->chipset_id); + } + else if (forced_chipset != CT_UNKWN) { + map->chipset = forced_chipset; + } + else { + map->chipset = CT_915GM; + } + + /* + * Map the video bios to memory + */ + + map->bios_ptr = (unsigned char *) VBIOS_START; + +#if 0 + /* + * check if we have ATI Radeon + */ + + if (memmem(map->bios_ptr, VBIOS_SIZE, ATI_SIGNATURE1, strlen(ATI_SIGNATURE1)) || + memmem(map->bios_ptr, VBIOS_SIZE, ATI_SIGNATURE2, strlen(ATI_SIGNATURE2)) ) { + fprintf(stderr, "ATI chipset detected. 915resolution only works with Intel 800/900 series graphic chipsets.\n"); + close(map->bios_fd); + exit(2); + } + + /* + * check if we have NVIDIA + */ + + if (memmem(map->bios_ptr, VBIOS_SIZE, NVIDIA_SIGNATURE, strlen(NVIDIA_SIGNATURE))) { + fprintf(stderr, "NVIDIA chipset detected. 915resolution only works with Intel 800/900 series graphic chipsets.\n"); + close(map->bios_fd); + exit(2); + } + + /* + * check if we have Intel + */ + + if (map->chipset == CT_UNKWN && memmem(map->bios_ptr, VBIOS_SIZE, INTEL_SIGNATURE, strlen(INTEL_SIGNATURE))) { + fprintf(stderr, "Intel chipset detected. However, 915resolution was unable to determine the chipset type.\n"); + + fprintf(stderr, "Chipset Id: %x\n", map->chipset_id); + + fprintf(stderr, "Please report this problem to stomljen@yahoo.com\n"); + + close_vbios(map); + exit(2); + } +#endif + + /* + * check for others + */ + + if (map->chipset == CT_UNKWN) { + fprintf(stderr, "Unknown chipset type and unrecognized bios.\n"); + fprintf(stderr, "915resolution only works with Intel 800/900 series graphic chipsets.\n"); + + fprintf(stderr, "Chipset Id: %x\n", map->chipset_id); + close_vbios(map); + return 0; + } + + /* + * Figure out where the mode table is + */ + + { + address p = map->bios_ptr + 16; + address limit = map->bios_ptr + VBIOS_SIZE - (3 * sizeof(vbios_mode)); + + while (p < limit && map->mode_table == 0) { + vbios_mode * mode_ptr = (vbios_mode *) p; + + if (((mode_ptr[0].mode & 0xf0) == 0x30) && ((mode_ptr[1].mode & 0xf0) == 0x30) && + ((mode_ptr[2].mode & 0xf0) == 0x30) && ((mode_ptr[3].mode & 0xf0) == 0x30)) { + + map->mode_table = mode_ptr; + } + + p++; + } + + if (map->mode_table == 0) { + fprintf(stderr, "Unable to locate the mode table.\n"); + fprintf(stderr, "Please run the program 'dump_bios' as root and\n"); + fprintf(stderr, "email the file 'vbios.dmp' to stomljen@yahoo.com.\n"); + + fprintf(stderr, "Chipset: %s\n", chipset_type_names[map->chipset]); + close_vbios(map); + return 0; + } + } + + /* + * Determine size of mode table + */ + + { + vbios_mode * mode_ptr = map->mode_table; + + while (mode_ptr->mode != 0xff) { + map->mode_table_size++; + mode_ptr++; + } + } + + /* + * Figure out what type of bios we have + * order of detection is important + */ + + if (detect_bios_type(map, sizeof(vbios_modeline_type3))) { + map->bios = BT_3; + } + else if (detect_bios_type(map, sizeof(vbios_modeline_type2))) { + map->bios = BT_2; + } + else if (detect_bios_type(map, sizeof(vbios_resolution_type1))) { + map->bios = BT_1; + } + else { + fprintf(stderr, "Unable to determine bios type.\n"); + fprintf(stderr, "Please run the program 'dump_bios' as root and\n"); + fprintf(stderr, "email the file 'vbios.dmp' to stomljen@yahoo.com.\n"); + + fprintf(stderr, "Chipset: %s\n", chipset_type_names[map->chipset]); + fprintf(stderr, "Mode Table Offset: $C0000 + $%x\n", ((cardinal)map->mode_table) - ((cardinal)map->bios_ptr)); + fprintf(stderr, "Mode Table Entries: %u\n", map->mode_table_size); + return 0; + } + + return map; +} + +static void close_vbios(vbios_map * map) { + assert(!map->unlocked); + + FREE(map); +} + +static void unlock_vbios(vbios_map * map) { + + assert(!map->unlocked); + + map->unlocked = TRUE; + + switch (map->chipset) { + case CT_UNKWN: + break; + case CT_830: + case CT_855GM: + outl(0x8000005a, 0xcf8); + map->b1 = inb(0xcfe); + + outl(0x8000005a, 0xcf8); + outb(0x33, 0xcfe); + break; + case CT_845G: + case CT_865G: + case CT_915G: + case CT_915GM: + case CT_945G: + case CT_945GM: + case CT_945GME: + case CT_946GZ: + case CT_G965: + case CT_Q965: + case CT_965GM: + case CT_G33: + case CT_Q35: + case CT_Q33: + case CT_500GMA: + outl(0x80000090, 0xcf8); + map->b1 = inb(0xcfd); + map->b2 = inb(0xcfe); + + outl(0x80000090, 0xcf8); + outb(0x33, 0xcfd); + outb(0x33, 0xcfe); + break; + } + +#if DEBUG + { + cardinal t = inl(0xcfc); + printf("unlock PAM: (0x%08x)\n", t); + } +#endif +} + +static void relock_vbios(vbios_map * map) { + + assert(map->unlocked); + map->unlocked = FALSE; + + switch (map->chipset) { + case CT_UNKWN: + break; + case CT_830: + case CT_855GM: + outl(0x8000005a, 0xcf8); + outb(map->b1, 0xcfe); + break; + case CT_845G: + case CT_865G: + case CT_915G: + case CT_915GM: + case CT_945G: + case CT_945GM: + case CT_945GME: + case CT_946GZ: + case CT_G965: + case CT_Q965: + case CT_965GM: + case CT_G33: + case CT_Q35: + case CT_Q33: + case CT_500GMA: + outl(0x80000090, 0xcf8); + outb(map->b1, 0xcfd); + outb(map->b2, 0xcfe); + break; + } + +#if DEBUG + { + cardinal t = inl(0xcfc); + printf("relock PAM: (0x%08x)\n", t); + } +#endif +} + + +static void list_modes(vbios_map *map, cardinal raw) { + cardinal i, x, y; + + for (i=0; i < map->mode_table_size; i++) { + switch(map->bios) { + case BT_1: + { + vbios_resolution_type1 * res = map_type1_resolution(map, map->mode_table[i].resolution); + + x = ((((cardinal) res->x2) & 0xf0) << 4) | res->x1; + y = ((((cardinal) res->y2) & 0xf0) << 4) | res->y1; + + if (x != 0 && y != 0) { + printf("Mode %02x : %dx%d, %d bits/pixel\n", map->mode_table[i].mode, x, y, map->mode_table[i].bits_per_pixel); + } + + if (raw) + { + printf("Mode %02x (raw) :\n\t%02x %02x\n\t%02x\n\t%02x\n\t%02x\n\t%02x\n\t%02x\n\t%02x\n", map->mode_table[i].mode, res->unknow1[0],res->unknow1[1], res->x1,res->x_total,res->x2,res->y1,res->y_total,res->y2); + } + + } + break; + case BT_2: + { + vbios_resolution_type2 * res = map_type2_resolution(map, map->mode_table[i].resolution); + + x = res->modelines[0].x1+1; + y = res->modelines[0].y1+1; + + if (x != 0 && y != 0) { + printf("Mode %02x : %dx%d, %d bits/pixel\n", map->mode_table[i].mode, x, y, map->mode_table[i].bits_per_pixel); + } + } + break; + case BT_3: + { + vbios_resolution_type3 * res = map_type3_resolution(map, map->mode_table[i].resolution); + + x = res->modelines[0].x1+1; + y = res->modelines[0].y1+1; + + if (x != 0 && y != 0) { + printf("Mode %02x : %dx%d, %d bits/pixel\n", map->mode_table[i].mode, x, y, map->mode_table[i].bits_per_pixel); + } + } + break; + case BT_UNKWN: + break; + } + } +} + +static void gtf_timings(int x, int y, int freq, + unsigned long *clock, + word *hsyncstart, word *hsyncend, word *hblank, + word *vsyncstart, word *vsyncend, word *vblank) +{ + int hbl, vbl, vfreq; + + vbl = y + (y+1)/(20000.0/(11*freq) - 1) + 1.5; + vfreq = vbl * freq; + hbl = 16 * (int)(x * (30.0 - 300000.0 / vfreq) / + (70.0 + 300000.0 / vfreq) / 16.0 + 0.5); + + *vsyncstart = y; + *vsyncend = y + 3; + *vblank = vbl - 1; + *hsyncstart = x + hbl / 2 - (x + hbl + 50) / 100 * 8 - 1; + *hsyncend = x + hbl / 2 - 1; + *hblank = x + hbl - 1; + *clock = (x + hbl) * vfreq / 1000; +} + +static void set_mode(vbios_map * map, cardinal mode, cardinal x, cardinal y, cardinal bp, cardinal htotal, cardinal vtotal) { + int xprev, yprev; + cardinal i, j; + + for (i=0; i < map->mode_table_size; i++) { + if (map->mode_table[i].mode == mode) { + switch(map->bios) { + case BT_1: + { + vbios_resolution_type1 * res = map_type1_resolution(map, map->mode_table[i].resolution); + + if (bp) { + map->mode_table[i].bits_per_pixel = bp; + } + + res->x2 = (htotal?(((htotal-x) >> 8) & 0x0f) : (res->x2 & 0x0f)) | ((x >> 4) & 0xf0); + res->x1 = (x & 0xff); + + res->y2 = (vtotal?(((vtotal-y) >> 8) & 0x0f) : (res->y2 & 0x0f)) | ((y >> 4) & 0xf0); + res->y1 = (y & 0xff); + if (htotal) + res->x_total = ((htotal-x) & 0xff); + + if (vtotal) + res->y_total = ((vtotal-y) & 0xff); + } + break; + case BT_2: + { + vbios_resolution_type2 * res = map_type2_resolution(map, map->mode_table[i].resolution); + + res->xchars = x / 8; + res->ychars = y / 16 - 1; + xprev = res->modelines[0].x1; + yprev = res->modelines[0].y1; + + for(j=0; j < 3; j++) { + vbios_modeline_type2 * modeline = &res->modelines[j]; + + if (modeline->x1 == xprev && modeline->y1 == yprev) { + modeline->x1 = modeline->x2 = x-1; + modeline->y1 = modeline->y2 = y-1; + + gtf_timings(x, y, freqs[j], &modeline->clock, + &modeline->hsyncstart, &modeline->hsyncend, + &modeline->hblank, &modeline->vsyncstart, + &modeline->vsyncend, &modeline->vblank); + + if (htotal) + modeline->htotal = htotal; + else + modeline->htotal = modeline->hblank; + + if (vtotal) + modeline->vtotal = vtotal; + else + modeline->vtotal = modeline->vblank; + } + } + } + break; + case BT_3: + { + vbios_resolution_type3 * res = map_type3_resolution(map, map->mode_table[i].resolution); + + xprev = res->modelines[0].x1; + yprev = res->modelines[0].y1; + + for (j=0; j < 3; j++) { + vbios_modeline_type3 * modeline = &res->modelines[j]; + + if (modeline->x1 == xprev && modeline->y1 == yprev) { + modeline->x1 = modeline->x2 = x-1; + modeline->y1 = modeline->y2 = y-1; + + gtf_timings(x, y, freqs[j], &modeline->clock, + &modeline->hsyncstart, &modeline->hsyncend, + &modeline->hblank, &modeline->vsyncstart, + &modeline->vsyncend, &modeline->vblank); + if (htotal) + modeline->htotal = htotal; + else + modeline->htotal = modeline->hblank; + if (vtotal) + modeline->vtotal = vtotal; + else + modeline->vtotal = modeline->vblank; + + modeline->timing_h = y-1; + modeline->timing_v = x-1; + } + } + } + break; + case BT_UNKWN: + break; + } + } + } +} + +static void display_map_info(vbios_map * map) { + printf("Chipset: %s\n", chipset_type_names[map->chipset]); + printf("BIOS: %s\n", bios_type_names[map->bios]); + + printf("Mode Table Offset: $C0000 + $%x\n", ((cardinal)map->mode_table) - ((cardinal)map->bios_ptr)); + printf("Mode Table Entries: %u\n", map->mode_table_size); +} + + +static int parse_args(cardinal argc, char *argv[], chipset_type *forced_chipset, cardinal *list, cardinal *mode, cardinal *x, cardinal *y, cardinal *bp, cardinal *raw, cardinal *htotal, cardinal *vtotal) { + cardinal index = 0; + + *list = *mode = *x = *y = *raw = *htotal = *vtotal = 0; + *bp = 0; + + *forced_chipset = CT_UNKWN; + + + if ((argc > index) && !strcmp(argv[index], "-c")) { + index++; + + if(argc<=index) { + return 0; + } + + if (!strcmp(argv[index], "845")) { + *forced_chipset = CT_845G; + } + else if (!strcmp(argv[index], "855")) { + *forced_chipset = CT_855GM; + } + else if (!strcmp(argv[index], "865")) { + *forced_chipset = CT_865G; + } + else if (!strcmp(argv[index], "915G")) { + *forced_chipset = CT_915G; + } + else if (!strcmp(argv[index], "915GM")) { + *forced_chipset = CT_915GM; + } + else if (!strcmp(argv[index], "945G")) { + *forced_chipset = CT_945G; + } + else if (!strcmp(argv[index], "945GM")) { + *forced_chipset = CT_945GM; + } + else if (!strcmp(argv[index], "945GME")) { + *forced_chipset = CT_945GME; + } + else if (!strcmp(argv[index], "946GZ")) { + *forced_chipset = CT_946GZ; + } + else if (!strcmp(argv[index], "G965")) { + *forced_chipset = CT_G965; + } + else if (!strcmp(argv[index], "Q965")) { + *forced_chipset = CT_Q965; + } + else if (!strcmp(argv[index], "965GM")) { + *forced_chipset = CT_965GM; + } + else if (!strcmp(argv[index], "G33")) { + *forced_chipset = CT_G33; + } + else if (!strcmp(argv[index], "Q35")) { + *forced_chipset = CT_Q35; + } + else if (!strcmp(argv[index], "Q33")) { + *forced_chipset = CT_Q33; + } + else if (!strcmp(argv[index], "500GMA")) { + *forced_chipset = CT_500GMA; + } + else { + *forced_chipset = CT_UNKWN; + } + + index++; + + if (argc<=index) { + return 0; + } + } + + if ((argc > index) && !strcmp(argv[index], "-l")) { + *list = 1; + index++; + + if(argc<=index) { + return 0; + } + } + + if ((argc > index) && !strcmp(argv[index], "-r")) { + *raw = 1; + index++; + + if(argc<=index) { + return 0; + } + } + + if (argc-index < 3 || argc-index > 6) { + return -1; + } + + *mode = (cardinal) strtol(argv[index], NULL, 16); + *x = (cardinal)atoi(argv[index+1]); + *y = (cardinal)atoi(argv[index+2]); + + + if (argc-index > 3) { + *bp = (cardinal)atoi(argv[index+3]); + } + else { + *bp = 0; + } + + if (argc-index > 4) { + *htotal = (cardinal)atoi(argv[index+4]); + } + else { + *htotal = 0; + } + + if (argc-index > 5) { + *vtotal = (cardinal)atoi(argv[index+5]); + } + else { + *vtotal = 0; + } + + return 0; +} + +static void usage(void) { + printf("Usage: 915resolution [-c chipset] [-l] [mode X Y] [bits/pixel] [htotal] [vtotal]\n"); + printf(" Set the resolution to XxY for a video mode\n"); + printf(" Bits per pixel are optional. htotal/vtotal settings are additionally optional.\n"); + printf(" Options:\n"); + printf(" -c force chipset type (THIS IS USED FOR DEBUG PURPOSES)\n"); + printf(" -l display the modes found in the video BIOS\n"); + printf(" -r display the modes found in the video BIOS in raw mode (THIS IS USED FOR DEBUG PURPOSES)\n"); +} + +static int main (int argc, char *argv[]) +{ + vbios_map * map; + cardinal list, mode, x, y, bp, raw, htotal, vtotal; + chipset_type forced_chipset; + + printf("Intel 800/900 Series VBIOS Hack : version %s\n\n", RES915_VERSION); + + if (parse_args(argc, argv, &forced_chipset, &list, &mode, &x, &y, &bp, &raw, &htotal, &vtotal) == -1) { + usage(); + return 2; + } + + map = open_vbios(forced_chipset); + display_map_info(map); + + printf("\n"); + + if (list) { + list_modes(map, raw); + } + + if (mode!=0 && x!=0 && y!=0) { + unlock_vbios(map); + + set_mode(map, mode, x, y, bp, htotal, vtotal); + + relock_vbios(map); + + printf("Patch mode %02x to resolution %dx%d complete\n", mode, x, y); + + if (list) { + list_modes(map, raw); + } + } + + close_vbios(map); + + return 0; +} + + + + + +static grub_err_t +grub_cmd_915resolution (grub_command_t cmd __attribute__ ((unused)), + int argc, char *argv[]) +{ + return main (argc, argv); +} + +static grub_command_t cmd; + +GRUB_MOD_INIT(915resolution) +{ + cmd = grub_register_command ("915resolution", grub_cmd_915resolution, + "915resolution", "Intel VBE editor"); +} + +GRUB_MOD_FINI(915resolution) +{ + grub_unregister_command (cmd); +} --- grub2-1.99.orig/debian/grub-extras/915resolution/COPYING +++ grub2-1.99/debian/grub-extras/915resolution/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. --- grub2-1.99.orig/debian/grub-extras/ntldr-img/version.h +++ grub2-1.99/debian/grub-extras/ntldr-img/version.h @@ -0,0 +1,3 @@ +#define VERSION "1.1" +#define VER_MAJOR 1 +#define VER_MINOR 1 --- grub2-1.99.orig/debian/grub-extras/ntldr-img/utils.c +++ grub2-1.99/debian/grub-extras/ntldr-img/utils.c @@ -0,0 +1,391 @@ +/* + * GRUB Utilities -- Utilities for GRUB Legacy, GRUB2 and GRUB for DOS + * Copyright (C) 2007 Bean (bean123@126.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#ifdef LINUX + +#define _FILE_OFFSET_BITS 64 // This is required to enable 64-bit off_t +#include + +#endif + +#include +#include + +#include "utils.h" + +static unsigned char ebuf[512]; + +#if defined(WIN32) + +#ifdef __GNUC__ // Mingw or Cygwin + +#define u_off_t off64_t +#define u_lseek lseek64 + +#else + +#define u_off_t __int64 +#define u_lseek _lseeki64 + +#endif + +#else + +#define u_off_t off_t // In FreeBSD, off_t is 64-bit ! +#define u_lseek lseek + +#endif + +int go_sect(int hd,unsigned long sec) +{ + // Test if 64-bit seek is supported + if (sizeof(u_off_t)>=8) + { + u_off_t bs,rs; + + bs=sec; + bs<<=9; + rs=u_lseek(hd,bs,SEEK_SET); + return (bs!=rs); + } + else + { + unsigned long bs[2]; + + bs[0]=sec<<9; + bs[1]=sec>>23; + if (bs[1]) + return 1; + return (lseek(hd,bs[0],SEEK_SET)!=bs[0]); + } +} + +// Partition enumerator +// xe->cur is the current partition number, before the first call to xd_enum, +// it should be set to 0xFF +// xe->nxt is the target partition number, if it equals 0xFF, it means enumerate +// all partitions, otherwise, it means jump to the specific partition. +int xd_enum(int hd,xde_t* xe) +{ + int nn=512,kk=1,cc; + + for (cc=xe->cur;;) + { + if (cc==0xFF) + { + unsigned long pt[4][2]; + int i,j,np; + + if (go_sect(hd,0)) + return 1; + if (read(hd,ebuf,nn)!=nn) + return 1; + if (valueat(ebuf,0x1FE,unsigned short)!=0xAA55) + return 1; + np=0; + for (i=0x1BE;i<0x1FE;i+=16) + if (ebuf[i+4]) + { + if ((pt[np][1]=valueat(ebuf,i+12,unsigned long))==0) + return 1; + pt[np++][0]=valueat(ebuf,i+8,unsigned long); + } + if (np==0) + return 1; + // Sort partition table base on start address + for (i=0;ipt[j][0]) k=j; + if (k!=i) + { + unsigned long tt; + + tt=pt[i][0]; + pt[i][0]=pt[k][0]; + pt[k][0]=tt; + tt=pt[i][1]; + pt[i][1]=pt[k][1]; + pt[k][1]=tt; + } + } + // Should have space for MBR + if (pt[0][0]==0) + return 1; + // Check for partition overlap + for (i=0;ipt[i+1][0]) + return 1; + cc=0; + } + else if (kk) + cc++; + if ((unsigned char)cc>xe->nxt) + return 1; + if (cc<4) + { + if (xe->nxt<4) + { + // Empty partition + if (! ebuf[xe->nxt*16+4+0x1BE]) + return 1; + xe->cur=xe->nxt; + xe->dfs=ebuf[xe->nxt*16+4+0x1BE]; + xe->bse=valueat(ebuf,xe->nxt*16+8+0x1BE,unsigned long); + xe->len=valueat(ebuf,xe->nxt*16+12+0x1BE,unsigned long); + return 0; + } + else if (xe->nxt!=0xFF) + cc=4; + else while (cc<4) + { + if (ebuf[cc*16+4+0x1BE]) + { + xe->cur=cc; + xe->dfs=ebuf[cc*16+4+0x1BE]; + xe->bse=valueat(ebuf,cc*16+8+0x1BE,unsigned long); + xe->len=valueat(ebuf,cc*16+12+0x1BE,unsigned long); + return 0; + } + cc++; + } + } + if ((cc==4) && (kk)) + { + int i; + + // Scan for extended partition + for (i=0;i<4;i++) + if ((ebuf[i*16+4+0x1BE]==5) || (ebuf[i*16+4+0x1BE]==0xF)) break; + if (i==4) + return 1; + xe->ebs=xe->bse=valueat(ebuf,i*16+8+0x1BE,unsigned long); + } + else + { + // Is end of extended partition chain ? + if ((ebuf[4+0x1CE]!=0x5) && (ebuf[4+0x1CE]!=0xF) || + (valueat(ebuf,8+0x1CE,unsigned long)==0)) + return 1; + xe->bse=xe->ebs+valueat(ebuf,8+0x1CE,unsigned long); + } + { + int r; + + while (1) + { + if (go_sect(hd,xe->bse)) + return 1; + + if (read(hd,ebuf,nn)!=nn) + return 1; + + if (valueat(ebuf,0x1FE,unsigned short)!=0xAA55) + return 1; + + if ((ebuf[4+0x1BE]==5) || (ebuf[4+0x1BE]==0xF)) + if (valueat(ebuf,8+0x1BE,unsigned long)==0) + return 1; + else + { + xe->bse=xe->ebs+valueat(ebuf,8+0x1BE,unsigned long); + continue; + } + break; + } + kk=(ebuf[4+0x1BE]!=0); + if ((kk) && ((xe->nxt==0xFF) || (cc==xe->nxt))) + { + xe->cur=cc; + xe->dfs=ebuf[4+0x1BE]; + xe->bse+=valueat(ebuf,8+0x1BE,unsigned long); + xe->len=valueat(ebuf,12+0x1BE,unsigned long); + return 0; + } + } + } +} + +#define EXT2_SUPER_MAGIC 0xEF53 + +int mbr_nhd, mbr_spt; + +void split_chs(unsigned char* chs,unsigned long* c,unsigned long* h,unsigned long* s) +{ + *h=chs[0]; + *s=(chs[1] & 0x3F)-1; + *c=((unsigned long)(chs[1]>>6))*256+chs[2]; +} + +int chk_chs(unsigned long nhd,unsigned long spt,unsigned long lba,unsigned char* chs) +{ + unsigned long c,h,s; + + split_chs(chs,&c,&h,&s); + if (c==0x3FF) + return ((nhd==h+1) && (spt==s+1)); + else + return (c*nhd*spt+h*spt+s==lba); +} + +int chk_mbr(unsigned char* buf) +{ + unsigned long nhd,spt,a1,a2,c2,h2,s2; + int i; + + i=0x1BE; + while ((i<0x1FE) && (buf[i+4]==0)) + i+=16; + if (i>=0x1FE) + return 0; + a1=valueat(buf[i],8,unsigned long); + a2=a1+valueat(buf[i],12,unsigned long)-1; + if (a1>=a2) + return 0; + split_chs(buf+i+5,&c2,&h2,&s2); + if (c2==0x3FF) + { + nhd=h2+1; + spt=s2+1; + if (! chk_chs(nhd,spt,a1,buf+i+1)) + return 0; + } + else + { + unsigned long c1,h1,s1; + long n1,n2; + + split_chs(buf+i+1,&c1,&h1,&s1); + if ((c1==0x3FF) || (c1>c2)) + return 0; + n1=(long)(c1*a2)-(long)(c2*a1)-(long)(c1*s2)+(long)(c2*s1); + n2=(long)(c1*h2)-(long)(c2*h1); + if (n2<0) + { + n2=-n2; + n1=-n1; + } + if ((n2==0) || (n1<=0) || (n1 % n2)) + return 0; + spt=(unsigned long)(n1/n2); + if (c2) + { + n1=(long)a2-(long)s2-(long)(h2*spt); + n2=(long)(c2*spt); + if ((n2==0) || (n1<=0) || (n1 % n2)) + return 0; + nhd=(unsigned long)(n1/n2); + } + else + nhd=h2+1; + } + if ((nhd==0) || (nhd>255) || (spt==0) || (spt>63)) + return 0; + i+=16; + while (i<0x1FE) + { + if (buf[i+4]) + { + if ((! chk_chs(nhd,spt,valueat(buf[i],8,unsigned long),buf+i+1)) || + (! chk_chs(nhd,spt,valueat(buf[i],8,unsigned long)+valueat(buf[i],12,unsigned long)-1,buf+i+5))) + return 0; + } + i+=16; + } + mbr_nhd=(int)nhd; + mbr_spt=(int)spt; + return 1; +} + +int get_fstype(unsigned char* buf) +{ + if (chk_mbr(buf)) + return FST_MBR; + + // The first sector of EXT2 might not contain the 0xAA55 signature + if (valueat(buf[1024],56,unsigned short)==EXT2_SUPER_MAGIC) + return FST_EXT2; + if (valueat(buf[0],0x1FE,unsigned short)!=0xAA55) + return FST_OTHER; + if (! strncmp(&buf[0x36],"FAT",3)) + return ((buf[0x26]==0x28) || (buf[0x26]==0x29))?FST_FAT16:FST_OTHER; + if (! strncmp(&buf[0x52],"FAT32",5)) + return ((buf[0x42]==0x28) || (buf[0x42]==0x29))?FST_FAT32:FST_OTHER; + if (! strncmp(&buf[0x3],"NTFS",4)) + return ((buf[0]==0xEB) && (buf[1]==0x52))?FST_NTFS:FST_OTHER; + return FST_OTHER; +} + +char* fst2str(int fs) +{ + switch (fs) { + case FST_OTHER: + return "Other"; + case FST_MBR: + return "MBR"; + case FST_FAT16: + return "FAT12/FAT16"; + case FST_FAT32: + return "FAT32"; + case FST_NTFS: + return "NTFS"; + case FST_EXT2: + return "EXT2/EXT3"; + default: + return "Unknown"; + } +} + +typedef struct { + int id; + char* str; +} fstab_t; + +static fstab_t fstab[]= { + {0x1,"FAT12"}, + {0x4,"FAT16"}, + {0x5,"Extended"}, + {0x6,"FAT16B"}, + {0x7,"NTFS"}, + {0xB,"FAT32"}, + {0xC,"FAT32X"}, + {0xE,"FAT16X"}, + {0xF,"ExtendedX"}, + {0x11,"(H)FAT12"}, + {0x14,"(H)FAT16"}, + {0x16,"(H)FAT16B"}, + {0x17,"(H)NTFS"}, + {0x1B,"(H)FAT32"}, + {0x1C,"(H)FAT32X"}, + {0x1E,"(H)FAT16X"}, + {0x82,"Swap"}, + {0x83,"Ext2"}, + {0xA5,"FBSD"}, + {0,"Other"}}; + +char* dfs2str(int fs) +{ + int i; + + for (i=0;fstab[i].id;i++) + if (fs==fstab[i].id) + return fstab[i].str; + return fstab[i].str; +} --- grub2-1.99.orig/debian/grub-extras/ntldr-img/COPYING +++ grub2-1.99/debian/grub-extras/ntldr-img/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. --- grub2-1.99.orig/debian/grub-extras/ntldr-img/ntfsbs.S +++ grub2-1.99/debian/grub-extras/ntldr-img/ntfsbs.S @@ -0,0 +1,1504 @@ +/* + * GRUB Utilities -- Utilities for GRUB Legacy, GRUB2 and GRUB for DOS + * Copyright (C) 2007 Bean (bean123@126.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +/* NTFS boot sector for loading GRLDR , written by bean + * + * This file can be compiled as standaolne boot sector, or it can be embeded in + * GRLDR.MBR at 0xA00 , right after the ext2 boot sector + * + * To compile the standalone ntfsbs.bin: + * gcc -c -o ntfsbs.o ntfsbs.S + * gcc -nostdlib -Wl,-N -Wl,-Ttext -Wl,7C00 -o ntfsbs_exec ntfsbs.o + * objcopy -O binary ntfsbs_exec ntfsbs.bin + * + * To install the standalone ntfsbs.bin: + * grubinst --restore=ntfsbs.bin DEVICE_OR_FILE + * + * Where DEVICE_OR_FILE specify a NTFS partition + * + * Limitations: + * 1. Don't support >1K MFT record size, >4K INDEX record size + * 2. Don't support encrypted file + * 3. Don't support >4K non-resident attribute list and $BITMAP + * + */ + +#ifndef INSIDE_GRLDR + + .text + + .code16 +#endif + +#define AT_STANDARD_INFORMATION 0x10 +#define AT_ATTRIBUTE_LIST 0x20 +#define AT_FILENAME 0x30 +#define AT_OBJECT_ID 0x40 +#define AT_SECURITY_DESCRIPTOR 0x50 +#define AT_VOLUME_NAME 0x60 +#define AT_VOLUME_INFORMATION 0x70 +#define AT_DATA 0x80 +#define AT_INDEX_ROOT 0x90 +#define AT_INDEX_ALLOCATION 0xA0 +#define AT_BITMAP 0xB0 +#define AT_SYMLINK 0xC0 +#define AT_EA_INFORMATION 0xD0 +#define AT_EA 0xE0 + +#define MAX_MFT_SIZE 1 // 1<<(1+9) = 1024 +#define MAX_IDX_SIZE 3 // 1<<(3+9) = 4096 + +#define LOADSEG_NT 0x2000 + +#define MMFT_BASE 0x2000 +#define MMFT_EMFT (MMFT_BASE +1024) +#define MMFT_EBUF (MMFT_BASE + 2048) + +#define CMFT_BASE (MMFT_BASE + 6144) +#define CMFT_EMFT (CMFT_BASE + 1024) +#define CMFT_EBUF (CMFT_BASE + 2048) + +#define INDX_BASE (CMFT_BASE + 6144) + +#define SBUF_BASE (INDX_BASE + 4096) + +#define NTFS_Large_Structure_Error_Code 1 +#define NTFS_Corrupt_Error_Code 2 +#define NTFS_Run_Overflow_Error_Code 3 +#define NTFS_No_Data_Error_Code 4 +#define NTFS_Decompress_Error_Code 5 + +#define NT_FG_COMP 1 +#define NT_FG_MMFT 2 +#define NT_FG_ALST 4 +#define NT_FG_GPOS 8 + +#define nt_boot_drive -2(%bp) +#define nt_blocksize -4(%bp) +#define nt_spc -5(%bp) +#define nt_mft_size -6(%bp) +#define nt_idx_size -7(%bp) +#define nt_mft_start -12(%bp) +#define nt_remain_len -16(%bp) +//#define nt_file_count -18(%bp) + +#define nt_flag (%di) +#define nt_attr_cur 2(%di) +#define nt_attr_nxt 4(%di) +#define nt_attr_end 6(%di) +#define nt_curr_vcn 8(%di) +#define nt_curr_lcn 0x10(%di) +#define nt_attr_ofs 0x14(%di) +#define nt_target_vcn 0x18(%di) +#define nt_read_count 0x1C(%di) +#define nt_vcn_offset 0x20(%di) + +#define nt_emft_buf 1024(%di) +#define nt_edat_buf 2048(%di) + + .arch i586 + +Entry_nt: + jmp 1f + + . = Entry_nt + 0x02 + + .byte 0x90 /* for CHS. Another possible value is 0x0e for LBA */ + + .ascii "NTFS " + + .word 0 /* 0B - Bytes per sector */ + .byte 0 /* 0D - Sectors per cluster */ + .word 0 /* 0E - reserved sectors, unused */ + .byte 0 /* 10 - number of FATs, unused */ + .word 0 /* 11 - Max dir entries for FAT12/FAT16, unused */ + .word 0 /* 13 - total sectors for FAT12/FAT16, unused */ + .byte 0xF8 /* 15 - Media descriptor */ + .word 0 /* 16 - sectors per FAT for FAT12/FAT16, unused */ + .word 255 /* 18 - Sectors per track */ + .word 63 /* 1A - Number of heads */ +nt_part_ofs: + .long 0 /* 1C - hidden sectors */ + .long 0 /* 20 - total sectors for FAT32, unused */ + .long 0x800080 + /* 24 - Usually 80 00 80 00, A value of 80 00 00 00 has + * been seen on a USB thumb drive which is formatted + * with NTFS under Windows XP. Note this is removable + * media and is not partitioned, the drive as a whole + * is NTFS formatted. + */ + .long 0,0 /* 28 - Number of sectors in the volume */ + .long 0,0 /* 30 - LCN of VCN 0 of the $MFT */ + .long 0,0 /* 38 - LCN of VCN 0 of the $MFTMirr */ + .long 0 /* 40 - Clusters per MFT Record */ + .long 4 /* 44 - Clusters per Index Record */ + .long 0,0 /* 48 - Volume serial number */ + .long 0 /* 50 - Checksum, usually 0 */ + +1: + + . = Entry_nt + 0x54 + + cli + cld + + . = Entry_nt + 0x56 + + /* the byte at offset 0x57 stores the real partition number for read. + * the format program or the caller should set it to a correct value. + * For floppies, it should be 0xff, which stands for whole drive. + */ + + movb $0xff, %dh /* boot partition number */ + + xorw %ax, %ax + movw %ax, %ds + movw $0x7c00, %bp + movw %ax, %es + + movw %ax, %ss /* stack and BP-relative moves up, too */ + leaw -0x20(%bp), %sp + sti + + movw %dx, nt_boot_drive + + /* Test if your BIOS support LBA mode */ + movb $0x41, %ah + movw $0x55AA, %bx + int $0x13 + jc 1f /* No EBIOS */ + cmpw $0xAA55, %bx + jne 1f /* No EBIOS */ + testb $1, %cl + jz 1f /* No EBIOS */ + /* EBIOS supported */ + movb $0x42, (ebios_nt - 1 - Entry_nt)(%bp) +1: + + cmpl $0x42555247, (nt_sector_mark - Entry_nt)(%bp) + jz 1f // Must be called from GRLDR.MBR + + movw $0x7E00, %bx + movl (nt_part_ofs - Entry_nt)(%bp), %eax + incl %eax + call readDisk_nt // Load the second sector from disk + call readDisk_nt // Load the third sector from disk + call readDisk_nt +1: + + xorl %eax, %eax + movw 0xb(%bp), %ax // Bytes per sector (blocksize) + movw %ax, nt_blocksize + + call convert_to_power_2 + movb %cl, %bl + movb 0xd(%bp), %al // Sectors per cluster + call convert_to_power_2 + movb %cl, %ch + addb %bl, %ch + subb $9, %ch // 1<. + */ + +#include +#include + +int +main (int argc, char *argv[]) +{ + int b, i; + char *sym; + unsigned int len; + + if (argc != 3) + { + fprintf (stderr, "Usage: %s symbol_name length\n", argv[0]); + exit (1); + } + + sym = argv[1]; + len = atoi (argv[2]); + + b = getchar (); + if (b == EOF) + goto abort; + + printf ("/* THIS CHUNK OF BYTES IS AUTOMATICALY GENERATED */\n" + "unsigned char %s[%u] =\n{\n", sym, len); + + while (1) + { + printf ("0x%02x", b); + + b = getchar (); + if (b == EOF) + goto end; + + for (i = 0; i < 16 - 1; i++) + { + printf (", 0x%02x", b); + + b = getchar (); + if (b == EOF) + goto end; + } + + printf (",\n"); + } + +end: + printf ("\n};\n"); + +abort: + exit (0); +} --- grub2-1.99.orig/debian/grub-extras/ntldr-img/g2hdr.S +++ grub2-1.99/debian/grub-extras/ntldr-img/g2hdr.S @@ -0,0 +1,99 @@ +/* + * GRUB Utilities -- Utilities for GRUB Legacy, GRUB2 and GRUB for DOS + * Copyright (C) 2007 Bean (bean123@126.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#include + + .file "g2hdr.S" + + .text + + .code16 + + .globl start, _start + +start: +_start: + + // We are at 0x2000:0 + // Move itself to 0x800:0 + // Don't modify dx + + cld + movw %cs, %ax + movw %ax, %ds + movw $0x800, %ax + movw %ax, %es + xorw %si, %si + movw %si, %di + movw $0x80, %cx + + rep + movsl + + ljmp $0, $(jump_start-start+0x8000) + +jump_start: + // Move data from 0x2040:0 to 0x820:0 + + movw $0x2040, %ax + movw %ax, %ds + movw $0x820, %ax + movw %ax, %es + xorl %eax, %eax + movb %dh, %al + movl %eax, GRUB_KERNEL_MACHINE_INSTALL_DOS_PART + movl GRUB_KERNEL_MACHINE_COMPRESSED_SIZE, %eax + addl $GRUB_KERNEL_MACHINE_RAW_SIZE, %eax + xorl %ecx, %ecx + +1: + xorw %si, %si + movw %si, %di + + movw $0x8000, %cx + cmpl %ecx, %eax + jae 2f + movw %ax, %cx +2: + + pushw %cx + addw $3, %cx + shrw $2, %cx + + rep + movsl + + popw %cx + + movw %ds, %si + addw $0x800, %si + movw %si, %ds + + movw %es, %si + addw $0x800, %si + movw %si, %es + + subl %ecx, %eax + jnz 1b + + ljmp $0, $(0x8000 + 0x200) + + . = _start + 0x200 - 2 + + .word 0xAA55 --- grub2-1.99.orig/debian/grub-extras/ntldr-img/grubinst.c +++ grub2-1.99/debian/grub-extras/ntldr-img/grubinst.c @@ -0,0 +1,1036 @@ +/* + * GRUB Utilities -- Utilities for GRUB Legacy, GRUB2 and GRUB for DOS + * Copyright (C) 2007 Bean (bean123@126.com) + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + +#include +#include +#include +#include +#include +#include + +#ifndef WIN32 + +#define O_BINARY 0 + +#endif + +#include "grub_mbr.h" +#include "utils.h" +#include "version.h" + +// Application flags, used by this program + +#define AFG_VERBOSE 1 +#define AFG_PAUSE 2 +#define AFG_READ_ONLY 4 +#define AFG_NO_BACKUP_MBR 8 +#define AFG_FORCE_BACKUP_MBR 16 +#define AFG_RESTORE_PREVMBR 32 +#define AFG_LIST_PART 64 +#define AFG_IS_FLOPPY 128 +#define AFG_LBA_MODE 256 +#define AFG_CHS_MODE 512 +#define AFG_OUTPUT 1024 +#define AFG_EDIT 2048 + +// Grldr flags, this flag is used by grldr.mbr + +#define GFG_DISABLE_FLOPPY 1 +#define GFG_DISABLE_OSBR 2 +#define GFG_DUCE 4 +#define GFG_PREVMBR_LAST 128 + +#define APP_NAME "grubinst: " + +#define print_pause if (afg & AFG_PAUSE) {fputs("Press to continue ...\n",stderr); fflush(stderr); fgetc(stdin);} + +#define print_apperr(a) { fprintf(stderr,APP_NAME "%s\n",a); print_pause; } +#define print_syserr(a) { perror(APP_NAME a); print_pause; } + +void help(void) +{ + fputs("Usage:\n" + "\tgrubinst [OPTIONS] DEVICE_OR_FILE\n\n" + "OPTIONS:\n\n" + "\t--help,-h\t\tShow usage information\n\n" + "\t--pause\t\t\tPause before exiting\n\n" + "\t--version\t\tShow version information\n\n" + "\t--verbose,-v\t\tVerbose output\n\n" + "\t--list-part,-l\t\tList all logical partitions in DEVICE_OR_FILE\n\n" + "\t--save=FN,-s=FN\t\tSave the orginal MBR/BS to FN\n\n" + "\t--restore=FN,-r=FN\tRestore MBR/BS from previously saved FN\n\n" + "\t--restore-prevmbr,-r\tRestore previous MBR saved in the second sector\n" + "\t\t\t\tof DEVICE_OR_FILE\n\n" + "\t--read-only,-t\t\tdo everything except the actual write to the\n" + "\t\t\t\tspecified DEVICE_OR_FILE. (test mode)\n\n" + "\t--no-backup-mbr\t\tdo not copy the old MBR to the second sector of\n" + "\t\t\t\tDEVICE_OR_FILE.\n\n" + "\t--force-backup-mbr\tforce the copy of old MBR to the second sector\n" + "\t\t\t\tof DEVICE_OR_FILE.(default)\n\n" + "\t--mbr-enable-floppy\tenable the search for GRLDR on floppy.(default)\n\n" + "\t--mbr-disable-floppy\tdisable the search for GRLDR on floppy.\n\n" + "\t--mbr-enable-osbr\tenable the boot of PREVIOUS MBR with invalid\n" + "\t\t\t\tpartition table (usually an OS boot sector).\n" + "\t\t\t\t(default)\n\n" + "\t--mbr-disable-osbr\tdisable the boot of PREVIOUS MBR with invalid\n" + "\t\t\t\tpartition table (usually an OS boot sector).\n\n" + "\t--duce\t\t\tdisable the feature of unconditional entrance\n" + "\t\t\t\tto the command-line.\n\n" + "\t--boot-prevmbr-first\ttry to boot PREVIOUS MBR before the search for\n" + "\t\t\t\tGRLDR.\n\n" + "\t--boot-prevmbr-last\ttry to boot PREVIOUS MBR after the search for\n" + "\t\t\t\tGRLDR.(default)\n\n" + "\t--preferred-drive=D\tpreferred boot drive number, 0 <= D < 255.\n\n" + "\t--preferred-partition=P\tpreferred partition number, 0 <= P < 255.\n\n" + "\t--time-out=T,-t=T\twait T seconds before booting PREVIOUS MBR. if\n" + "\t\t\t\tT is 0xff, wait forever. The default is 5.\n\n" + "\t\t\t\tbefore booting PREVIOUS MBR. K is a word\n" + "\t\t\t\tvalue, just as the value in AX register\n" + "\t\t\t\treturned from int16/AH=1. The high byte is the\n" + "\t\t\t\tscan code and the low byte is ASCII code. The\n" + "\t\t\t\tdefault is 0x3920 for space bar.\n\n" + "\t--key-name=S\t\tSpecify the name of the hot key.\n\n" + "\t--floppy,-f\t\tif DEVICE_OR_FILE is floppy, use this option.\n\n" + "\t--floppy=N\t\tif DEVICE_OR_FILE is a partition on a hard\n" + "\t\t\t\tdrive, use this option. N is used to specify\n" + "\t\t\t\tthe partition number: 0,1,2 and 3 for the\n" + "\t\t\t\tprimary partitions, and 4,5,6,... for the\n" + "\t\t\t\tlogical partitions.\n\n" + "\t--sectors-per-track=S\tspecifies sectors per track for --floppy.\n" + "\t\t\t\t1 <= S <= 63, default is 63.\n\n" + "\t--heads=H\t\tspecifies number of heads for --floppy.\n" + "\t\t\t\t1 <= H <= 256, default is 255.\n\n" + "\t--start-sector=B\tspecifies hidden sectors for --floppy=N.\n\n" + "\t--total-sectors=C\tspecifies total sectors for --floppy.\n" + "\t\t\t\tdefault is 0.\n\n" + "\t--lba\t\t\tuse lba mode for --floppy. If the floppy BIOS\n" + "\t\t\t\thas LBA support, you can specify --lba here.\n" + "\t\t\t\tIt is assumed that all floppy BIOSes have CHS\n" + "\t\t\t\tsupport. So you would rather specify --chs.\n" + "\t\t\t\tIf neither --chs nor --lba is specified, then\n" + "\t\t\t\tthe LBA indicator(i.e., the third byte of the\n" + "\t\t\t\tboot sector) will not be touched.\n\n" + "\t--chs\t\t\tuse chs mode for --floppy. You should specify\n" + "\t\t\t\t--chs if the floppy BIOS does not support LBA.\n" + "\t\t\t\tWe assume all floppy BIOSes have CHS support.\n" + "\t\t\t\tSo it is likely you want to specify --chs.\n" + "\t\t\t\tIf neither --chs nor --lba is specified, then\n" + "\t\t\t\tthe LBA indicator(i.e., the third byte of the\n" + "\t\t\t\tboot sector) will not be touched.\n\n" + "\t--install-partition=I\tInstall the boot record onto the boot area of\n" + "\t-p=I\t\t\tpartition number I of the specified hard drive\n" + "\t\t\t\tor harddrive image DEVICE_OR_FILE.\n\n" + "\t--boot-file=F,-b=F\tChange the name of boot file.\n\n" + "\t--load-seg=S\t\tChange load segment for boot file.\n\n" + "\t--grub2,-2\t\tLoad grub2 kernel g2ldr instead of grldr.\n\n" + "\t--output,-o\t\tSave embeded grldr.mbr to DEVICE_OR_FILE.\n\n" + "\t--edit,-e\t\tEdit external grldr/grldr.mbr.\n", + stderr); +} + +int afg,gfg,def_drive,def_part,time_out,hot_key,part_num; +int def_spt,def_hds,def_ssc,def_tsc; +char *save_fn,*restore_fn,*boot_file,boot_file_83[12],*key_name; +unsigned short load_seg; + +static char fn_buf[24]; + +char* get_disk_name(int n) +{ +#if defined(WIN32) + sprintf(fn_buf,"\\\\.\\PhysicalDrive%d",n); +#elif defined(LINUX) + sprintf(fn_buf,"/dev/hd%c",'a'+n); +#elif defined(FREEBSD) + sprintf(fn_buf,"/dev/ad%d",n); +#else + print_apperr("Disk device is not supported in your system"); + return NULL; +#endif + return fn_buf; +} + +char* get_flop_name(int n) +{ +#if defined(WIN32) + if (n>1) + { + print_apperr("Only two floppy drives are supported"); + return NULL; + } + sprintf(fn_buf,"\\\\.\\%c:",'A'+n); +#elif defined(LINUX) || defined(FREEBSD) + sprintf(fn_buf,"/dev/fd%d",n); +#else + print_apperr("Floppy device is not supported in your system"); + return NULL; +#endif + return fn_buf; +} + +char* parse_fname(char* fn) +{ + if ((afg & AFG_OUTPUT) && (fn[0]=='(')) + { + print_apperr("Can\'t use device name while using --output option"); + return NULL; + } + if ((! strncmp(fn,"(hd",3)) || (! strncmp(fn,"(fd",3))) + { + int n; + char *p; + + n=strtol(&fn[3],&p,0); + if ((n<0) || (n>=MAX_DISKS)) + { + print_apperr("Invalid device number"); + return NULL; + } + if (*p==',') + { + part_num=strtol(p+1,&p,0); + if ((part_num<0) || (part_num>=MAX_PARTS)) + { + print_apperr("Invalid partition number"); + return NULL; + } + } + if ((*p!=')') || (*(p+1)!=0)) + { + print_apperr("Invalid device name"); + return NULL; + } + if (fn[1]=='h') + fn=get_disk_name(n); + else + { + fn=get_flop_name(n); + afg|=AFG_IS_FLOPPY; + } + } + return fn; +} + +char* str_upcase(char* str) +{ + int i; + + for (i=0;str[i];i++) + if ((str[i]>='a') && (str[i]<='z')) + str[i]-='a'-'A'; + + return str; +} + +char* str_lowcase(char* str) +{ + int i; + + for (i=0;str[i];i++) + if ((str[i]>='A') && (str[i]<='Z')) + str[i]+='a'-'A'; + + return str; +} + +int SetBootFile(char* fn) +{ + char* pc; + + if (*fn==0) + return 1; + if (strlen(fn)>7) + return 1; + pc=strchr(fn,'.'); + if (pc) + if ((pc==fn) || (pc-fn>8) || (strlen(pc+1)>3)) + return 1; + str_upcase(fn); + memset(boot_file_83,' ',sizeof(boot_file_83)-1); + if (pc) + { + memcpy(boot_file_83,fn,pc-fn); + memcpy(&boot_file_83[8],pc+1,strlen(pc+1)); + } + else + memcpy(boot_file_83,fn,strlen(fn)); + str_lowcase(fn); + boot_file=fn; + return 0; +} + +int chk_mbr(unsigned char* buf); + +void list(int hd) +{ + xde_t xe; + + xe.cur=xe.nxt=0xFF; + fprintf(stderr," # id base leng\n"); + while (! xd_enum(hd,&xe)) + fprintf(stderr,"%2d %02X %8X %8X\n",xe.cur,xe.dfs,xe.bse,xe.len); +} + +int is_grldr_mbr(char* buf) +{ + int i,n; + + i=0x1B7; + n=sizeof("Missing MBR-helper.")-1; + + while ((i>n) && (buf[i]==0)) + i--; + return (! strcmp(&buf[i-n+1],"Missing MBR-helper.")); +} + +int install(char* fn) +{ + int hd,nn,fs,slen; + char prev_mbr[sizeof(grub_mbr)]; + unsigned long ssec; + + if (fn==NULL) + return 1; + + if (afg & AFG_EDIT) + { + unsigned short r1,r2; + + if (afg & AFG_VERBOSE) + fprintf(stderr,"Edit mode\n"); + hd=open(fn,O_RDWR | O_BINARY,0644); + if (hd==-1) + { + print_syserr("open"); + return errno; + } + r1=valueat(grub_mbr[0x1FFA],0,unsigned short); + nn=read(hd,grub_mbr,sizeof(grub_mbr)); + if (nn==-1) + { + print_syserr("read"); + close(hd); + return errno; + } + if (nnvalueat(prev_mbr[n],8,unsigned long)) + ofs=valueat(prev_mbr[n],8,unsigned long); + } + if (ofs<(sizeof(prev_mbr)>>9)) + { + print_apperr("Not enough room to install mbr"); + close(hd); + return 1; + } + slen=sizeof(prev_mbr); + if (go_sect(hd,ofs)) + { + print_apperr("Can\'t seek to the first partition"); + close(hd); + return 1; + } + if (read(hd,bs,sizeof(bs))!=sizeof(bs)) + { + print_apperr("Fail to read boot sector"); + close(hd); + return 1; + } + nfs=get_fstype(bs); + if (nfs==FST_FAT32) + sln=0x5A - 0xB; + else if (nfs==FST_FAT16) + sln=0x3E - 0xB; + else + sln=0; + if (sln) + { + memcpy(&grub_mbr[0xB],&bs[0xB],sln); + valueat(grub_mbr[0],0x1C,unsigned long)=0; + valueat(grub_mbr[0],0xE,unsigned short)+=ofs; + } + } + else if (fs==FST_NTFS) + slen=2048; + else + slen=512; + + if (go_sect(hd,ssec)) + { + print_apperr("Can\'t seek to the start sector"); + close(hd); + return 1; + } + + if (save_fn) + { + int h2; + + h2=open(save_fn,O_CREAT | O_TRUNC | O_RDWR | O_BINARY,S_IREAD | S_IWRITE); + if (h2==-1) + { + print_syserr("open save file"); + close(hd); + return errno; + } + nn=write(h2,prev_mbr,slen); + if (nn==-1) + { + print_syserr("write save file"); + close(hd); + close(h2); + return errno; + } + if (nn=argc) + { + print_apperr("No filename specified"); + return 1; + } + if (idx grldr + * + */ + +#ifndef STAGE1_5 +//#include +#else +#error cannot compile with STAGE1_5 +#endif + +#ifdef GRLDR_MBR + .file "mbrstart.S" +#elif defined(GRLDR_INSTALL) + .file "bootlacestart.S" +#else + .file "grldrstart.S" +#endif + +#ifdef GRLDR_INSTALL + //.data +#else + .text + + .globl start, _start + +start: +_start: +#endif + +_start1: + + /* Tell GAS to generate 16-bit real mode instructions */ + + .code16 + + . = _start1 + 0x00 + + /* 1 byte at offset 0x00 will be overwritten for the EBIOS indicator + * later. This is safe because the jmp instruction only get executed + * once. The write happens after the jmp instruction have got + * executed. + * + * The value written would be 0x42 for EBIOS present(LBA) and 0x02 + * for non-present(CHS). + * + */ + + /* No cli, we use stack! BIOS or caller usually sets SS:SP=0000:0400 */ + + jmp 1f /* FAT32/NTFS routine comes to offset 0 */ + + . = _start1 + 0x02 + + .byte 0x80 /* bit0=1: disable GRLDR search on floppy */ + /* bit1=1: disable the boot of the previous MBR with + * invalid partition table */ + /* bit2=1: disable the feature of unconditional + * entrance to the command-line */ + /* bit7=1: disable the boot of the previous MBR prior + to the search for GRLDR */ + + /* GRLDR.MBR uses offset 0x03 to indicate a timer counter. */ + + /* 0xff indicates waiting forever, + * other value specifies the time in seconds to wait */ + + . = _start1 + 0x03 + + .byte 5 + + /* a key press to wait. if AX returned from int16 equals this word, + * the desired action will occur. */ + + . = _start1 + 0x04 + + .word 0x3920 /* the space bar */ + + . = _start1 + 0x06 + + .byte 0xff /* preferred boot drive number, 0xff for no-drive(i.e., drive not defined) */ + .byte 0xff /* preferred partition number, 0xff for whole drive(a floppy that has no partition table) */ + + . = _start1 + 8 + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + + /* filled in by mkisofs using the -boot-info-table option */ + +#;bi_pvd: .long 0xDEADBEEF /* LBA of primary volume descript */ +#;bi_file: .long 0xDEADBEEF /* LBA of boot file */ +#;bi_length: .long 0xDEADBEEF /* Length of boot file */ +#;bi_csum: .long 0xDEADBEEF /* Checksum of boot file */ +#;bi_reserved: .space (10*4) /* Reserved */ + + . = _start1 + 0x40 + +#else + + /* filled in with BPB in case the drive(typically USB) is treated as floppy by buggy BIOSes */ + + . = _start1 + 0x60 + +#endif /* ! defined(GRLDR_MBR) && (! defined(GRLDR_INSTALL)) */ + +1: + call 1f + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + + . = _start1 + 0x43 + +#else + + . = _start1 + 0x63 + +#endif /* ! defined(GRLDR_MBR) && (! defined(GRLDR_INSTALL)) */ + +1: + popw %bx /* Instruction Pointer of 1b */ + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + + subw $(1b - _start1), %bx /* CS:BX=_start1 */ + +#else + + subw $(1b - _start1), %bx /* CS:BX=_start1 */ + +#endif /* ! defined(GRLDR_MBR) && (! defined(GRLDR_INSTALL)) */ + + shrw $4, %bx + movw %cs, %ax + addw %ax, %bx /* BX:0000=_start1 */ + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + + /* we are booted from BOOT.INI, or whole GRLDR image already loaded */ + + pushw %bx /* BX:0000=_start1 */ + addw $((grldr_signature - _start1 + 4 + STAGE2_SIZE - 4) >> 4), %bx + movw %bx, %ds + + cmpl $0xCE1A02B0, ((STAGE2_SIZE - 4) & 0x0F) + popw %ds /* DS:0000=_start1 */ + je grldr_real_start /* whole image loaded. boot it! */ + + /* bad! we might be loaded by a buggy BIOS with a no-emulation-mode + * bootable CD. The buggy BIOS might load only 1 CD-ROM sector(2048 + * bytes) of our grldr image. So we need this check. + */ + + /* Our cdrom_check code begins at 0x1BE and overlaps the partition + * table. Just in case someone replace it with a partition table and + * use this sector as an MBR, we do this additional test for safety. + */ + + /* We should avoid using opcode 0x00 and 0x80 at cdrom_check. */ + + /* Note that if cdrom_check code is present, then we are booting from + * no-emulation mode cdrom. + */ + + testb $0x7F, cdrom_check - _start1 /* is it 0x00 or 0x80? */ + jz 1f /* yes, cdrom_check not found */ + call cdrom_check /* no, cdrom_check is present */ +1: + /* DS:0000=_start1 */ + + /* Let CS:0000=_start1 */ + pushw %ds + + #;pushw $(1f - _start1) + .byte 0x6A, (1f - _start1) + + lret + . = . - (. - _start1) / 0x80 +1: +#else + /* BX:0000=_start1 */ + + movw %bx, %ds + + /* Let CS:0000=_start1 */ + pushw %bx + + #;pushw $(1f - _start1) + .byte 0x6A, (1f - _start1) + + lret + . = . - (. - _start1) / 0x80 +1: + testb $0x04, 0x02 + jz 1f + + /* set the DUCE indicator */ + xorw %ax, %ax + movw %ax, %es + movw $0x5FC, %di + movl $0x45435544, %eax + stosl +1: +#endif + + /* CS:0000=DS:0000=_start1 */ + + /* we are loaded by BIOS or another boot loader */ + +#define GRLDR_CS 0x2000 /* grldr code segment */ + /* hope this segment never be used by all */ + /* subsequent partition boot records */ +#if 0 + /* for single sector boot record */ +#define MONITOR 0x7e10 +#else + /* for 4-sector NTFS boot record */ +#define MONITOR 0x8410 +#endif + +// cli + pushw $GRLDR_CS + popw %ss + movw $0x9000, %sp /* SS:SP=0x9d000, keep away from EBDA data */ +// sti + + /* Extended BIOS Data Area should not take up space below 0x9d000 */ + + /* + * 0x07c00-0x07dff This sector. Another boot loader load us here + * 0x0d000-0x14dff partition/floppy boot track(bootsector,etc) + * 0x94000-0x9bdff master boot track(MBR,etc,usually 63 sectors) + * 0x9be00-0x9c3ff 3 sectors for temp extended partition entries + * 0x9c400-0x9cfff 6 sectors for stack + */ + +#define FS_BOOT 0xd00 /* segment of partition boot track */ + + xorw %cx, %cx + pushw %cx /* CX=0 */ + movw $0x0080, %dx + pushw %dx + movb $8, %ah /* read drive parameters changes DX,ES,DI */ + stc + int $0x13 + popw %dx + popw %ax /* AX=0 */ + + pushw %ss /* SS=0x9400 */ + popw %es /* ES=0x9400 */ + + jc Error1 + + andb $63, %cl /* AL=sectors per track, CF cleared */ + + stc + jz Error1 + + xchgw %ax, %cx /* this moves CL to AL, and CX=0 */ + movb $0x02, %ah + movw %ax, %bp /* save AX to BP: read 1 track */ + xorw %bx, %bx /* ES already has a known value of 0x9400 */ + incw %cx + pushw %dx + stc + int $0x13 /* read master boot track to ES:0000 */ + popw %dx + jc Error1 + negb %ah /* set CF=1 if non-zero */ +Error1: + pushw %cs /* DS=0 */ + popw %ds /* DS=CS */ + pushfw /* CF=1 on error */ + + /* CS=DS=old segment. ES=SS=new segment. */ + + /* Move the code and error messages from DS:0000 to 9400:0000, do not + * touch the partition table + */ + xorw %si, %si + xorw %di, %di + movw $223, %cx /* 223 words = 446 bytes = 0x1be bytes */ + cld + repz movsw /* SI=DI=0x1be, CX=0 */ + + movw $(grldr_signature - _start1), %bx + + /* if the boot loader has loaded more than one sector, we use them */ + movl $0xAA555247, %eax /* "GR" 0x55 0xAA */ +//#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + cmpl %eax, (%bx) /* DS=old segment! */ + jne 1f + + /* The MOVE_HELPER code is in the old segment! */ + + call move_helper /* SI=0x1be, CX=0 */ +1: +//#endif + + /* Jump to new segment! */ +#if 1 + ljmp $GRLDR_CS, $(1f - _start1) +#else + pushw %ss /* 0x9400 */ + + //pushw $(1f - _start1) + .byte 0x6A, (1f - _start1) + + lret + . = . - (. - _start1) / 0x80 +#endif +1: + + /* We are at the new segment. CS=ES=SS=new segment. */ + + /* But DS is still old segment. */ + + pushw %ss + popw %ds + + /* CS=DS=ES=SS=new segment. */ + + //movw $0x01be, %si + + /* check the existence of helper */ + cmpl %eax, (%bx) + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + + jne Error_or_prev_MBR /* Missing helper */ + +#else + + je 1f + + /* try to load helper from floppy */ + + pushal + + movw 0x18, %ax /* BPB sectors per track at offset 0x18 */ + + cmpw $0x3F, %ax + ja 3f + + cmpb $((pre_stage2_start - _start1) >> 9), %al + jb 3f + + decw %ax /* skip the first sector already loaded */ + + movw $3, %di /* retry 3 times on read failure */ +2: + movb $2, %ah /* BIOS disk read */ + cwd /* DX=0 for floppy head 0 */ + movw $0x200, %bx /* ES:BX immediately follow this sector */ + movw $2, %cx /* skip the first sector already loaded */ + + pushaw + int $0x13 + popaw + + jnc 3f + + pushaw + xorw %ax, %ax + int $0x13 + popaw + + decw %di + jnz 2b +3: + popal + cmpl %eax, (%bx) /* helper loaded? */ + + jne Error_or_prev_MBR /* Missing helper */ + +1: +#endif + + popfw /* CF=1 on error */ + jc try_floppy /* harddisk (hd0) failed, try floppy (fd0) */ +1: + pushw %cs + popw %ds + lodsw + movb %ah, %dh /* head number */ + lodsw + movw %ax, %cx /* sector and cylinder number */ + andb $63, %al + //stc + jz helper_call_c + + /* use BP to calculate the sectors to read within 1 track */ + subw %bp, %ax + decw %ax /* decb %al */ + negb %al /* AL=sectors upto the end of the track */ +7: + movw $3, %di /* retry 3 times on read failure */ +2: + movb $2, %ah + pushw $FS_BOOT + popw %es /* ES=FS_BOOT */ + xorw %bx, %bx + + pushaw + int $0x13 /* read partition boot track to FS_BOOT:0000 */ + popaw + + jnc helper_call + + pushaw + xorw %ax, %ax + int $0x13 + popaw + + decw %di + jnz 2b + +helper_call_c: + + stc + +helper_call: + /* find GRLDR in this partition + * before the call: + * CF=1 : indicates an invalid or corrupt entry + * CF=0 : indicates a valid entry + * + * on return: + * CF=1 : means "below", try next entry + * CF=0,ZF=1 : means "equal", helper did nothing, so we need + * a further try to boot via NT bootsector + * CF=0,ZF=0 : means "above", helper succeeded, boot it now + */ + call helper_start /* change to jmp 6f if helper not present */ + ja filesystem_boot /* helper succeeded, directly boot it */ +6: + +add_sub_si: + + /* extended partition check routine will adjust this to + * + * 0x83, 0xEE, 0x04 for "subw $4, %si" + * + * or + * + * 0x83, 0xC6, 0xFC for "addw $-4, %si" + * + * so that SI keeps the value 0x1fe. + */ + addw $12, %si /* 0x83, 0xC6, 0x0C */ + + . = add_sub_si + 3 + + /* extended partition check routine will adjust the word 0x1fe at + * (add_sub_si + 5). The value 0x1ff or greater indicates there are + * entries need to be treated. The value 0x1fe indicates no entries + * left, and the floppy should be checked. + */ + + cmpw $0x01fe, %si /* 0x81, 0xFE, 0xfe, 0x01 */ + /* All entries checked done? */ + jb 1b /* No, check the next entry */ + ja 5f /* floppy already checked. Fail and hang */ + +try_floppy: + + movw $0x31b2, %si /* a value big enough */ + movb $0x08, %ah /* read drive parameters changes DX,ES,DI */ + cwd /* DL=0 for floppy */ + pushw %dx /* DX=0 */ + int $0x13 + popw %ax /* AX=0 */ + jc 5f /* floppy failure, issue "Error" and hang */ + cwd /* DX=0 */ + xchgw %ax, %cx /* this moves CL to AL, and CX=0 */ + andb $63, %al /* AL=sectors per track */ + jz 5f /* invalid value. floppy failure. hangs */ + //movw $1, %cx + incw %cx + jmp 7b + +5: +Error_or_prev_MBR: + + /* GRLDR not found, print "Error" or launch previous MBR */ + movw $(message_string - _start1), %si +Error2: + call print_message /* CS:SI points to message string */ +3: jmp 3b + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) +filesystem_boot: + /* The partition boot record successfully modified, just boot it */ + + /* + * The boot might fail, but we want to take back the control. + * So we save the registers now. + */ + pushw %ds + pushw %es + pushal + + /* DS=CS=GRLDR_CS, ES=FS_BOOT */ + + /* save GRLDR_CS */ + + movw %es, %bx # save old ES to BX + + cli + lgdt gdt - _start1 + movl %cr0, %eax + orb $1, %al + movl %eax, %cr0 + + movw $8, %si + movw %si, %es + + xorl %esi, %esi + xorl %edi, %edi + movl $(0x9000 / 4), %ecx + + cld + repz movsl + + movw $16, %si + movw %si, %es + + andb $0xfe, %al + movl %eax, %cr0 + + movw %bx, %es # restore ES from BX + + /* move FS_BOOT:0000 to 0:7c00 */ +#if 0 + /* for single sector boot record */ + movw $0x0200, %cx /* move 2 sectors, the old FS_BOOT:0000 will + * keep untouched. */ +#else + /* for 4-sector NTFS boot record */ + movw $0x0400, %cx /* move 4 sectors, the old FS_BOOT:0000 will + * keep untouched. */ +#endif + xorw %si, %si + pushw %si /* SI=0, for the segment of 0000:7c00 */ + movw $0x7c00, %di + pushw %di /* DI=0x7c00, for the offset of 0000:7c00 */ + pushw %es /* ES=FS_BOOT */ + popw %ds /* DS=FS_BOOT */ + pushw %si /* SI=0 */ + popw %es /* ES=0 */ + cld + repz movsw + + movw $MONITOR, %di + movw $(restore_GRLDR_CS - _start1), %si + movw $((gdt_end - restore_GRLDR_CS) / 4), %cx + cld + repz cs movsl /* CS segment override prefix(=0x2E) */ + + pushw %es /* ES=0 */ + popw %ds /* DS=0 */ + sti + lret //ljmp $0, $0x7c00 +#endif + +try_next_partition: + + cli + movw $GRLDR_CS, %ax + movw %ax, %ss + movw $(0x9000-36), %sp + sti + + /* restore the registers and continue */ + popal + popw %es + popw %ds + jmp add_sub_si + + /* prints string CS:SI (modifies AX BX SI) */ +3: + //xorw %bx, %bx /* video page 0 */ + movb $0x0e, %ah /* print char in AL */ + int $0x10 /* via TTY mode */ + +print_message: + + lodsb %cs:(%si), %al /* get token */ + cmpb $0, %al /* end of string? */ + jne 3b + ret + +message_string: + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + .ascii "\r\nMissing helper.\0" +#else + .ascii "\r\nMissing MBR-helper.\0" +#endif + +#;buggy_bios_string: +#; +#; .ascii "\r\nBuggy BIOS!\0" + + /* Make sure the above code does not occupy the partition table */ + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + /* offset value here must be less than or equal to 0x1be */ + . = . - ((. - _start1) / 0x1bf) +#else + /* offset value here must be less than or equal to 0x1b8 */ + . = . - ((. - _start1) / 0x1b9) +#endif + + /* The following code may occupy the same area as the partition table */ + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + + /* we are not booted from MBR. So we can reuse the area of partition + * table for our code. + */ + + . = _start1 + 0x1be + +cdrom_check: + + /* DS points to the sector start, but CS does not. */ + + /* BX segment points to near the end of GRLDR image. */ + + popw %ax /* old return IP */ + + /* set BX as the new safe stack. */ + movw %bx, %ss + movw $0xFFF0, %sp + + pushw %ax /* old return IP */ + + /* check if DL is no-emulation-mode bootable CDROM. */ + pushw %ds + + cmpb $0x80, %dl + jb 1f /* not a valid no-emulation-mode cdrom drive number */ + + cmpw $0xAA55, 0x7FE /* 2048 bytes loaded? */ + jne 1f + +// cmpw $0xAA55, 0x5FE /* 2048 bytes loaded? */ +// jne 1f + + movw $0x0180, %si + movw $0x4B01, %ax + pushw $0x0040 + //.byte 0x6A, 0x40 + popw %ds + pushw %ds + popw %es + movb $0x13, (%si) + int $0x13 + + /* ignore CF */ +#; jc 2f /* not in emulation mode */ + xorl %eax, %eax + xorw %bp, %bp + testb $0x0F, 1(%si) /* boot media type is No Emulation? */ + jnz 2f /* no, it simulates floppy or hard disk. */ + cmpb %dl, 2(%si) /* drive number */ + jnz 2f /* invalid drive */ + + /* OK! it is no-emulation-mode cdrom drive. */ + movl 4(%si), %eax /* LBA of GRLDR */ + incw %bp + +2: + jmp cdrom_helper +1: + popw %ds + ret + + +#endif /* ! defined(GRLDR_MBR) && (! defined(GRLDR_INSTALL)) */ + + . = _start1 + 0x1fe /* boot signature */ + +/* partition entries in the extended partitions will overwrite code here upto + * 0x3fd. + * + * the extended partition entries will occupy a temp area at 0x9be00-0x9c3ff + */ + +#if (defined(GRLDR_MBR)) || (defined(GRLDR_INSTALL)) + .word 0xaa55 +#endif + + . = _start1 + 0x200 + +/* if it is in the Master Boot Track, the second sector can be used to backup + * the previously working MBR, typically, the MS MBR. if the backup copy of + * the MBR cannot boot(because, e.g., it depends on another sector of code + * that does not exist for now), then please do not set the ending signature + * to 0xAA55, that is to say, if the signature is already 0xAA55, you should + * change it to another value(for example, 0x0000). + */ + +#if (! defined(GRLDR_INSTALL)) +#if 0 +print_cl: + pushaw + + movw %cx, %ax + movb $16, %cl + divb %cl # quo=AL, rem=AH + orw $0x3030, %ax + + cmpb $0x39, %ah + jbe 1f + addb $7, %ah +1: + cmpb $0x39, %al + jbe 1f + addb $7, %al +1: + movb %ah, %cl + + xorw %bx, %bx + + movb $0x0e, %ah + int $0x10 + + movb $0x0e, %ah + movb %cl, %al + int $0x10 + + movw $0x0e20, %ax + int $0x10 + + popaw + ret +#else +#if 0 + .word 5, 0x47, 0x52, 0x4c, 0x44, 0x52, 4, 0x24 + .word 0x49, 0x33, 0x30, 0xe000, 0, 0x3000, 0, 0 +#else + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 +#endif + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 +#endif + . = _start1 + 0x256 /* cmdcons comes here */ + +#if 0 + jmp 1f +#else + .byte 0x90, 0x90 +#endif + + . = _start1 + 0x258 + + .byte 0x90, 0x90 + + . = _start1 + 0x25a + + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + .byte 0x90, 0x90 + + . = _start1 + 0x26a +1: + //movw %cs, %ax + //movw %ax, %ds + //jmp single_boot_sector + + /* a value < 0x80 here means we are not booted from no-emulation-mode + * bootable CD. + */ + movb $0x7F, %dl + jmp _start1 + +#endif /* (! defined(GRLDR_INSTALL)) */ + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) +cdrom_helper: + + /* IP and old_DS is on the stack. */ + + /* DS=ES=40h */ + + /* Stack is high and safe. */ + + /* EAX is LBA. if EAX==0, LBA is unknown. */ + + /* check if the first sector is the same as the current one */ + + /* load the first sector onto the sector immediately follows */ +1: + popw %bx /* BX = old_DS = load_segment */ + pushw %bx + movw %bx, %es + addw $0x0080, %bx /* buffer segment */ + call load_cd_sector + + /* compare the two sectors */ + movw $0x200, %cx + movw %bx, %ds + xorw %si, %si + xorw %di, %di + cld + repz cmpsl + je load_the_rest /* 1st sector is ok, continue */ +not_grldr: + testw %bp, %bp + jz 2f + xorw %bp, %bp + xorl %eax, %eax +2: + incl %eax + jnz 1b /* try next */ + +cd_no_grldr: + + popw %ds /* DS=load_segment */ + + # Here we use error message and routine in FAT32 boot sector + # which is also inside the 2048-byte CD sector. + + movw $(msg_BootError_32 - _start1), %si + jmp boot_error_32 + +load_cd_sector: + /* input: EAX LBA + * BX buffer segment(buffer offset=0) + * DS 0x40 (or another safe one) + */ + + movw $0x1A0, %si + + /* disk address packet */ + movl $0x00010010, (%si) /* load 1 sector each time. */ + movw $0, 4(%si) /* buffer offset=0 */ + movw %bx, 6(%si) /* buffer segment */ + movl %eax, 8(%si) /* LBA lo 32 bits */ + movl $0, 12(%si) /* LBA hi 32 bits */ + + pushal + movb $0x42, %ah + int $0x13 + popal + ret + +load_the_rest: + + /* load all sectors (except the first one) */ + + /* EAX = first sector(LBA) of GRLDR */ + + popw %bx /* BX = old_DS = load_segment */ + pushw %bx + movw %bx, %es + /* 6144 = 0x1800 = 3 sectors > 4KB, this is for the additional 4KB-preset-menu at the end of grldr */ + movw $((grldr_signature - _start1 + 4 + STAGE2_SIZE - 1 + 6144) / 2048), %cx /* sectors to load */ +1: + incl %eax /* next sector */ + addw $0x0080, %bx /* buffer segment */ + + call load_cd_sector + + loop 1b + + /* loading is completed. BX=segment of the last sector. */ + + subw $0x0181, %bx /* decw %bx */ + movw %bx, %ds + + /* check the ending signature */ + cmpl $0xCE1A02B0, ((grldr_signature - _start1 + 4 + STAGE2_SIZE - 1) % 2048) + 13 + jne not_grldr +#; je grldr_real_start /* yes. boot it! */ + +#; /* it is not our grldr image, return and use MBR-helper. */ +#; +#;4: +#; //jmp grldr_real_start +#; popw %ds +#; ret + +grldr_real_start: + + #; FAT_12_16 no longer be used. So comment out. + #;je 1f /* jc 1f */ + #;//ZF=0 /* CF cleared, so we are coming from FAT_12_16 */ + #;popw %dx /* discard the cluster number */ + #;popw %dx /* this is our boot_drive/boot_partition */ + #;1: + + #; The partition number for no-emulation-mode bootable CDROM will be + #; set to 0xFF later(in common.c). So comment out. + #;cli + #;movw %cs, %ax + #;cmpw $0x1000, %ax + #;jne 1f + #; + #;/* CS=0x1000, may be booted from ext2 or no-emulation-mode CDROM */ + #; + #;cmpw $0x1000, %di + #;jne 2f + #;cmpw $0x7c00, %bp + #;jne 2f + #;movw %es, %ax + #;cmpw $0x1000, %ax + #;jbe 2f + #;cmpw $0x7c00, %si + #;jbe 2f + #;movl %edx, %eax + #;shrl $16, %eax + #;jnz 2f + #;jecxz 1f // booted from ext2 partition + #;2: + #;// booted from no-emulation-mode bootable CDROM + #;movb $0xff, %dh // partition 0xff means whole drive(for CDROM) + #; #; if needed, 0xfe can be used as an indicator + #; #; here for the bootable CDROM and changed to + #; #; 0xff later. + #;1: + #; + #;//if not booted from CDROM, don't touch the boot partition number(dh) + + cli + xorw %ax, %ax + movw %ax, %ss + movw $0x0400, %sp /* tmp use real-mode IDT as stack */ + movw %cs, %bp /* save CS to BP */ + call 1f +1: + popw %bx /* BX=Instruction Pointer of 1b */ + subw $(1b - _start1), %bx + movw %bx, %cx + shrw $4, %bx + addw %bp, %bx + pushw %bx /* new CS */ + andw $0x000f, %cx + addw $(1f - _start1), %cx + pushw %cx /* new IP */ + lret +1: + pushw %cs + popw %ds + + /* CS=DS=BX, CS:0000 = _start1 */ + + addw $((pre_stage2_start - _start1) >> 4), %bx + + /* BX:0000 = pre_stage2_start */ + + cmpw $0x820, %bx + jb 2f + + movw $((0x8200 - (pre_stage2_start - _start1) - 0x400) >> 4), %cx + + /* Now CS(=DS) >= CX+0x40 */ + + movw %cx, %es + xorw %di, %di + xorw %si, %si + + ///////////////////////////////////////////////////////////// + // + // CS + // DS 0x820 BX + // _start1---------------pre_stage2_start + // CX+0x40---------------0x820 + // CX + // ES + // + ///////////////////////////////////////////////////////////// + + movw $0x200, %cx /* move 2 sectors */ + cld + repz movsw + + pushw %es /* ES:0000 = _start */ + pushw $(1f - _start) + lret /* CS=ES, CS:0000 = _start1 */ +1: + + /* move BX:0000 to 0820:0000 upward since BX >= 0x820 */ + + cld + + movw %bx, %ds + movw $0x820, %bx + movw %bx, %es + + xorw %si, %si + xorw %di, %di + + movw $6, %bx /* 64K pages: 0x20000 - 0x7ffff */ +1: + movw $0x8000, %cx + repz movsw + movw %ds, %ax + addw $0x1000, %ax + movw %ax, %ds + movw %es, %ax + addw $0x1000, %ax + movw %ax, %es + decw %bx + jnz 1b + + jmp 3f +2: + + /* move BX:0000 to 0820:0000 downward since BX < 0x820 */ + + std + + addw $0x7000, %bx + movw %bx, %ds + movw $0x7820, %bx + movw %bx, %es + + movw $0xfffe, %si + movw %si, %di + + movw $8, %bx /* 64K pages: 0x08200 - 0x881ff */ +1: + movw $0x8000, %cx + repz movsw + movw %ds, %ax + subw $0x1000, %ax + movw %ax, %ds + movw %es, %ax + subw $0x1000, %ax + movw %ax, %es + decw %bx + jnz 1b + + cld + +3: + + /* put the config file name */ + xorw %ax, %ax + movw %ax, %es + movw %ax, %ds + + xorl %ebp, %ebp + + movb %dh, 0x820A /* this is the boot partition number */ + + #; clear saved_entryno so that force_cdrom_as_boot_device be cleared + #; later in common.c + + movl %ebp, 0x820C /* EBP=0, clear saved_entryno */ + + movw $0x0010, %cx /* set max length of grub version string */ + movw $0x8212, %di /* version string */ + cld + /* AL is already 0. Locate the end of version string */ + repnz scasb /* find the location of the default config file name */ + + jcxz 1f /* failed, will not use the default config file name */ + + movw $0x4e, %cx /* max length of config file name */ + + movw %cs, %si /* CS:0000 = _start1 */ + shlw $4, %si /* 0000:SI = _start1 */ + + addw $(default_config_file - _start1), %si + + //movw $(default_config_file + 0x8200 - pre_stage2_start), %si + cld + repz movsb /* move file name to the config-file field of stage2 */ +1: + + movw $0x0003, %ax /* set display mode: 80*25 color text */ + int $0x10 + + xorw %bx, %bx + movw $(launch_pre_stage2 - _start1), %si + call print_message /* CS:SI points to message string */ + + xorw %ax, %ax + movw %ax, %ss + movw $0x2000, %sp + + sti + + ljmp $0, $0x8200 + +launch_pre_stage2: + .ascii "\r\n\r\nBooting GRLDR...\r\n" + + .byte 0 /* mark the end of ascii zero string */ + +default_config_file: +//#ifndef PRESET_MENU_STRING + .ascii "/menu.lst" +//#else +// .ascii "[default menu is disabled]" +//#endif + + .byte 0 /* mark the end of ascii zero string */ +#endif /* ! defined(GRLDR_MBR) && (! defined(GRLDR_INSTALL)) */ + + . = _start1 + 0x400 + +#define ALTERNATIVE_KERNEL + + +/* + * The following is based on FreeDOS, modified heavily by Tinybit in Feb, 2004 + * + * Merges LBA and CHS boot sectors to ONE FAT32 boot sector! + * + * Memory layout for GRLDR FAT32 single stage boot process: + * + * ... + * |-------| 1FE0:7E00 + * |BOOTSEC| (GRUB does not use this relocation area) + * |RELOC. | (overwritten by kernel loaded) + * |-------| 1FE0:7C00 + * ... + * |-------| + * |KERNEL | (overwrites bootsec reloc.) + * |LOADED | (holds 1 sector directory buffer before kernel load) + * |-------| 2000:0000 + * ... + * |-------| 0000:7E00 + * |BOOTSEC| GRUB always run inside this sector, + * |ORIGIN | no relocation. + * |-------| 0000:7C00 + * ... + * |-------| 0060:0200 + * | FAT | (only 1 sector buffered) + * |-------| 0060:0000 + * ... + * + */ + +/* +; This is an LBA-enabled FreeDOS FAT32 boot sector (single sector!). +; You can use and copy source code and binaries under the terms of the +; GNU Public License (GPL), version 2 or newer. See www.gnu.org for more. + +; Based on earlier work by FreeDOS kernel hackers, modified heavily by +; Eric Auer and Jon Gentle in 7 / 2003. +; +; Features: Uses LBA and calculates all variables from BPB/EBPB data, +; thus making partition move / resize / image-restore easier. FreeDOS +; can boot from FAT32 partitions which start > 8 GB boundary with this +; boot sector. Disk geometry knowledge is not needed for booting. +; +; Windows uses 2-3 sectors for booting (sector stage, statistics sector, +; filesystem stage). Only using 1 sector for FreeDOS makes multi-booting +; of FreeDOS and Windows on the same filesystem easier. +; +; Requirements: LBA BIOS and 386 or better CPU. Use the older CHS-only +; boot sector if you want FAT32 on really old PCs (problems: you cannot +; boot from > 8 GB boundary, cannot move / resize / ... without applying +; SYS again if you use the CHS-only FAT32 boot sector). +; +; FAT12 / FAT16 hints: Use the older CHS-only boot sector unless you +; have to boot from > 8 GB. The LBA-and-CHS FAT12 / FAT16 boot sector +; needs applying SYS again after move / resize / ... a variant of that +; boot sector without CHS support but with better move / resize / ... +; support would be good for use on LBA harddisks. + + +; Memory layout for the FreeDOS FAT32 single stage boot process: + +; ... +; |-------| 1FE0:7E00 +; |BOOTSEC| +; |RELOC. | +; |-------| 1FE0:7C00 +; ... +; |-------| 2000:0200 +; | FAT | (only 1 sector buffered) +; |-------| 2000:0000 +; ... +; |-------| 0000:7E00 +; |BOOTSEC| overwritten by the kernel, so the +; |ORIGIN | bootsector relocates itself up... +; |-------| 0000:7C00 +; ... +; |-------| +; |KERNEL | maximum size 134k (overwrites bootsec origin) +; |LOADED | (holds 1 sector directory buffer before kernel load) +; |-------| 0060:0000 +; ... +*/ + +#define BOOTGRUB /* undef this if compiled for loading FreeDOS */ +//#undef BOOTGRUB + +#ifdef BOOTGRUB +#define LOADSEG 0x2000 +#define FATSEG 0x0060 +#else +#define LOADSEG 0x0060 +#define FATSEG 0x2000 +#endif + +Entry_32: + jmp 1f + + . = Entry_32 + 0x02 + + /* The default mode is CHS. This is for maximum compatiblity with + * small-sized disks, e.g., floppies. + * + * Valid values are 0x90 for CHS mode, or 0x0e for LBA mode. + * + * If the BIOS int13 supports LBA, this byte can be safely set to 0x0e. + * + * Some USB BIOSes might have bugs when using CHS mode, so the format + * program should set this byte to 0x0e. It seems that (generally) all + * USB BIOSes have LBA support. + * + * If the format program does not know whether the BIOS has LBA + * support, it may operate this way: + * + * if (partition_start + total_sectors_in_partition) exceeds the CHS + * addressing ability(especially when it is greater than 1024*256*63), + * the caller should set this byte to 0x0e, otherwise, set to 0x90. + */ + + .byte 0x90 /* for CHS. Another possible value is 0x0e for LBA */ + + + . = Entry_32 + 0x03 + +#ifdef BOOTGRUB + .ascii "GRLDR " /* OEM name string (of OS which formatted the disk). */ +#endif + + . = Entry_32 + 0x0b + + .word 0x200 /* bytes per sector. Must be 512 */ + + . = Entry_32 + 0x0d + + /* Sectors per cluster. Valid values are 1, 2, 4, 8, 16, 32, 64 and 128. + * But a cluster size larger than 32K should not occur. + */ + + .byte 1 /* sectors per cluster */ + + . = Entry_32 + 0x0e + + /* Reserved sectors(number of sectors before the first FAT, + * including the boot sector), usually 1. + */ + + .word 1 /* reserved sectors */ + + . = Entry_32 + 0x10 + + /* Number of FATs(nearly always 2). */ + + .byte 2 /* number of FATs */ + + . = Entry_32 + 0x11 + + /* (Maximum number of root directory entries)Must be 0. */ + + .word 0 /* Max dir entries for FAT12/FAT16 */ + + . = Entry_32 + 0x13 + + /* (Total number of sectors for small disks only)Must be 0. */ + + .word 0 /* total sectors for FAT12/FAT16 */ + + . = Entry_32 + 0x15 + + /* Media descriptor byte, pretty meaningless now. */ + + .byte 0xf8 /* media descriptor */ + + . = Entry_32 + 0x16 + + /* (Sectors per FAT)Must be 0. */ + + .word 0 /* sectors per FAT for FAT12/FAT16 */ + + . = Entry_32 + 0x18 + + .word 18 /* sectors per track */ + + . = Entry_32 + 0x1a + + .word 2 /* number of heads */ + + . = Entry_32 + 0x1c + + /* Number of hidden sectors (those preceding the boot sector). + * Also referred to as the starting sector of the partition. + * For floppies, it should be 0. + */ + + .long 0 /* hidden sectors */ + + . = Entry_32 + 0x20 + + /* Total number of sectors in the filesystem. */ + + .long 0 /* total sectors for FAT32 */ + + . = Entry_32 + 0x24 + + /* FAT32 sectors per FAT. */ + + .long 0 + + . = Entry_32 + 0x28 + + /* If bit 7 is clear then all FATs are updated, otherwise bits 0-3 + * give the current active FAT, all other bits are reserved. + * This word is not used by grldr boot code. + */ + + .word 0 + + . = Entry_32 + 0x2a + + /* High byte is major revision number, low byte is minor revision + * number, currently both are 0. + * This word is not used by grldr boot code. + */ + + .word 0 + + . = Entry_32 + 0x2c + + /* Root directory starting cluster. */ + + .long 0 + + . = Entry_32 + 0x30 + + /* File system information sector number. + * This word is not used by grldr boot code. + */ + + .word 0 + + . = Entry_32 + 0x32 + + /* If non-zero this gives the sector which holds a copy of the + * boot record, usually 6. + * This word is not used by grldr boot code. + */ + + .word 6 + + . = Entry_32 + 0x34 + + /* Reserved, 12 bytes, set to 0. */ + + .long 0 + .long 0 + .long 0 + + . = Entry_32 + 0x40 + + /* drive number of the boot device. + * This byte is ignored for read. The program will write DL onto + * this byte. The caller should set drive number in DL. + * We assume all BIOSes pass correct drive number in DL. + * That is to say, buggy BIOSes are not supported!! + */ + + .byte 0 + + . = Entry_32 + 0x41 + + /* partition number of this filesystem in the boot drive. + * This byte is ignored for read. The boot code will write partition + * number onto this byte. See Entry + 0x5d below. + */ + + .byte 0 + + . = Entry_32 + 0x42 + + /* Signature (must be 28h or 29h to be recognised by NT). */ + + .byte 0x29 /* extended boot signature for FAT12/FAT16 */ + + . = Entry_32 + 0x43 + + .long 0x0AC4AF63 /* volume serial number */ + + . = Entry_32 + 0x47 + + .ascii "NO NAME " /* volume label, 11 bytes. */ + + . = Entry_32 + 0x52 + + .ascii "FAT32 " /* filesystem ID, 8 bytes. */ + +/* +; bp is initialized to 7c00h +; %define bsOemName bp+0x03 ; OEM label (8) +%define bsBytesPerSec bp+0x0b ; bytes/sector (dw) +%define bsSecPerClust bp+0x0d ; sectors/allocation unit (db) +%define bsResSectors bp+0x0e ; # reserved sectors (dw) +%define bsFATs bp+0x10 ; # of fats (db) +; %define bsRootDirEnts bp+0x11 ; # of root dir entries (dw, 0 for FAT32) + ; (FAT32 has root dir in a cluster chain) +; %define bsSectors bp+0x13 ; # sectors total in image (dw, 0 for FAT32) + ; (if 0 use nSectorHuge even if FAT16) +; %define bsMedia bp+0x15 ; media descriptor: fd=2side9sec, etc... (db) +; %define sectPerFat bp+0x16 ; # sectors in a fat (dw, 0 for FAT32) + ; (FAT32 always uses xsectPerFat) +%define sectPerTrack bp+0x18 ; # sectors/track +; %define nHeads bp+0x1a ; # heads (dw) +%define nHidden bp+0x1c ; # hidden sectors (dd) +; %define nSectorHuge bp+0x20 ; # sectors if > 65536 (dd) +%define xsectPerFat bp+0x24 ; Sectors/Fat (dd) + ; +0x28 dw flags (for fat mirroring) + ; +0x2a dw filesystem version (usually 0) +%define xrootClst bp+0x2c ; Starting cluster of root directory (dd) + ; +0x30 dw -1 or sector number of fs.-info sector + ; +0x32 dw -1 or sector number of boot sector backup + ; (+0x34 .. +0x3f reserved) +%define drive bp+0x40 ; Drive number + bp+0x41 ; partition number for GRLDR + +%define fat_sector bp+0x44 ; last accessed FAT sector (dd) + ; (overwriting unused bytes) +%define fat_start bp+0x48 ; first FAT sector (dd) + ; (overwriting unused bytes) +%define data_start bp+0x4c ; first data sector (dd) + ; (overwriting unused bytes) + +*/ + /* not used: [0x42] = byte 0x29 (ext boot param flag) + * [0x43] = dword serial + * [0x47] = label (padded with 00, 11 bytes) + * [0x52] = "FAT32",32,32,32 (not used by Windows) + * ([0x5a] is where FreeDOS parts start) + */ + + . = Entry_32 + 0x5a +1: + cli + cld + +#ifdef BOOTGRUB + + . = Entry_32 + 0x5c + + /* the byte at offset 0x5d stores the real partition number for read. + * the format program or the caller should set it to a correct value. + * For floppies, it should be 0xff, which stands for whole drive. + */ + + movb $0xff, %dh /* boot partition number */ + + cmpb $0xff, %dh /* is floppy? */ + jne 1f + movb $0, %dl /* yes, let drive number = 0 */ +1: +#endif + + xorw %ax, %ax + movw %ax, %ds + movw $0x7c00, %bp + +#ifdef BOOTGRUB + movw %ax, %es +#else + movw $0x1fe0, %ax + movw %ax, %es + movw %bp, %si /* move from 0000:7c00 */ + movw %bp, %di /* move to 1fe0:7c00 */ + movw $0x0100, %cx /* one sector to move */ + repz movsw + ljmp $0x1fe0, $(1f - Entry_32 + 0x7c00) +1: + movw %ax, %ds +#endif + movw %ax, %ss /* stack and BP-relative moves up, too */ + leaw -0x20(%bp), %sp + sti + movw %dx, 0x40(%bp) /* BIOS passes drive number in DL */ + + movb $0x41, %ah + movw $0x55AA, %bx + int $0x13 + jc 1f /* No EBIOS */ + cmpw $0xAA55, %bx + jne 1f /* No EBIOS */ + testb $1, %cl + jz 1f /* No EBIOS */ + /* EBIOS supported */ + movb $0x42, (ebios_32 - 1 - Entry_32 + 0x7c00) +1: + +/* figure out where FAT and DATA area starts + * (modifies EAX EDX, sets fat_start and data_start variables) + */ + xorl %eax, %eax + movl %eax, 0x44(%bp) /* init buffer status */ + + /* first, find fat_start */ + movw 0x0e(%bp), %ax /* reserved sectors */ + addl 0x1c(%bp), %eax /* hidden sectors */ + movl %eax, 0x48(%bp) /* first FAT sector */ + movl %eax, 0x4c(%bp) /* first data sector, initial value */ + + /* next, find data_start */ + movl 0x10(%bp), %eax /* number of fats, no movzbl needed: the + 2 words after 0x10(%bp) are 0 for fat32 */ + mull 0x24(%bp) /* sectors per fat (EDX=0) */ + addl %eax, 0x4c(%bp) /* first DATA sector */ + +/* Searches for the file in the root directory. + * Returns: EAX = first cluster of file + */ + + movl 0x2c(%bp), %eax /* root dir cluster */ + +1: + pushl %eax /* save cluster */ + call cluster_to_lba_32 + /* EDX is sectors per cluster, EAX is sector number */ + movw $(msg_BootError_32 - Entry_32 + 0x7c00), %si + jc boot_error_32 /* EOC encountered */ + +2: + lesw (loadseg_off_32 - Entry_32)(%bp), %bx /* load to loadseg:0 */ + call readDisk_32 + + xorw %di, %di + + /* Search for kernel file name, and find start cluster */ +3: + movw $11, %cx + movw $(filename_32 - Entry_32 + 0x7c00), %si + repz cmpsb + jz 1f /* note that di now is at dirent+11 */ + + addw $0x20, %di + andw $-0x20, %di /* 0xffe0 */ + cmp 0x0b(%bp), %di /* bytes per sector */ + jnz 3b /* next directory entry */ + + decw %dx /* initially DX holds sectors per cluster */ + jnz 2b /* loop over sectors in cluster */ + + popl %eax /* restore current cluster */ + call next_cluster_32 + jmp 1b /* read next cluster */ + +#ifndef ALTERNATIVE_KERNEL +loadseg_off_32: + .word 0 + .word LOADSEG +#endif + +1: + /* kernel directory entry is found */ + pushw %es:(0x14-11)(%di) /* get cluster number HI */ + pushw %es:(0x1a-11)(%di) /* get cluster number LO */ + popl %eax /* convert to 32bit */ + + xorw %bx, %bx /* read kernel at ES:BX=LOADSEG:0 */ + +/* read kernel */ + +2: + pushl %eax + call cluster_to_lba_32 + /* EDX is sectors per cluster, EAX is sector number */ + jnc 1f + + /* EOC encountered - done */ +#ifdef BOOTGRUB + movw 0x40(%bp), %dx /* boot_drive and boot_partition */ +#else + movb 0x40(%bp), %bl /* FreeDOS kernel uses BL, not DL, for drive */ +#endif + ljmp *(loadseg_off_32 - Entry_32)(%bp) + +1: + call readDisk_32 + decw %dx /* initially DX holds sectors per cluster */ + jnz 1b /* loop over sectors in cluster */ + + popl %eax + call next_cluster_32 + jmp 2b + +/* given a cluster number, find the number of the next cluster in + * the FAT chain. Needs fat_start. + * input: EAX - cluster + * EDX = 0 + * output: EAX - next cluster + * EDX = undefined + */ + +next_cluster_32: + pushw %es + /* pushw %di */ + pushw %bx /* hi word of EBX never used */ + +#if 1 + /* xorl %edx, %edx */ + shll $2, %eax /* 32bit FAT */ + movzwl 0x0b(%bp), %ebx /* bytes per sector */ + divl %ebx /* residue is in EDX */ + /* movw %dx, %di */ +#else + shll $2, %eax /* 32bit FAT */ + ;xchgw %ax, %di /* movw %ax, %di */ + movw %ax, %di + ;shlw $2, %di /* 32bit FAT */ + + pushw %cx + movw 0x0b(%bp), %bx /* bytes per sector */ + bsfw %bx, %cx + ;decw %cx + ;decw %cx + decw %bx + andw %bx, %di /* mask to sector size */ + shrl %cl, %eax + popw %cx +#endif + addl 0x48(%bp), %eax /* add the first FAT sector number. + EAX is absolute sector number now */ + movw $FATSEG, %bx + movw %bx, %es + xorw %bx, %bx + + cmpl 0x44(%bp), %eax /* is it the last accessed and already buffered + FAT sector? */ + jz 1f + movl %eax, 0x44(%bp) /* mark sector EAX as buffered */ + call readDisk_32 /* read sector EAX to buffer */ +1: +#if 1 + //.byte 0x67, 0x26, 0x80, 0x62, 0x03, 0x0f + addr32 andb $0x0f, %es:3(%edx) /* mask out top 4 bits */ + + //.byte 0x67, 0x66, 0x26, 0x8b, 0x02 + addr32 movl %es:(%edx), %eax /* read next cluster number */ +#else + andb $0x0f, %es:3(%di) /* mask out top 4 bits */ + movl %es:(%di), %eax /* read next cluster number */ +#endif + popw %bx + /* popw %di */ + popw %es + ret + +/* Convert cluster number to the absolute sector number + * ... or return carry if EndOfChain! Needs data_start. + * input: EAX - target cluster + * output: EAX - absolute sector + * EDX - [bsSectPerClust] (byte) + * carry clear + * (if carry set, EAX/EDX unchanged, end of chain) + */ + +cluster_to_lba_32: + cmpl $0x0ffffff8, %eax /* check End Of Chain */ + cmc + jb 1f /* carry is stored if EOC */ + + /* sector = (cluster-2) * clustersize + data_start */ + decl %eax + decl %eax + + movzbl 0x0d(%bp), %edx /* sectors per cluster */ + pushw %dx /* only DX would change */ + mull %edx /* EDX = 0 */ + popw %dx + addl 0x4c(%bp), %eax /* data_start */ + /* here, carry is cleared (unless parameters are wrong) */ +1: + ret + +/* Read a sector from disk, using LBA or CHS + * input: EAX - 32-bit DOS sector number + * ES:BX - destination buffer + * (will be filled with 1 sector of data) + * output: ES:BX points one byte after the last byte read. + * EAX - next sector + */ + +readDisk_32: + pushal + xorl %edx, %edx /* EDX:EAX = LBA */ + pushl %edx /* hi 32bit of sector number */ + pushl %eax /* lo 32bit of sector number */ + pushw %es /* buffer segment */ + pushw %bx /* buffer offset */ + pushw $1 /* 1 sector to read */ + pushw $16 /* size of this parameter block */ + + xorl %ecx, %ecx + pushl 0x18(%bp) /* lo:sectors per track, hi:number of heads */ + popw %cx /* ECX = sectors per track */ + divl %ecx /* residue is in EDX */ + /* quotient is in EAX */ + incw %dx /* sector number in DL */ + popw %cx /* ECX = number of heads */ + pushw %dx /* push sector number into stack */ + xorw %dx, %dx /* EDX:EAX = cylinder * TotalHeads + head */ + divl %ecx /* residue is in EDX, head number */ + /* quotient is in EAX, cylinder number */ + xchgb %dl, %dh /* head number should be in DH */ + /* DL = 0 */ + popw %cx /* pop sector number from stack */ + xchgb %al, %ch /* lo 8bit cylinder should be in CH */ + /* AL = 0 */ + shlb $6, %ah /* hi 2bit cylinder ... */ + orb %ah, %cl /* ... should be in CL */ + + movw $0x201, %ax /* read 1 sector */ +ebios_32: /* ebios_32 - 1 points to 0x02 that can be changed to 0x42 */ + +// cmpb $0x0e, 2(%bp) /* force LBA? */ +// jnz 1f /* no, continue */ +// movb $0x42, %ah /* yes, use extended disk read */ +//1: + movw %sp, %si /* DS:SI points to disk address packet */ + movb 0x40(%bp), %dl /* hard disk drive number */ + int $0x13 + popaw /* remove parameter block from stack */ + popal + jc disk_error_32 /* disk read error, jc 1f if caller handles */ + incl %eax /* next sector */ + addw 0x0b(%bp), %bx /* bytes per sector */ + jnc 1f /* 64K bound check */ + pushw %dx + movw %es, %dx + addb $0x10, %dh /* add 1000h to ES */ + /* here, carry is cleared */ + movw %dx, %es + popw %dx +1: + /* carry stored on disk read error */ + ret + + . = . - (. - readDisk_32)/91 + +msg_DiskReadError_32: + + .ascii "disk error\0" + +msg_BootError_32: + + .ascii "No " + +filename_32: + +#ifdef BOOTGRUB + .ascii "GRLDR \0" +#else + .ascii "KERNEL SYS\0" +#endif + +#ifdef ALTERNATIVE_KERNEL +filename_end_32: + + . = Entry_32 + 0x1e8 + +loadseg_off_32: + .word 0 + .word LOADSEG + + . = Entry_32 + 0x1ec + +boot_image_ofs_32: + + .word (filename_32 - Entry_32)+(filename_end_32 - filename_32 - 1)*2048 +#endif + + . = Entry_32 + 0x1ee + +disk_error_32: + + movw $(msg_DiskReadError_32 - Entry_32 + 0x7c00), %si + +boot_error_32: + +/* prints string DS:SI (modifies AX BX SI) */ + +//print_32: +1: + lodsb (%si), %al /* get token */ + //xorw %bx, %bx /* video page 0 */ + movb $0x0e, %ah /* print it */ + int $0x10 /* via TTY mode */ + cmpb $0, %al /* end of string? */ + jne 1b /* until done */ + + /* The caller will change this to + * ljmp $0x9400, $(try_next_partition - _start1) + */ + +1: jmp 1b + + . = Entry_32 + 0x1fc + + .word 0, 0xAA55 /* Win9x uses all 4 bytes as magic value here */ + + . = Entry_32 + 0x200 + + . = _start1 + 0x600 + + //.arch i8086, nojumps + .arch i186, nojumps +/* + * The following is based on FreeDOS, modified heavily by Tinybit in Feb, 2004 + * + * Merges FAT12 and FAT16 boot sectors to ONE FAT boot sector! + * + * Memory layout for GRLDR FAT single stage boot process: + * + * +--------+ + * | | + * |GRLDR | also used as max 128k FAT buffer + * |LOADED | before GRLDR loading starts + * |--------| 2000:0000 + * | | + * |--------| 0000:7E00 + * |BOOTSECT| + * |ORIGIN | + * |--------| 0000:7C00 + * | | + * |--------| 0000:3000 + * |CLUSTER | + * |LIST | + * |--------| 0000:2000 + * | | + * +--------+ + */ + +/* +; +; File: +; boot.asm +; Description: +; DOS-C boot +; +; Copyright (c) 1997; +; Svante Frey +; All Rights Reserved +; +; This file is part of DOS-C. +; +; DOS-C is free software; you can redistribute it and/or +; modify it under the terms of the GNU General Public License +; as published by the Free Software Foundation; either version +; 2, or (at your option) any later version. +; +; DOS-C is distributed in the hope that it will be useful, but +; WITHOUT ANY WARRANTY; without even the implied warranty of +; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See +; the GNU General Public License for more details. +; +; You should have received a copy of the GNU General Public +; License along with DOS-C; see the file COPYING. If not, +; write to the Free Software Foundation, 675 Mass Ave, +; Cambridge, MA 02139, USA. +; +; +; +--------+ 1FE0:7E00 +; |BOOT SEC| +; |RELOCATE| +; |--------| 1FE0:7C00 +; | | +; |--------| 1FE0:3000 +; | CLUSTER| +; | LIST | +; |--------| 1FE0:2000 +; | | +; |--------| 0000:7E00 +; |BOOT SEC| overwritten by max 128k FAT buffer +; |ORIGIN | and later by max 134k loaded kernel +; |--------| 0000:7C00 +; | | +; |--------| +; |KERNEL | also used as max 128k FAT buffer +; |LOADED | before kernel loading starts +; |--------| 0060:0000 +; | | +; +--------+ +*/ + +#ifdef BOOTGRUB +#define LOADSEG_12_16 0x2000 +#define FATBUF 0x2000 /* offset of temp buffer for FAT chain */ +#else +#define LOADSEG_12_16 0x0060 +#define FATBUF 0x2000 /* offset of temp buffer for FAT chain */ +#endif + +Entry_12_16: + jmp 1f + + . = Entry_12_16 + 0x02 + + /* The default mode is CHS. This is for maximum compatiblity with + * small-sized disks, e.g., floppies. + * + * Valid values are 0x90 for CHS mode, or 0x0e for LBA mode. + * + * If the BIOS int13 supports LBA, this byte can be safely set to 0x0e. + * + * Some USB BIOSes might have bugs when using CHS mode, so the format + * program should set this byte to 0x0e. It seems that (generally) all + * USB BIOSes have LBA support. + * + * If the format program does not know whether the BIOS has LBA + * support, it may operate this way: + * + * if (partition_start + total_sectors_in_partition) exceeds the CHS + * addressing ability(especially when it is greater than 1024*256*63), + * the caller should set this byte to 0x0e, otherwise, set to 0x90. + */ + + .byte 0x90 /* for CHS. Another possible value is 0x0e for LBA */ + + + . = Entry_12_16 + 0x03 + +#ifdef BOOTGRUB + .ascii "GRLDR " +#endif + + . = Entry_12_16 + 0x0b + + .word 0x200 /* bytes per sector */ + + . = Entry_12_16 + 0x0d + + .byte 1 /* sectors per cluster */ + + . = Entry_12_16 + 0x0e + + .word 1 /* reserved sectors */ + + . = Entry_12_16 + 0x10 + + .byte 2 /* number of FATs */ + + . = Entry_12_16 + 0x11 + + .word 224 /* Max dir entries */ + + . = Entry_12_16 + 0x13 + + .word 2880 /* total sectors in the filesystem */ + + . = Entry_12_16 + 0x15 + + .byte 0xf0 /* media descriptor */ + + . = Entry_12_16 + 0x16 + + .word 9 /* sectors per FAT */ + + . = Entry_12_16 + 0x18 + + .word 18 /* sectors per track */ + + . = Entry_12_16 + 0x1a + + .word 2 /* number of heads */ + + . = Entry_12_16 + 0x1c + + .long 0 /* hidden sectors */ + + . = Entry_12_16 + 0x20 + + .long 0 /* total sectors for large partitions */ + + . = Entry_12_16 + 0x24 + + /* drive number of the boot device. + * This byte is ignored for read. The program will write DL onto + * this byte. The caller should set drive number in DL. + * We assume all BIOSes pass correct drive number in DL. + * That is to say, buggy BIOSes are not supported!! + */ + + .byte 0 + + . = Entry_12_16 + 0x25 + + /* partition number of this filesystem in the boot drive. + * This byte is ignored for read. The boot code will write partition + * number onto this byte. See Entry_12_16 + 0x41 below. + */ + + .byte 0 + + . = Entry_12_16 + 0x26 + + .byte 0x29 /* extended boot signature */ + + . = Entry_12_16 + 0x27 + + .long 0x0AC4AF63 /* volume serial number */ + + . = Entry_12_16 + 0x2b + + .ascii "NO NAME " /* volume label */ + + . = Entry_12_16 + 0x36 + + .ascii "FAT12 " /* filesystem ID */ + +/* +; bp is initialized to 7c00h +%define bsOemName bp+0x03 ; OEM label +%define bsBytesPerSec bp+0x0b ; bytes/sector +%define bsSecPerClust bp+0x0d ; sectors/allocation unit +%define bsResSectors bp+0x0e ; # reserved sectors +%define bsFATs bp+0x10 ; # of fats +%define bsRootDirEnts bp+0x11 ; # of root dir entries +%define bsSectors bp+0x13 ; # sectors total in image +%define bsMedia bp+0x15 ; media descrip: fd=2side9sec, etc... +%define sectPerFat bp+0x16 ; # sectors in a fat +%define sectPerTrack bp+0x18 ; # sectors/track +%define nHeads bp+0x1a ; # heads +%define nHidden bp+0x1c ; # hidden sectors +%define nSectorHuge bp+0x20 ; # sectors if > 65536 +%define drive bp+0x24 ; drive number + bp+0x25 ; partition number for GRLDR +%define extBoot bp+0x26 ; extended boot signature +%define volid bp+0x27 +%define vollabel bp+0x2b +%define filesys bp+0x36 + +%define RootDirSecs bp+0x26 ; # of sectors root dir uses + ; (overwriting unused bytes) +%define fat_start bp+0x28 ; first FAT sector + ; (overwriting unused bytes) +%define root_dir_start bp+0x2c ; first root directory sector + ; (overwriting unused bytes) +%define data_start bp+0x30 ; first data sector + ; (overwriting unused bytes) +%define data_clusters bp+0x34 ; # of clusters in data area + ; (overwriting unused bytes) + bp+0x36 ; bytes per FAT( > 0x1800 means FAT16) + ; (overwriting unused bytes) +*/ + /* not used: [0x26] = byte 0x29 (ext boot param flag) + * [0x27] = dword serial + * [0x2b] = label (padded with 00, 11 bytes) + * [0x36] = "FAT12" or "FAT16",32,32,32 (not used by Windows) + * ([0x3e] is where FreeDOS parts start) + */ + + . = Entry_12_16 + 0x3e +1: + cli + cld + +#ifdef BOOTGRUB + + . = Entry_12_16 + 0x40 + + /* the byte at offset 0x41 stores the real partition number for read. + * the format program or the caller should set it to a correct value. + * For floppies, it should be 0xff, which stands for whole drive. + */ + + movb $0xff, %dh /* boot partition number */ + + cmpb $0xff, %dh /* is floppy? */ + jne 1f + movb $0, %dl /* yes, let drive number = 0 */ +1: +#endif + + xorw %ax, %ax + movw %ax, %ds + movw $0x7c00, %bp + +#ifdef BOOTGRUB + movw %ax, %es + movw %ax, %ss /* stack and BP-relative moves up, too */ + leaw -0x20(%bp), %sp + sti + movw %dx, 0x24(%bp) /* BIOS passes drive number in DL */ + /* AX=0 */ +// xchgw %ax, %dx /* let DX = 0 */ +// xorw %cx, %cx /* CX = 0 */ +#else + movw %bp, %si /* move from 0000:7c00 */ + movw %bp, %di /* move to 1fe0:7c00 */ + movb %dl, 0x24(%si) /* BIOS passes drive number in DL */ +// xchgw %ax, %dx /* let DX = 0 */ + movw $0x1fe0, %ax + movw %ax, %es + movw $0x0100, %cx /* one sector to move */ + repz movsw + /* CX = 0 */ + ljmp $0x1fe0, $(1f - Entry_12_16 + 0x7c00) +1: + movw %ax, %ds + movw %ax, %ss /* stack and BP-relative moves up, too */ + leaw -0x20(%bp), %sp + sti + /* AX=0x1fe0 */ +#endif + + movb $0x41, %ah + movw $0x55AA, %bx + int $0x13 + jc 1f /* No EBIOS */ + cmpw $0xAA55, %bx + jne 1f /* No EBIOS */ + testb $1, %cl + jz 1f /* No EBIOS */ + /* EBIOS supported */ + movb $0x42, (ebios_12_16 - 1 - Entry_12_16 + 0x7c00) +1: +// xorw %cx, %cx + xorw %ax, %ax + + /* GET DRIVE PARMS: Calculate start of some disk areas */ + + movw 0x1c(%bp), %si /* number of hidden sectors(lo) */ + movw 0x1e(%bp), %di /* number of hidden sectors(hi) */ + addw 0x0e(%bp), %si /* number of reserved sectors */ + adcw %ax, %di /* DI:SI = first FAT sector */ + /* AX = 0 */ + + movw %si, 0x28(%bp) /* FAT start sector(lo) */ + movw %di, 0x2a(%bp) /* FAT start sector(hi) */ + + //xchgw %ax, %dx /* let AX = 0 */ + movb 0x10(%bp), %al /* number of FATs */ + /* cbw */ + mulw 0x16(%bp) /* sectors per FAT */ + /* DX:AX = total number of FAT sectors */ + /* DX = 0 since no too many FAT sectors */ + addw %ax, %si + adcw %dx, %di /* DI:SI = root directory start sector */ + movw %si, 0x2c(%bp) /* root directory starting sector(lo) */ + movw %di, 0x2e(%bp) /* root directory starting sector(hi) */ + + /* Calculate how many sectors the root directory occupies */ + + movw 0x0b(%bp), %bx /* bytes per sector */ + movb $5, %cl /* divide BX by 32 */ + shrw %cl, %bx /* BX = directory entries per sector */ + + movw 0x11(%bp), %ax /* max number of root dir entries */ + /* xorw %dx, %dx */ /* assuming DX = 0 */ + divw %bx /* AX = sectors per root directory */ + /* DX = 0 since normally no residue */ + + movw %ax, 0x26(%bp) /* number of sectors the root dir occupies */ + + addw %ax, %si /* DI:SI = first data sector */ + adcw %dx, %di /* assuming DX = 0 */ + + movw %si, 0x30(%bp) /* data starting sector(lo) */ + movw %di, 0x32(%bp) /* data starting sector(hi) */ +#ifdef USE_TOTAL_CLUSTERS + movw 0x13(%bp), %cx /* total sectors(small) */ + jcxz 1f + movw %cx, 0x20(%bp) /* total sectors(large)(lo) */ + movw %dx, 0x22(%bp) /* total sectors(large)(hi), assuming DX = 0 */ +1: + movw 0x20(%bp), %ax /* total sectors(large) */ + movw 0x22(%bp), %bx + addw 0x1c(%bp), %ax /* number of hidden sectors */ + adcw 0x1e(%bp), %bx + subw %si, %ax /* data starting sector */ + sbbw %di, %bx /* BX:AX = total sectors in the data area */ + movb 0x0d(%bp), %dl /* sectors per cluster(DH=0) */ + xchgw %bx, %dx /* DX:AX = total sectors in the data area */ + /* BX = sectors per cluster */ + divw %bx /* AX = total clusters in the data area */ + movw %ax, 0x34(%bp) /* total clusters in the data area */ +#else + movw $0xffff, 0x36(%bp) + movw 0x16(%bp), %ax /* sectors per FAT */ + mulw 0x0b(%bp) /* bytes per sector */ + jc 1f + movw %ax, 0x36(%bp) +1: +#endif + /* Searches for the file in the root directory + * + * Returns: + * AX = first cluster of file + */ + + /* First, read the whole root directory into the temporary buffer */ + + movw 0x2c(%bp), %ax /* root directory starting sector(lo) */ + movw 0x2e(%bp), %dx /* root directory starting sector(hi) */ + movw 0x26(%bp), %di /* number of sectors the root dir occupies */ + lesw (loadseg_off_12_16 - Entry_12_16)(%bp), %bx + /* ES:BX = loadseg:0 */ + call readDisk_12_16 + + lesw (loadseg_off_12_16 - Entry_12_16)(%bp), %di + /* ES:DI = loadseg:0 */ + + + /* Search for kernel file name, and find start cluster */ + +1: + movw $11, %cx + movw $(filename_12_16 - Entry_12_16 + 0x7c00), %si + pushw %di + repz cmpsb + popw %di + movw %es:0x1a(%di), %ax /* get cluster number from dir entry */ + jz 1f + + addw $0x20, %di /* go to next directory entry */ + cmpb %ch, %es:(%di) /* if the first byte of the name is 0, */ + /* there is no more files in the directory */ + /* assuming CH = 0 */ + jnz 1b + movw $(msg_BootError_12_16 - Entry_12_16 + 0x7c00), %si + jmp boot_error_12_16 /* fail if not found */ + +#ifndef ALTERNATIVE_KERNEL +loadseg_off_12_16: .word 0 +loadseg_seg_12_16: .word LOADSEG_12_16 +#endif + +1: + pushw %ax /* store first cluster number */ + /* CX = 0 */ + + + /* Reads the FAT chain and stores it in a temporary buffer in the first + * 64KB. The FAT chain is stored an array of 16-bit cluster numbers, + * ending with 0. + * + * The file must fit in conventional memory, so it can't be larger than + * 640KB. The sector size must be at least 512 bytes, so the FAT chain + * can't be larger than around 3KB. + * + * Call with: AX = first cluster in chain + */ + + /* Load the complete FAT into memory. The FAT can't be larger + * than 128 kb, so it should fit in the temporary buffer. + */ + + lesw (loadseg_off_12_16 - Entry_12_16)(%bp), %bx + /* ES:BX = loadseg:0 */ + movw 0x16(%bp), %di /* sectors per FAT */ + movw 0x28(%bp), %ax /* FAT start sector(lo) */ + movw 0x2a(%bp), %dx /* FAT start sector(hi) */ + call readDisk_12_16 + popw %ax /* restore first cluster number */ + + /* Set ES:DI to the temporary storage for the FAT chain */ + pushw %ds + popw %es + movw (loadseg_seg_12_16 - Entry_12_16)(%bp), %ds + movw $FATBUF, %di + +2: + stosw /* store cluster number */ + movw %ax, %si /* SI = cluster number */ + addw %si, %si /* multiply cluster number by two */ + movw (loadseg_seg_12_16 - Entry_12_16)(%bp), %dx + /* segment for FAT16 */ + jnc 1f + addb $0x10, %dh /* overflow. Add 0x1000 to segment value */ +1: + +#ifdef USE_TOTAL_CLUSTERS + cmpw $0x0ff7, 0x34(%bp) /* total clusters in the data area */ +#else + cmpw $0x1801, 0x36(%bp) /* bytes per FAT */ +#endif + jnb 3f + + /* This is a FAT12 disk */ + + addw %ax, %si /* multiply cluster number by 3 ... */ + shrw $1, %si /* ... and divide by 2 */ + lodsw + + /* If the cluster number was even, the cluster value is now in + * bits 0-11 of AX. If the cluster number was odd, the cluster + * value is in bits 4-15, and must be shifted right 4 bits. If + * the number was odd, CF was set in the last shift instruction. + */ + + jnc 1f + movb $4, %cl + shrw %cl, %ax +1: + andb $0x0f, %ah /* mask off the highest 4 bits */ + cmpw $0x0ff7, %ax /* check for EOF */ + jmp 4f + +3: + /* This is a FAT16 disk. The maximal size of a 16bit FAT + * is 128KB, so it may not fit within a single 64KB segment + */ + + movw %dx, %ds /* DS:SI points to next cluster */ + lodsw /* AX = next cluster */ + + cmpw $0xfff7, %ax /* check for EOF */ +4: + jbe 2b /* continue if not EOF */ + + /* Mark end of FAT chain with 0, so we have a single + * EOF marker for both FAT12 and FAT16 systems. + */ + + xorw %ax, %ax + stosw + + pushw %cs + popw %ds + + /* Loads the file into memory, one cluster at a time */ + + lesw (loadseg_off_12_16 - Entry_12_16)(%bp), %bx + /* ES:BX = loadseg:0 */ + movw $FATBUF, %si /* set DS:SI to the FAT chain */ + +2: + lodsw /* AX = next cluster to read */ + orw %ax, %ax + jnz 1f + + /* EOC encountered - done */ +#ifdef BOOTGRUB + movw 0x24(%bp), %dx /* boot_drive and boot_partition */ +#else + movb 0x24(%bp), %bl /* FreeDOS kernel uses BL, not DL, for drive */ +#endif + ljmp *(loadseg_off_12_16 - Entry_12_16)(%bp) /* boot it! */ + +1: + decw %ax /* cluster numbers start with 2 */ + decw %ax + + movw 0x0d(%bp), %di /* sectors per cluster */ + andw $0xff, %di /* DI = sectors per cluster */ + mulw %di + addw 0x30(%bp), %ax /* data starting sector(lo) */ + adcw 0x32(%bp), %dx /* data starting sector(hi) */ + /* DX:AX = first sector to read */ + call readDisk_12_16 + jmp 2b /* read next cluster */ + +/* Reads a number of sectors into memory. + * + * Call with: DX:AX = 32-bit DOS sector number + * DI = number of sectors to read + * ES:BX = destination buffer + * + * Returns: CF set on error + * ES:BX points one byte after the last byte read. + * DX:AX = next sector number after read + */ + +readDisk_12_16: +2: + pushaw + xorw %cx, %cx + pushw %cx + pushw %cx + pushw %dx + pushw %ax + pushw %es /* buffer segment */ + pushw %bx /* buffer offset */ + incw %cx + pushw %cx /* 1 sector to read */ + movb $16, %cl + pushw %cx /* size of this parameter block */ + + xchgw %ax, %cx /* save AX to CX */ + + /* + * translate sector number to BIOS parameters + * + * LBA = sector-1 offset in track + * + head * sectPerTrack offset in cylinder + * + cyl * sectPerTrack * nHeads offset in platter + * + */ + pushw %bx + movw 0x18(%bp), %ax /* sectors per track */ + movw %ax, %bx + mulb 0x1a(%bp) /* nHeads, but maybe a word value 0x100 */ + jnz 1f + movb %bl, %ah /* nHeads=0x100, so AX=sectPerTrack*0x100 */ +1: + xchgw %ax, %cx /* restore AX from CX, and save AX to CX */ + /* DX:AX = LBA, CX = nHeads * sectPerTrack <= 256*63 */ + divw %cx /* AX = cyl, DX = sector-1 + head * sectPerTrack */ + xchgw %ax, %dx /* DX = cyl, AX = sector-1 + head * sectPerTrack */ + divb %bl /* sectors per track */ + /* DX = cyl, AL = head, AH = sector-1 */ +#if 1 + xchgb %al, %ah /* DX = cyl, AH = head, AL = sector-1 */ + incw %ax /* DX = cyl, AH = head, AL = sector */ + xchgw %ax, %dx /* AX = cyl, DH = head, DL = sector */ + xchgw %ax, %cx /* CX = cyl, DH = head, DL = sector */ + xchgb %cl, %ch /* set cyl number low 8 bits in CH */ + rorb $1, %cl /* move cyl high bits into bits 7-6 */ + rorb $1, %cl /* (assumes top = 0) */ + orb %dl, %cl /* merge sector into cylinder */ +#else + movw %dx, %cx /* CX = cyl, AL = head, AH = sector-1 */ + + /* + * the following manipulations are necessary in order to properly place + * parameters into registers. + * CH = cylinder number low 8 bits + * CL<7-6> = cylinder high two bits + * CL<5-0> = sector + */ + movb %al, %dh /* save head into DH for BIOS */ + xchgb %cl, %ch /* set cyl number low 8 bits in CH */ + rorb $1, %cl /* move cyl high bits into bits 7-6 */ + rorb $1, %cl /* (assumes top = 0) */ + incb %ah /* AH = sector number */ + orb %ah, %cl /* merge sector into cylinder */ +#endif + popw %bx + + movw $0x0201, %ax /* read 1 sector */ +ebios_12_16: /* ebios_12_16 - 1 points to 0x02 that can be changed to 0x42 */ + +// cmpb $0x0e, 2(%bp) /* force LBA? */ +// jnz 1f /* no, continue */ +// movb $0x42, %ah /* yes, use extended disk read */ +//1: + movw %sp, %si /* DS:SI points to disk address packet */ + movb 0x24(%bp), %dl /* drive number */ + int $0x13 +// stc #; only for testing the buggy Virtual PC + popaw /* remove parameter block from stack */ + popaw + jc disk_error_12_16 /* disk read error, jc 1f if caller handles */ + incw %ax /* next sector */ + jnz 1f + incw %dx +1: + addw 0x0b(%bp), %bx /* bytes per sector */ + jnc 1f /* 64K bound check */ + pushw %dx + movw %es, %dx + addb $0x10, %dh /* add 1000h to ES */ + /* here, carry is cleared */ + movw %dx, %es + popw %dx +1: + decw %di + jnz 2b + + /* carry stored on disk read error */ + ret + + . = . - (. - readDisk_12_16)/99 + +msg_DiskReadError_12_16: + + .ascii "disk error\0" + +msg_BootError_12_16: + + .ascii "No " + +filename_12_16: + +#ifdef BOOTGRUB + .ascii "GRLDR \0" +#else + .ascii "KERNEL SYS\0" +#endif + +#ifdef ALTERNATIVE_KERNEL +filename_end_12_16: + + . = Entry_12_16 + 0x1e8 + +loadseg_off_12_16: .word 0 +loadseg_seg_12_16: .word LOADSEG_12_16 + + . = Entry_12_16 + 0x1ec + +boot_image_ofs_12_16: + + .word (filename_12_16 - Entry_12_16)+(filename_end_12_16 - filename_12_16 - 1)*2048 +#endif + + . = Entry_12_16 + 0x1ee + +disk_error_12_16: + + movw $(msg_DiskReadError_12_16 - Entry_12_16 + 0x7c00), %si + +boot_error_12_16: + +/* prints string DS:SI (modifies AX BX SI) */ + +//print_12_16: +1: + lodsb (%si), %al /* get token */ + //xorw %bx, %bx /* video page 0 */ + movb $0x0e, %ah /* print it */ + int $0x10 /* via TTY mode */ + cmpb $0, %al /* end of string? */ + jne 1b /* until done */ + + /* The caller will change this to + * ljmp $0x9400, $(try_next_partition - _start1) + */ + +1: jmp 1b + + . = Entry_12_16 + 0x1fc + + .word 0, 0xAA55 /* Win9x uses all 4 bytes as magic value here */ + + . = Entry_12_16 + 0x200 + + . = _start1 + 0x800 + + + + + .arch i486, nojumps + +/* + #; Ext2 boot sector for GRLDR + */ + + +#define DEBUG call debug_print +#undef DEBUG + + //. = _start1 + 0x800 + +Entry_ext2: + + jmp 1f + + . = Entry_ext2 + 0x02 + + /* The default mode is CHS. This is for maximum compatiblity with + * small-sized disks, e.g., floppies. + * + * Valid values are 0x02 for CHS mode, or 0x42 for LBA mode. + * + * If the BIOS int13 supports LBA, this byte can be safely set to 0x42. + * + * Some USB BIOSes might have bugs when using CHS mode, so the format + * program should set this byte to 0x42. It seems that (generally) all + * USB BIOSes have LBA support. + * + * If the format program does not know whether the BIOS has LBA + * support, it may operate this way: + * + * if (partition_start + total_sectors_in_partition) exceeds the CHS + * addressing ability(especially when it is greater than 1024*256*63), + * the caller should set this byte to 0x42, otherwise, set to 0x02. + */ + + .byte 0x02 /* for CHS. Another possible value is 0x42 for LBA */ + + . = Entry_ext2 + 0x03 + +#if 0 + + .ascii "ext2 grldr" + +#else + +msg_DiskReadError_ext2: + + .ascii "I/O error\0" + +#endif + + . = Entry_ext2 + 0x0d + + /* sectors per block. Valid values are 2, 4, 8, 16, 32. */ + + .byte 2 + + . = Entry_ext2 + 0x0e + + /* bytes per block. + * Valid values are 0x400, 0x800, 0x1000, 0x2000, 0x4000. + */ + + .word 1024 /* bytes per block, at most 16K */ + + . = Entry_ext2 + 0x10 + + /* pointers in pointers-per-block blocks, that is, number of blocks + * covered by a double-indirect block. + * Valid values are 0x10000, 0x40000, 0x100000, 0x400000, 0x1000000. + */ + + .long 0x10000 /* number of blocks covered by double-indirect block */ + /* low word=0 */ + + . = Entry_ext2 + 0x14 + + /* pointers per block, that is, number of blocks covered by an indirect + * block. Valid values are 0x100, 0x200, 0x400, 0x800, 0x1000. + */ + + .long 0x100 /* high word=0, low byte=0 */ + + . = Entry_ext2 + 0x18 + + /* this is default for 1.44M floppy, the caller should set it to + * a correct value */ + + .word 18 /* sectors per track */ + + . = Entry_ext2 + 0x1a + + /* this is default for 1.44M floppy, the caller should set it to + * a correct value */ + + .word 2 /* number of heads */ + + . = Entry_ext2 + 0x1c + + /* this is default for 1.44M floppy, the caller should set it to + * a correct value */ + + .long 0 /* hidden sectors */ + + . = Entry_ext2 + 0x20 + + /* total sectors in the filesystem(or in the partition). + * This value is informative. The code does not use it. + */ + + /* this is default for 1.44M floppy, the caller should set it to + * a correct value */ + + .long 2880 + + . = Entry_ext2 + 0x24 + + /* This byte is ignored for read. The program will write DL onto + * this byte. The caller should set drive number in DL. + * We assume all BIOSes pass correct drive number in DL. + * That is to say, buggy BIOSes are not supported!! + */ + + .byte 0 /* drive number */ + + . = Entry_ext2 + 0x25 + + /* this is default for floppies, the caller should set it to + * a correct value for hard-drive partitions */ + + .byte 0xff /* partition number, 0xff for whole drive */ + + . = Entry_ext2 + 0x26 + + .word 0x80 /* inode size */ + + . = Entry_ext2 + 0x28 + + /* this is default for 1.44M floppy, the caller should set it to + * a correct value */ + + .long 2048 /* s_inodes_per_group */ + + . = Entry_ext2 + 0x2c + + /* block number for group descriptors = s_first_data_block + 1. + * Valid values are 2 for 1024-byte blocks, and 1 for otherwise. + */ + + /* this is default for 1.44M floppy, the caller should set it to + * a correct value */ + + .long 2 /* block number for group descriptors */ + + . = Entry_ext2 + 0x30 +1: + cld /* 0xFC */ + + xorw %ax, %ax /* 0x31, 0xC0; CF=0, ZF=1 */ + + /* this byte `nop' will be changed to `cwd' by bootlace for floppy */ + nop /* 0x90=nop, 0x99=cwd */ + /* cwd will set DL=0 forcibly for floppy A: */ + + movw %ax, %ss /* constant SS=0 */ + movw $0x7c00, %sp + + movw %sp, %bp /* constant BP=0x7c00 */ + movw %ax, %ds /* constant DS=0 */ + + pushw %ax /* 0x0000 at 0000:7bfe */ + movw $0x1000, %bx + pushw %bx /* 0x1000 at 0000:7bfc */ + pushw %ax /* 0x0000 at 0000:7bfa */ + /* SP=0x7bfa */ + + /* the 6 bytes in the stack are used by read_block(): + * 0000 ---- -2(%bp) + * 1000 ---- -4(%bp) + * 0000 ---- -6(%bp) + * Don't touch them! + */ + + movb %dl, 0x24(%bp) /* BIOS passes drive number in DL */ + + movb $0x41, %ah + movw $0x55AA, %bx + int $0x13 +#if 0 + jnc 1f + /* No EBIOS */ + movb $0x02, (ebios_ext2 - 1 - Entry_ext2 + 0x7c00) +#else + jc 1f #; No EBIOS + + //testb $1, %cl + //jz 1f #; No EBIOS +#if 0 + /* gcc-4.0.1 does not generate 2-byte code. */ + rcrb $1, %cl #; also can be rorb $1, %cl +#else + .byte 0xD0, 0xD9 #; ror cl: D0 C9 +#endif + jnc 1f #; No EBIOS + + movb $0x42, (ebios_ext2 - 1 - Entry_ext2 + 0x7c00) +#endif +1: + xorl %eax, %eax /* CF=0, ZF=1 */ + +#if 0 + /* the INC touches ZF flag, so use MOV instead */ + + incw %ax + incw %ax /* EAX=2=inode number for root dir */ +#else + + /* MOV keeps all flags untouched, so it is better than INC */ + + movb $2, %al /* EAX=2=inode number for root dir */ +#endif + + /* CF=0, ZF=1 because MOV and PUSH do not touch Flags */ + + /* read root dir to 0000:1000, and grldr to 1000:0000 */ + +4: + /* EAX holds the inode number: for root dir or grldr */ + + /* These 3 PUSHes is intended to place 1000:0000 onto the stack for + * grldr. For root dir, the stack is not used since CF is cleared. + * Although there is no corresponding POPs, this is safe enough + * because the program comes here only twice: the first is for + * the root dir, and the second is for grldr. + * + * For root dir, CF=0 and ZF=1. For grldr, CF=1. + */ + + pushw %di /* 0x1000, see "jz 4b" below. */ + pushw %ss /* 0x0000 */ + pushfw + + /* SP=0x7bf4 for root dir, or 0x7bee for grldr */ + + decl %eax /* EAX=(inode - 1) */ + + /* inode numbers are far less than 0x7fffffff, so it is safe to + * initialise EDX with CDQ */ + + cdq /* let EDX=0 */ + + divl 0x28(%bp) /* s_inodes_per_group */ + /* EAX=group number */ + pushl %edx /* EDX=inode number in the group */ + + /* group numbers are far less than 0x7fffffff, so it is safe to + * initialise EDX with CDQ */ + + cdq /* let EDX=0 */ + shll $5, %eax /* EAX=relative displacement of the group descriptor */ + divl 0x0e(%bp) /* bytes per block */ + /* EAX=relative block number for the group descriptor */ + /* DX=displacement in the block */ + /* EDX high=0 */ + + pushw %dx /* we don't care about EDX high word, because it is 0 */ + + addl 0x2c(%bp), %eax /* EAX=absolute block number for the group descriptor */ + /* CF=0, ZF=0 */ + + call read_block /* 0000:1000 points to the block data containing the group descriptor */ + /* ES changed and > 0, BX=0x1000 */ + /* ECX=EDX=0 */ + /* CF=0, ZF=0 */ + + popw %si /* DS:[BX+SI] points to the group descriptor */ + /* DS:[BX+SI+8] points to the starting block number of the group inode table */ + + popl %eax /* inode number in the group */ +// shll $7, %eax /* inode struct size = 0x80 */ +// /* EAX=relative displacement of the inode struct */ +// /* EDX=0 */ + movw 0x26(%bp), %dx /* EDX=inode size */ + mull %edx /* EDX:EAX=relative displacement of the inode struct */ + + divl 0x0e(%bp) /* bytes per block */ + /* EAX=relative block number for the inode struct */ + pushw %dx /* DX=displacement of the inode struct in the block */ + /* EDX high=0 */ + + addl 8(%bx, %si), %eax /* EAX=absolute block number for the inode struct */ + /* CF=0, ZF=0 */ + + call read_block /* 0000:1000 points to the block data containing the inode struct */ + /* ES changed and > 0, BX=0x1000 */ + /* ECX=EDX=0 */ + /* CF=0, ZF=0 */ + + popw %si /* DS:[BX+SI] points to the inode struct */ + + addw %bx, %si /* DS:SI points to the inode struct */ + + /* Move the inode struct to a known safe area(0000:0fa8 - 0000:0fff), + * that is, 0x58 bytes immediately before 0000:1000. We care about only + * the beginning 0x58 bytes of the 0x80-byte inode struct, the last + * 0x28 bytes are ignored. The area from 0xfa8+0x28 to 0xfa8+0x57 + * stores 12 direct block pointers. + * + * + * At address Initial value Stores what? + * ========== ============= ====================================== + * 0xfa8+0x04 (const) the size of the file in bytes + * + * 0xfa8+0x08 total blocks blocks left to read + * + * 0xfa8+0x0c 0 serial number of the block to read + * + */ + + pushw %ss + popw %es /* ES=0 */ + + leaw -0x58(%bx), %di /* BX=0x1000, so DI=0x0fa8 */ + //movw $0x0fa8, %di + movb $0x2c, %cl /* 0x2c words = 0x58 bytes */ + + repz movsw /* now ECX=0, BX=0x1000=DI */ + + movl %ecx, (0x0c - 0x58)(%di) /* block serial number of the file */ + /* ECX=0 means first block */ + /* DI=0x1000 */ + + movl (0x04 - 0x58)(%di), %eax /* i_size, the file size */ + decl %eax + + divl 0x0e(%bp) /* bytes per block */ + /* EDX=various */ + incl %eax + movl %eax, (0x08 - 0x58)(%di) /* total blocks for file data */ + + /* + * 0000:1000 trebly indirect block + * 0000:8000 indirect block + * 0000:c000 double indirect block + * 1000:0000 the file data + */ + + /* now DS:SI points to indirect block number */ + + lodsl /* indirect block number */ + testl %eax, %eax + jz 1f + + //pushw %ss + //popw %es /* ES=0 */ + movb $0x80, %bh /* ES:BX=0000:8000 */ +#if 0 + stc + call read_block +#else + call read_block_c +#endif + /* ES changed and > 0, BX=0x8000 */ + /* ECX=EDX=0 */ + /* ZF=0, CF=0 */ + + /* now DS:SI points to double indirect block number */ + + lodsl /* double indirect block number */ + testl %eax, %eax + jz 1f + +#if 0 + pushw %ss + popw %es /* ES=0 */ + movb $0xc0, %bh /* ES:BX=0000:c000 */ + stc + call read_block +#else + movb $0xc0, %bh /* ES:BX=0000:c000 */ + call read_block_c +#endif + /* ES changed and > 0, BX=0xc000 */ + /* ECX=EDX=0 */ + /* ZF=0, CF=0 */ + + /* now DS:SI points to trebly indirect block number */ + + lodsl /* trebly indirect block number */ + testl %eax, %eax /* CF=0, TEST always clears CF */ + jz 1f + /* ZF=0 */ + //pushw %ss + //popw %es /* ES=0 */ + //movb $0x10, %bh /* ES:BX=0000:1000 */ + //stc + call read_block /* 0000:1000 points to the block data */ + /* ES changed and > 0, BX=0x1000 */ + /* ECX=EDX=0 */ + /* ZF=0, CF=0 */ + + /* the block at 0000:1000, which contains the indirect block numbers, + * is just overwritten by the trebly indirect block */ + +1: + /* get absolute block number by block serial number */ + + movl (0x0c - 0x58)(%di), %ebx /* block serial number of the file */ + subl $12, %ebx + jc 3f /* direct block: block serial number < 12 */ + + pushw %bx + subl 0x14(%bp), %ebx + popw %ax + jnc 2f + + /* indirect block: 12 <= block serial number < 12 + 0x14(%bp) */ + + //addw 0x14(%bp), %bx + addb $(0x70 / 4), %ah + //xchgw %ax, %bx + jmp 8f + +2: + pushl %ebx + subl 0x10(%bp), %ebx + jc 7f /* EBX on the stack is < 0x10(%bp). double indirect block: + * 12 + 0x14(%bp) <= block serial number < 12 + 0x14(%bp) + 0x10(%bp) + */ + + /* trebly indirect block: block serial number >= 12 + 0x14(%bp) + 0x10(%bp) */ + + popl %eax /* discard the stack */ + xchgl %eax, %ebx /* move EBX to EAX */ + /* EDX=0 */ + divl 0x10(%bp) + /* EAX=indirect block number, < 0x14(%bp) */ + /* EDX=block number, < 0x10(%bp) */ + + pushl %edx /* EDX < 0x10(%bp) */ + testl %edx, %edx + jnz 7f + + /* EDX=0, so we need to load the double indirect block */ + + shlw $2, %ax + xchgw %ax, %bx + + /* get the double indirect block number from the trebly indirect + * block data */ + + movl (%bx, %di), %eax + +//6: + movw $0xc000, %bx /* ES:BX=0000:c000 */ + + //pushw %ss + //popw %es /* ES=0 */ + //stc + call read_block_c /* 0000:c000 points to the block data */ + /* ES changed and > 0, BX=0xc000 */ + /* ECX=EDX=0 */ + /* CF=0, ZF=0 */ +7: + popl %eax /* EAX < 0x10(%bp) */ + cdq /* let EDX=0 (notice the above jc 7f and jnz 7f) */ + divl 0x14(%bp) + /* EAX=indirect block number, < 0x14(%bp) */ + /* EDX=block number, < 0x14(%bp) */ + + pushw %dx /* EDX < 0x14(%bp) */ + testw %dx, %dx + jnz 7f + + /* if DX=0, we need to load the indirect block */ + + //addb $(0xb0 / 4), %ah + shlw $2, %ax + xchgw %ax, %bx + + /* get the indirect block number from the double indirect block data */ + + movl 0xb000(%bx, %di), %eax + //movl (%bx, %di), %eax +//5: + movw $0x8000, %bx /* ES:BX=0000:8000 */ + + //pushw %ss + //popw %es /* ES=0 */ + //stc + call read_block_c /* 0000:8000 points to the block data */ + /* ES changed and > 0, BX=0x8000 */ + /* ECX=EDX=0 */ + /* CF=0, ZF=0 */ +7: + popw %ax /* AX < 0x14(%bp) */ +8: + xchgw %ax, %bx +3: + shlw $2, %bx + movl (%bx, %di), %eax + + /* got it! EAX=absolute block number */ + + /* read block data to 1000:0000. For root dir, read each block to + * 1000:0000(overwrite the previous read). For grldr, read blocks + * one by one to the area starting at 1000:0000. + */ + + popfw + popw %bx + popw %es + pushfw + + /* CF=0 and ZF=1 for reading root dir, CF=1 for reading grldr */ + + call read_block /* 1000:0000 points to the block data */ + /* ES changed and > 0x1000, BX=0 */ + /* ECX=EDX=0 */ + /* CF=0, ZF=0 */ + + popfw + pushw %es + pushw %bx + pushfw + + jc 3f /* CF=1, we are reading grldr */ + + /* We have just read a block of the root dir to 1000:0000. + * So we check all dir entries in the block to see if anyone + * matches grldr. + */ + + xorw %si, %si + pushw %ss + popw %es /* ES=0 */ + +2: + pushw %ds /* DS=0 */ + movw %di, %ds /* DS=0x1000 */ + movw $(filename_ext2 - Entry_ext2 + 0x7c00), %di + + pushw %si + lodsl /* This is possible inode number for grldr */ + pushl %eax /* This is possible inode number for grldr */ + lodsw + xchgw %ax, %dx /* rec_len */ + lodsw /* AL=name_len, should be 5 for grldr */ + /* AH=file_type(1 for regular file) */ +#if 0 + cmpw $0x0105, %ax + jnz 5f + movb %al, %cl /* CH is already 0 */ + repz cmpsb +#else + decb %ah + //jnz 5f + xchgw %ax, %cx /* CX=name_len */ + repz cmpsb + jnz 5f + xchgw %ax, %cx /* movb $0, %al */ + scasb +#endif +5: + popl %eax /* This is possible inode number for grldr */ + popw %si + + /* DS=0x1000, EAX=inode number */ + + movw %ds, %di /* DI=0x1000 */ + popw %ds /* DS=0 */ + + stc /* indicates the new inode is for grldr */ + + jz 4b /* grldr is found with EAX=inode number */ + + addw %dx, %si + cmpw 0x0e(%bp), %si /* bytes per block */ + jb 2b + + /* file not found in this block, continue */ + + /* We are lucky that CF=0, which indicates we are dealing with + * the root dir. + */ + +3: + + /* CF=1 for grldr, CF=0 for root dir. */ + + incl (0x0c - 0x58)(%di) + decl (0x08 - 0x58)(%di) + jnz 1b + +#if 0 + /* The above 2 instructions INC and DEC do not touch CF, so we + * can omit this POP-PUSH pair. + */ + + popfw + pushfw +#endif + + movw $(msg_No_grldr_ext2 - Entry_ext2 + 0x7c00), %si + + jnc boot_error_ext2 /* grldr not found in the root dir */ + + /* All grldr blocks have been loaded to memory starting at 1000:0000, + * Before the boot, we pass boot_drive and boot_partition to grldr. + */ + + /* ES>0x1000, BX=0, ECX=EDX=0, DI=0x1000, SS=0, SI>0x7c00, DS=0 + * BP=0x7c00, SP<=0x7c00 + */ + + movw 0x24(%bp), %dx + + /* boot it now! */ + + pushw %di /* 0x1000 */ + pushw %ss /* 0x0000 */ + lret + +read_block_c: + + pushw %ss + popw %es /* ES=0 */ + stc + +/* read_block - read a block + * input: CF - indicator for overlap or consecution + * EAX = block number + * ES:BX - buffer + * + * output: if CF is cleared on input, ES:BX is initialized to 0000:1000 + * ES:BX - buffer filled with data + * ES, EAX - Changed + * ECX = 0 + * EDX = 0 + * ZF = 0 + * CF = 0 + */ + +read_block: + + jc 1f + + .byte 0xC4, 0x5E, 0xFC /* lesw -4(%bp), %bx */ + /* ES:BX=0000:1000 */ + jnz 1f + + //at this time, the gcc cannot generate 3 byte code + .byte 0xC4, 0x5E, 0xFA /* lesw -6(%bp), %bx */ + /* ES:BX=1000:0000 */ + //. = . - (. - read_block) / 6 +1: + movzbl 0x0d(%bp), %ecx /* CX=sectors per block */ + /* ECX high=0 */ + . = . - (. - 1b) / 6 + mull %ecx /* EAX=relative sector number */ + /* EDX=0 */ + . = . - (. - 1b) / 9 + addl 0x1c(%bp), %eax /* EAX=absolute sector number */ + +#if 1 + /* pass through, saving 4 bytes(call and ret) */ +#else + call readDisk_ext2 + ret +#endif + +/* Read sectors from disk, using LBA or CHS + * input: EAX = 32-bit LBA sector number + * CX = number of sectors to read + * ECX high word = 0 + * ES:BX = destination buffer + * + * output: No return on error + * BX not changed + * ES = ES + 0x20 * CX + * EAX = EAX + CX + * ZF = 0 + * CF = 0 + */ + +readDisk_ext2: +2: + pushal + //xorl %edx, %edx /* EDX:EAX = LBA */ + pushl %edx /* hi 32bit of sector number */ + pushl %eax /* lo 32bit of sector number */ + pushw %es /* buffer segment */ + pushw %bx /* buffer offset */ + pushw $1 /* 1 sector to read */ + pushw $16 /* size of this parameter block */ + + //xorl %ecx, %ecx + pushl 0x18(%bp) /* lo:sectors per track, hi:number of heads */ + popw %cx /* ECX = sectors per track */ + divl %ecx /* residue is in EDX */ + /* quotient is in EAX */ + /* EDX high=0, DH=0 */ + incw %dx /* DL=sector number */ + popw %cx /* ECX = number of heads */ + pushw %dx /* push sector number into stack */ + xorw %dx, %dx /* EDX:EAX = cylinder * TotalHeads + head */ + divl %ecx /* residue is in EDX, head number */ + /* quotient is in EAX, cylinder number */ + /* EDX high=0, EAX high=0 */ + + + xchgb %dl, %dh /* head number should be in DH */ + /* DL = 0 */ + popw %cx /* pop sector number from stack */ + xchgb %al, %ch /* lo 8bit cylinder should be in CH */ + /* AL = 0 */ + shlb $6, %ah /* hi 2bit cylinder ... */ + orb %ah, %cl /* ... should be in CL */ + + incw %ax /* AL=1, read 1 sector */ + + /* Instead of 0x0e, the LBA indicator at 2(%bp) is + * + * 0x42 for LBA + * + * and + * + * 0x02 for CHS + */ +#if 0 + movb $0x42, %ah + /* ebios_ext2 - 1 points to 0x42 that can be changed to 0x02 */ +#else + movb $0x02, %ah + /* ebios_ext2 - 1 points to 0x02 that can be changed to 0x42 */ +#endif +ebios_ext2: + + //andb 2(%bp), %ah + + movw %sp, %si /* DS:SI points to disk address packet */ + movb 0x24(%bp), %dl /* drive number */ + int $0x13 + jc disk_error_ext2 + movw %es, %ax + addw $0x20, %ax /* here, carry is cleared */ + movw %ax, %es + popaw /* remove parameter block from stack */ + popal + incl %eax /* next sector, here ZF=0 */ + loop 2b + ret + + //. = . - (. - readDisk_ext2)/74 + +//msg_DiskReadError_ext2: +// +// .ascii "disk error\0" + +msg_No_grldr_ext2: + + .ascii "No " + +filename_ext2: + .ascii "grldr\0" + + . = Entry_ext2 + 0x1ee + +filename_end_ext2: + + .word (filename_ext2 - Entry_ext2)+(filename_end_ext2 - filename_ext2 - 1)*2048 + + . = Entry_ext2 + 0x1f0 + +disk_error_ext2: + + movw $(msg_DiskReadError_ext2 - Entry_ext2 + 0x7c00), %si + +boot_error_ext2: + +/* prints string DS:SI (modifies AX BX SI) */ + +//print_ext2: +1: + lodsb (%si), %al /* get token */ + //xorw %bx, %bx /* video page 0 */ + movb $0x0e, %ah /* print it */ + int $0x10 /* via TTY mode */ + cmpb $0, %al /* end of string? */ + jne 1b /* until done */ +#if 1 + + /* The caller will change this to + * ljmp $0x9400, $(try_next_partition - _start1) + */ + +1: jmp 1b + +#else + /* boot failed, try to hand over the control to supervisor */ + ldsw (1f + 3 - Entry_ext2)(%bp), %si + lodsl + cmpl $0x9400b8fa, %eax +1: jnz 1b /* no supervisor, hang up. */ + ljmp $0x9400, $(try_next_partition - _start1) + + //. = . - (. - disk_error_ext2) / 30 +#endif + + . = Entry_ext2 + 0x1fe + + .word 0xAA55 + + . = _start1 + 0xA00 + +#define INSIDE_GRLDR + +#include "ntfsbs.S" + + . = _start1 + 0x1200 + + .arch i586, jumps + +#ifdef DEBUG + + . = Entry_ext2 + 0x201 + +debug_print: + + pushfl + pushal + movl %eax, %ebp + call 2f +#if 0 + popal + pushal + movl %ebx, %ebp + call 2f + popal + pushal + movl %ecx, %ebp + call 2f + popal + pushal + movl %edx, %ebp + call 2f + popal + pushal + movl %esi, %ebp + call 2f + popal + pushal + movl %edi, %ebp + call 2f + popal + popfl + pushfl + pushal + pushfl + popl %ebp /* flags */ + call 2f + movw %ds, %bp + shll $16, %ebp + movw %es, %bp + call 2f + movw $0x0e0d, %ax /* print CR */ + int $0x10 /* via TTY mode */ + movw $0x0e0a, %ax /* print LF */ + int $0x10 /* via TTY mode */ +#endif + popal + popfl + ret +2: + movw $7, %cx +1: + xorw %bx, %bx /* video page 0 */ + movl %ebp, %eax + shrl %cl, %eax + shrl %cl, %eax + shrl %cl, %eax + shrl %cl, %eax + andb $0x0f, %al + addb $0x30, %al + movb $0x0e, %ah /* print char in AL */ + int $0x10 /* via TTY mode */ + + decw %cx + testw %cx, %cx + jns 1b + + movw $0x0e20, %ax /* print space */ + int $0x10 /* via TTY mode */ + ret +#endif + +#if 1 + /* restore GRLDR_CS */ + + /* this code is executed at 0000:MONITOR, which must be a 16-byte + * aligned address. The address 0000:MONITOR should be designed in + * a way that could avoid memory confliction with volume boot records + * (currently FAT12/16/32/NTFS/EXT2/3 are built in). + */ + + /* CS=code */ + + .align 16 + +restore_GRLDR_CS: +2: + call 1f +1: + popw %bx # instruction pointer of 1b + movw %cs, %ax + shrw $4, %bx + addw %ax, %bx # BX=segment value of this code + pushw %bx + pushw $(1f - 2b) + lret +1: + /* modify gdt base */ + xorl %eax, %eax + movw %bx, %ax + shll $4, %eax + addl $(gdt -2b), %eax + movl %eax, %cs:(gdt - 2b + 2) + + movw $GRLDR_CS, %bx + movw %bx, %es + movw %ds, %bx # save old DS to BX + + cli + lgdt %cs:(gdt - 2b) + movl %cr0, %eax + orb $1, %al + movl %eax, %cr0 + + movw $8, %si + movw %si, %ds + + xorl %esi, %esi + xorl %edi, %edi + movl $(0x9000 / 4), %ecx + + cld + repz movsl + + movw $16, %si + movw %si, %ds + + andb $0xfe, %al + movl %eax, %cr0 + + movw %bx, %ds # restore DS from BX + + ljmp $GRLDR_CS, $(try_next_partition - _start1) + +#endif + +# Descriptor tables +# +# NOTE: The intel manual says gdt should be sixteen bytes aligned for +# efficiency reasons. However, there are machines which are known not +# to boot with misaligned GDTs, so alter this at your peril! If you alter +# GDT_ENTRY_BOOT_CS (in asm/segment.h) remember to leave at least two +# empty GDT entries (one for NULL and one reserved). +# +# NOTE: On some CPUs, the GDT must be 8 byte aligned. This is +# true for the Voyager Quad CPU card which will not boot without +# This directive. 16 byte aligment is recommended by intel. +# + .align 16 +gdt: + /* this is the default null entry in GDT */ + .word gdt_end - gdt - 1 # gdt limit + .long (GRLDR_CS * 16 + gdt - _start1) # linear address of gdt + .word 0 # pad 2 bytes + + /* real mode data segment base=0x200000 */ + .word 0xFFFF, 0 + .byte 0x20, 0x92, 0, 0 + + /* real mode data segment base=0 */ + .word 0xFFFF, 0 + .byte 0, 0x92, 0, 0 + +gdt_end: + +helper_start: + + /* helper function begins here + * before the call: + * CF=1 : indicates an invalid or corrupt entry + * CF=0 : indicates a valid entry + * + * on return: + * CF=1 : means "below", try next entry + * CF=0,ZF=1 : means "equal", helper did nothing, so we need + * a further try to boot via NT bootsector + * CF=0,ZF=0 : means "above", helper succeeded, boot it now + */ + + sti + + /* DS=SS=0x9400 */ + pushw %cs + popw %ds + + pushw $FS_BOOT + popw %es + + /* ES=FS_BOOT */ + + /* Format of partition information blocks. + * + * Offset Length in bytes Field + * 00h 1 Set to 80h if this partition is active. + * 01h 1 Partition's starting head. + * 02h 2 Partition's starting sector and track. + * 04h(SI) 1 Partition's ID number. + * 05h 1 Partition's ending head. + * 06h 2 Partition's ending sector and track. + * 08h 4 Starting LBA. + * 0Ch 4 Partition's length in sectors. + */ + + pushw %ds /* DS=0x9400 */ + pushw %es /* ES=FS_BOOT */ + pushal + pushfw + + //pushw %si + //stc + //jc invalid_or_null /* invalid or null entry */ +#if 0 + /* backup 63 sectors at FS_BOOT:0 to 63 sectors at FS_BOOT:8000 + * this piece of code is no longer useful. + */ + pushw %es + popw %ds + xorw %si, %si + movw $0x8000, %di + movw $0x3f00, %cx + cld + repz movsw +#endif + +#if (defined(GRLDR_MBR)) || (defined(GRLDR_INSTALL)) + testb $0x80, %cs:0x02 /* boot previous MBR first? */ + jnz 2f /* no, continue to find GRLDR */ + + /* yes, call the routine for booting the previous MBR. + * it will not return on success. + * on failure, it will return here + */ + + /* before we call the routine, we will check if the user want to + * skip this step and continue to find the GRLDR + */ +#if 0 + movw $(press_space_bar_string - _start1), %si + cmpw $0x3920, %cs:0x04 + je 1f + movw $(press_hot_key_string - _start1), %si +1: + /* if timeout==0, don't display the message */ + + cmpb $0, %cs:0x03 + je 1f + call print_message /* CS:SI points to message string */ + movw $(press_any_key_string - _start1), %si + call print_message /* CS:SI points to message string */ +#else + cmpb $0, %cs:0x03 + je 1f + movw $(press_hot_key_pre - _start1), %si + call print_message + movw $(press_hot_key_name - _start1), %si + call print_message + movw $(press_hot_key_sub - _start1), %si + call print_message +#endif +1: + call sleep_5_seconds + jc 1f /* desired hot-key pressed */ + call boot_prev_mbr //Error_modify +1: + orb $0x80, %cs:0x02 +2: +#endif + popfw + popal + popw %es + popw %ds + + pushw %ds /* DS=0x9400 */ + pushw %es /* ES=FS_BOOT */ + pushal + pushfw + + //cmpb $0x0e, 0x00 /* EBIOS previously checked OK? */ + //jbe 1f /* yes, skip the check */ + movb $0x02, 0x00 /* initialise this byte to 0x02 */ + movb $0x41, %ah /* EBIOS check existence */ + movw $0x55aa, %bx + int $0x13 + jc 1f /* No EBIOS */ + cmpw $0xaa55, %bx + jnz 1f /* No EBIOS */ + testb $1, %cl + jz 1f /* No EBIOS */ + movb $0x42, 0x00 /* LBA supported, save 0x42 to 9400:0000 */ +1: + popfw + popal + popw %es + popw %ds + + pushw %ds /* DS=0x9400 */ + pushw %es /* ES=FS_BOOT */ + pushal + pushfw + + pushaw + cmpw $0x1c2, %si + jne 1f + /* initialize partition number and partition entries end */ + movw $0xffff, 0x1bc /* hd partition number */ + movw $0x01fe, 0x1ba /* partition entries end */ +1: + pushw %dx + testb %dl, %dl + jns 1f /* floppy, use normal CHS mode */ + cmpw $0x1f2, %si /* is it a primary partition? */ + ja 2f /* no, it is an extended partition */ + movl 4(%si), %eax + movl %eax, 8(%si) /* parent part_start saved here */ + xorl %eax, %eax + movl %eax, 4(%si) /* current part_start(0) saved here */ +2: + //movl -4(%si), %eax + //cmpl $0xfffffe00, %eax /* check the starting CHS */ + //jb 1f /* use normal CHS mode */ + + /* get CHS total number of sectors */ + pushw %es + pushw %ds + movb $8, %ah /* read drive parameters changes DX,ES,DI */ + //movb $0x80, %dl /* BIOS drive number is in DL */ + int $0x13 + popw %ds + popw %es + jc 3f + testb $63, %cl + jnz 2f +3: + /* failed to get drive parameters, use maximum value */ +#if 0 + popw %dx + pushw %dx + cmpb $0x80, %dl + jne 3f + pushw %ds + xorw %ax, %ax + movw %ax, %ds + cmpb $0, 0x475 + popw %ds + je 3f + +3: +#endif + movw $0xffff, %cx + movw %cx, %dx +2: + //xorl %eax, %eax + movzbl %dh, %eax + incw %ax + movzbl %cl, %edx + andb $63, %dl + mulw %dx /* DX=0, AX=product */ + shrb $6, %cl + xchgb %cl, %dh + xchgb %ch, %dl + incw %dx /* DX=total cylinders */ + mull %edx /* EDX=0, EAX=product */ + + /* check the partition's starting LBA */ + movl 4(%si), %ebx + addl 8(%si), %ebx /* EBX=start_LBA */ + + testl %ebx, %ebx + je 1f + + ///* we always use LBA mode */ + ////cmpl %eax, %ebx + ////jb 1f /* use normal CHS mode */ + cmpb $0x42, 0x00 /* EBIOS present? */ + jne 1f /* no, skip the LBA mode int13 call */ + + /* load partition boot track to FS_BOOT using LBA mode */ + popw %ax /* AX=orig DX which holds drive number DL */ + pushw %ax + pushl %edx /* EDX=0, higher 4 bytes of starting LBA */ + pushl %ebx /* lower 4 bytes of starting LBA */ + pushw %es /* ES=FS_BOOT */ + pushw %dx /* DX=0, ES:0 is the buffer */ + //pushl $0x003f0010 /* transfer 63 sectors */ + pushw $0x3f /* transfer 63 sectors */ + pushw $0x10 /* size of disk address packet */ + xchgw %ax, %dx /* restore drive number DL from AL */ + movb $0x42, %ah /* extended read */ + movw %sp, %si /* DS:SI points to disk address packet */ + int $0x13 /* ignore the read failure */ + popaw /* adjust the stack */ + jc 1f + popw %dx + popaw + + //popw %ax /* discard flags in the stack */ + popfw + clc + + pushfw /* push new flags with CF=0 */ + pushaw + pushw %dx +1: + popw %dx + popaw + + popfw + popal + popw %es + popw %ds + + pushw %ds /* DS=0x9400 */ + pushw %es /* ES=FS_BOOT */ + pushal + pushfw + + pushw %si + + pushfw + pushw %es +//--------------------------------------------------------- + /* print "Try (hd0,n): " or "Try (fd0): "*/ + pushw %ds + popw %es /* ES=DS=CS=0x9400 */ + + cld /* for stosb */ + xorw %ax, %ax + testb %dl, %dl + jns 1f /* floppy */ + /* hard drive */ +#if 0 + movw %si, %ax + subw $0x1c2, %ax + shrw $4, %ax + cmpw $0x1fe, %si /* is in MBR? */ + jb 1f /* yes */ + /* no, it is an entry in an extended partition */ + movb $0xFC, (add_sub_si + 2 - _start1) /* addw $-4, %si */ + incw 0x1bc /* logical partition number */ + movb 0x1bc, %al +#else + incw 0x1bc /* logical partition number */ + movw 0x1bc, %ax + cmpb $4, %al + jb 1f + movb $0xFC, (add_sub_si + 2 - _start1) /* addw $-4, %si */ +#endif +1: + /* AL=partition number, AH=0 */ + pushw %ax + + movw $(partition_message - _start1 + 7), %di /* drive type */ + movb %dl, %al + shrb $7, %al /* drive type: floppy=0, harddrive=1 */ + shlb $1, %al + addw $0x6466, %ax /* "fd" or "hd" */ + stosw + movb %dl, %al + andb $0x7f, %al /* drive number */ + aam /* convert binary to decimal, AH=high, AL=low */ + testb %ah, %ah + jz 1f + addb $0x30, %ah + movb %ah, (%di) + incw %di +1: + addb $0x30, %al + stosb + + popw %ax + + testb %dl, %dl + jns 2f /* floppy */ + /* this is a hard drive, the partition number is in AL */ + movb $0x2c, (%di) /* "," */ + incw %di + aam /* convert binary to decimal, AH=high, AL=low */ + testb %ah, %ah + jz 1f + addb $0x30, %ah + movb %ah, (%di) + incw %di +1: + addb $0x30, %al + stosb +2: + movl $0x00203a29, (%di) /* "): \0" */ + + movw $(partition_message - _start1), %si + call print_message /* CS:SI points to message string */ +//--------------------------------------------------------- + popw %es + popfw + //stc + jc invalid_or_null /* invalid or null entry */ + + xorw %si, %si + pushw %es + popw %ds + + /* DS=ES=FS_BOOT */ + + /* First, check for ext2 filesystem */ + + cmpw $0xEF53, 0x438 /* Magic signature */ + jnz 1f + xorl %eax, %eax + cmpl %eax, 0x400 /* s_inodes_count */ + jz 1f + cmpl %eax, 0x404 /* s_blocks_count */ + jz 1f +// cmpw %ax, 0x458 /* s_inode_size, usually 0x80 */ +// jz 1f + cmpl %eax, 0x420 /* s_blocks_per_group */ + jz 1f + cmpl %eax, 0x428 /* s_inodes_per_group */ + jz 1f + movl 0x414, %eax /* s_first_data_block */ + movw %ax, %bx /* BX=1 for 1K block, 0 otherwise */ + shrl $1, %eax /* must be 0 */ + jnz 1f + movl 0x418, %ecx /* s_log_block_size */ + cmpl $4, %ecx /* max size of block is 16K */ + ja 1f + negw %cx /* CF=0 for 1K block, CF=1 otherwise */ + adcw %ax, %bx /* EAX=0 */ + decw %bx + jnz 1f + + /* BX = 0 */ + /* EAX= 0 */ + + movw $0x80, %ax /* EXT2_GOOD_OLD_INODE_SIZE */ + movw %ax, %cs:0x826 /* inode size */ + movl 0x44C, %ecx /* ECX=s_rev_level */ + jecxz 3f /* EXT2_GOOD_OLD_REV */ + movw 0x458, %ax /* AX=s_inode_size */ + testw %ax, %ax + jz 1f /* invalid inode size */ + pushw %ax + pushw %dx + movb 0x418, %cl /* s_log_block_size */ + addb $10, %cl + xorw %dx, %dx /* DX=0 */ + incw %dx /* DX=1 */ + shlw %cl, %dx /* DX=block size in bytes */ + xchgw %ax, %cx /* CX=s_inode_size */ + xchgw %ax, %dx /* AX=block size in bytes */ + xorw %dx, %dx /* DX:AX=block size in bytes */ + divw %cx /* quo=AX, rem=DX */ + testw %dx, %dx + popw %dx + popw %ax + jnz 1f /* invalid inode size */ + movw %ax, %cs:0x826 /* inode size */ +3: + /* BX = 0 */ + + /* super block is sane */ + + //pushw %cs + //popw %ds + ///* DS=SS=0x9400 */ + ///* ES=FS_BOOT */ + cld + movw $0x800, %si + xorw %di, %di + movw $0x0200, %cx /* yes, we need 2 sectors if enable debug */ + + repz cs movsw /* CS segment override prefix(=0x2E) */ + + /* modify the boot partition number */ + + /* the boot partition number is at offset 0x25 for ext2 */ + + testb %dl, %dl + jns 3f /* no modification for floppy */ + movw $0x25, %di + movw %cs:0x1bc, %ax /* partition number */ + stosb +3: + /* fix for ext2 partition: hidden_sectors, offset 0x1c */ + popw %si /* DI points to old entry in MBR */ + pushw %si + xorl %eax, %eax /* let hidden_sectors=0 for floppy */ + testb %dl, %dl + jns 3f /* floppy */ + movl %cs:4(%si), %eax + addl %cs:8(%si), %eax +3: + /* BX = 0 */ + + movl %eax, %es:0x1c(%bx) /* adjust hidden_sectors for EXT2 */ + + /* fix for ext2 partition: EBIOS indicator, offset 0x02 */ + + movb %cs:0x00(%bx), %al + movb %al, %es:0x02(%bx) + + /* fix for ext2 partition: sectors per block, offset 0x0d */ + /* fix for ext2 partition: bytes per block, offset 0x0e */ + /* fix for ext2 partition: dwords per block(dpb), offset 0x14 */ + /* fix for ext2 partition: square of dpb, offset 0x10 */ + + movb %es:0x418, %cl /* s_log_block_size */ + //incw %cx + movl $2, %eax + shlw %cl, %ax + movb %al, %es:0x0d(%bx) + shlw $9, %ax /* block size is word wide */ + movw %ax, %es:0x0e(%bx) + shrw $2, %ax + movl %eax, %es:0x14(%bx) + addb $8, %cl + shll %cl, %eax + movl %eax, %es:0x10(%bx) + + + /* fix for ext2 partition: sectors per track, offset 0x18 */ + /* fix for ext2 partition: number of heads, offset 0x1a */ +#if 1 + pushw %ds + pushw %es + pushw %bx + pushw %dx + movb $8, %ah /* read drive parameters changes DX,ES,DI,BX */ + movb $0x80, %dl /* BIOS drive number is in DL */ + int $0x13 + movw %dx, %ax + popw %dx + popw %bx + popw %es + popw %ds + jc 3f + andb $63, %cl + jz 3f + movb %cl, %es:0x18(%bx) + shrw $8, %ax + incw %ax + movw %ax, %es:0x1a(%bx) +3: +#else + testb %dl, %dl + jns 3f /* floppy */ + popw %di /* DI points to old entry in MBR */ + pushw %di + movw %cs:1(%di), %ax + andb $63, %ah + movb %ah, %es:0x18 + xorb %ah, %ah + incw %ax + movw %ax, %es:0x1a +3: +#endif + + /* fix for ext2 partition: s_inodes_per_group, offset 0x28 */ + movl %es:0x428, %eax /* s_inodes_per_group */ + movl %eax, %es:0x28(%bx) + + /* fix for ext2 partition: block number for group descriptors, offset 0x2c */ + /* At which block the group descriptors begin? */ + movl %es:0x414, %eax /* s_first_data_block */ + incw %ax + movl %eax, %es:0x2c(%bx) + + /* fix for ext2 partition: on error go back to supervisor, offset 0x01fc */ + movw $0x01fc, %si + movw %si, %di + lodsw + cmpw $0xFEEB, %ax /* EB FE is jmp back to itself(infinite loop) */ + jnz 3f + decw %ax /* AL=0xEA, ljmp */ + stosb + //movw $(try_next_partition - _start1), %ax + movw $MONITOR, %ax + stosw + //movw %cs, %ax /* AX=0x9400 */ + xorw %ax, %ax + stosw /* the last byte 0x00 is in the next sector! */ +// addw $0x0f, %di +// movw $(restore_GRLDR_CS - _start1), %si +// movw $((gdt_end - restore_GRLDR_CS) / 4), %cx +// .byte 0x2e /* %cs: prefix */ +// repz movsl +3: + + movw $(EXT2_message - _start1), %si + call print_message /* CS:SI points to message string */ + + clc + jmp move_entries_and_return + +1: + #; It is not EXT2. Check for FAT12/16/32/NTFS. + + /* DS=ES=FS_BOOT */ + + cmpw $0x200, 0x0b(%si) /* bytes per sector */ + jne 1f /* not a normal BPB */ + movb 0x0d(%si), %al /* sectors per cluster */ + testb %al, %al + jz 1f /* invalid if = 0 */ + movb %al, %cl + movw $128, %ax + divb %cl /* quo=AL, rem=AH */ + testb %ah, %ah + jnz 1f /* invalid if not 2^n */ + movw 0x18(%si), %ax /* sectors per track */ + testw %ax, %ax + jz 1f /* invalid if = 0 */ + cmpw $63, %ax + ja 1f /* invalid if > 63 */ + movw 0x1a(%si), %ax /* number of heads */ + decw %ax /* Max head number, should be a byte */ + testb %ah, %ah /* should be 0 */ + jnz 1f /* invalid if number of heads > 256 */ + cmpb $0xf0, 0x15(%si) /* media descriptor */ + jb 1f + + cmpb $0x42, %cs:0x00 /* EBIOS present? */ + jne 3f + //movb $0x41, %ah /* EBIOS check existence */ + //movw $0x55aa, %bx + //int $0x13 + //jc 3f /* No EBIOS */ + //cmpw $0xaa55, %bx + //jnz 3f /* No EBIOS */ + //testb $1, %cl + //jz 3f /* No EBIOS */ + movb $0x0e, 0x02(%si) /* force LBA */ +3: + cld + movw $0x0600, %bx /* FAT12/FAT16 */ + movw $0x003c, %cx /* FAT12/FAT16 */ + + movb 0x10(%si), %al /* number of FATs(NTFS:0, FAT:1,2) */ + cmpb $2, %al + ja 1f /* abnormal FAT */ + movw 0x11(%si), %ax /* max root entries */ + testw %ax, %ax + jnz 2f /* FAT12/FAT16 */ + + /* FAT32 or NTFS */ + movw 0x13(%si), %ax /* total sectors(small) */ + testw %ax, %ax + jnz 1f /* invalid FAT32 BPB */ + movw 0x16(%si), %ax /* sectors per FAT(small) */ + testw %ax, %ax + jnz 1f /* invalid FAT32 BPB */ + movb 0x10(%si), %al /* number of FATs(NTFS:0, FAT:1,2) */ + testb %al, %al + jz 8f + + /* FAT32 */ + movl 0x20(%si), %eax /* FAT32 total sectors */ + testl %eax, %eax + jz 1f + movl 0x24(%si), %eax /* FAT32 sectors per FAT */ + testl %eax, %eax + jz 1f + movw $0x0400, %bx /* FAT32 */ + movw $0x0058, %cx /* FAT32 */ + movw $(FAT32_message - _start1), %si + jmp 7f +8: + /* NTFS */ + movl 0x20(%si), %eax /* FAT32 total sectors */ + testl %eax, %eax + jnz 1f + //movw 0x11(%si), %ax /* max root entries */ + //testw %ax, %ax + //jnz 1f + movw 0x0e(%si), %ax /* reserved sectors */ + testw %ax, %ax + jnz 1f + + /* BUG fix for extended NTFS partition */ + popw %si /* SI points to old entry in MBR */ + pushw %si + xorl %eax, %eax /* let hidden_sectors=0 for floppy */ + testb %dl, %dl + jns 3f /* floppy */ + movl %cs:4(%si), %eax + addl %cs:8(%si), %eax +3: + movl %eax, 0x1c /* adjust hidden_sectors for NTFS */ + + movb %dl, 0x24 /* adjust drive number for NTFS */ + +#if 1 + // Load NTFS using internal boot sector at 0xA00 + + movw $(NTFS5_message - _start1), %si + call print_message /* CS:SI points to message string */ + + movw $0xA00, %bx + movw $0x52, %cx + + pushw %cs + popw %ds + + /* DS=SS=0x9400 */ + /* ES=FS_BOOT */ + + movw %bx, %si + xorw %di, %di + lodsw + stosw + addw %cx, %si + addw %cx, %di + movw $0x800, %cx + subw %di, %cx + + repz movsb + + /* modify the boot partition number */ + movb %es:1, %al + addb $5, %al /* AL is less than 0x80 */ + cbw /* AH=0 */ + xchgw %ax, %di /* move AX to DI */ + movb $0xff, %al /* partition=whole drive for floppy */ + testb %dl, %dl + jns 3f /* no modification for floppy */ + movb 0x1bc, %al /* partition number */ +3: + stosb + + /* fix for NTFS partition: on error go back to supervisor, offset 0x01fa */ + + movw $0x01fa, %di + movw %es:(%di), %ax + cmpw $0xFEEB, %ax /* EB FE is jmp back to itself(infinite loop) */ + jnz 3f + decw %ax /* AL=0xEA, ljmp */ + stosb + //movw $(try_next_partition - _start1), %ax + movw $MONITOR, %ax + stosw + + //movw %cs, %ax /* AX=0x9400 */ + xorw %ax, %ax + stosw /* DI=0x01ff */ +3: + clc + jmp move_entries_and_return + +#else + + /* modify the boot partition number */ + movb $0xB6, %al /* 0xB6="MOV DH,imm8" */ + movb %cs:0x1bc, %ah + testb %dl, %dl + js 3f + movb $0xff, %ah /* partition number for floppy is whole drive */ +3: + /* before the call: + * AH= partition number + * AL= 0xB6 ; 0xB6 is opcode of "MOV DH,imm8" + * DL= drive number + * + * on return: CF=0 if there is NTFS boot record; + * CF=1 otherwise. + * CF of flags_orig on the stack will set if CF=1 + */ + + call modify_NTFS_boot_record + //jnc move_entries_and_return + //movw $(NTFS5_message - _start1), %si + ////jmp 4f + //call print_message /* CS:SI points to message string */ + //stc + jmp move_entries_and_return + +#endif + +2: + /* FAT12/FAT16 */ + movb 0x10(%si), %al /* number of FATs(NTFS:0, FAT:1,2) */ + testb %al, %al + jz 1f + movw 0x16(%si), %ax /* sectors per FAT(small) */ + testw %ax, %ax + jz 1f + movw $(FAT16_message - _start1), %si + cmpw $12, %ax + ja 7f + movw $(FAT12_message - _start1), %si +7: + /* BUG fix for extended FAT12/16/32 partition */ + popw %di /* DI points to old entry in MBR */ + pushw %di + xorl %eax, %eax /* let hidden_sectors=0 for floppy */ + testb %dl, %dl + jns 3f /* floppy */ + movl %cs:4(%di), %eax + addl %cs:8(%di), %eax +3: + movl %eax, 0x1c /* adjust hidden_sectors for FAT */ + + call print_message /* CS:SI points to message string */ + pushw %cs + popw %ds + /* DS=SS=0x9400 */ + /* ES=FS_BOOT */ + movw %bx, %si + xorw %di, %di + lodsw + stosw + addw %cx, %si + addw %cx, %di + movw $0x0200, %cx + subw %di, %cx + repz movsb + /* modify the boot partition number */ + movb %es:1, %al + addb $5, %al /* AL is less than 0x80 */ + cbw /* AH=0 */ + xchgw %ax, %di /* move AX to DI */ + movb $0xff, %al /* partition=whole drive for floppy */ + testb %dl, %dl + jns 3f /* no modification for floppy */ + movb 0x1bc, %al /* partition number */ +3: + stosb + + /* fix for FAT12/16/32 partition: on error go back to supervisor, offset 0x01fa */ + //pushw %es + //popw %ds + movw $0x01fa, %di + //movw %di, %si + //lodsw + movw %es:(%di), %ax + cmpw $0xFEEB, %ax /* EB FE is jmp back to itself(infinite loop) */ + jnz 3f + decw %ax /* AL=0xEA, ljmp */ + stosb + //movw $(try_next_partition - _start1), %ax + movw $MONITOR, %ax + stosw + //movw %cs, %ax /* AX=0x9400 */ + xorw %ax, %ax + stosw /* DI=0x01ff */ +3: + + clc + jmp move_entries_and_return +1: + #; It is not FAT12/16/32/NTFS. Check for extended partition. + + /* DS=ES=FS_BOOT */ + + pushw %cs + popw %es + + /* ES=SS=0x9400 */ + /* DS=FS_BOOT */ + + popw %si + pushw %si + cmpb $0x05, %es:(%si) /* extended */ + je 1f + cmpb $0x0f, %es:(%si) /* Win95 extended (LBA) */ + je 1f + cmpb $0x15, %es:(%si) /* hidden extended */ + je 1f + cmpb $0x1f, %es:(%si) /* hidden win95 extended (LBA) */ + je 1f + cmpb $0x85, %es:(%si) /* Linux extended */ + je 1f + movw $(non_MS_message - _start1), %si +4: + call print_message /* CS:SI points to message string */ + stc + jmp move_entries_and_return +1: + /* extended partition entry */ + cmpw $0x1fe, %si + jb 1f + decw %es:0x1bc /* count the partitions in extended zone */ +1: + movw $(extended_message - _start1), %si + call print_message /* CS:SI points to message string */ + movw $0x1be, %si + movw $4, %cx +5: + //xorl %eax, %eax + //cmpl %eax, (%si) + //jnz 2f + movl (%si), %eax + cmpw 2(%si), %ax /* Is EAX high word equal to AX? */ + jnz 2f + cmpb %al, %ah /* Is AL=AH? */ + jnz 2f + + /* now all 4 bytes in EAX are equal to each other. */ + cmpl %eax, 4(%si) + jnz 2f + cmpl %eax, 8(%si) + jnz 2f + cmpl %eax, 12(%si) + jz 3f /* entry with 16 dups of a byte means empty entry */ +2: + movb (%si), %al + shlb $1, %al + jnz 1f + //jnz 3f /* invalid entry is treated as empty entry */ + movb 2(%si), %al + and $63, %al /* starting sector number */ + jz 1f + //jz 3f /* invalid entry is treated as empty entry */ + movb 6(%si), %al + and $63, %al /* ending sector number */ + jz 1f + //jz 3f /* invalid entry is treated as empty entry */ + movl 8(%si), %eax /* starting LBA */ + testl %eax, %eax + jz 1f + //jz 3f /* invalid entry is treated as empty entry */ + movl 12(%si), %eax /* total number of sectors in partition */ + testl %eax, %eax + jz 1f +3: + addw $16, %si + loop 5b + cmpw $0xaa55, (%si) + jnz 1f + + movw $0x1be, %si + movw $4, %cx + popw %bx /* the old SI points to extended partition ID in MBR */ + pushw %bx +5: +#if 1 + //xorl %eax, %eax + //cmpl %eax, (%si) + //jnz 2f + movl (%si), %eax + cmpw 2(%si), %ax /* Is EAX high word equal to AX? */ + jnz 2f + cmpb %al, %ah /* Is AL=AH? */ + jnz 2f + + /* now all 4 bytes in EAX are equal to each other. */ + cmpl %eax, 4(%si) + jnz 2f + cmpl %eax, 8(%si) + jnz 2f + cmpl %eax, 12(%si) + jz 3f /* entry with 16 dups of a byte means empty entry */ +2: + /* now it is an acceptable entry */ + movw %es:0x1ba, %di /* partition entries end */ + /* ensure our stack not to be overwritten by the partition entries */ + cmpw $0x83f0, %di + ja 3f /* try next */ + /* ensure our code not to be overwritten by the partition entries */ + cmpw $0x3fe, %di + jne 6f + /* more entries stores at 0x9be00-0x9c3ff */ + movw $0x7e00, %di + movw %di, %es:0x1ba +6: + addw $16, %es:0x1ba /* increment partition entries end */ + + lodsl + stosl + lodsl + stosl + + xchgw %ax, %dx /* save AL(the partition ID)to DL */ + + lodsl + xchgl %eax, %edx /* restore AL from DL(the partition ID) + * and save EAX to EDX */ + cmpb $0x05, %al + je 6f + cmpb $0x0f, %al + je 6f + cmpb $0x15, %al + je 6f + cmpb $0x1f, %al + je 6f + cmpb $0x85, %al + je 6f + /* normal partition, copied to 0x941fe-0x943fb */ + addl %es:4(%bx), %edx /* current partition start */ +6: + /* extended partition, copied to 0x941fe-0x943fb */ + xchgl %eax, %edx /* restore or update EAX from EDX */ + stosl + lodsl /* adjust SI only */ + movl %es:8(%bx), %eax /* parent partition start ... */ + stosl /* ... stored here */ + jmp 2f +3: + addw $16, %si +#endif + //. = 5b + 0x7c +2: + loop 5b + + /* extended partition is not a normal one, so set carry to try next */ + stc + jmp move_entries_and_return + +invalid_or_null: +1: + movw $(invalid_message - _start1), %si + call print_message /* CS:SI points to message string */ + stc + +move_entries_and_return: + popw %si + pushfw + pushw %cs + popw %ds + pushw %cs + popw %es + pushw %si + cmpw $0x202, %si + jne 1f + /* move entries backward 1 entry */ + movw $0x1fe, %di + movw $0x20e, %si + movw $0xf8, %cx /* 0x1f0 bytes = 0xf8 words */ + cld /* move upward */ + repz movsw + movw $0x3ee, %di + movw $0x7e00, %si + movw $0x8, %cx /* 0x10 bytes = 0x8 words */ + cld /* move upward */ + repz movsw + movw $0x7e00, %di + movw $0x7e10, %si + movw $0x2f8, %cx /* 0x5f0 bytes = 0x2f8 words */ + cld /* move upward */ + repz movsw + cmpw $0x7e10, 0x1ba + jne 2f + movw $0x40e, 0x1ba +2: + subw $0x10, 0x1ba + +1: + popw %si + movw $0x1ff, (add_sub_si + 5 - _start1) + cmpw $0x1fe, 0x1ba + jne 1f + decw (add_sub_si + 5 - _start1) + cmpw $0x31b2, %si /* floppy? */ + je 1f /* yes */ + cmpw $0x1f2, %si + ja 2f /* logical partition */ + jb 1f /* primary partition 0, 1, 2 */ + /* primary partition 3 */ + cmpw $0x0003, 0x1bc /* are there any logical partitions? */ + ja 1f /* yes */ +2: +inc_hard_drive: + + /* all partitions on the drive have been checked, try next drive. + * + * the current stack is: + * + * SP + 38 : DS + * SP + 36 : ES + * SP + 32 : EAX + * SP + 28 : ECX + * SP + 24 : EDX + * SP + 20 : EBX + * SP + 16 : ESP_temp + * SP + 12 : EBP + * SP + 8 : ESI + * SP + 4 : EDI + * SP + 2 : flags_orig + * SP : flags + * + */ + + /* get total hard drives */ + xorw %ax, %ax + movw %ax, %ds + movb 0x475, %dh + pushw %cs + popw %ds +// cmpb $16, %dh +// jnb 2f +// movb $16, %dh +//2: + orb $0x80, %dh /* CF=0, DH=Max harddrive number + 1 */ + //xchgw %ax, %cx /* CL=Max harddrive number + 1, CH=0 */ + movw %sp, %bp + movb 24(%bp), %dl /* BIOS drive number is in DL */ +2: + jnc 3f + call print_message /* CS:SI points to message string */ + movw $(drive_number_string - _start1), %si + movb %dl, %al + andb $0x7f, %al + aam /* AH=high decimal, AL=low decimal */ + addw $0x3030, %ax + xchgb %al, %ah + movw %ax, 9(%si) + call print_message /* CS:SI points to message string */ +3: + incw %dx + cmpb %dh, %dl + jnb 2f /* all drives checked, try floppy finally */ + + pushw %bx + pushw %dx + pushw %es + movb $8, %ah /* read drive parameters changes DX, ES, DI */ + int $0x13 + popw %es + jc 3f /* try next hard drive */ + //xchgw %ax, %cx /* this moves CL to AL */ + andb $63, %cl /* CL=sectors per track, CF cleared */ + stc + jz 3f /* try next hard drive */ + popw %dx /* get DL */ + popw %bx + movb %dl, %ch /* DL saved at BP high byte in the stack */ + pushw %cx /* push new BX onto stack */ + pushw %dx + //movb $0x02, %ah + //movw %ax, %si /* save AX to SI: read 1 track */ + movw $0x201, %ax /* read 1 sector */ + movw $0x7e00, %bx /* read MBR to 9400:7e00 */ + movw $1, %cx + //popw %dx + //pushw %dx + xorb %dh, %dh + stc + int $0x13 + sti +3: + popw %dx + popw %bx /* BL=sectors per track, BH=DL */ + + //movw %si, %bx /* BL=sectors per track */ + + movw $(Error_while_reading_string - _start1), %si + jc 2b /* read failure, try next hard drive */ + + /* on seccessful return, should be: ah=0 for OK, al=1 for 1 sector */ + //decw %ax /* some BIOSes return incorrect AL */ + testb %ah, %ah + stc + jnz 2b + + /* The new partition table might be empty or invalid. + * Move the new partition table onto the old one while checking + */ + + //movb %dl, %bh /* DL saved at BP high byte in the stack */ + + movw $0x7fbe, %si + movw $0x01be, %di + +3: + cmpw $0x1fe, %di + jnb 3f + + xorl %ecx, %ecx + + lodsl + stosl + orl %eax, %ecx + lodsl + stosl + orl %eax, %ecx + lodsl + stosl + orl %eax, %ecx + lodsl + stosl + orl %eax, %ecx + jecxz 3b /* null entry, check next */ + + //lodsw + //stosw + movb -16(%si), %al + shlb $1, %al + stc + xchgw %ax, %si /* save SI to AX */ + movw $(partition_boot_indicator_string - _start1), %si + jnz 2b + xchgw %ax, %si /* restore SI from AX */ + //lodsw + //stosw + movb -14(%si), %al + andb $63, %al + stc + xchgw %ax, %si /* save SI to AX */ + movw $(partition_sectors_per_track_string - _start1), %si + jz 2b + xchgw %ax, %si /* restore SI from AX */ + //lodsw + //stosw + //lodsw + //stosw + movb -10(%si), %al + andb $63, %al + stc + xchgw %ax, %si /* save SI to AX */ + movw $(partition_sectors_per_track_string - _start1), %si + jz 2b + xchgw %ax, %si /* restore SI from AX */ + //lodsl + //stosl + movl -8(%si), %eax + testl %eax, %eax + stc + xchgw %ax, %si /* save SI to AX */ + movw $(partition_start_sector_string - _start1), %si + jz 2b + xchgw %ax, %si /* restore SI from AX */ + + //lodsl + //stosl + movl -4(%si), %eax + testl %eax, %eax + stc + xchgw %ax, %si /* save SI to AX */ + movw $(partition_end_sector_string - _start1), %si + jz 2b + xchgw %ax, %si /* restore SI from AX */ + + jmp 3b +3: + cmpw $0xAA55, (%si) + stc + xchgw %ax, %si /* save SI to AX */ + movw $(no_boot_signature_string - _start1), %si + jnz 2b + xchgw %ax, %si /* restore SI from AX */ + //lodsw + //stosw /* store boot signature */ + + /* Now the partition table is OK */ + + movw %bx, 12(%bp) /* adjust BP in the stack */ + + movw $0x1b2, 8(%bp) /* adjust SI in the stack */ + + /* temp change the code: call self_modify_once + * + * "call self_modify_once" at add_sub_si is: + * + * .byte 0xE8 + * .word (self_modify_once - add_sub_si - 3) + * + */ + movb $0xE8, (add_sub_si - _start1) + movw $(self_modify_once - add_sub_si - 3), (add_sub_si + 1 - _start1) + + /* initialize partition number and partition entries end */ + movw $0xffff, 0x1bc /* hd partition number */ + movw $0x01fe, 0x1ba /* partition entries end */ + + jmp 1f +2: + /* get here if all drives have been checked */ +#if 0 + movw $0x202, 8(%bp) /* adjust SI in the stack */ + + /* restore the original code: addw $-4, %si */ + movw $0xC683, (add_sub_si - _start1) /* 0x83, 0xC6 */ + movb $0xFC, (add_sub_si + 2 - _start1) /* 0xFC */ +#endif + //-------------------------------------------------------------------- + /* change the code: jmp Error_modify + * + * "jmp Error_modify" at Error_or_prev_MBR: + * + * .byte 0xE9 + * .word (Error_modify - Error_or_prev_MBR - 3) + * + */ + movb $0xE9, (Error_or_prev_MBR - _start1) + movw $(Error_modify - Error_or_prev_MBR - 3), (Error_or_prev_MBR + 1 - _start1) + //-------------------------------------------------------------------- + + //-------------------------------------------------------------------- + /* floppy search disabled ? */ +#if 0 + testb $1, 0x02 /* test bit0 of the third byte */ + jz 1f /* zero means floppy search enabled */ + /* 0x1fd or below means disable floppy search */ + decw (add_sub_si + 5 - _start1) +#else + movb 0x02, %al + andb $0x01, %al + subb %al, (add_sub_si + 5 - _start1) +#endif + //-------------------------------------------------------------------- + +1: +#if 0 + popfw + lahf /* Load Flags into AH Register. */ + /* AH = SF:ZF:xx:AF:xx:PF:xx:CF */ + /* CF will be moved to ZF */ + movb %ah, %al + andb $1, %al /* CF=0 */ + shlb $6, %al /* move CF to ZF */ + popfw + lahf /* Load Flags into AH Register. */ + /* AH = SF:ZF:xx:AF:xx:PF:xx:CF */ + andb $0xbf, %ah /* 0xbf= binary 1011 1111. It clears ZF */ + orb %al, %ah +#else + popw %ax /* AX=Flags */ + popfw /* Flags_orig */ + lahf /* Load Flags_orig into AH Register. */ + /* AH = SF:ZF:xx:AF:xx:PF:xx:CF */ + shlb $2, %ah + rorw $2, %ax /* move CF of Flags to ZF of Flags_orig */ +#endif + + sahf /* update flags */ + /* current CF is the CF of Flags_orig */ + /* current ZF is the CF of Flags */ + jc 1f /* CF=1 means failed in loading bootsector */ + popal /* get drive number DL */ + pushal + pushfw + cmpb $0xff, %cs:0x06 + jz 2f + movb %cs:0x1bc, %dh + testb %dl, %dl + js 3f + movb $0xff, %dh /* partition # for floppy is "whole drive" */ +3: + cmpw %cs:0x06, %dx + jz 2f + popfw + stc + pushfw +2: + popfw +1: + popal + popw %es + popw %ds + ret + +self_modify_once: + /* when we get here, SI should be 0x1b2, and BP high holds DL */ + addw $12, %si /* 0x83, 0xC6, 0x0C */ + movw %bp, %ax + movb %ah, %dl + + /* note: DS=0x9400 */ + + /* restore the original code: addw $12, %si */ + movw $0xC683, (add_sub_si - _start1) /* 0x83, 0xC6 */ + movb $0x0C, (add_sub_si + 2 - _start1) /* 0x0C */ + ret + +Error_modify: + cmpb $0xff, %cs:0x06 /* preferred drive? */ + jz 1f /* not active. Turn to the final step. */ + + /* preferred drive is already handled, so de-activate it now. */ + movb $0xff, %cs:0x06 + + /* we will do the second pass, from drive 0x80. */ + movb $0x7f, %dl /* this will become 0x80 after inc. */ + + /* pass "error" to PUSHF, simulating a load failure, in order + * to try the first entry after return from the helper function. + */ + + stc + + pushw $(helper_call + 3 - _start1) /* return address */ + pushw %cs /* 0x9400, it is for DS. */ + pushw $FS_BOOT /* 0x0d00, it is for ES. */ + pushal + //pushl %eax + //pushl %ecx + //pushl %edx + //pushl %ebx + //pushl %esp + //pushl %ebp + //pushl %esi + //pushl %edi + pushfw /* CF=1 */ + pushfw + + pushw %cs + popw %es /* ES=0x9400 */ + + /* redo from start: DL will be 0x80 after inc. */ + jmp inc_hard_drive +1: +boot_prev_mbr: + + /* prepare to boot the previous MBR */ + + /* at this moment DS=0x9400, ES=$FS_BOOT or ES=0x9400 */ + xorw %ax, %ax + //pushw %ax /* AX=0, for the segment of 0000:7c00 */ + movw %ax, %es /* ES=0x0000 */ + movw %ax, %ds /* DS=0x0000 */ + pushw %ds + pushw %es + movw $0x0202, %ax /* read 2 sectors ... */ + movw $0x7A00, %bx /* ... to 0000:7A00 */ + //pushw %bx /* BX=0x7c00, for the offset of 0000:7c00 */ + movw $0x0001, %cx /* from the first sector ... */ + movw $0x0080, %dx /* ... of the first hard drive */ + stc + int $0x13 + sti + popw %es + popw %ds + jc 1f + testb %ah, %ah + jnz 1f + cmpw $0xAA55, 0x7dfe + jne 1f + cmpw $0xAA55, 0x7bfe + jne 1f + + /* has a valid partition table ? */ + movw $0x7dbe, %si +3: + cmpw $0x7dfe, %si + jnb 3f /* partition table is OK */ + movw $4, %cx + + movw %si, %di +2: + lodsl + negl %eax + jc 2f + loop 2b + /* empty entry, check next */ + jmp 3b +2: + /* non-empty entry */ + movw %di, %si + + lodsw + shlb $1, %al + jnz 2f + lodsw + andb $63, %al + jz 2f + lodsw + lodsw + andb $63, %al + jz 2f + lodsl + negl %eax + jnc 2f + lodsl + negl %eax + jc 3b +2: + stc /* invalid partition table */ +3: + pushfw + + /* disable the boot of non-MBR bootsector ? */ + testb $2, %cs:0x02 /* test bit1 of the third byte */ + jz 2f /* zero means non-MBR enabled */ + popfw + jc 1f /* invalid partition table, print "Error" */ + + /* the partition table is valid */ + pushfw + +2: + /* the check passed, and the boot is permitted */ + popfw + + jc 2f /* invalid partition table */ + + /* use partition table in MBR instead */ + + /* copy 72 bytes at 0000:7bb8 to 0000:7db8 */ + + movw $0x7bb8, %si + movw $0x7db8, %di + movw $36, %cx + cld + repz movsw + +2: + testb $0x80, %cs:0x02 /* test bit 7 of the third byte */ + jz 2f /* zero means boot prev-MBR first */ + + movw $(Cannot_find_GRLDR_string - _start1), %si + call print_message /* CS:SI points to message string */ +//#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + movw $(press_space_bar_string - _start1), %si + cmpw $0x3920, %cs:0x04 + je 3f + movw $0x3920, %cs:0x04 + #;movw $(press_hot_key_string - _start1), %si +3: + call print_message /* CS:SI points to message string */ + movw $(prev_MBR_string - _start1), %si + call print_message /* CS:SI points to message string */ +//#else +// movw $(press_hot_key_pre - _start1), %si +// call print_message +// movw $(press_hot_key_name - _start1), %si +// call print_message +// movw $(press_hot_key_sub - _start1), %si +// call print_message +//#endif +3: + call sleep_5_seconds + /* if hot-key is pressed, wait forever until another key is pressed. */ + movb $0xff, %cs:0x03 + jc 3b /* desired hot-key is pressed */ +2: + /* boot the previous MBR */ + + /* clear the DUCE indicator */ + movl $0, 0x5FC /* DS=ES=0 */ + + //movb $0x80, %dl + ljmp $0, $0x7c00 +1: + /* no previous MBR, print "Error" */ + ///* Note the 0000:7C00 is on the stack */ + //popw %ax /* AX=0x0000 */ + //popw %ax /* AX=0x7C00 */ + + testb $0x80, %cs:0x02 /* are we called prior to the GRLDR search? */ + jnz 1f /* no, it is a failure at last */ + /* yes, so return to the caller */ + movw $(continue_string - _start1), %si + call print_message /* CS:SI points to message string */ + call sleep_5_seconds + ret +1: + movw $(message_string_helper - _start1), %si + call print_message /* CS:SI points to message string */ +1: jmp 1b /* hang */ + +sleep_5_seconds: + /* sleep 5 seconds */ + + /* sleep forever if %cs:0x03 is 0xff */ + + /* calculate the timeout ticks */ + + pushw %ds + pushl %esi + pushl %edx + + movl $0xffffffff, %edx + movzbl %cs:0x03, %eax + cmpb $0xff, %al + je 1f + movl $18, %edx /* 18.2 ticks per second. We simply use 18. */ + mulw %dx /* EDX=0, EAX=ticks */ + xchgw %ax, %dx /* EAX=0, EDX=ticks */ +1: + xorw %ax, %ax + movw %ax, %ds + movl 0x46c, %eax /* initial tick */ + movl %eax, %ecx /* ECX=initial tick */ + testl %edx, %edx + js 1f + addl %edx, %eax /* EAX=timeout tick */ + pushl %eax + + movzbl %cs:0x03, %eax + orl %eax, %eax + jz 3f + + movw $(hot_key_timeout_pre - _start1), %si + pushl %eax + call print_message + popl %eax + + movw $(hot_key_timeout_num - _start1), %si + call print_decimal +3: + movl %ecx, %esi + addl $18, %esi + + popl %eax + jmp 3f +1: + movl %edx, %eax /* EAX=0xffffffff */ + movl %edx, %esi +3: + movl 0x46c, %ebx /* EBX=current tick */ + cmpl %ecx, %ebx + jnb 2f + + /* current tick is less than initial tick, this means the ticks have + * overflowed to the next day, and EBX is rather small. */ + xorl %ecx, %ecx + movl %edx, %eax + movl $18, %esi +2: + /* check if there is any key press. */ + pushl %eax + movb $1, %ah + int $0x16 + pushw %ax + pushfw + + movb $0x11, %ah + int $0x16 + jnz 1f + popfw + jnz 2f + + /* no, there is no key press. */ + + popw %ax + popl %eax + + cmpl %esi, %ebx + jb 4f + pushl %esi + pushl %eax + pushl %edx + + + subl %esi, %eax + xorl %edx, %edx + movl $18, %esi + divl %esi + + movw $(hot_key_timeout_num - _start1), %si + pushl %ebx + call print_decimal + popl %ebx + + popl %edx + popl %eax + popl %esi + addl $18, %esi +4: + cmpl %eax, %ebx /* timeout? */ + jbe 3b /* no, continue to wait */ + + /* timeout reached, CF=0, no key pressed. */ + popl %edx + popl %esi + popw %ds + ret +1: + popfw +2: + /* yes, there is a key press. */ +#if 0 + /* clear the keyboard buffer */ + movb $1, %ah + int $0x16 + jz 1f /* no keys, end */ + movb $0, %ah + int $0x16 /* discard the key */ + jmp 1b +1: +#endif + + /* check if it is the desired key. */ + + xorw %cs:0x04, %ax /* CF=0 */ + popw %ax + je 1f + xorw %cs:0x04, %ax /* CF=0 */ + jne 2f /* not desired, return CF=0 */ + + /* remove the desired key from the keyboard buffer. */ + + movb $0, %ah + int $0x16 /* discard the key */ + jmp 3f +1: + /* remove the desired key from the keyboard buffer. */ + + movb $0x10, %ah + int $0x16 /* discard the key */ +3: + stc /* CF=1, the desired key pressed */ +2: + popl %eax + popl %edx + popl %esi + popw %ds + ret + +out_decimal: + /* + * input: EAX = number, CS:SI = buffer + */ + + pushl %edx + pushl %ecx + pushw %bx + + movl $10, %ecx + movw %si, %bx + +1: + xorl %edx, %edx + divl %ecx + addb $'0', %dl + movb %dl, %cs:(%si) + incw %si + orl %eax, %eax + jnz 1b + + pushw %si + +1: + decw %si + cmpw %bx, %si + jbe 1f + movb %cs:(%si), %al + xchgb %al, %cs:(%bx) + movb %al, %cs:(%si) + incw %bx + jmp 1b +1: + + popw %si + + popw %bx + popl %ecx + popl %edx + ret + +print_decimal: + pushw %si + call out_decimal + +1: + cmpb $'\b', %cs:(%si) + jz 2f + movb $' ', %cs:(%si) + incw %si + jmp 1b +2: + popw %si + call print_message + ret + +#if 0 +modify_NTFS_boot_record: + + /* before the call: + * AH= partition number + * AL= 0xB6 ; 0xB6 is opcode of "MOV DH,imm8" + * DL= drive number + * + * on return: CF=0 if there is NTFS boot record; + * CF=1 otherwise. + * CF of flags_orig on the stack will set if CF=1 + */ + + /* + * + * the current stack is: + * + * SP + 40 : DS + * SP + 38 : ES + * SP + 34 : EAX + * SP + 30 : ECX + * SP + 26 : EDX + * SP + 22 : EBX + * SP + 18 : ESP_temp + * SP + 14 : EBP + * SP + 10 : ESI + * SP + 6 : EDI + * SP + 4 : flags_orig + * SP + 2 : SI ; SI points to old entry in MBR + * SP : return_IP + * + */ + + /* DS=ES=FS_BOOT */ + + /* change NTLDR to GRLDR */ + + /* check GR or NT or anything else */ + + pushw %ax + + movw $0x200, %si + lodsw + cmpw $5, %ax + jne 1f /* failure */ + lodsw + testb %ah, %ah /* high byte of unicode ASCII should be 0 */ + jne 1f /* failure */ + + /* 'N' should be a capital letter */ + + cmpb $0x41, %al /* Less than 'A' */ + jb 1f /* failure */ + cmpb $0x5A, %al /* Greater than 'Z'*/ + ja 1f /* failure */ + + xchgw %ax, %cx /* save AX to CX. CL='N' */ + + lodsw + testb %ah, %ah /* high byte of unicode ASCII should be 0 */ + jne 1f /* failure */ + + /* 'T' should be a capital letter */ + + cmpb $0x41, %al /* Less than 'A' */ + jb 1f /* failure */ + cmpb $0x5A, %al /* Greater than 'Z'*/ + ja 1f /* failure */ + + movb %al, %ch /* save AL to CH. CH='T' */ + + lodsw + cmpw $0x4C, %ax /* 'L' */ + jne 1f /* failure */ + lodsw + cmpw $0x44, %ax /* 'D' */ + jne 1f /* failure */ + lodsw + cmpw $0x52, %ax /* 'R' */ + jne 1f /* failure */ + lodsw + cmpw $0x04, %ax /* length of "$I30" */ + jne 1f /* failure */ + lodsw + cmpw $0x24, %ax /* '$' */ + jne 1f /* failure */ + lodsw + cmpw $0x49, %ax /* 'I' */ + jne 1f /* failure */ + lodsw + cmpw $0x33, %ax /* '3' */ + jne 1f /* failure */ + lodsw + cmpw $0x30, %ax /* '0' */ + jne 1f /* failure */ + + + /* assume it is NT bootsector. first, find "NTLDR". CX holds "NT" */ + movw $0x0100, %di + movb %cl, %al /* AL="N" */ + movb $1, %ah /* AH=Carry for SAHF below */ + movl $0x52444c00, %ebx /* "LDR" */ + movb %ch, %bl /* 'T' */ + movw $0x00fa, %cx + + /* now AL holds 'N' and BL holds 'T' */ + + //cld /* already upward */ +3: + repnz scasb /* find "N" */ + jcxz 4f /* gets the end, exit */ + cmpl %ebx, (%di) /* is it "NTLDR"? */ + jnz 3b /* no, continue to find */ + + /* "NTLDR" is found, so we believe it is NT boot sector. */ + + movw $0x5247, -1(%di) /* change "NT" to "GR" */ + + /* CF=0 for now */ + + lahf /* Load Flags into AH */ + /* AH = SF:ZF:xx:AF:xx:PF:xx:CF */ + /* AH = binary xxxxxxx0 */ + jmp 3b +4: + sahf /* Store AH into flags SF ZF xx AF xx PF xx CF */ + + /* CF=0 means "NTLDR" is found, CF=1 means "NTLDR" is not found. */ + + jc 1f /* failure */ + + movl $0x00520047, 0x202 /* change to "G R L D R" */ + + /* check NT 4.0 */ + + movw $0x406, %si + movl (%si), %ebx /* NT 4.0 */ + cmpl $0x03E8B800, %ebx /* MOV AX, 03E8 */ + jnz 3f + + movl 0x84, %ebx + cmpl $0x680007E8, %ebx /* call 008e; push (0D00) */ + jnz 3f + +// movw 0x154, %bx /* CR LF at end of "A disk read error occurred." */ +// cmpw $0x0A0D, %bx /* CR LF */ +// jnz 3f +// movw 0x180, %bx /* CR LF at end of "A kernel file is missing from the disk." */ +// cmpw $0x0A0D, %bx /* CR LF */ +// jnz 3f +// movw 0x1A8, %bx /* CR LF at end of "A kernel file is too discontiguous." */ +// cmpw $0x0A0D, %bx /* CR LF */ +// jnz 3f +// movw 0x1F8, %bx /* CR LF at end of "NTLDR is compressed." */ +// cmpw $0x0A0D, %bx /* CR LF */ +// jnz 3f + + movl 0xE8, %ebx + cmpl $0x13CD80B2, %ebx /* "B2 80"="mov DL, 80", "CD 13"="int 13" */ + jnz 3f + + popw %ax + movw %ax, 4(%si) + + movl $0x68909090, %ebx /* nop;nop;nop;push (0D00) */ + movl %ebx, 0x84 + +// /* change CRLF in NTFS error messages to spaces */ +// movw $0x2020, %bx /* change CRLF to 2 spaces */ +// movw %bx, 0x154 +// movw %bx, 0x180 +// movw %bx, 0x1A8 +// movw %bx, 0x1F8 + + movb %dl, 0xE9 /* modify drive number */ + + /* modify NTFS boot record */ + movb $0xea, %al /* ljmp, hand over the control to supervisor */ + movb %al, 0x122 + //movw $(try_next_partition - _start1), %ax /* offset for ljmp */ + movw $MONITOR, %ax /* offset for ljmp */ + movw %ax, 0x123 + //movw %cs, %ax /* AX=0x9400, segment for ljmp */ + xorw %ax, %ax + movw %ax, 0x125 + + movw $(NTFS4_message - _start1), %si + call print_message /* CS:SI points to message string */ + clc + ret +3: + /* check NT 5.0 */ + + movw $0x44b, %si + movl (%si), %ebx /* NT 5.0 */ + cmpl $0x03E8B800, %ebx /* MOV AX, 03E8 */ + jz 2f + + movw $0x479, %si + movl (%si), %ebx /* NT 5.1 SP2 */ + cmpl $0x03E8B800, %ebx /* MOV AX, 03E8 */ + jnz 1f +2: + movl 0x71, %ebx + cmpl $0x680053E8, %ebx /* call 00C7; push (0D00) */ + jnz 1f + + //movw 0x183, %bx /* CR LF at begin of "A disk read error occurred." */ + movb 0x1F8, %bl + movb $1, %bh + movw (%bx), %bx + cmpw $0x0A0D, %bx /* CR LF */ + jnz 1f + //movw 0x1A0, %bx /* CR LF at begin of "NTLDR is missing." */ + movb 0x1F9, %bl + movb $1, %bh + movw (%bx), %bx + cmpw $0x0A0D, %bx /* CR LF */ + jnz 1f + //movw 0x1B3, %bx /* CR LF at begin of "NTLDR is compressed." */ + movb 0x1FA, %bl + movb $1, %bh + movw (%bx), %bx + cmpw $0x0A0D, %bx /* CR LF */ + jnz 1f + + popw %ax + movw %ax, 4(%si) + + movl $0x68909090, %ebx /* nop;nop;nop;push (0D00) */ + movl %ebx, 0x71 + + /* change CRLF in NTFS error messages to spaces */ + movw $0x2020, %ax + movb 0x1F8, %bl + movb $1, %bh + movw %ax, (%bx) // 0x183 + movb 0x1F9, %bl + movb $1, %bh + movw %ax, (%bx) // 0x1A0 + movb 0x1FA, %bl + movb $1, %bh + movw %ax, (%bx) // 0x1B3 + + /* modify NTFS boot record */ + movb $0xEA, %al /* ljmp, hand over the control to supervisor */ + movb %al, 0x167 + //movw $(try_next_partition - _start1), %ax /* offset for ljmp */ + movw $MONITOR, %ax /* offset for ljmp */ + movw %ax, 0x168 + //movw %cs, %ax /* AX=0x9400, segment for ljmp */ + xorw %ax, %ax + movw %ax, 0x16A + + cmpw $0x44b, %si + jne 2f + movw $(NTFS5_message - _start1), %si + jmp 3f +2: + movw $(NTFS5p_message - _start1), %si +3: + call print_message /* CS:SI points to message string */ + clc + ret +1: + /* NTFS boot record not found. */ + + movw $(NTFS_no_boot_record_message - _start1), %si + call print_message /* CS:SI points to message string */ + + popw %ax + popl %eax /* return_IP and SI */ + popfw + stc + pushfw + pushl %eax /* return_IP and SI */ + ret +#endif + +//#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) +move_helper: + + /* called only once and only when the boot loader loaded this code */ + pushw %si + pushw %bx + pushl %eax + + movw $0x0003, %ax /* set display mode: 80*25 color text */ + int $0x10 + + movw $0x200, %si + movw %si, %di + movw $0xf00, %cx + cld + repz movsw + + popl %eax + popw %bx + popw %si + ret +//#endif + +#if (defined(GRLDR_MBR)) || (defined(GRLDR_INSTALL)) +filesystem_boot: + /* The partition boot record successfully modified, just boot it */ + + /* + * The boot might fail, but we want to take back the control. + * So we save the registers now. + */ + pushw %ds + pushw %es + pushal + + /* DS=CS=GRLDR_CS, ES=FS_BOOT */ + + /* save GRLDR_CS */ + + movw %es, %bx # save old ES to BX + + cli + lgdt gdt - _start1 + movl %cr0, %eax + orb $1, %al + movl %eax, %cr0 + + movw $8, %si + movw %si, %es + + xorl %esi, %esi + xorl %edi, %edi + movl $(0x9000 / 4), %ecx + + cld + repz movsl + + movw $16, %si + movw %si, %es + + andb $0xfe, %al + movl %eax, %cr0 + + movw %bx, %es # restore ES from BX + + /* move FS_BOOT:0000 to 0:7c00 */ +#if 0 + /* for single sector boot record */ + movw $0x0200, %cx /* move 2 sectors, the old FS_BOOT:0000 will + * keep untouched. */ +#else + /* for 4-sector NTFS boot record */ + movw $0x0400, %cx /* move 4 sectors, the old FS_BOOT:0000 will + * keep untouched. */ +#endif + xorw %si, %si + pushw %si /* SI=0, for the segment of 0000:7c00 */ + movw $0x7c00, %di + pushw %di /* DI=0x7c00, for the offset of 0000:7c00 */ + pushw %es /* ES=FS_BOOT */ + popw %ds /* DS=FS_BOOT */ + pushw %si /* SI=0 */ + popw %es /* ES=0 */ + cld + repz movsw + + movw $MONITOR, %di + movw $(restore_GRLDR_CS - _start1), %si + movw $((gdt_end - restore_GRLDR_CS) / 4), %cx + cld + repz cs movsl /* CS segment override prefix(=0x2E) */ + + pushw %es /* ES=0 */ + popw %ds /* DS=0 */ + sti + lret //ljmp $0, $0x7c00 +#endif + +press_space_bar_string: + .ascii "\r\nPress space bar\0" + +press_hot_key_pre: + .ascii "\r\nPress \0" + +press_hot_key_sub: + .ascii " to start GRUB, any other key to boot previous MBR ...\0" + +hot_key_timeout_pre: + .ascii "\r\nTimeout : \0" + +hot_key_timeout_num: + .ascii " \b\b\b\0" + +continue_string: + .ascii "\r\nInvalid previous MBR. Press any key to start GRUB ...\0" + +Cannot_find_GRLDR_string: + .ascii "\r\nCannot find GRLDR.\0" + +prev_MBR_string: + .ascii " to hold the screen, any other key to boot previous MBR ...\0" + +Error_while_reading_string: + .ascii "\r\nError while reading MBR of \0" + +drive_number_string: + .ascii "drive (hd0 ) \0" + +partition_boot_indicator_string: + .ascii "\r\nInvalid boot indicator in partition table of \0" + +partition_sectors_per_track_string: + .ascii "\r\nInvalid sectors_per_track in partition table of \0" + +partition_start_sector_string: + .ascii "\r\nInvalid start_sector in partition table of \0" + +partition_end_sector_string: + .ascii "\r\nInvalid end_sector in partition table of \0" + +no_boot_signature_string: + .ascii "\r\nNo boot signature in partition table of \0" + +message_string_helper: + .ascii "\r\nError: Cannot find GRLDR in all devices. Press Ctrl+Alt+Del to restart.\0" + +partition_message: + .ascii "\r\nTry (hd0,0 ) : \0" + +EXT2_message: + .ascii "EXT2: \0" +NTFS4_message: + .ascii "NTFS4: \0" +NTFS5_message: + .ascii "NTFS5: \0" +NTFS5p_message: + .ascii "NTFS5p: \0" +FAT32_message: + .ascii "FAT32: \0" +FAT16_message: + .ascii "FAT16: \0" +FAT12_message: + .ascii "FAT12: \0" +non_MS_message: + .ascii "non-MS: skip \0" +extended_message: + .ascii "Extended: \0" +invalid_message: + .ascii "invalid or null \0" +#if 0 +NTFS_no_boot_record_message: + .ascii "This partition is NTFS but with unknown boot record. Please\r\ninstall Microsoft NTFS boot sectors to this partition correctly, or create an\r\nFAT12/16/32 partition and place the same copy of GRLDR and MENU.LST there.\0" +#endif + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + . = _start1 + 0x1ffa +#else + . = . + (0x3ec - ((. - _start1) % 0x200)) % 0x200 + +press_hot_key_name: + + /* hot key name, the address is (grldr_signature - 16) */ + + .ascii "hot-key\0" + + . = press_hot_key_name + 14 + + //. = . + (0x3fa - ((. - _start1) % 0x200)) % 0x200 +#endif + + /* version word of grldr.mbr, the address is (grldr_signature - 2) */ + + .word 2 + +grldr_signature: + .byte 0x47, 0x52, 0x55, 0xaa /* signature for helper */ + + .align 0x200 + +#if (! defined(GRLDR_MBR)) && (! defined(GRLDR_INSTALL)) + + /* pre_stage2 start at 0x2000 for grldr */ + + . = _start1 + 0x2000 + +#endif + +#if defined(GRLDR_MBR) + /* if the size is less than 8192, let it be 8192 */ + . = . + (0x2000 - (. - _start1)) * (0x4000 / (. - _start1 + 0x2001)) +#endif + +pre_stage2_start: + + --- grub2-1.99.orig/debian/grub-extras/ntldr-img/Makefile.core.common +++ grub2-1.99/debian/grub-extras/ntldr-img/Makefile.core.common @@ -0,0 +1,37 @@ +if COND_i386_pc +# Compatibility symlink. +g2hdr.bin: g2hdr.img + rm -f $@ + $(LN_S) $< $@ +platform_DATA += g2hdr.bin +CLEANFILES += g2hdr.bin + +grldr.mbr: grldr.img + head -c 8192 $< > $@ +CLEANFILES += grldr.mbr + +bin2h: contrib/ntldr-img/bin2h.c + $(CC) $^ -o $@ +CLEANFILES += bin2h + +grub_mbr.h: grldr.mbr bin2h + ./bin2h grub_mbr 8192 < $< > $@ +CLEANFILES += grub_mbr.h + +grub-ntldr-img: contrib/ntldr-img/grubinst.c contrib/ntldr-img/utils.c grub_mbr.h + $(CC) -I. -I$(srcdir)/contrib/ntldr-img -DLINUX -o $@ $(srcdir)/contrib/ntldr-img/grubinst.c $(srcdir)/contrib/ntldr-img/utils.c +bin_PROGRAMS += grub-ntldr-img +CLEANFILES += grub-ntldr-img + +# Compatibility symlink. +grubinst: grub-ntldr-img + rm -f $@ + $(LN_S) $< $@ +noinst_PROGRAMS += grubinst +CLEANFILES += grubinst + +g2ldr.mbr: grub-ntldr-img + ./grub-ntldr-img --grub2 -o $@ +platform_DATA += g2ldr.mbr +CLEANFILES += g2ldr.mbr +endif --- grub2-1.99.orig/debian/apport/source_grub2.py +++ grub2-1.99/debian/apport/source_grub2.py @@ -0,0 +1,93 @@ +'''apport package hook for grub2 + +Author: Jean-Baptiste Lallement + +This program is free software; you can redistribute it and/or modify it +under the terms of the GNU General Public License as published by the +Free Software Foundation; either version 3 of the License, or (at your +option) any later version. See http://www.gnu.org/copyleft/gpl.html for +the full text of the license. +''' +from apport.hookutils import * +import os +import subprocess +import re + +def check_shell_syntax(path): + ''' Check the syntax of a shell script ''' + try: + subprocess.check_call(['/bin/sh', '-n', path], + stderr=open(os.devnull,'w')) + except subprocess.CalledProcessError: + return False + return True + +def check_shell_syntax_harder(path): + ''' Check the syntax of a shell script ''' + try: + # sh -n is tempting, but not good enough. Consider this case: + # + # GRUB_CMDLINE_LINUX_DEFAULT=â€quiet splash nomodeset†+ # + # The quotes are Unicode quotes, not valid in the shell and probably + # caused by copying a line out of a web page. This is parsed as an + # instruction to run the 'splash' command with argument 'nomodesetâ€' + # and with the GRUB_CMDLINE_LINUX_DEFAULT environment variable set + # to 'â€quiet'. 'sh -n' allows this because this is a valid parse + # and it's possible that the command 'splash' might exist, but what + # we need to know is whether sourcing the file will fail. + # + # Unfortunately this test may involve executing code. However, this + # file is already sourced as root when running update-grub, so it + # seems unlikely that this could do any further harm. + subprocess.check_call(['/bin/sh', '-ec', '. %s' % re.escape(path)], + stderr=open(os.devnull,'w')) + except subprocess.CalledProcessError: + return False + return True + +def _attach_file_filtered(report, path, key=None): + '''filter out password from grub configuration''' + if not key: + key = path_to_key(path) + + if os.path.exists(path): + with open(path,'r') as f: + filtered = [l if not l.startswith('password') + else '### PASSWORD LINE REMOVED ###' + for l in f.readlines()] + report[key] = ''.join(filtered) + +def add_info(report): + if report['ProblemType'] == 'Package': + # To detect if root fs is a loop device + attach_file(report, '/proc/cmdline','ProcCmdLine') + _attach_file_filtered(report, '/etc/default/grub','EtcDefaultGrub') + attach_file_if_exists(report, '/boot/grub/device.map', 'DeviceMap') + + invalid_grub_script = [] + if not check_shell_syntax_harder('/etc/default/grub'): + invalid_grub_script.append('/etc/default/grub') + + # Check scripts in /etc/grub.d since some users directly change + # configuration there + grubdir='/etc/grub.d' + for f in os.listdir(grubdir): + fullpath=os.path.join(grubdir, f) + if f != 'README' and os.access(fullpath, os.X_OK) \ + and not check_shell_syntax(fullpath): + invalid_grub_script.append(fullpath) + attach_file(report, fullpath) + + # TODO: Add some UI to ask if the user modified the invalid script + # and if he still wants to report it + if invalid_grub_script: + report['InvalidGrubScript'] = ' '.join(invalid_grub_script) + +if __name__ == '__main__': + r = {} + r['ProblemType'] = 'Package' + add_info(r) + for k, v in r.iteritems(): + print '%s: "%s"' % (k, v) + print "========================================" --- grub2-1.99.orig/debian/po/nb.po +++ grub2-1.99/debian/po/nb.po @@ -0,0 +1,452 @@ +# Norwegian BokmÃ¥l translation for grub2. +# Copyright (C) 2010 grub2 +# This file is distributed under the same license as the grub2 package. +# Hans Nordhaug , 2010. +# +# Currently "Chainload" is kept untranslated (as in the Danish translation). +# If a good Norwegian word for "Chainload" is discovered, please update the +# translation. +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-08-04 00:39+0200\n" +"Last-Translator: Hans Nordhaug \n" +"Language-Team: Norwegian BokmÃ¥l \n" +"Language: nb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Chainload fra menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Oppgraderingsskriptene til GRUB har funnet et GRUB Legacy-oppsett i /boot/" +"grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"For Ã¥ erstatte Legacy versjonen av GRUB pÃ¥ ditt system anbefales det at /" +"boot/grub/menu.lst justeres til Ã¥ chainloade GRUB 2 fra ditt eksisterende " +"GRUB Legacy-oppsett. Dette steget kan utføres automatisk nÃ¥." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Det anbefales at du aksepter Ã¥ chainloade GRUB 2 fra menu.lst og verifiserer " +"at ditt nye GRUB 2-oppsett virker for deg, før du installerer den direkte pÃ¥ " +"din MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "Klarte ikke installere GRUB pÃ¥ følgende enheter:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Klarte ikke installere GRUB pÃ¥ følgende enheter:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Ønsker du Ã¥ fortsette likevel? Hvis du fortsetter, vil kanskje ikke din " +"datamaskin starte opp skikkelig." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Klarte ikke installere GRUB. prøv igjen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Du kan klare Ã¥ installere GRUB pÃ¥ en annen enhet, selvom du bør sjekke at " +"systemet ditt kan/vil starte opp fra den enheten. Ellers vil oppgraderingen " +"fra GRUB Legacy bli avbrutt." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Fortsett uten Ã¥ installere GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Du har valgt Ã¥ ikke installere GRUB pÃ¥ noen enhet. Hvis du fortsetter, vil " +"oppstartslasteren kanskje ikke være skikkelig satt opp, og nÃ¥r din " +"datamaskin starter opp neste gang vil den bruke det tidligere innholdet i " +"din oppstartssektor. Hvis det er en tidligere versjon av GRUB 2 i " +"oppstartsektoren, vil den kanskje ikke være i stand til Ã¥ laste inn moduler " +"eller hÃ¥ndtere den aktuelle konfigurasjonsfilen." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Hvis du allerede kjører en annen oppstartslaster og ønsker Ã¥ fortsætte med " +"det, eller hvis dette er et spesielt miljø hvor du ikke har bruk for en " +"oppstartslaster, sÃ¥ skal du fortsette likevel. Ellers, bør du installere " +"GRUB et eller annet sted." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Avslutt konvertering til GRUB 2 nÃ¥?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Dette systemet har fremdeles installert filer fra GRUB Legacy-" +"oppstartslasteren, men systemet har nÃ¥ ogsÃ¥ GRUB 2 oppstartsposter " +"installert pÃ¥ disse diskene:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Det virker sannsynlig at GRUB Legacy ikke lenger er i bruk, og at du i " +"steden for skal oppgradere GRUB 2-bildene pÃ¥ disse diskene og avslutte " +"konverteringen til GRUB 2 ved Ã¥ fjerne eldre GRUB Legacy-filer. Hvis du ikke " +"oppgraderer disse GRUB 2-bildene, sÃ¥ er de kanskje ikke kompatible med de " +"nye pakkene og kan fÃ¥ ditt system til Ã¥ stoppe Ã¥ starte opp skikkelig." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Du bør generelt avslutte konverteringen til GRUB 2 med mindre disse " +"oppstartspostene ble opprettet av en GRUB 2-installasjon pÃ¥ et annet " +"operativsystem." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Kommandolinje i Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Den følgende Linux-kommandolinjen ble trukket ut fra /etc/default/grub eller " +"parameteren `kopt' i GRUB Legacys menu.lst. Verifiser at den er korrekt og " +"endre den om nødvendig." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Standardkommandolinje i Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Den følgende teksten vil bli brukt som Linux-parametre for " +"standardmenupunktet, men ikke for gjenopprettelsesmodus." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Kommandolinje i kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Den følgende kFreeBSD-kommandolinjen ble trukket ut fra /etc/default/grub " +"eller fra parameteren `kopt' i GRUB Legacys menu.lst. Verifiser at den er " +"korrekt, og endre den om nødvendig." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Standardkommandolinje i kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Den følgende teksten vil bli brukt som kFreeBSD-parametre for " +"standardmenupunktet men ikke for gjenopprettelsesmodus." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map er regenerert" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Filen /boot/grub/device.map er oppdatert til Ã¥ bruke stabile enhetsnavn. I " +"de fleste tilfeller vil dette markant redusere behovet for Ã¥ endre filen " +"fremover, og oppstartsmenupunkter opprettet av GRUB skal ikke bli pÃ¥virket." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Da du har mer enn en disk i ditt sytem, er det mulig at du er avhengig av " +"det gamle enhetskartet. Sjekk om du har noen tilpassede oppstartsmenupunkter " +"som er avhengig av GRUB's (hdn) disknummerering, og oppdater dem om " +"nødvendig." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Hvis du ikke forstÃ¥r denne beskjeden, eller du ikke har noen tilpassede " +"oppstartsmenupunkter, kan du ignorere denne beskjeden." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Uansett hva, nÃ¥r du ønsker at GRUB 2 skal lastes inn direkte fra MBR, kan " +#~ "du gjøre ved Ã¥ utføre følgende kommando (som root):" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Klarte ikke installere GRUB. Fortsett?" --- grub2-1.99.orig/debian/po/ru.po +++ grub2-1.99/debian/po/ru.po @@ -0,0 +1,424 @@ +# translation of ru.po to Russian +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the grub2 package. +# +# Yuri Kozlov , 2007, 2008. +# Yuri Kozlov , 2009, 2010, 2011. +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.99-5\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-28 11:37+0400\n" +"Last-Translator: Yuri Kozlov \n" +"Language-Team: Russian \n" +"Language: ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Включить загрузку по цепочке (chainload) в menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Сценарии Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð¾Ð±Ð½Ð°Ñ€ÑƒÐ¶Ð¸Ð»Ð¸ уÑтановку GRUB предыдущего Ð¿Ð¾ÐºÐ¾Ð»ÐµÐ½Ð¸Ñ Ð² /boot/" +"grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Чтобы заменить в ÑиÑтеме верÑию GRUB предыдущего поколениÑ, рекомендуетÑÑ " +"иÑправить /boot/grub/menu.lst так, чтобы образ GRUB 2 загружалÑÑ Ð¸Ð· " +"иÑпользуемой уÑтановки GRUB предыдущего поколениÑ. Это может быть Ñделано " +"автоматичеÑки прÑмо ÑейчаÑ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"РекомендуетÑÑ Ð¾Ñ‚Ð²ÐµÑ‚Ð¸Ñ‚ÑŒ утвердительно Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ GRUB 2 из menu.lst по " +"цепочке и проверить, что Ð½Ð¾Ð²Ð°Ñ Ð½Ð°Ñтройка GRUB 2 работает так как нужно, " +"перед тем как уÑтанавливать её непоÑредÑтвенно в MBR (главную загрузочную " +"запиÑÑŒ)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Ð’ любом Ñлучае, вы можете заменить Ñтарый образ MBR на GRUB 2 позднее Ñ " +"помощью Ñледующей команды, выполненной Ñ Ð¿Ñ€Ð°Ð²Ð°Ð¼Ð¸ ÑуперпользователÑ:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "УÑтройÑтва, на которые уÑтанавливаетÑÑ GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"ВыполнÑетÑÑ Ð¾Ð±Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ðµ пакета grub-pc. Это меню позволÑет вам выбрать " +"уÑтройÑтва, Ð´Ð»Ñ ÐºÐ¾Ñ‚Ð¾Ñ€Ñ‹Ñ… нужно автоматичеÑки запуÑтить grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Ð’ большинÑтве Ñлучаев рекомендуетÑÑ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÑÑ‚ÑŒ автоматичеÑкий запуÑк grub-" +"install, так как Ñто Ñинхронизирует оÑновной образ GRUB Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñми GRUB и " +"grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"ЕÑли вы не знаете какое уÑтройÑтво указано в BIOS Ð´Ð»Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸, чаÑто лучше " +"вÑего уÑтановить GRUB на вÑе уÑтройÑтва." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Замечание: также возможно уÑтановить GRUB в загрузочную запиÑÑŒ раздела, и " +"здеÑÑŒ предлагаютÑÑ ÑоответÑтвующие разделы. Однако, Ñто включает в GRUB " +"иÑпользование механизма блок-лиÑта, при котором уменьшаетÑÑ Ð½Ð°Ð´Ñ‘Ð¶Ð½Ð¾ÑÑ‚ÑŒ, и " +"поÑтому Ñто не рекомендуетÑÑ." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"СиÑтемный загрузчик GRUB был уÑтановлен на диÑк, которого больше нет в " +"ÑиÑтеме, или по какой-то причине был изменён уникальный идентификатор. Важно " +"убедитьÑÑ, что уÑтановленный оÑновной образ GRUB Ñинхронизирован Ñ Ð¼Ð¾Ð´ÑƒÐ»Ñми " +"GRUB и grub.cfg. Проверьте ещё раз, что GRUB запиÑан на правильные " +"загрузочные уÑтройÑтва." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} МБ; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} МБ; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Ðе удалоÑÑŒ запиÑать GRUB на загрузочное уÑтройÑтво -- продолжить?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Ðе удалоÑÑŒ уÑтановить GRUB на Ñледующие уÑтройÑтва:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Продолжить, не ÑÐ¼Ð¾Ñ‚Ñ€Ñ Ð½Ð° Ñто? Возможно, не удаÑÑ‚ÑÑ Ð·Ð°Ð³Ñ€ÑƒÐ·Ð¸Ñ‚ÑŒ компьютер." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"Ðе удалоÑÑŒ запиÑать GRUB на загрузочное уÑтройÑтво -- попробовать ещё раз?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Ð’Ñ‹ можете уÑтановить GRUB на другое уÑтройÑтво, но проверьте, что компьютер " +"будет загружатьÑÑ Ñ Ñтого уÑтройÑтва. Иначе, обновление Ñо Ñтарой верÑии " +"GRUB Legacy будет отменено." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Продолжить без уÑтановки GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Ð’Ñ‹ отказалиÑÑŒ от уÑтановки GRUB. ЕÑли продолжите, то ÑиÑтемный загрузчик " +"может быть неправильно наÑтроен, и когда компьютер будет включён в Ñледующий " +"раз, будет иÑпользоватьÑÑ Ñ‚Ð¾, что было раньше в загрузочном Ñекторе. ЕÑли " +"там была Ð¿Ñ€ÐµÐ´Ñ‹Ð´ÑƒÑ‰Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ GRUB 2, то она не Ñможет загрузить модули или " +"обработать текущий файл наÑтройки." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"ЕÑли у Ð²Ð°Ñ ÑƒÐ¶Ðµ работает другой ÑиÑтемный загрузчик и вы хотите оÑтавить " +"выполнение как еÑÑ‚ÑŒ, или еÑли еÑÑ‚ÑŒ Ñпециальное окружение, где не нужен " +"ÑиÑтемный загрузчик, то продолжайте уÑтановку. Иначе, вам нужно уÑтановить " +"GRUB как-то иначе." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Удалить GRUB 2 из /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Удалить вÑе файлы GRUB 2 из /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"ЕÑли не уÑтановлен другой ÑиÑтемный загрузчик Ñто Ñделает ÑиÑтему " +"незагружаемой." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Завершить переход к GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Ð’ ÑиÑтеме оÑталиÑÑŒ файлы от Ñтарого ÑиÑтемного загрузчика GRUB Legacy, но " +"теперь на те же диÑки уÑтановлена Ð·Ð°Ð³Ñ€ÑƒÐ·Ð¾Ñ‡Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ GRUB 2:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"ВероÑтно, GRUB Legacy больше не иÑпользуетÑÑ Ð¸ вам нужно обновить образы " +"GRUB 2 на Ñтих диÑках и завершить переход к GRUB 2, удалив Ñтарые файлы GRUB " +"Legacy. ЕÑли вы не обновите данные образы GRUB 2, то они могут оказатьÑÑ " +"неÑовмеÑтимыми Ñ Ð½Ð¾Ð²Ñ‹Ð¼Ð¸ пакетами и ÑиÑтема больше не загрузитÑÑ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Обычно, вам нужно завершить переход к GRUB 2, еÑли нет загрузочных запиÑей, " +"Ñозданных уÑтановкой GRUB 2 в какой-то другой операционной ÑиÑтеме." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "ÐšÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"ПредÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½Ð°Ñ Ð½Ð¸Ð¶Ðµ Ñтрока команд Linux была извлечена из /etc/default/grub " +"или параметра «kopt» файла menu.lst Ñтарой верÑии GRUB. Проверьте, что вÑÑ‘ " +"правильно, или измените её, еÑли требуетÑÑ. Также ÐºÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока может " +"быть пуÑтой." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "ÐšÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока Linux по умолчанию:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Ð”Ð°Ð½Ð½Ð°Ñ Ñтрока будет иÑпользоватьÑÑ Ð² качеÑтве параметров Linux в пункте меню " +"по умолчанию, кроме режима воÑÑтановлениÑ." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "ÐšÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"ПредÑÑ‚Ð°Ð²Ð»ÐµÐ½Ð½Ð°Ñ Ð½Ð¸Ð¶Ðµ Ñтрока команд kFreeBSD была извлечена из /etc/default/" +"grub или параметра «kopt» файла menu.lst Ñтарой верÑии GRUB. Проверьте, что " +"вÑÑ‘ правильно, или измените её, еÑли требуетÑÑ. Также ÐºÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока может " +"быть пуÑтой." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "ÐšÐ¾Ð¼Ð°Ð½Ð´Ð½Ð°Ñ Ñтрока kFreeBSD по умолчанию:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Ð”Ð°Ð½Ð½Ð°Ñ Ñтрока будет иÑпользоватьÑÑ Ð² качеÑтве параметров kFreeBSD в пункте " +"меню по умолчанию, кроме режима воÑÑтановлениÑ." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "ПереÑоздан файл /boot/grub/device.map" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Файл /boot/grub/device.map перезапиÑан, ÑоглаÑно имеющимÑÑ Ñтабильным именам " +"уÑтройÑтв. Ð’ большинÑтве Ñлучаев, Ñто должно значительно Ñократить " +"необходимоÑÑ‚ÑŒ Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ ÐµÐ³Ð¾ в будущем, и пункты загрузочного меню, " +"Ñозданного GRUB, не должны быть затронуты." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Однако, так как у Ð²Ð°Ñ Ð² ÑиÑтеме более одного диÑка, возможно, что была " +"завиÑимоÑÑ‚ÑŒ от Ñтарого Ð¸Ð¼ÐµÐ½Ð¾Ð²Ð°Ð½Ð¸Ñ ÑƒÑтройÑтв. Проверьте, что во вÑех " +"наÑтроенных вручную пунктах загрузочного меню иÑпользуетÑÑ Ð½ÑƒÐ¼ÐµÑ€Ð°Ñ†Ð¸Ñ " +"уÑтройÑтв GRUB (hdâ„–), и измените их, еÑли нужно." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"ЕÑли вы не понимаете о чём речь, или у Ð²Ð°Ñ Ð½ÐµÑ‚ наÑтроенных вручную пунктов " +"загрузочного меню, то игнорируйте Ñто Ñообщение." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Ð’ любом Ñлучае, еÑли вы хотите, чтобы GRUB 2 загружалÑÑ Ð½ÐµÐ¿Ð¾ÑредÑтвенно " +#~ "из MBR, выполните Ñледующую команду (Ð¸Ð¼ÐµÑ Ð¿Ñ€Ð°Ð²Ð° ÑуперпользователÑ):" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "УÑтановка GRUB завершилаÑÑŒ неудачно. Продолжить?" --- grub2-1.99.orig/debian/po/it.po +++ grub2-1.99/debian/po/it.po @@ -0,0 +1,429 @@ +# Italian (it) translation of debconf templates for grub2 +# This file is distributed under the same license as the grub2 package. +# Luca Monducci , 2007-2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.98+20100804-10 italian debconf templates\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-12 20:02+0100\n" +"Last-Translator: Luca Monducci \n" +"Language-Team: Italian \n" +"Language: it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Effettuare il caricamento in cascata da menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Gli script di aggiornamento hanno rilevato una installazione di GRUB Legacy " +"in /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Per sostituire la versione Legacy di GRUB sul proprio sistema si raccomanda " +"di modificare il file /boot/grub/menu.lst in modo da caricare l'immagine di " +"avvio di GRUB 2 dall'attuale installazione di GRUB Legacy. Questa modifica " +"può essere effettuata automaticamente adesso." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Si raccomanda di accettare il caricamento in cascata di GRUB 2 da menu.lst e " +"di verificare che la nuova installazione di GRUB 2 funzioni prima di " +"procedere con l'installazione diretta sul MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Qualsiasi sia la decisione, in seguito sarà possibile sostituire la vecchia " +"immagine sul MBR con GRUB 2 eseguendo da root il seguente comando:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Installare GRUB sui device:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"È in corso l'aggiornamento del pacchetto grub-pc. Questo menu permette di " +"scegliere su quali device, se specificati, si vuole eseguire automaticamente " +"grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Nella maggioranza dei casi si raccomanda l'esecuzione automatica di grub-" +"install in modo da prevenire la perdita di sincronia dell'immagine " +"principale di GRUB con i moduli di GRUB o con grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Se non si è sicuri di quale sia il disco impostato come disco di avvio nel " +"BIOS, è consigliabile installare GRUB su tutti i device." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Nota: è possibile installare GRUB anche nei boot record delle partizioni e " +"qui sono elencate le partizioni più appropriate. Purtroppo questo obbliga " +"GRUB a usare il meccanismo del \"blocklist\", che lo rende meno affidabile e " +"di conseguenza non è raccomandato." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"In precedenza il boot loader GRUB era installato su un disco non più " +"presente o che per qualche motivo ha cambiato identificatore univoco. È " +"importante assicurare che l'immagine principale di GRUB rimanga in sincronia " +"con i moduli di GRUB e con grub.cfg. Controllare nuovamente per essere " +"sicuri che GRUB sia scritto sui corretti device di avvio." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Scrittura di GRUB sul device di avvio non riuscita. Continuare?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "L'installazione di GRUB sui seguenti device non è riuscita:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Si vuole continuare? Continuando, il computer potrebbe non avviarsi più " +"correttamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Scrittura di GRUB sul device di avvio non riuscita. Riprovare?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"È possibile installare GRUB su un altro device, dopo aver verificato che il " +"proprio sistema si possa avviare da quel device. Altrimenti, l'aggiornamento " +"da GRUB Legacy verrà annullato." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Continuare senza installare GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Si è scelto di non installare GRUB su alcun device. Continuando, il boot " +"loader potrebbe non essere configurato correttamente e al prossimo avvio del " +"computer verrà usato il vecchio contenuto del settore di boot. Se nel " +"settore di boot è presente una versione precedente di GRUB 2, questa " +"potrebbe non essere in grado di caricare i moduli o di gestire l'attuale " +"file di configurazione." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Continuare solo se già si usa un boot loader diverso oppure se non si ha " +"necessità di un boot loader per questa macchina. Altrimenti è necessario " +"installare GRUB da qualche parte." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Rimuovere GRUB 2 da /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Rimuovere tutti i file di GRUB 2 da /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Questo potrebbe rendere il sistema non avviabile a meno che non sia " +"installato un altro boot loader." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Completare la conversione a GRUB 2 adesso?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Su questo sistema sono ancora presenti i file del boot loader GRUB Legacy ma " +"adesso sui seguenti dischi sono installati anche i boot record di GRUB 2:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Sembra che GRUB Legacy non sia più usato, per cui è consigliabile aggiornare " +"le immagini sui dischi con GRUB 2 e completare la conversione a GRUB 2 " +"eliminando i vecchi file di GRUB Legacy. Se non si aggiornano le immagini " +"con GRUB 2, in futuro potrebbero non essere più compatibili con i nuovi " +"pacchetti e potrebbero impedire il corretto avvio del sistema." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Si dovrebbe completare la conversione a GRUB 2 a meno che i boot record non " +"siano stati creati da un'altra installazione di GRUB 2 su un altro sistema " +"operativo." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Riga di comando Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La seguente riga di comando Linux è stata estratta da /etc/default/grub " +"oppure dal parametro \"kopt\" presente nel file menu.lst del vecchio GRUB. " +"Controllare che sia corretta e modificarla se necessario." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Riga di comando Linux predefinita:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Questa stringa verrà usata come parametri per Linux nella voce di menu " +"predefinita, ma non nella modalità di ripristino." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Riga di comando kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La seguente riga di comando kFreeBSD è stata estratta da /etc/default/grub " +"oppure dal parametro \"kopt\" presente nel file menu.lst del vecchio GRUB. " +"Controllare che sia corretta e modificarla se necessario." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Riga di comando kFreeBSD predefinita:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Questa stringa verrà usata come parametri per kFreeBSD nella voce di menu " +"predefinita, ma non nella modalità di ripristino." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map è stato rigenerato" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Il file /boot/grub/device.map è stato riscritto in modo da usare i nomi " +"stabili dei device. In molti casi questo dovrebbe ridurre in modo " +"significativo la necessità di cambiarli in futuro e le voci nel menu di GRUB " +"non dovrebbero essere influenzate." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Comunque, visto che sul sistema ci sono più dischi, è possibile che il " +"sistema sia dipendente dalla vecchia mappa dei device. Controllare se nel " +"menu di GRUB ci sono delle voci personalizzate che usano la numerazione dei " +"dischi di GRUB (hdN) e, se necessario, aggiornarle." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Se non si capisce questo messaggio o non ci sono voci di menu " +"personalizzate, ignorare questo messaggio." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "In ogni caso, per caricare GRUB 2 direttamente dal MBR, è necessario " +#~ "eseguire (da root) il seguente comando:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Installazione di GRUB non riuscita. Continuare?" --- grub2-1.99.orig/debian/po/he.po +++ grub2-1.99/debian/po/he.po @@ -0,0 +1,439 @@ +# translation of grub_debian_po.po to Hebrew +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Omer Zak , 2010. +# Lior Kaplan , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub_debian_po\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-08-21 19:22+0300\n" +"Last-Translator: Lior Kaplan \n" +"Language-Team: Hebrew <>\n" +"Language: he\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: \n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "הטענה בשרשור מ-menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "תסריטי העדכון של GRUB גילו הגדרות GRUB ישנות ב-‎‎/boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"כדי להחליף ×ת הגדרות GRUB הישנות במערכת שלך, מומלץ לשנות ×ת ‎/boot/grub/menu." +"lst כך שיבצע הטענה משורשרת של GRUB 2 מהגדרות GRUB הישנות שלך. ניתן לבצע " +"פעולה זו ב×ופן ×וטומטי עכשיו." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"מומלץ ×©×ª×¡×›×™× ×œ×”×˜×¢× ×” משורשרת של GRUB 2 מ-menu.lst ×•×ª×•×•×“× ×©×”×’×“×¨×•×ª GRUB 2 " +"החדשות עובדות עבורך, לפני שהינך מתקין ×ותו ישירות ל-MBR (Master Boot Record)‎ " +"שלך." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "כשלון בהתקנת GRUB ×‘×”×ª×§× ×™× ×”×‘××™×:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "כשלון בהתקנת GRUB ×‘×”×ª×§× ×™× ×”×‘××™×:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "×”×× ×‘×¨×¦×•× ×š להמשיך בכל ×–×ת? ×× ×›×Ÿ, מחשבך עלול ×œ× ×œ×תחל כהלכה." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "התקנת GRUB נכשלה. לנסות שוב?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"ייתכן שתוכל להתקין GRUB בהתקן ×חר, למרות שעליך ×œ×•×•×“× ×©×ž×—×©×‘×š ×™×תחל מההתקן " +"ההו×. ×חרת, השדרוג מ-GRUB ישן יבוטל." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "להמשיך בלי להתקין GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"בחרת ×œ× ×œ×”×ª×§×™×Ÿ GRUB ב××£ התקן. ×× ×ª×ž×©×™×š, ייתכן שמנהל ×”×תחול ×œ× ×™×”×™×” מוגדר " +"×›×™×ות, ×•×‘×¤×¢× ×”×‘××” שמחשבך ×™×ותחל, ×”×•× ×™×ותחל ממה שהיה ×§×•×“× ×‘-boot sector. ×× " +"יש ×’×™×¨×¡× ×ž×•×§×“×ž×ª יותר של GRUB 2 ב-boot sector, ייתכן ×©×œ× ×™×”×™×” ביכולתה להטעין " +"×ž×•×“×•×œ×™× ×ו להתמודד ×¢× ×§×•×‘×¥ ההגדרות הנוכחי." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"×× ×”×™× ×š כבר משתמש במנהל ×תחול ×חר ומעוניין להמשיך להשתמש בו, ×ו ×× ×–×• סביבה " +"מיוחדת שבה ×œ× ×“×¨×•×© לך מנהל ×תחול, עליך להמשיך בכל ×–×ת. ×חרת, עליך להתקין " +"GRUB ×‘×ž×§×•× ×›×œ×©×”×•." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "×œ×¡×™×™× ×¢×›×©×™×• המרה ל-GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"יש במערכת זו עדיין ×§×‘×¦×™× ×ž×”×”×ª×§× ×” הישנה של מנהל ×”×תחול GRUB, ×בל יש ×’× ×¨×©×•×ž×•×ª " +"×תחול GRUB 2 מותקנות ×‘×“×™×¡×§×™× ×”×‘××™×:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"סביר שהתקנת GRUB הישנה כבר ××™× ×” בשימוש, ושעליך ×‘×ž×§×•× ×–×ת לשדרג ×ת תמונות " +"GRUB 2 ×‘×“×™×¡×§×™× ×לה ×•×œ×¡×™×™× ×ת ההמרה ל-GRUB 2 על ידי הסרת קבצי GRUB הישני×. ×× " +"×ינך משדרג תמונות GRUB 2 ×לה, הן עלולות להיות בלתי תו×מות ×ת החבילות החדשות " +"ולמנוע מהמערכת שלך מל×תחל כהלכה." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"בדרך כלל עליך ×œ×¡×™×™× ×ת ההמרה ל-GRUB 2 ××œ× ×× ×¨×©×•×ž×•×ª ×תחול ×לה נוצרו על ידי " +"התקנת GRUB 2 במערכת הפעלה ×חרת." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "שורת הפקודה של Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"שורת פקודת Linux הב××” נשלפה מ-‎/etc/default/grub ×ו מפרמטר 'kopt' ב-menu.lst " +"הישן של GRUB. × × ×œ×•×•×“× ×©×©×•×¨×ª פקודה זו נכונה ועדכן ×ותה ×× ×¦×¨×™×š." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "ברירת מחדל לשורת הפקודה של Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"המחרוזת הב××” תשמש כפרמטרי Linux עבור ברירת המחדל בתפריט ×בל ×œ× ×¢×‘×•×¨ מצב " +"recovery." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "שורת הפקודה של kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"שורת פקודת kFreeBSD הב××” נשלפה מ-‎/etc/default/grub ×ו מפרמטר'kopt' ב-menu." +"lst הישן של GRUB. בבקשה ×œ×•×•×“× ×©×©×•×¨×ª פקודה זו נכונה ועדכן ×ותה ×× ×¦×¨×™×š." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "ברירת מחדל לשורת הפקודה של kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"המחרוזת הב××” תשמש כפרמטרי kFreeBSD עבור ברירת המחדל בתפריט ×בל ×œ× ×¢×‘×•×¨ מצב " +"recovery." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "הקובץ ‎/boot/grub/device.map נוצר מחדש" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"הקובץ ‎/boot/grub/device.map נכתב מחדש כדי להשתמש בשמות ×”×ª×§× ×™× ×™×¦×™×‘×™×. ברוב " +"המקרי×, הדבר ×מור ×œ×¦×ž×¦× ×‘×¦×•×¨×” משמעותית ×ת הצורך לשנותו בעתיד, והבחירות " +"בתפריט ×”×תחול הנוצר על ידי GRUB ×œ× ×מורות להיות מושפעות משינוי ×–×”." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"×בל, מכיוון שיש במערכת שלך יותר מדיסק ×חד, ייתכן שהסתמכת על קובץ מיפוי " +"×”×”×ª×§× ×™× ×”×™×©×Ÿ. ×× × ×‘×“×•×§ ×× ×™×© לך בחירות מות×מות ×ישית בתפריט ×”×תחול, שמשתמשות " +"בשיטת מספור ×”×”×ª×§× ×™× (hdN) של GRUB, ועדכן ×ותן ×× ×¦×¨×™×š." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"×× ×ינך מבין הודעה זו, ×ו ×× ×ין לך ברירות מות×מות ×ישית בתפריט ×”×תחול, ××– " +"ניתן ×œ×”×ª×¢×œ× ×ž×”×•×“×¢×” זו." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "בכל מקרה, מתי שתרצה ש-GRUB 2 יוטען ישירות מ-MBR, ביכולתך לעשות ×–×ת על ידי " +#~ "ביצוע (בתור משתמש-על) הפקודה הב××”:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "התקנת GRUB נכשלה.להמשיך?" --- grub2-1.99.orig/debian/po/el.po +++ grub2-1.99/debian/po/el.po @@ -0,0 +1,481 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Emmanuel Galatoulas , 2010. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-11-24 21:33+0200\n" +"Last-Translator: Emmanuel Galatoulas \n" +"Language-Team: Greek \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Îα γίνει αλυσιδωτή φόÏτωση από το αÏχείο menu.lst;" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Τα σενάÏια αναβάθμισης του GRUB έχουν εντοπίσει αÏχεία ÏÏθμισης του GRUB " +"Legacy στον κατάλογο /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Για να αντικαταστήσετε την έκδοση Legacy του GRUB στο σÏστημά σας, " +"συνιστάται η Ï€ÏοσαÏμογή του αÏχείου /boot/grub/menu.lst ώστε να φοÏτώνεται " +"αλυσιδωτά το GRUB 2 μέσα από την υπάÏχουσα ÏÏθμιση του GRUB Legacy. Το βήμα " +"αυτό μποÏεί να Ï€Ïαγματοποιηθεί Ï„ÏŽÏα αυτόματα." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Συνιστάται η αποδοχή της αλυσιδωτής φόÏτωσης του GRUB 2 από το αÏχείο menu." +"lst και η επαλήθευση της λειτουÏγικότητας της νέας ÏÏθμισης του GRUB 2 Ï€Ïιν " +"να το εγκαταστήσετε απευθείας στο MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "Απέτυχε η εγκατάσταση του GRUB στις ακόλουθες συσκευές:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +#, fuzzy +#| msgid "GRUB installation failed. Continue?" +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Η εγκατάσταση του GRUB απέτυχε. Îα συνεχίσω;" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Απέτυχε η εγκατάσταση του GRUB στις ακόλουθες συσκευές:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +#, fuzzy +#| msgid "" +#| "Do you want to continue anyway? If you do, your computer may not start " +#| "up properly." +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Θέλετε να συνεχίσετε έτσι κι αλλιώς; Αν ναι, είναι πιθανόν ο υπολογιστής σας " +"να μην μποÏεί να εκκινηθεί κανονικά." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Η εγκατάσταση του GRUB απέτυχε. Θα ξαναπÏοσπαθήσετε;" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "" +#| "You may be able to install GRUB to some other device, although you should " +#| "check that your system will boot from that device. Otherwise, the " +#| "upgrade from GRUB Legacy will be cancelled." +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Είναι πιθανόν να εγκαταστήσετε το GRUB σε κάποια άλλη συσκευή, αλλά θα " +"Ï€Ïέπει να ελέγξετε ότι το σÏστημά σας μποÏεί να εκκινηθεί από αυτή τη " +"συσκευή. ΔιαφοÏετικά, η αναβάάθμιση από την έκδοση Legacy του GRUB θα " +"ακυÏωθεί." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Συνέχεια χωÏίς εγκατάσταση του GRUB;" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is " +#| "an earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Επιλέξατε να μην εγκαταστήσετε το GRUB σε οποιαδήποτε συσκευή. Αν " +"συνεχίσετε, ο φοÏτωτής εκκίνησης πιθανόν να μην έχει Ïυθμιστεί σωστά και " +"στην επανεκκίνηση του υπολογιστή σας θα χÏησιμοποιήσει οτιδήποτε υπήÏχε Ï€Ïιν " +"στον τομέα εκκίνησης. Αν υπάÏχει μια Ï€ÏοηγοÏμενη έκδοση του GRUB 2 στον " +"τομέα εκκίνησης, πιθανόν να μην μποÏεί να φοÏτώσει κάποια αÏθÏώματα ή να " +"χειÏιστεί το Ï„Ïέχον αÏχείο Ïυθμίσεων." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Αν έχετε ήδη έναν διαφοÏετικό φοÏτωτή εκκίνησης και θέλετε να συνεχίσετε με " +"αυτόν ή αν αυτό το σÏστημα είναι ένα ειδικό πεÏιβάλλον στο οποίο δεν " +"χÏειάζεστε έναν φοÏτωτή εκκίνησης, τότε θα Ï€Ïέπει να συνεχίσετε έτσι κι " +"αλλιώς. ΔιαφοÏετικά, θα Ï€Ïέπει να εγκαταστήσετε κάπου το GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Îα τελειώσει Ï„ÏŽÏα η μετατÏοπή σε GRUB 2;" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Το σÏστημα έχει ακόμα εγκατεστημένα αÏχεία από τον φοÏτωτή εκκίνησης GRUB " +"Legacy, αλλά έχει Ï„ÏŽÏα επίσης εγκατεστημένα αÏχεία εκκίνησης του GRUB 2 " +"στους εξής δίσκους:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +#, fuzzy +#| msgid "" +#| "It seems likely that GRUB Legacy is no longer in use, and that you should " +#| "instead upgrade the GRUB 2 images on these disks and finish the " +#| "conversion to GRUB 2 by removing old GRUB Legacy files. If you do not " +#| "upgrade these GRUB 2 images, then they may be incompatible with the new " +#| "packages and cause your system to stop booting properly." +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Φαίνεται πιθανόν ότι ο φοÏτωτής εκκίνησης GRUB Legacy δεν είναι πια σε χÏήση " +"και ότι θα Ï€Ïέπει να κάνετε την αναβάθμιση σε GRUB 2 στους παÏακάτω δίσκους " +"και να ολοκληÏώσετε την μετατÏοπή στο GRUB 2 αφαιÏώντας οποιαδήποτε " +"παλιότεÏα αÏχεία του GRUB Legacy. Αν δεν αναβαθμίσετε αυτές τις εικόνες του " +"GRUB 2, τότε πιθανόν να είναι ασÏμβατες με τα νεώτεÏα πακέτα, με αποτέλεσμα " +"να σταματήσει η κανονική εκκίνηση του συστήματός σας." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Θα Ï€Ïέπει γενικά να τελειώσετε την μετατÏοπή σε GRUB 2 εκτός κι αν αυτά τα " +"αÏχεία εκκίνησης έχουν δημιουÏγηθεί από μια εγκατάσταση του GRUB 2 σε ένα " +"άλλο λειτουÏγικό σÏστημα." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "ΓÏαμμή εντολής Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Η επόμενη γÏαμμή εντολών για Linux έχει εξαχθεί από το αÏχείο /etc/default/" +"grub ή από την παÏάμετÏο `kopt' στο αÏχείο menu.lst του GRUB Legacy. " +"ΠαÏακαλώ επιβεβαιώστε ότι είναι οÏθή και Ï„Ïοποποιήστε την αν είναι " +"απαÏαίτητο." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "ΠÏοκαθοÏισμένη γÏαμμή εντολών Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Η ακόλουθη συμβολοσειÏά θα χÏησιμοποιηθεί για τις παÏαμέτÏους Linux στην " +"Ï€ÏοκαθοÏισμένη είσοδο του Î¼ÎµÎ½Î¿Ï ÎµÎºÎºÎ¯Î½Î·ÏƒÎ·Ï‚ αλλά όχι για την κατάσταση " +"διάσωσης (rescue mode)." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "ΓÏαμμή εντολών kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Η επόμενη γÏαμμή εντολών του kFreeBSD έχει εξαχθεί από το αÏχείο /etc/" +"default/grub ή από την παÏάμετÏο `kopt' στο αÏχείο menu.lst του GRUB " +"Legacy. ΠαÏακαλώ επιβεβαιώστε ότι είναι οÏθή και Ï„Ïοποποιήστε την αν είναι " +"απαÏαίτητο." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "ΠÏοκαθοÏισμένη γÏαμμή εντολών kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Η ακόλουθη συμβολοσειÏά θα χÏησιμοποιηθεί για τις παÏαμέτÏους kFreeBSD στην " +"Ï€ÏοκαθοÏισμένη είσοδο του Î¼ÎµÎ½Î¿Ï ÎµÎºÎºÎ¯Î½Î·ÏƒÎ·Ï‚ αλλά όχι για την κατάσταση " +"διάσωσης (rescue mode)." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "Το αÏχείο /boot/grub/device.map έχει αναδημιουÏγηθεί" + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "The file /boot/grub/device.map has been rewritten to use stable device " +#| "names. In most cases, this should significantly reduce the need to " +#| "change it in future, and boot menu entries generated by GRUB should not " +#| "be affected." +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Το αÏχείο /boot/grub/device.map έχει ξαναγÏαφεί ώστε να χÏησιμοποιεί έγκυÏα " +"και σταθεÏά ονόματα συσκευών. Στις πεÏισσότεÏες πεÏιπτώσεις αυτό θα μειώσει " +"αισθητά την ανάγκη αλλαγής του στο μέλλον, ενώ τα στοιχεία του Î¼ÎµÎ½Î¿Ï " +"εκκίνησης που παÏάγονται από το GRUB δεν θα επηÏεάζονται." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"ΠαÏόλα αυτά και Î±Ï†Î¿Ï Î­Ï‡ÎµÏ„Îµ πεÏισσότεÏους από έναν δίσκους στο σÏστημά σας, " +"είναι πιθανόν η δημιουÏγία του να εξαÏτάται από το παλιότεÏο αÏχείο συσκεών " +"device.map. ΠαÏακαλώ ελέγξτε αν υπάÏχουν οποιεσδήποτε ειδικές είσοδοι στο " +"Î¼ÎµÎ½Î¿Ï ÎµÎºÎºÎ¯Î½Î·ÏƒÎ·Ï‚ που να στηÏίζονται στην αÏίθμηση των συσκευών από το GRUB " +"(hdN) και ενημεÏώστε τις αν είναι απαÏαίτητο." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Αν δεν καταλαβαίνετε το παÏόν μήνυμα, ή αν δεν έχετε οποιεσδήποτε ειδικές " +"εισόδους στο Î¼ÎµÎ½Î¿Ï ÎµÎºÎºÎ¯Î½Î·ÏƒÎ·Ï‚, μποÏείτε να το αγνοήσετε." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Σε οποιαδήποτε πεÏίπτωση όποτε θελήσετε να φοÏτωθεί το GRUB 2 απευθείας " +#~ "από το MBR μποÏείτε να το κάνετε Ï„Ïέχοντας (ως χÏήστης root) την ακόλουθη " +#~ "εντολή:" --- grub2-1.99.orig/debian/po/hr.po +++ grub2-1.99/debian/po/hr.po @@ -0,0 +1,446 @@ +# Translation of grub2 debconf templates to Croatian +# Copyright (C) 2010 Josip Rodin +# This file is distributed under the same license as the grub2 package. +# Josip Rodin , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.97-2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-07-08 15:40+0200\n" +"Last-Translator: Josip Rodin \n" +"Language-Team: Croatian \n" +"Language: hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-2\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Uèitaj ulanèano preko menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Skripte za nadogradnju GRUB-a su prona¹le GRUB Legacy postavke u /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Kako bi zamijenili Legacy verziju GRUB-a na va¹em sustavu, preporuèuje se " +"prilagodba /boot/grub/menu.lst kako bi se ulanèano uèitao GRUB 2 iz va¹ih " +"postojeæih GRUB Legacy postavki. Ovaj korak se sada mo¾e automatski izvr¹iti." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Preporuèuje se da prihvatite ulanèano uèitavanje GRUB 2 iz menu.lst, tako da " +"mo¾ete provjeriti da vam nove GRUB 2 postavke funkcioniraju, prije nego ¹to " +"izravno instalirate GRUB2 u MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "GRUB nije uspio instalaciju na sljedeæe ureðaje:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB nije uspio instalaciju na sljedeæe ureðaje:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"®elite li ipak nastaviti? Ako to napravite, va¹e raèunalo se mo¾da neæe moæi " +"uredno pokrenuti." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Instalacija GRUB-a nije uspjela. Poku¹ati ponovo?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Mo¾da mo¾ete instalirati GRUB na neki drugi ureðaj, iako biste morali " +"provjeriti da se va¹ sustav mo¾e podizati s tog ureðaja. U suprotnom, " +"nadogradnja s GRUB Legacy æe biti prekinuta." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Nastaviti bez instalacije GRUB-a?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Odabrali ste da ne instalirate GRUB ni na jedan ureðaj. Ako nastavite, boot " +"uèitavaè neæe biti ispravno pode¹en, a kada se va¹e raèunalo iduæi put " +"upali, koristit æe ¹to god je prethodno bilo u boot sektoru. Ako se tamo " +"nalazi ranija verzija GRUB 2, mo¾da æe doæi do problema s uèitavanjem modula " +"ili a¾urnih postavki." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Ako veæ imate neki drugi boot uèitavaè i ¾elite ga zadr¾ati, ili ako je ovo " +"neko posebno okru¾enje gdje ne trebate boot uèitavaè, trebate nastaviti. " +"Inaèe biste morali negdje instalirati GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Zavr¹iti prebacivanje na GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Ovaj sustav jo¹ uvijek ima instalirane datoteke GRUB Legacy boot uèitavaèa, " +"ali sada ima i GRUB 2 boot zapise instalirane na ovim diskovima:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Vjerojatno je GRUB Legacy izbaèen iz uporabe i trebali biste nadograditi na " +"GRUB 2 snimke na ovim diskovima te zavr¹iti prebacivanje brisanjem starih " +"GRUB Legacy datoteka. Ako niste nadogradili ove GRUB 2 snimke, onda bi one " +"mogle biti nekompatibilne s novim verzijama paketa, ¹to bi moglo uzrokovati " +"nemoguænost ispravnog pokretanja sustava." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Opæenito, trebali biste dovr¹iti nadogradnju na GRUB 2, osim ako su navedeni " +"boot zapisi napravljeni instalacijom GRUB 2 na nekom drugom operacijskom " +"sustavu." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux naredbeni redak:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Ovaj naredbeni redak za sam Linux kernel je izvaðen iz /etc/default/grub ili " +"iz parametra 'kopt' u menu.lst datoteci GRUB Legacya. Molim provjerite je li " +"ispravan, i ako je potrebno uredite ga." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Pretpostavljeni Linux naredbeni redak:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Sljedeæi izraz æe biti kori¹ten kao parametar za Linux stavke u izborniku, " +"osim za spasonosni naèin rada." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD naredbeni redak:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Ovaj naredbeni redak za kFreeBSD kernel je izvaðen iz /etc/default/grub ili " +"iz parametra 'kopt' u menu.lst datoteci GRUB Legacya. Molim provjerite je li " +"ispravan, i ako je potrebno uredite ga." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Pretpostavljeni kFreeBSD naredbeni redak:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Sljedeæi izraz æe biti kori¹ten kao parametar za kFreeBSD stavke u " +"izborniku, osim za spasonosni naèin rada." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map je regeneriran" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Datoteka /boot/grub/device.map je prepisana kako bi se u njoj koristila " +"stabilna imena ureðaja. U veæini sluèajeva, to bi trebalo znaèajno smanjiti " +"potrebu za njenim buduæim mijenjanjem, a boot stavke koje generira GRUB ne " +"bi trebale biti pod utjecajem ove promjene." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Ipak, buduæi da imate vi¹e od jednog diska u va¹em sustavu, moguæe je da ste " +"ovisili o staroj mapi ureðaja. Molim provjerite imate li nekih prilagoðenih " +"boot zapisa koji ovise o GRUB-ovom (hdN) oznaèavanju ureðaja, i a¾urirajte " +"ih ako je potrebno." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Ako ne razumijete ovu poruku, ili ako nemate prilagoðenih boot zapisa, ovu " +"poruku mo¾ete zanemariti." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "U oba sluèaja ako ¾elite da se GRUB 2 uèitava izravno iz MBR-a, mo¾ete to " +#~ "napraviti ako (kao root korisnik) pokrenete sljedeæu naredbu:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Instalacija GRUB-a nije uspjela. Nastaviti?" --- grub2-1.99.orig/debian/po/fr.po +++ grub2-1.99/debian/po/fr.po @@ -0,0 +1,438 @@ +# translation of fr.po to French +# Translation of grub2 debconf templates to French +# Copyright (C) 2008-2010 Debian French l10n +# This file is distributed under the same license as the grub2 package. +# +# Christian Perrier , 2007, 2008, 2009, 2010, 2011. +msgid "" +msgstr "" +"Project-Id-Version: fr\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-28 07:47+0200\n" +"Last-Translator: Christian Perrier \n" +"Language-Team: French \n" +"Language: fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Faut-il enchaîner le chargement depuis menu.lst ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "Une installation standard de GRUB a été détectée dans /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Afin de remplacer cette installation, il est recommandé de modifier /boot/" +"grub/menu.lst pour charger GRUB 2 depuis l'installation standard de GRUB " +"(« chainload »). Veuillez choisir si vous souhaitez effectuer cette " +"modification." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Il est recommandé de choisir cette option pour pouvoir confirmer le bon " +"fonctionnement de GRUB 2 avant de l'installer directement sur le secteur " +"d'amorçage (MBR : « Master Boot Record »)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Quel que soit votre choix, vous pourrez, plus tard, remplacer l'ancien " +"secteur d'amorçage par GRUB 2 avec la commande suivante, exécutée avec les " +"privilèges du superutilisateur :" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Périphériques où installer GRUB :" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Le paquet grub-pc est en cours de mise à jour. Ce menu permet de choisir " +"pour quels périphériques vous souhaitez exécuter la commande grub-install " +"automatiquement." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Il est en général recommandé d'exécuter grub-install automatiquement, afin " +"d'éviter la situation où l'image de GRUB est désynchronisée avec les modules " +"de GRUB ou le fichier grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Si vous n'avez pas la certitude du périphérique utilisé comme périphérique " +"d'amorçage par le BIOS, il est en général conseillé d'installer GRUB sur " +"l'ensemble des périphériques." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Veuillez noter que GRUB peut également être installé sur les secteurs " +"d'amorçage de partitions. Certaines partitions où cela pourrait être " +"nécessaire sont indiquées ici. Cependant, cela impose que GRUB utilise le " +"mécanisme « blocklist », ce qui le rend moins fiable et n'est donc pas " +"recommandé." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Le chargeur d'amorçage GRUB était précédemment installé sur un disque qui " +"n'est plus présent ou dont l'identifiant unique a changé pour une raison ou " +"une autre. Il est important de vous assurer que l'image de GRUB qui est " +"installée reste synchronisée avec les modules de GRUB ou grub.cfg. Veuillez " +"vérifier à nouveau que GRUB sera bien installé sur les périphériques " +"d'amorçage pertinents." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} Mo; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} Mo; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" +"Échec de l'installation de GRUB sur le périphérique d'amorçage. Continuer ?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB n'a pas pu être installé sur les périphériques suivants :" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Veuillez confirmer si vous souhaitez continuer malgré le risque d'un " +"démarrage incorrect de la machine." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"Échec de l'installation de GRUB sur le périphérique d'amorçage. Essayer à " +"nouveau ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Il est peut-être possible d'installer GRUB sur un autre périphérique après " +"avoir vérifié que le système pourra démarrer sur ce périphérique. Dans le " +"cas contraire, la mise à jour depuis l'ancienne version de GRUB va échouer." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Faut-il poursuivre sans installer GRUB ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Vous avez choisi de n'installer GRUB sur aucun périphérique. Si vous " +"poursuivez, il est possible que le programme de démarrage ne soit pas " +"configuré correctement et que la machine démarre avec ce qui était " +"précédemment installé sur le secteur d'amorçage. Si une ancienne version de " +"GRUB 2 s'y trouve, il est possible qu'elle ne puisse pas charger certains " +"modules ou lire le fichier de configuration actuel." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Si vous utilisez déjà un autre programme de démarrage et souhaitez " +"poursuivre ou si, en raison d'un environnement particulier, vous n'avez pas " +"besoin de programme de démarrage, vous pouvez continuer malgré tout. Dans le " +"cas contraire, il est nécessaire d'installer GRUB quelque part." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Faut-il supprimer GRUB 2 de /boot/grub ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" +"Veuillez choisir si vous voulez vraiment supprimer tous les fichiers de " +"GRUB 2 de /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Cela peut rendre le système impossible à démarrer tant qu'un autre chargeur " +"d'amorçage ne sera pas installé." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Faut-il terminer la migration vers GRUB 2 maintenant ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Ce système comporte encore des fichiers de la version précédente du " +"programme de démarrage GRUB mais comporte également des secteurs d'amorçage " +"de GRUB 2 sur les disques suivants :" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Il est très probable que la version précédente de GRUB ne soit plus utilisée " +"et il est donc conseillé de mettre à jour les images de GRUB 2 sur ces " +"disques, puis terminer la migration vers GRUB 2 en supprimant les anciens " +"fichiers de la version précédente. Si vous ne mettez pas ces images de " +"GRUB 2 à jour, elles pourraient être incompatibles avec de nouvelles " +"versions, ce qui pourrait empêcher un démarrage normal." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Il est donc très probablement nécessaire de terminer la migration vers " +"GRUB 2 à moins que ces secteurs d'amorçage n'aient été créés par une " +"installation de GRUB 2 d'un autre système d'exploitation." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Ligne de commande de Linux :" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La ligne de commande de Linux suivante a été récupérée via le fichier /etc/" +"default/grub ou le paramètre « kopt » du fichier menu.lst utilisé par la " +"version originelle de GRUB. Veuillez contrôler qu'elle est correcte et la " +"modifier si nécessaire. Cette ligne de commande peut être vide." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Ligne de commande par défaut de Linux :" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Les paramètres indiqués seront utilisés pour le noyau Linux de l'entrée de " +"menu par défaut mais pas pour le mode de secours." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Ligne de commande de kFreeBSD :" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La ligne de commande de kFreeBSD suivante a été récupérée via le fichier /" +"etc/default/grub ou le paramètre « kopt » du fichier menu.lst utilisé par la " +"version originelle de GRUB. Veuillez contrôler qu'elle est correcte et la " +"modifier si nécessaire. Cette ligne de commande peut être vide." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Ligne de commande par défaut de kFreeBSD :" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Les paramètres indiqués seront utilisés pour le noyau kFreeBSD de l'entrée " +"de menu par défaut mais pas pour le mode de secours." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "Recréation de /boot/grub/device.map" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Le fichier /boot/grub/device.map a été réécrit afin d'utiliser des noms de " +"périphériques stables. Dans la majorité des cas, cela devrait éviter d'avoir " +"à le modifier dans le futur et les entrées de menu créées par GRUB ne " +"devraient pas être affectées par ce changement." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Cependant, si la machine comporte plus d'un disque, il est possible que le " +"démarrage dépende de l'ancien système de cartographie des périphériques " +"(« device map »). Vous devriez vérifier s'il existe des entrées de menu de " +"démarrage personnalisées qui se servent encore de la numérotation de disques " +"de GRUB (hdN), puis les mettre à jour si nécessaire." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Si vous ne comprenez pas ces explications ou n'utilisez pas d'entrées " +"personnalisées dans le menu de démarrage, vous pouvez ignorer cet " +"avertissement. " + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Dans tous les cas, pour charger GRUB 2 directement depuis le secteur " +#~ "d'amorçage, vous devrez utiliser la commande suivante avec les privilèges " +#~ "du superutilisateur :" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Échec de l'installation de GRUB. Continuer ?" --- grub2-1.99.orig/debian/po/ar.po +++ grub2-1.99/debian/po/ar.po @@ -0,0 +1,445 @@ +# translation of grub.ar.po to Arabic +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Ossama M. Khayat , 2008, 2009, 2010. +msgid "" +msgstr "" +"Project-Id-Version: grub.ar\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-07-16 02:38+0300\n" +"Last-Translator: Ossama M. Khayat \n" +"Language-Team: Arabic \n" +"Language: ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " +"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "تÙعيل التحميل التسلسلي من menu.lstØŸ" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "عثرت بريمجيات ترقية GRUB على إعداد سابق ÙÙŠ /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"لتستبدل النسخة السابقة من GRUB ÙÙŠ نظامك، ÙŠÙستحسن تعديل المل٠/boot/grub/menu." +"lst لتحميل GRUB 2 تسلسلياً من إعداد GRUB السابق. ويمكن تنÙيذ هذه الخطوة " +"تلقائياً الآن." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"ÙŠÙستحسن أن تقبل التحميل التسلسلي لمدير الإقلاع GRUB من خلال المل٠menu.lstØŒ " +"وتحقق من أن إعداد GRUB 2 صالح لاستخدامك، قبل أن تÙبّته مباشرة على سجل الإقلاع " +"الرئيسي MBR الخاص بك." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "تعذر تثبيت GRUB على الأجهزة التالية:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +#, fuzzy +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} Ù….ب.ØŒ ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} Ù….ب.ØŒ ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "تعذر تثبيت GRUB على الأجهزة التالية:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"هل تريد الاستمرار على أي حال؟ إن Ùعلت، Ùقد لا يتمكن جهازك من بدء التشغيل كما " +"يجب." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "تعذر تثبيت GRUB. تريد المحاولة مجدداً؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"قد تتمكن من تثبيت GRUB على جهاز آخر، لكن يجب أن تتحقق من إمكانية نظامك " +"الإقلاع من ذلك الجهاز. وإن لم يكن كذلك، Ùسيتم إلغاء الترقية من نظام GRUB " +"القديم." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "تريد الاستمرار دون تثبيت GRUBØŸ" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"اخترت عدم تثبيت GRUB على أية جهاز. إن استمريت، Ùقد لا يتم تهيئة محمّل الإقلاع " +"بشكل صحيح، كما يستخدم حاسبك أي نظام موجود على قطاع الإقلاع مسبقاً. إن كان " +"هناك نسخة سابقة من GRUB 2 ÙÙŠ قطاع الإقلاع، Ùقد لا يستطيع تحميل الوحدات أو " +"قراءة مل٠التهيئة الحالي بشكل صحيح." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"إن كنت تستخدم محمل إقلاع آخر وتريد الاستمرار باستخدامه، أو إن كانت لديك بيئة " +"عمل خاصة حيث لا تحتاج إلى محمل إقلاع، Ùيجب عليك الاستمرار على أي حال. وإلا " +"يجب أن تقوم بتثبيت GRUB ÙÙŠ مكان ما." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "إنهاء التحويل إلى GRUB 2 الآن؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"لا زال النظام يحتوي على ملÙات GRUB قديمة مثبتة، كما يحتوي أيضاً على سجلات " +"إقلاع GRUB 2 على هذه الأقراص:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"يبدو أن GRUB القديم لم يعد مستخدماً، ويجب عليك الترقية إلى GRUB 2 وإنهاء " +"التحويل إلى GRUB 2 بإزالة ملÙات GRUB القديمة. وإن لم تقم بعملية الترقية هذه، " +"Ùقد لا يكون نظام الإقلاع متواÙقاً مع الحزم الجديدة ويتسبب ذلك بعدم إقلاع نظام " +"كما هو Ù…Ùترض." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"بشكل عام، يجب عليك إنهاء التحويل إلى GRUB 2 إلا إن كانت سجلات الإقلاع هذه قد " +"أنشأها تثبيت GRUB 2 لنظام تشغيل آخر." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "سطر أوامر لينكس:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"سطر أوامر لينكس التالي تم استخراجه من /etc/default/grub أو\n" +"Ù…Ùعطى `kopt' ÙÙŠ مل٠menu.lst الخاص بحزمة GRUB القديمة. رجاءً تحقق من\n" +"صحته وقم بتعديله إن كانت هناك ضرورة." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "سطر أوامر لينكس الاÙتراضي:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"سيتم استخدام سلسلة الحرو٠التالية كمÙعطيات لتشغيل النظام لمÙدخل القائمة\n" +"الاÙتراضي ولكن ليس لوضع الإنقاذ." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "سطر أوامر KFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"سطر أوامر KFreeBSD التالي تم استخراجه من /etc/default/grub أو\n" +"Ù…Ùعطى `kopt' ÙÙŠ مل٠menu.lst الخاص بحزمة GRUB القديمة. رجاءً تحقق من صحته وقم " +"بتعديله إن كانت هناك ضرورة." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "سطر أوامر KFreeBSD الاÙتراضي:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"سيتم استخدام النص التالي كمÙعطى KFreeBSD لمÙدخل القائمة\n" +"الاÙتراضي ولكن ليس لوضع الإنقاذ." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "تم إعادة إنشاء /boot/grub/device.map" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"تم إعادة كتابة المل٠/boot/grub/device.map ليستخدم أسماء الأجهزة الصحيحة. ÙÙŠ " +"معظم الحالات، سيقلل هذا العمل الحاجة إلى التغييرات بشكل كبير ÙÙŠ المستقبل، " +"كما أن Ù…Ùدخلات قائمة إقلاع GRUB الناتجة لن تتأثر." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"على كل، حيث أنه لديك اكثر من قرص ÙÙŠ نظامك، من المحتمل أنه كان يعتمد على " +"خريطة الأجهزة القديمة. Ùالرجاء التحقق مما إذا كان لديك أية Ù…Ùدخلات قائمة " +"مخصصة تعتمد على طريقة GRUB لترقيم الأجهزة، (hdN)ØŒ وقم بتحديثها إن كانت " +"ضرورياً." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"إن لم تعر٠مقصود هذه الرسالة، أو إن لم يكن لديك أية Ù…Ùدخلات Ù…Ùخصصة ÙÙŠ القائمة، " +"يمكنك تجاهل هذه الرسالة." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "ÙÙŠ أي من الحالتين، متى ما أردت تحميل GRUB 2 مباشرة من سجل الإقلاع الرئيسي " +#~ "MBRØŒ يمكنك ذلك بإصدار الأمر التالي كمÙستخدم root:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "تعذر تثبيت GRUB. تريد الاستمرار؟" --- grub2-1.99.orig/debian/po/zh_CN.po +++ grub2-1.99/debian/po/zh_CN.po @@ -0,0 +1,388 @@ +# Chinese translations for grub2 po-debconf +# PACKAGE 软件包的简体中文翻译. +# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# YunQiang Su , 2010, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2-po-debconf master\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-28 17:29+0800\n" +"Last-Translator: YunQiang Su \n" +"Language-Team: Chinese (simplified) \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bits\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "从 menu.lst 进行 chainload?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "GRUB å‡çº§è„šæœ¬åœ¨ /boot/grub 探测到了已安装的 GRUB Legacy。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"为了å–代您系统上的 GRUB Legacy,推è调整 /boot/grub/menu.lst 为从现有的 GRUB " +"Legacy 设置中加载 GRUB 2 引导镜åƒã€‚现在å¯ä»¥è‡ªåŠ¨æ‰§è¡Œè¿™ä¸ªæ“作。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"推è您接å—从 menu.lst 中 chainload GRUB 2,并且在将 GRUB 2 直接安装到 MBR (主" +"引导记录,Master Boot Record) 之å‰ç¡®å®šæ–°çš„ GRUB 2 设置å¯ä»¥å·¥ä½œã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"无论现在åšä»€ä¹ˆæ ·çš„决定,您以åŽéƒ½å¯ä»¥ä½¿ç”¨ root 身份æ¥è¿è¡Œå¦‚下命令æ¥ä½¿ç”¨ GRUB " +"2 æ¥ä»£æ›¿æ—§çš„ MBR 映åƒï¼š" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB 安装设备:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"grub-pc 包已ç»å‡çº§ã€‚æ­¤èœå•å…许您选择在哪个设备上自动è¿è¡Œ grub-install,如果有" +"çš„è¯ã€‚" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"在大多数情况下推è自动è¿è¡Œ grub-install,以é¿å…安装的 GRUB 核心映åƒä¸Ž GRUB 模" +"å—或 grub.cfg ä¸åŒæ­¥ã€‚" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"如果ä¸ç¡®å®š BIOS 使用哪个驱动器作为主引导,将 GRUB 安装到所有这些驱动器是一个" +"ä¸é”™çš„主æ„。" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"注æ„:也å¯ä»¥å°† GRUB 安装到分区的引导记录,这里æ供了一些适当的分区。然而,这" +"强制 GRUB 使用黑åå•æœºåˆ¶ï¼Œä¼šé€ æˆå¯é æ€§é™ä½Žï¼Œå› æ­¤ä¸æŽ¨è使用。" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"GRUB 引导器先å‰å®‰è£…到了一个消失了的ç£ç›˜ä¸Šï¼Œæˆ–者它的唯一标识符由于æŸäº›åŽŸå› å˜åŒ–" +"了。确ä¿å®‰è£…çš„ GRUB 核心映åƒå’Œ GRUB 模å—åŠ grub.cfg çš„åŒæ­¥éžå¸¸é‡è¦ã€‚请å†æ¬¡æ£€" +"æŸ¥ä»¥ç¡®ä¿ GRUB 安装到了适当的引导设备。" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "å°† GRUB 写入引导设备失败 - è¦ç»§ç»­å—?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB 安装到如下设备时失败。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "ä»ç„¶æƒ³è¦ç»§ç»­ï¼Ÿå¦‚果这样,您的计算机å¯èƒ½ä¸èƒ½æ­£å¸¸å¯åŠ¨ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "å°† GRUB 写入引导设备失败 - è¦é‡æ–°å°è¯•å—?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"您å¯èƒ½å¯ä»¥å®‰è£… GRUB 到其它设备,尽管您需è¦æ˜Žç¡®ï¼Œæ‚¨çš„系统将从那个设备å¯åŠ¨ã€‚å¦" +"则,从 GRUB Legacy çš„å‡çº§å°†è¢«å–消。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "ä¸å®‰è£… GRUB 并且继续?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"您没有选择å‘任何设备安装 GRUB。如果继续,引导器å¯èƒ½ä¸èƒ½æ­£ç¡®é…置,当您的计算机" +"下次å¯åŠ¨æ—¶ï¼Œå®ƒå°†ä½¿ç”¨å¼•å¯¼æ‰‡åŒºä¸­å…ˆå‰çš„内容。如果引导扇区中有早期版本的 GRUB 2," +"å…¶å¯èƒ½ä¸èƒ½åŠ è½½æ¨¡å—或者处ç†å½“å‰é…置文件。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"如果您已ç»ä½¿ç”¨äº†å¦å¤–一个引导器并且想继续这样åšï¼Œæˆ–者如果这是一个特殊的ä¸éœ€è¦" +"引导器的环境,这样您å¯ä»¥ä»ç„¶ç»§ç»­ã€‚å¦åˆ™ï¼Œæ‚¨åº”该在æŸå¤„安装 GRUB。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "从 /boot/grub 移除 GRUB 2 ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "确定想从 /boot/grub 移除全部 GRUB 2 文件å—?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "这会使系统ä¸èƒ½å¼•å¯¼ï¼Œé™¤éžå¦å¤–安装其它引导器。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "现在完æˆåˆ° GRUB 2 的转æ¢ï¼Ÿ" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"此系统ä»ç„¶æœ‰ GRUB Legacy 引导器安装的文件,但是现在也在ç£ç›˜ä¸Šå®‰è£…了 GRUB 2 引" +"导记录:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"å¥½åƒ GRUB Legacy å·²ç»ä¸å†ä½¿ç”¨äº†ï¼Œå¹¶ä¸”您应该在这些ç£ç›˜ä¸Šè½¬è€Œå‡çº§åˆ° GRUB 2 映" +"åƒï¼Œå¹¶ä¸”通过删除旧的 GRUB Legacy 文件æ¥å®Œæˆåˆ° GRUB 2 的转æ¢ã€‚如果ä¸å‡çº§è¿™äº› " +"GRUB 2 映åƒï¼Œä»–们将å¯èƒ½ä¸èƒ½ä¸Žæ–°åŒ…兼容而造æˆæ‚¨çš„系统ä¸èƒ½æ­£å¸¸å¼•å¯¼ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"您通常应该完æˆåˆ° GRUB 2 的转æ¢ï¼Œé™¤éžè¿™äº›å¼•å¯¼è®°å½•æ˜¯ç”±å®‰è£…到其它æ“作系统上的 " +"GRUB 2 创建的。" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux 命令行:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"已从 /etc/default/grub 或 GRUB Legacy çš„ menu.lst 中的 `kopt' å‚数中æå–如下 " +"Linux 命令行。请检查是å¦æ­£ç¡®çš„,并且根æ®éœ€è¦è¿›è¡Œä¿®æ”¹ã€‚此命令行å¯ä»¥ä¸ºç©ºã€‚" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linux 默认命令行:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "如下字符串将被用于默认èœå•é¡¹çš„ Linux å‚数,但是ä¸ä¼šç”¨äºŽæ¢å¤æ¨¡å¼ã€‚" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD å‚数:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"已从 /etc/default/grub 或者 GRUB Legacy çš„ menu.lst 中的 `kopt' å‚数中æå–如" +"下 kFreeBSD 命令行å‚数。请请检查是å¦æ­£ç¡®ï¼Œå¹¶ä¸”æ ¹æ®éœ€è¦è¿›è¡Œä¿®æ”¹ã€‚此命令行å¯ä»¥" +"为空。" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD 默认命令行:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "如下字符串将用于默认èœå•é¡¹çš„ kFreeBSD å‚数,但ä¸ä¼šç”¨äºŽæ¢å¤æ¨¡å¼ã€‚" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map å·²ç»ç”Ÿæˆ" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"文件 /boot/grub/device.map å·²ç»é‡å†™ä»¥ä½¿ç”¨ç¨³å®šçš„设备å。多数情况下,这应该显著" +"地å‡å°‘以åŽä¿®æ”¹å®ƒçš„需è¦ï¼Œå¹¶ä¸” GRUB 产生的引导èœå•é¡¹ä¸ä¼šå—å½±å“。" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"然而,因为您的系统上有多个ç£ç›˜ï¼Œç³»ç»Ÿå¯èƒ½ä¾èµ–旧的设备映射。请检查您是å¦æœ‰ä»»ä½•" +"自定义的ä¾èµ– GRUB çš„ (hdN) 驱动器å·çš„引导èœå•é¡¹ï¼Œå¦‚果需è¦è¯·æ›´æ–°å®ƒä»¬ã€‚" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "如果您ä¸ç†è§£æ­¤æ¶ˆæ¯ï¼Œæˆ–者没有任何自定义的引导èœå•é¡¹ï¼Œæ‚¨å¯ä»¥å¿½ç•¥æ­¤æ¶ˆæ¯ã€‚" + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "无论何ç§æƒ…况,当您想直接从 MBR 加载 GRUB 2 时,您å¯ä»¥é€šè¿‡ä»¥ root 身份执行" +#~ "如下命令æ¥å®žçŽ°ï¼š" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "GRUB 安装失败。ä»ç„¶ç»§ç»­ï¼Ÿ" --- grub2-1.99.orig/debian/po/vi.po +++ grub2-1.99/debian/po/vi.po @@ -0,0 +1,447 @@ +# Vietnamese translation for Grub2_Debian. +# Copyright © 2010 Free Software Foundation, Inc. +# Clytie Siddall , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-09-28 19:02+0930\n" +"Last-Translator: Clytie Siddall \n" +"Language-Team: Vietnamese \n" +"Language: vi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Generator: LocFactoryEditor 1.8\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Nạp dãy từ menu.lst ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Văn lệnh nâng cấp GRUB phát hiện được má»™t thiết lập GRUB Thừa Tá»± (GRUB " +"Legacy) trong « /boot/grub »." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Äể thay thế phiên bản Thừ Tá»± của GRUB trong hệ thống này, khuyến khích Ä‘iá»u " +"chỉnh « /boot/grub/menu.lst » để nạp dãy (chainload) GRUB 2 từ thiết lập " +"GRUB Thừa Tá»± đã có. BÆ°á»›c này có thể được tá»± Ä‘á»™ng thá»±c hiện ngay bây giá»." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Khuyên bạn đồng ý vá»›i nạp dãy GRUB 2 từ menu.lst, và thẩm tra thiết lập GRUB " +"2 má»›i có chức năng, trÆ°á»›c khi ghi nó trá»±c tiếp vào MBR (mục ghi khởi Ä‘á»™ng " +"chủ)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "GRUB không cài đặt được vào những thiết bị theo đây:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +# Variable: don't translate; Biến: đừng dịch +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +# Variable: don't translate; Biến: đừng dịch +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB không cài đặt được vào những thiết bị theo đây:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Bạn vẫn muốn tiếp tục không? Có thì máy tính có thể không khởi Ä‘á»™ng đúng." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Lá»—i cài đặt GRUB. Thá»­ lại ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Có thể là bạn cài đặt được GRUB vào má»™t thiết bị khác (trÆ°á»›c tiên nên kiểm " +"tra nếu hệ thống sẽ khởi Ä‘á»™ng từ thiết bị đó). Không thì tiến trình nâng cấp " +"từ GRUB CÅ© (Legacy) sẽ bị thôi." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Tiếp tục lại mà không cài đặt GRUB ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Bạn đã chá»n không cài đặt GRUB vào thiết bị nào. Tiếp tục thì có thể là bá»™ " +"nạp khởi Ä‘á»™ng bị sai cấu hình, và máy tính khởi Ä‘á»™ng lại sẽ sá»­ dụng dữ liệu " +"nào đã có trong phân vùng khởi Ä‘á»™ng. Nếu phiên bản khởi Ä‘á»™ng chứa má»™t phiên " +"bản GRUB2 cÅ©, có thể là nó không nạp được mô-Ä‘un hoặc không xá»­ lý được tập " +"tin cấu hình hiện thá»i." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Nếu bạn muốn tiếp tục chạy má»™t bá»™ nạp khởi Ä‘á»™ng đã có, hoặc nếu đây là má»™t " +"môi trÆ°á»ng đặc biệt mà không cần thiết bá»™ nạp khởi Ä‘á»™ng, thì bạn nên tiếp " +"tục. Khác thì bạn nên cài đặt GRUB vào má»™t vị trí nào đó." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Kết thúc chuyển đổi sang GRUB2 ngay bây giá» ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Hệ thống này vẫn còn có tập tin được cài đặt bởi bá»™ nạp khởi Ä‘á»™ng GRUB CÅ© " +"(Legacy), nhÆ°ng mà cÅ©ng có mục ghi GRUB2 được cài đặt vào những Ä‘Ä©a này:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Rất có thể là GRUB CÅ© (Legacy) không còn được sá»­ dụng, vì thế bạn nên nâng " +"cấp các ảnh GRUB2 trên những Ä‘Ä©a này và kết thúc chuyển đổi sang GRUB2 bằng " +"cách gỡ bá» tất cả các tập tin GRUB CÅ©. Không nâng cấp các ảnh GRUB2 thì " +"chúng có thể không tÆ°Æ¡ng thích vá»›i gói má»›i và gây ra hệ thống này không khởi " +"Ä‘á»™ng đúng." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Nói chung bạn nên kết thúc chuyển đổi sang GRUB2 nếu các mục ghi khởi Ä‘á»™ng " +"này không được tạo bởi má»™t bản cài đặt GRUB2 trên má»™t hệ Ä‘iá»u hành khác." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Dòng lệnh Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Dòng lệnh Linux theo đây đã được trích ra « /etc/default/grub » hoặc từ tham " +"số « kopt » trong menu.lst của GRUB Thừa Tá»±. Hãy thẩm tra nó vẫn đúng, không " +"thích hợp thì cÅ©ng sá»­a đổi." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Dòng lệnh Linux mặc định:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Chuá»—i theo đây sẽ được sá»­ dụng làm các tham số Linux cho mục nhập trình Ä‘Æ¡n " +"mặc định, mà không phải cho chế Ä‘á»™ phục hồi." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Dòng lệnh kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Dòng lệnh kFreeBSD theo đây đã được trích ra « /etc/default/grub » hoặc từ " +"tham số « kopt » trong menu.lst của GRUB Thừa Tá»±. Hãy thẩm tra nó vẫn đúng, " +"không thích hợp thì cÅ©ng sá»­a đổi." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Dòng lệnh kFreeBSD mặc định:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Chuá»—i theo đây sẽ được sá»­ dụng làm các tham số kFreeBSD cho mục nhập trình " +"Ä‘Æ¡n mặc định, mà không phải cho chế Ä‘á»™ phục hồi." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "Tập tin « /boot/grub/device.map » đã được tạo lại." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Tập tin « /boot/grub/device.map » đã được ghi nhá»› lại để sá»­ dụng tên thiết " +"bị kiểu ổn định. Trong phần lá»›n các trÆ°á»ng hợp, bản cập nhật này nên giảm " +"má»™t cách đáng kể sá»± cần sá»­a đổi vá» sau, và không nên tác Ä‘á»™ng trình Ä‘Æ¡n khởi " +"Ä‘á»™ng được GRUB tạo." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Tuy nhiên, vì bạn có nhiá»u Ä‘Ä©a trong hệ thống, có thể là bạn vẫn còn phụ " +"thuá»™c vào sÆ¡ đồ thiết bị cÅ©. Hãy kiểm tra nếu bạn có mục trình Ä‘Æ¡n khởi Ä‘á»™ng " +"riêng mà dá»±a vào số thứ tá»± ổ Ä‘Ä©a của GRUB (hdN) và cập nhật nếu thích hợp." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Nếu bạn không hiểu thông Ä‘iệp này, hoặc nếu bạn không có mục trình Ä‘Æ¡n khởi " +"Ä‘á»™ng riêng nào, thì bạn có thể bá» qua thông Ä‘iệp này." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Trong cả hai trÆ°á»ng hợp, khi nào bạn muốn nạp GRUB2 má»™t cách trá»±c tiếp từ " +#~ "MBR, chỉ cần chạy (dÆ°á»›i ngÆ°á»i chủ) câu lệnh theo đây:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Lá»—i cài đặt GRUB. Tiếp tục ?" --- grub2-1.99.orig/debian/po/templates.pot +++ grub2-1.99/debian/po/templates.pot @@ -0,0 +1,337 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" --- grub2-1.99.orig/debian/po/zh_TW.po +++ grub2-1.99/debian/po/zh_TW.po @@ -0,0 +1,428 @@ +# Copyright (C) 2009 Tetralet +# This file is distributed under the same license as the grub2 package. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-08-01 12:05+0800\n" +"Last-Translator: Tetralet \n" +"Language-Team: Debian-user in Chinese [Big5] \n" +"Language: zh_TW\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "是å¦ä½¿ç”¨ä¾†è‡ª menu.list çš„ chainload 項目?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "GRUB å‡ç´šç¨‹å¼å·²åœ¨ /boot/grub 裡找到了 GRUB Legacy 的設定。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"為了è¦èƒ½å–代您系統上 Legacy 版的 GRUB,建議能修改 /boot/grub/menu.lst 來讓您" +"原本的 GRUB Legacy 設定能以 chainload çš„æ–¹å¼å•Ÿå‹• GRUB 2。ç¾åœ¨å°‡è¦è‡ªå‹•é€²è¡Œé€™å€‹" +"步驟。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"在直接將 GRUB 2 安è£åˆ° MBR(主è¦é–‹æ©Ÿè¨˜éŒ„)之å‰ï¼Œå»ºè­°æ‚¨èƒ½åŒæ„在 menu.lst 裡先" +"以 chainload çš„æ–¹å¼å•Ÿå‹• GRUB 2,以確èªæ‚¨æ–°çš„ GRUB 2 設定的能正常é‹ä½œã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "在將 GRUB 安è£è‡³ä»¥ä¸‹è£ç½®æ™‚失敗了:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "在將 GRUB 安è£è‡³ä»¥ä¸‹è£ç½®æ™‚失敗了:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "是å¦ç„¡è«–如何ä»ç„¶ç¹¼çºŒï¼Ÿä½†é€™æ¨£è©±ï¼Œæ‚¨çš„電腦å¯èƒ½æœƒç„¡æ³•æ­£å¸¸é–‹æ©Ÿã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "GRUB 安è£å¤±æ•—了。å†è©¦ä¸€æ¬¡ï¼Ÿ" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"您也許å¯ä»¥æŠŠ GRUB 安è£è‡³å…¶å®ƒçš„è£ç½®ï¼Œåªæ˜¯æ‚¨å¾—設定好您的系統會從該è£ç½®é–‹æ©Ÿã€‚å¦" +"則,將中止 GRUB Legacy çš„å‡ç´šã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "是å¦ä¸å®‰è£ GRUB 並繼續?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"您決定了ä¸å°‡ GRUB 安è£è‡³ä»»ä½•è£ç½®ã€‚如果您繼續,開機程å¼å¯èƒ½æœªç¶“é©ç•¶å¾—設定,且" +"當您電腦下次開機時,它會使用原本就ä½æ–¼é–‹æ©Ÿç£å€ä¸Šçš„æ±è¥¿ï¼Œè€Œé€™å¯èƒ½æœƒå°Žè‡³æ¨¡çµ„ç„¡" +"法載入,或是無法處ç†ç›®å‰æ‰€ä½¿ç”¨çš„設定檔。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"如果您已在使用其它的開機程å¼ï¼Œä¸¦ä¸”打算繼續使用;或是您的環境å分特殊所以ä¸éœ€" +"è¦é–‹æ©Ÿç¨‹å¼ï¼Œæ‚¨å¯ä»¥ä¸åœ¨æ„並繼續進行。å¦å‰‡ï¼Œæ‚¨æ‡‰ç•¶æ‰¾å€‹åœ°æ–¹å®‰è£ GRUB。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "是å¦è¦çµæŸ GRUB 2 的轉æ›éŽç¨‹ï¼Ÿ" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"這個系統上ä»ä¿æœ‰ä¹‹å‰å®‰è£ GRUB Legacy 所éºç•™ä¸‹ä¾†çš„檔案,但它已有 GRUB 2 安è£æ–¼" +"以下ç£ç¢Ÿçš„é–‹æ©Ÿç£å€ï¼š" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"這很å¯èƒ½è¡¨ç¤ºå†ä¹Ÿç”¨ä¸åˆ° GRUB Legacy 了,您應該替而å‡ç´šé€™äº›è£ç½®ä¸Šçš„ GRUB 2 å½±åƒ" +"檔,並移除這些 GRUB Legacy 所éºç•™ä¸‹ä¾†çš„檔案,以çµæŸ GRUB 2 的轉æ›éŽç¨‹ã€‚如果您" +"æ²’å‡ç´šé€™äº› GRUB 2 å½±åƒæª”的話,它們å¯èƒ½å’Œæ–°çš„套件ä¸ç›¸å®¹ï¼Œä¸”會導致您的系統無法" +"正常開機。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"您應當é€æ¼¸å¾—çµæŸ GRUB 2 的轉æ›éŽç¨‹ï¼Œé™¤éžé€™äº›é–‹æ©Ÿè¨˜éŒ„是由其它的作業系統所安è£" +"çš„ GRUB 2 建立的。" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux 命令列:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"以下的 Linux 命令列是由 /etc/default/grub,或是由 GRUB Legacy çš„ menu.lst 中" +"çš„ `kopt' åƒæ•¸æ‰€æ“·å–出來的。請確èªå®ƒæ˜¯å¦æ­£ç¢ºï¼Œè‹¥æœ‰å¿…è¦è«‹åŠ ä»¥ä¿®æ”¹ã€‚" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linux é è¨­å‘½ä»¤åˆ—:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"以下的字串將會用在é è¨­çš„é¸å–®é …目中åšç‚º Linux åƒæ•¸ï¼Œä½†ä¸æœƒç”¨æ–¼å›žå¾©æ¨¡å¼ã€‚" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD 命令列:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"以下的 kFreeBSD 命令列是由 /etc/default/grub,或是由 GRUB Legacy çš„ menu.lst " +"中的 `kopt' åƒæ•¸æ‰€æ“·å–出來的。請確èªå®ƒæ˜¯å¦æ­£ç¢ºï¼Œè‹¥æœ‰å¿…è¦è«‹åŠ ä»¥ä¿®æ”¹ã€‚" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD é è¨­å‘½ä»¤åˆ—:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"以下的字串將會用在é è¨­çš„é¸å–®é …目中åšç‚º kFreeBSD åƒæ•¸ï¼Œä½†ä¸æœƒç”¨æ–¼å›žå¾©æ¨¡å¼ã€‚" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "å·²é‡æ–°ç”¢ç”Ÿ /boot/grub/device.map" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"/boot/grub/device.map 這個檔案已使用ä¸è®Šçš„è£ç½®å稱é‡æ–°å¯«å…¥ã€‚在大多數的狀æ³ä¹‹" +"下,如此å¯ä»¥æœ‰æ•ˆå¾—é¿å…在日後還會有什麼變動,且也ä¸æœƒå½±éŸ¿åˆ° GRUB 所產生的é¸å–®" +"項目。" + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"但由於您的系統上ä¸åªå®‰è£äº†ä¸€é¡†ç¡¬ç¢Ÿï¼ŒèˆŠçš„è£ç½®å°æ‡‰è¡¨å¯èƒ½é‚„在使用中。請檢視您是" +"å¦æœ‰é‚„在使用著 GRUB çš„ (hdN) ç£ç¢Ÿå‘½åè¦å‰‡çš„自訂開機項目,若有必è¦è«‹åŠ ä»¥æ›´æ–°ã€‚" + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"如果您根本æžä¸æ‡‚這些訊æ¯åœ¨è¬›äº›ä»€éº¼ï¼Œæˆ–著您沒有任何自訂的開機項目,您å¯ä»¥å¿½ç•¥" +"這個訊æ¯ã€‚" + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "ä¸ç®¡æ‚¨è¦æŽ¡å–何種方å¼ï¼Œç•¶æ‚¨æƒ³è®“ GRUB 2 å¯ä»¥ç”± MBR 直接啟動的話,您å¯ä»¥ï¼ˆä»¥ " +#~ "root 身份)執行以下的指令:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "GRUB 安è£å¤±æ•—了。是å¦ç¹¼çºŒï¼Ÿ" --- grub2-1.99.orig/debian/po/eo.po +++ grub2-1.99/debian/po/eo.po @@ -0,0 +1,416 @@ +# grub2 po-debconf translation to Esperanto +# Copyright (C) 2010, 2011 Software in the Public Interest +# This file is distributed under the same license as the grub2 package. +# Felipe Castro , 2010, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.99-5\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-06-29 21:08-0300\n" +"Last-Translator: Felipe Castro \n" +"Language-Team: Esperanto \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Ĉu ĉen-Åargi (chainload) el menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Aktualigaj skriptoj de GRUB detektis agordon de la malaktuala GRUB en /boot/" +"grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Por anstataÅ­igi la malaktualan version de GRUB en via sistemo, oni " +"rekomendas ke /boot/grub/menu.lst estu akomodita por Åargi je ekÅarga bildo " +"GRUB 2 el via ekzistanta agordo de malaktuala GRUB. Tiu ĉi paÅo povas esti " +"aÅ­tomate farata nun." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Oni rekomendas ke vi akceptu ĉen-Åargi je GRUB 2 el menu.lst, kaj kontrolu " +"ĉu via nova agordo de GRUB 2 bone funkcias antaÅ­ ol Äi estu skribata al la " +"MBR (Mastra EkÅarga Registro)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Kia ajn estu via decido, per GRUB 2 vi povos poste anstataÅ­igi la malnovan " +"bildon MBR, uzante la jenan komandon kiel root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Aparatoj instalataj de GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"La pako grub-pc estas Äisdatigata. Tiu ĉi menuo ebligas al vi elekti iujn " +"ajn aparatojn por esti aÅ­tomate instalotaj de grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Lanĉi grub-install aÅ­tomate estas rekomendinda plej kutime, por eviti ke la " +"instalita kerna bildo GRUB malsinkroniÄu kun la moduloj GRUB aŭ grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Se vi ne certas pri kiu pelilo estas difinita kiel ekÅarga por via BIOS, " +"ordinare estas bona ideo instali GRUB por ĉiuj el ili." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Rimarko: eblas instali GRUB ankaŭ al diskpartaj ekÅargaj registroj, kaj " +"kelkaj taÅ­gaj diskpartoj estas disponigataj ĉi tie. Tamen, tio devigas ke " +"GRUB uzu meÄ¥anismon bloklisto, kio igas Äin malpli fidinda, do tio ne estas " +"rekomendinda afero." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"La ekÅargilo GRUB estis antaÅ­e instalita al disko kiu ne plu ekzistas, " +"aŭ kies unika identigilo ÅanÄis ial ajn. Estas grave certigi ke la instalita " +"kerna bildo GRUB teniÄu sinkrona kun la moduloj GRUB kaj grub.cfg. Bonvolu " +"rekontroli por certigi ke GRUB estas skribota al taÅ­gaj ekÅargaj aparatoj." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Skribado de GRUB al ekÅarga aparato malsukcesis - ĉu daÅ­rigi?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB malsukcesis instali al la jenaj aparatoj:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Ĉu vi volas daÅ­rigi iel ajn? Se jes, eble via komputilo ne ekÅargiÄu Äuste." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Skribado de GRUB al ekÅarga aparato malsukcesis - ĉu reprovi?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Vi povas instali GRUB en iu alia aparato, kvankam vi devos kontroli ĉu via " +"sistemo ekÅargiÄos el tiu aparato. Alimaniere, la aktualigo el malnova GRUB " +"estos nuligata." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Ĉu daÅ­rigi sen instali GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Vi elektis ne instali GRUB al iu ajn aparato. Se vi daÅ­rigas, la ekÅargilo " +"eble ne estos Äuste agordita, kaj kiam tiu ĉi komputilo sekve ekÅaltos, Äi " +"uzos kion ajn estu antaÅ­e en la ekÅarga sektoro. Se ekzistas pli frua versio " +"de GRUB 2 en la ekÅarga sektoro, Äi eble ne povos Åargi je moduloj aŭ trakti " +"la nunan agordo-dosieron." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Se vi jam uzas malsaman ekÅargilon kaj vi volas daÅ­rigi kun tio, aŭ se tio " +"ĉi estas speciala medio kie vi ne bezonas ekÅargilon, tiam vi devos daÅ­rigi " +"tiel mem. Alie, vi devos instali GRUB ien ajn." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Ĉu forviÅi GRUB 2 el /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Ĉu vi volas forviÅi ĉiujn dosierojn GRUB 2 el /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Tio ĉi igos la sistemon ne ekÅargebla, krom se alia ekÅargilo estu instalita." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Ĉu finigi konverton al GRUB 2 nun?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Tiu ĉi sistemo ankoraÅ­ havas dosierojn el la malaktuala ekÅargilo GRUB " +"instalita, sed Äi nun ankaÅ­ havas ekÅargajn registrojn de GRUB 2 instalitaj " +"en tiuj ĉi diskoj: " + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Åœajnas ke la malaktuala GRUB ne plu estas uzata, kaj ke vi devos anstataÅ­e " +"aktualigi al bildoj GRUB 2 en tiuj ĉi diskoj, kaj finigi la konverton al " +"GRUB 2 forigante malnovajn malaktualajn dosierojn GRUB. Se vi ne aktualigos " +"tiujn ĉi bildojn GRUB 2, tiel ili povos esti malkongruaj al la novaj pakoj " +"igante ke via sistemo ĉesu ekÅargi senprobleme." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Vi devos ordinare finigi la konverton al GRUB 2, malkondiĉe ke tiuj ĉi " +"ekÅarg-registroj estu kreitaj de sistemo kun GRUB 2 instalita, en alia " +"operaciuma sistemo." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linuksa komand-linio:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La jena linuksa komand-linio estas elprenita el /etc/default/grub aÅ­ el la " +"parametro 'kopt' en la menu.lst de malaktuala GRUB. Bonvolu kontroli ĉu Äi " +"estas korekta, kaj modifu Äin laÅ­ neceso. Estas permesate ke la komand-linio " + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linuksa implicita komand-linio:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"La jena ĉeno estos uzata kiel linuksajn parametrojn por la ordinara menuero " +"sed ne por la restariga reÄimo." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Ordon-linio de kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La jena linuksa komand-linio de kFreeBSD estas elprenita el /etc/default/" +"grub aÅ­ el la parametro 'kopt' en la menu.lst de malaktuala GRUB. Bonvolu " +"kontroli ĉu Äi estas korekta, kaj modifu Äin laÅ­ neceso. Estas permesate ke " +"la komand-linio estu malplena." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Implicita komand-linio de kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"La jena ĉeno estos uzata kiel parametrojn de kFreeBSD por la ordinara " +"menuero sed ne por la restariga reÄimo." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map estas regenerita" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"La dosiero /boot/grub/device.map estas reskribita por uzi stabilajn aparat-" +"nomojn. En la plejparto de la situacioj, tio devus multe malpliigi la " +"bezonon ÅanÄi Äin estonte, kaj ekÅarg-menueroj kreitaj de GRUB ne devos esti " +"influataj." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Tamen, ĉar vi havas pli ol unu disko en via sistemo, eblas ke la sistemo " +"dependas de malnova aparat-mapo. Bonvolu kontroli ĉu ekzistas iun " +"personigitan ekÅarg-menueron, kiu surbaziÄas en disk-numerigo de GRUB (hdN), " +"kaj Äisdatigu Äin se necese." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Se vi ne komprenas tiun ĉi mesaÄon, aÅ­ se vi havas neniun personigitan " +"ekÅargan menueron, vi povas preteratenti ĉi tiun mesaÄon." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Ĉiukondiĉe, kiam vi volos ke GRUB 2 estu rekte Åargata el MBR, vi povos " +#~ "fari tion per lanĉado (kie root) de la jena komando:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "La instalado de GRUB malsukcesis. Ĉu daÅ­rigi?" --- grub2-1.99.orig/debian/po/ast.po +++ grub2-1.99/debian/po/ast.po @@ -0,0 +1,448 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-08-09 09:23+0100\n" +"Last-Translator: maacub \n" +"Language-Team: Asturian \n" +"Language: ast\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "¿Cadena de carga dende menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"El scripts d'actualización GRUB detectó una configuración GRUB Legacy en /" +"boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Col fin de camudar la versión Legacy de GRUB nel to sistema, ye recomendable " +"que /boot/grub/menu.lst seya axustáu a la cadena de carga GRUB 2 dende la to " +"configuración Legacy GRUB existente. Esti pasu puede ser fechu " +"automáticamente agora." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Ye recomendable que aceptes la cadena de carga GRUB 2 dende'l menu.lst, y " +"compruebes que la to nueva configuración de GRUB 2 ye funcional pa ti, " +"anantes de que lo instales directamente nel to MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "Falló GRUB al instalar nos siguientes preseos:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Falló GRUB al instalar nos siguientes preseos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"¿Quies siguir igualmente? Si quies, el to ordenador podría nun arrancar bien." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Falló la instalación de GRUB. ¿Intentalo otra vegada?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Puedes instalar GRUB a otru preséu, aunque deberíes comprobar que'l to " +"sistema arrancará dende esi preséu. De lo contrario, l'anovamientu de GRUB " +"encaboxarase." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "¿Siguir ensin instalar GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Escoyistes nun instalar GRUB en dengún preséu. De siguir, el xestor " +"d'arranque podría nun tar configuráu dafechu, y nel siguiente aniciu del " +"ordenador usarás lo que teníes previamente nel sector d'arranque. Si hai un " +"versión anterior de GRUB 2 nel sector d'arranque, podría ser capaz de cargar " +"módulos o remanar el ficheru de configuración actual." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Si ya tas executando un xestor d'arranque distintu y quies siguir " +"faciéndolo, o si ye un ambiente especial onde nun necesites un xestor " +"d'arranque, entós puedes siguir. D'otra miente, deberíes instalar GRUB en " +"dalgún sitiu." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "¿Finar agora conversión a GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Esti sistema tovía tien ficheros del xestor d'arranque GRUB instaláu, pero " +"agora tamién registros d'arranque GRUB 2 instaláu n'estos discos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Parez probable que GRUB ya nun ta n'usu, y que deberíes anovar les imáxenes " +"de GRUB 2 d'estos discos y finar la conversión a GRUB 2, desaniciando vieyos " +"ficheros heredaos de GRUB. Si nun anoves estes imáxenes de GRUB, entós " +"pueden ser incompatibles colos nuevos paquetes y facer que'l to sistema nun " +"arranque correutamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"En xeneral, deberíes finar la conversión a GRUB 2 a menos qu'estos rexistros " +"d'arranque fueren creaos por una instalación de GRUB 2 en dalgún otru " +"sistema operativu." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linia comandos Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La siguiente llinia de comandu Linux fue estrayía dende /etc/default/grub o " +"del parámetru `kopt' nel menú Legacy GRUB menu.lst. Por favor, comprueba que " +"ye correuto, y modificalo si ye necesario." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linia comandos por defeutu de Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"La siguiente cadena será usada como parámetros Linux pa la entrada del menú " +"por defeutu, pero non pal mou recuperación." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Linia comandos kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La siguiente llinia de comandu kFreeBSD fue estrayía dende /etc/default/grub " +"o del parámetru `kopt' nel menú Legacy GRUB menu.lst. Por favor, comprueba " +"que ye correuto, y modificalo si ye necesario." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Llínia comandos por defeutu kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"La siguiente cadena será usada cómo parametros kFreeBSD pa la entrada del " +"menú por defeutu, pero non pal mou recuperación." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map foi xeneráu" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"El ficheru /boot/grub/device.map foi sobroescritu pa usar nomes estables pal " +"preséu. Na mayoría de los casos, esto va a amenorgar considerablemente la " +"necesidá de camudar nel futuru, y les entraes del menú d'arranque GRUB " +"xeneraos nun deberíen vese afectaes." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"En too casu, ya tienes más d'un discu nel to sistema, ye posible que " +"dependieres del mapa antigüu del preséu. Por favor, comprueba si tienes o " +"non entraes d'arranque del menú personalizaes que se basen na númberación de " +"la unidá GRUB's (hdN), y anovalos si ye necesario." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Si nun entiendes esti mensax, o si nun tienes nenguna entrada personalizada " +"nel menú d'arranque, puedes ignorar esti mensax." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "En cualisquier casu, cuando quieras que GRUB 2 seya cargáu directamente " +#~ "dende'l MBR, puedes facelo col siguiente comandu (como root):" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "La instalación de GRUB falló. ¿Siguir?" --- grub2-1.99.orig/debian/po/id.po +++ grub2-1.99/debian/po/id.po @@ -0,0 +1,430 @@ +# Grub2 translation to Bahasa Indonesia. +# Copyright (C) Grub2 Developer +# This file is distributed under the same license as the Grub2 package. +# Arief S Fitrianto , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-09 12:11+0700\n" +"Last-Translator: Arief S Fitrianto \n" +"Language-Team: Debian Indonesian Translation Team \n" +"Language: id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Indonesian\n" +"X-Poedit-Country: INDONESIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Chainload dari menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Script pemutakhiran GRUB menemukan konfigurasi GRUB jadul di /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Untuk mengganti GRUB jadul pada sistem Anda, sangat disarankan menyesuaikan /" +"boot/grub/menu.lst agar memuat citra boot GRUB2 dari konfigurasi GRUB Jadul. " +"Langkah ini mungkin akan dilakukan otomatis sekarang." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Sangat disarankan Anda menerima hasil penyesuaian GRUB 2 dari menu.lst dan " +"memastikan bahwa konfigurasi GRUB 2 bekerja dengan baik sebelum Anda " +"memasangnya pada MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Apapun pilihan Anda, Anda dapat mengganti citra MBR lama dengan GRUB2 di " +"lain waktu dengan menjalankan perintah berikut sebagai root: " + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Piranti pemasangan GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Paket grub-pc sedang diperbaharui. Menu ini memungkinkan Anda memilih " +"piranti yang Anda inginkan untuk menjalankan grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Menjalankan grub-install secara otomatis sangat disarankan dalam kebanyakan " +"kasus. Hal ini untuk mencegah citra inti GRUB yang terpasang tidak sesuai " +"dengan modul GRUB atau grub.cfg" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Jika Anda tidak yakin piranti yang dijadikan piranti boot oleh BIOS, sangat " +"disarankan untuk memasang GRUB di semua piranti dimaksud." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Catatan: sangat mungkin memasang GRUB di partisi boot dan beberapa partisi " +"yang sesuai disajikan di sini. Tetapi, hal ini akan memaksa GRUB menggunakan " +"mekanisme blocklist, yang membuatnya kurang handal dan oleh karenanya tidak " +"disarankan." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Pemuat boot GRUB sebelumnya telah dipasang di harddisk yang sekarang sudah " +"lenyap atau identifikasi unik telah berubah karena suatu hal. Sangat penting " +"memastikan citra inti GRUB yang terpasang selalu sesuai dengan modul GRUB " +"dan grub.cfg. Mohon periksa kembali untuk memastikan GRUB ditulis di piranti " +"boot yang sesuai." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Gagal menulis GRUB ke piranti boot -- lanjutkan?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Gagal memasang GRUB pada piranti berikut ini:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Anda yakin akan lanjut terus? Jika ya, komputer Anda mungkin tidak dapat " +"beroperasi." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Gagal menulis GRUB ke piranti boot. Coba lagi?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Anda dapat memasang GRUB pada piranti lainnya. Tetapi, Anda harus memastikan " +"komputer dapat boot dari piranti tersebut. Jika tidak, pemutakhiran dari " +"GRUB jadul akan dibatalkan." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Lanjutkan tanpa memasang GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Anda memilih tidak memasang GRUB di piranti apapun. Jika Anda lanjutkan, " +"pemuat boot mungkin tidak terkonfigurasi dengan benar. Jika komputer ini " +"dinyalakan kembali, maka apapun yang sebelumnya ada di bootsector akan " +"digunakan. Jika ada versi awal GRUB2 di bootsector, mungkin tidak dapat " +"memuat modul-modul atau menangani berkas konfigurasi mutakhir." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Jika Anda telah menggunakan pemuat boot yang berbeda dan ingin tetap seperti " +"itu, atau ada kebutuhan khusus yang membuat Anda tidak memerlukan pemuat " +"boot, maka Anda bisa melanjutkan terus. Jika tidak, Anda harus memasang GRUB " +"di tempat lain." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Hapus GRUB 2 dari /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Yakinkah Anda ingin menghapus semua berkas GRUB 2 dari /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Hal ini akan membuat sistem tidak dapat booting kecuali Anda memasang pemuat " +"boot lainnya." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Selesaikan proses konversi ke GRUB2 sekarang?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Sistem ini masih memiliki berkas-berkas dari pemuat boot GRUB Jadul, tapi " +"sekarang juga memiliki rekam boot GRUB2 di piranti berikut:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Tampaknya GRUB Jadul sudah tidak terpakai, dan Anda sebaiknya memasang citra " +"GRUB2 pada harddisk ini, lalu menyelesaikan proses konversi ke GRUB2 dengan " +"menghapus berkas-berkas GRUB Jadul. Jika Anda tidak memutakhirkan citra " +"GRUB2, maka mungkin akan ada masalah inkompatibilitas dengan paket-paket " +"baru dan membuat sistem Anda tidak dapat booting dengan benar." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Anda sebaiknya menyelesaikan konversi ke GRUB2 kecuali jika rekam boot ini " +"dibuat melalui pemasangan GRUB2 pada sistem operasi lain." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Baris perintah Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Baris perintah Linux berikut ini disadur dari /etc/default/grub atau " +"parameter 'kopt' di menu.lst pada GRUB jadul. Pastikan kebenarannya dan " +"suntinglah bila perlu." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Baris perintah standar Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"String berikut ini akan digunakan sebagai parameter Linux untuk menu standar " +"tetapi tidak digunakan untuk modus darurat." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Baris perintah kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Baris perintah kFreeBSD berikut ini disadur dari /etc/default/grub atau " +"parameter 'kopt' di menu.lst pada GRUB jadul. Pastikan kebenarannya dan " +"suntinglah bila perlu." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Baris perintah standar kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"String berikut ini digunakan sebagai parameter kFreeBSD untuk menu standar, " +"tetapi tidak digunakan untuk modus darurat." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map telah dibuat ulang." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Berkas /boot/grub/device.map telah ditulis ulang agar menggunakan nama " +"piranti yang stabil. Dalam kebanyakan kasus, hal ini berarti mengurangi " +"kemungkinan perubahan di masa datang, dan isian menu boot yang dibuat oleh " +"GRUB tidak akan terpengaruh." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Akan tetapi, karena ada lebih dari satu harddisk pada sistem ini, sangat " +"mungkin bahwa Anda bergantung pada peta piranti yang lama. Mohon periksa " +"apakah Anda memiliki isian menu boot GRUB secara manual yang menggunakan " +"penomoran harddisk (hdN). Jika ya, perbaiki yang diperlukan. " + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Jika Anda tidak mengerti pesan ini atau jika tidak memiliki isian menu boot " +"secara manual, Anda bisa mengabaikan pesan ini." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Di semua kasus, ketika Anda ingin agar GRUB 2 dimuatkan langsung dari " +#~ "MBR, Anda dapat melakukan (sebagai root) perintah berikut:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Gagal memasang GRUB. Lanjutkan?" --- grub2-1.99.orig/debian/po/kk.po +++ grub2-1.99/debian/po/kk.po @@ -0,0 +1,412 @@ +# Kazakh translation for grub2. +# Copyright (C) 2010 The Grub team +# This file is distributed under the same license as the PACKAGE package. +# Baurzhan Muftakhidinov , 2010-2011. +# +msgid "" +msgstr "" +"Project-Id-Version: master\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-06-18 23:22+0600\n" +"Last-Translator: Baurzhan Muftakhidinov \n" +"Language-Team: Kazakh \n" +"Language: kk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" +"X-Poedit-Language: Kazakh\n" +"X-Poedit-Country: KAZAKHSTAN\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "menu.lst ішінен тізбектей жүктелу керек пе?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "GRUB жаңарту Ñкриптері /boot/grub ішінен орнатылған GRUB Legacy тапты." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"GRUB Legacy нұÑқаÑын алмаÑтыру үшін, Ñіздің бар болып тұрған GRUB Legacy " +"орнатудың /boot/grub/menu.lst файлынан GRUB 2 жүктеушіÑін тізбектей жүктеуге " +"баптауға Ò±Ñынылады. Бұл қадам қазір автоматты түрде жаÑалуы мүмкін." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"GRUB 2-ні menu.lst ішінен тізбектей жүктеуді қабылдау, және жаңа GRUB 2 " +"орнатуы оны MBR (БаÑÑ‚Ñ‹ жүктелу жазбаÑына) ішіне Ð¶Ð°Ð·Ð±Ð°Ñ Ð±Ò±Ñ€Ñ‹Ð½ Ð¶Ò±Ð¼Ñ‹Ñ " +"Ñ–Ñтейтінін текÑеру Ò±Ñынылады." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Шешіміңіз қандай болÑа да, кейін Ñіз әрқашан да еÑкі MBR бейнеÑін жаңа GRUB " +"2-мен ауыÑтыра алаÑыз, ол үшін root атынан келеÑÑ– команда орындауыңыз керек:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB орнатылатын құрылғылар:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"grub-pc деÑтеÑÑ– жаңартылуда. Бұл мәзір Ñізге қай құрылғылар үшін grub-" +"install автожөнелту қалайтыныңызды көрÑетуге мүмкін қылады, егер ондай " +"құрылғылар бар болÑа." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"grub-install автожөнелту көп жағдайда Ò±Ñынылады, орнатылған GRUB өзегі және " +"модульдер не grub.cfg-мен үйлеÑімді болуы үшін." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Егер Ñіз BIOS-та қай диÑк жүктелетін етіп орнатылғанын нақты білмеÑеңіз, " +"GRUB-Ñ‚Ñ‹ диÑктердің барлығына орнатуға да болады." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"ЕÑкерту: GRUB-Ñ‚Ñ‹ бөлімнің жүктелу жазбаÑына да орнатуға болады, ÑÓ™Ð¹ÐºÐµÑ " +"келетін бөлімдер тізімі төменде көрÑетілген. Ðлайда, бұл әрекет GRUB-Ñ‚Ñ‹ " +"блоктізімді қолдануға мәжбүрлетеді, Ñғни оның икемділігін төмендетеді, Ñол " +"үшін Ò±Ñынылмайды." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"GRUB жүктеушіÑÑ– қазір жоқ болып тұрған, немеÑе қандай да бір Ñебептермен " +"уникалды идентификаторы өзгерген диÑкіге бұрын орнатулы болған. Орнатылған " +"GRUB өзегі және модульдер мен grub.cfg-мен үйлеÑімді болуын текÑеру маңызды. " +"GRUB Ð´Ò±Ñ€Ñ‹Ñ Ð¶Ò¯ÐºÑ‚ÐµÐ»Ñƒ құрылғыларына жазылғанын тағы да бір рет текÑеріңіз." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} МБ; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} МБ; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "GRUB-Ñ‚Ñ‹ жүктелу құрылғыÑына жазу ÑәтÑіз - жалғаÑтыру керек пе?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB келеÑÑ– құрылғыларға орнату ÑәтÑіз аÑқталды:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Бәрібір жалғаÑтыруды қалайÑыз ба? ÐәтижеÑінде компьютеріңіз Ð´Ò±Ñ€Ñ‹Ñ Ð¶Ò¯ÐºÑ‚ÐµÐ»Ð¼ÐµÑƒÑ– " +"мүмкін." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "GRUB-Ñ‚Ñ‹ жүктелу құрылғыÑына жазу ÑәтÑіз - қайталау керек пе?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Сіз оған қоÑа GRUB-Ñ‚Ñ‹ баÑқа да құрылғыларға орната алаÑыз, бірақ жүйеңіз ол " +"кезде жүктеле алатынына көз жеткізіңіз. БолмаÑа, GRUB Legacy нұÑқаÑынан " +"жаңартудан Ð±Ð°Ñ Ñ‚Ð°Ñ€Ñ‚Ñ‹Ð»Ð°Ð´Ñ‹." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "GRUB орнатпай-ақ жалғаÑтыру керек пе?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Сіз GRUB-Ñ‚Ñ‹ ешбір құрылғыға орнатпауды қалағанÑыз. ЖалғаÑÑ‚Ñ‹Ñ€Ñаңыз, жүктеуші " +"Ð´Ò±Ñ€Ñ‹Ñ Ð±Ð°Ð¿Ñ‚Ð°Ð»Ð¼Ð°ÑƒÑ‹ мүмкін, және компьютеріңіз келеÑÑ– рет жүктелген кезде, " +"жүктелу жазбаÑында оған дейін болған нәрÑені қолданады. Егер ол жүктелу " +"жазбаÑында GRUB 2 ертерек шыққан нұÑқаÑÑ‹ болÑа, ол модульдерді жүктей алмай, " +"не ағымдағы баптаулар файлын талдай алмайтын болуы әдбен мүмкін." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Егер Ñіз баÑқа жүктеушіні қолданып, оны жалғаÑтыруды қалаÑаңыз, немеÑе бұл - " +"жүктеушіні талап етпейтін ерекше жүйе болÑа, онда жалғаÑтырыңыз. БолмаÑа, " +"қайда болÑа да, GRUB орнатуыңыз керек." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "GRUB 2 /boot/grub ішінен өшіру керек пе?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "GRUB 2 барлық файлдарын /boot/grub ішінен өшіруді шынымен қалайÑыз ба?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Бұл әрекет баÑқа жүктеуші орнатылмаған болÑа, жүйеңізді жүктелмейтін қылады." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "GRUB 2-ге айналдыруды қазір аÑқтау керек пе?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Жүйеде әлі де GRUB Legacy жүктеушіÑÑ– орнатылған, оған қоÑа GRUB 2 жүктелу " +"жазбалары келеÑÑ– диÑкілерге орнатылған:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"GRUB Legacy енді қолданылмайтын ÑиÑқты, орнына GRUB 2 бейнелерін ол " +"диÑкілерде жаңартып, еÑкі GRUB Legacy файлдарын өшіріңіз. GRUB 2 бейнелерін " +"жаңартпаÑаңыз, олар жаңа деÑтелермен үйлеÑпей, жүйеңіз Ð´Ò±Ñ€Ñ‹Ñ Ð¶Ò¯ÐºÑ‚ÐµÐ»Ð¼ÐµÑƒÑ– " +"мүмкін." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"GRUB 2 дейін жаңартуды аÑқтауыңыз керек, егер оÑÑ‹ жүктелу жазбалары баÑқа " +"жүйеде орнатылған GRUB 2 көмегімен жаÑалмаған болÑа." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux командалық жолы:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"КелеÑÑ– Linux командаÑÑ‹ /etc/default/grub ішінен не GRUB Legacy menu.lst " +"ішіндегі `kopt' параметрінен алынды. Оның дұрыÑтығын текÑеріп, керек болÑа, " +"өзгертіңіз. Бұл командалық жол Ð±Ð¾Ñ Ð±Ð¾Ð»Ñа да болады." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linux баÑтапқы командалық жолы:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"КелеÑÑ– жол Linux параметрлері баÑтапқы мәзірі үшін, бірақ қалпына келтіру " +"үшін емеÑ, қолданылатын болады." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD командалық жолы:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"КелеÑÑ– kFreeBSD командаÑÑ‹ /etc/default/grub ішінен не GRUB Legacy menu.lst " +"ішіндегі `kopt' параметрінен алынды. Оның дұрыÑтығын текÑеріп, керек болÑа, " +"өзгертіңіз. Бұл командалық жол Ð±Ð¾Ñ Ð±Ð¾Ð»Ñа да болады." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD баÑтапқы командалық жолы:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"КелеÑÑ– жол kFreeBSD параметрлері баÑтапқы мәзірі үшін, бірақ қалпына келтіру " +"үшін емеÑ, қолданылатын болады." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map қайта құрылды" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"/boot/grub/device.map файлы құрылғылардың тұрақты аттарын қолданатындай " +"түзетілген. Көп жағдайда, болашақта өзгерту керек ÐµÐ¼ÐµÑ Ð±Ð¾Ð»Ð°Ð´Ñ‹, және GRUB " +"жаÑаған мәзір Ñлементтері өзгеріÑÑіз-ақ қалады." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Ðлайда, жүйеңізде бірден көп диÑк болған Ñоң, еÑкі device map-қа тәуелді " +"болуыңыз мүмкін. GRUB-Ò£ (hdN) түріндегі диÑктер нөмірленуі мәзірде жоқ " +"болуына көз жеткізіңіз, керек болÑа, оларды жаңартыңыз." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Егер Ñіз оÑÑ‹ хабарламаны Ñ‚Ò¯ÑінбеÑеңіз, немеÑе Ñізде таңдауыңызша жүктелу " +"мәзірінің Ñлементтері жоқ болÑа, бұл хабарламаны елемеңіз." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Қалай болÑа да, GRUB 2 тура MBR ішінен жүктелуді қалайтын болÑаңыз, Ñол " +#~ "кезде root атынан келеÑÑ– команданы орындаңыз:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "GRUB орнату ÑәтÑіз. ЖалғаÑтыру керек пе?" --- grub2-1.99.orig/debian/po/dz.po +++ grub2-1.99/debian/po/dz.po @@ -0,0 +1,444 @@ +# Translation of grub2 debconf templates to Dzongkha +# Copyright (C) 2010 Dzongkha Localization +# This file is distributed under the same license as the PACKAGE package. +# Jurmey Rabgay , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-11-19 12:16+0530\n" +"Last-Translator: dawa pemo \n" +"Language-Team: Dzongkha \n" +"Language: dz\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2;plural=(n!=1)\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "menu.lst ནང་ལས་ ཅེན་ལོཌི་འབད་ནི་ཨིན་ན?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUB དུས་མà½à½´à½“་ཡིག་ཚུགས་ཚུ་གིས་ /boot/grub ནང་ལུ་ GRUB སྔོན་བཤུལ་གཞི་སྒྲིག་ཅིག་སà¾à¾±à½¼à½“་འཛིན་འབད་ནུག" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"à½à¾±à½¼à½‘་རའི་རིམ་ལུགས་ནང་ལུ་ GRUB གི་སྔོན་བཤུལ་à½à½¼à½“་རིམ་ཚབ་བཙུགས་འབད་ནི་གི་དོན་ལུ་ /boot/grub/menu." +"lst འདི་ à½à¾±à½¼à½‘་རའི་ཡོད་བཞིན་པའི་སྔོན་བཤུལ་གཞི་སྒྲིག་ནང་ལས་ ཅེན་ལོཌི་ GRUB ༢ ལུ་ བདེ་སྒྲིག་འབད་དགོཔ་སྦེ་" +"འོས་སྦྱོར་འབད་ནུག གཞི་སྒྲིག་འདི་ ཡང་ཅིན་ འཕྲལ་ར་རང་བཞིན་གྱིས་ལཱ་འབད་འོང་à¼" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"à½à¾±à½¼à½‘་ཀྱིས་ menu.lst ནང་ལས་ ཅེན་ལོ་ཌིང་དང་ལེན་འབད་དེ་ GRUB ༢ གཞི་སྒྲིག་གསརཔ་འདི་ MBR " +"(Master Boot Record) ལུ་à½à½‘་ཀར་གཞི་བཙུགས་མ་འབད་བའི་ཧེ་མ་ གཡོག་བཀོལ་བà½à½´à½–་མི་བà½à½´à½–་བལྟ་དགོ་" +"པའི་འོས་སྦྱོར་འབད་དེ་ཡོདà¼" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "GRUB འདི་ འོག་གི་à½à½–ས་འཕྲུལ་ཚུ་ནང་གཞི་བཙུགས་འབད་མ་ཚུགས་པས:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +#, fuzzy +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} ཨེམ་བི་ ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} ཨེམ་བི་ ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB འདི་ འོག་གི་à½à½–ས་འཕྲུལ་ཚུ་ནང་གཞི་བཙུགས་འབད་མ་ཚུགས་པས:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"ག་དེ་འབད་རུང་ འཕྲོ་མà½à½´à½‘་འབད་ནི་ཨིན་ན? འཕྲོ་མà½à½´à½‘་འབད་བ་ཅིན་ à½à¾±à½¼à½‘་ཀྱི་གློག་རིག་འདི་ལེགས་ཤོམ་སྦེ་འགོ་" +"བཙུགས་མི་ཚུགསà¼" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "GRUB གཞི་བཙུགས་འà½à½´à½¦à¼‹à½¤à½¼à½¢à¼‹à½–ྱུང་ཡོདཔ༠ལོག་འབད་རྩོལ་བསà¾à¾±à½ºà½‘་ནི་ཨིན་ན?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"à½à¾±à½¼à½‘་ཀྱིས་ à½à½–ས་འཕྲུལ་གཞན་ཚུ་ནང་ GRUB གཞི་བཙུགས་འབད་ཚུགསཔ་འོང་ ཨིན་རུང་ à½à¾±à½¼à½‘་རའི་རིམ་ལུགས་འདི་ " +"à½à½–ས་འཕྲུལ་དེ་ལས་བུཊི་འབད་བà½à½´à½–་ག་ཞིབ་དཔྱད་འབད་དགོ༠དེ་མེན་པ་ཅིན་ GRUB སྔོན་བཤུལ་ལས་དུས་མà½à½´à½“་" +"འབད་མི་དེ་ཆ་མེད་འགྱོ་འོང་à¼" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "GRUB གཞི་བཙུགས་མ་འབད་བར་འཕྲོ་མà½à½´à½‘་ནི་ཨིན་ན?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"à½à¾±à½¼à½‘་ཀྱིས་ à½à½–ས་འཕྲུལ་གང་རུང་ནང་ GRUB གཞི་བཙུགས་མ་འབད་ནི་སྦེ་གདམ་à½à¼‹à½–རà¾à¾±à½–ས་ནུག འཕྲོ་མà½à½´à½‘་དེ་འབད་བ་" +"ཅིན་ བུཊི་མངོན་གསལ་པ་འདི་ ལེགས་ཤོམ་སྦེ་རིམ་སྒྲིག་མི་འབད་་འོང་༠དེ་ལས་ à½à¾±à½¼à½‘་ཀྱི་གློག་རིག་འདི་ཤུལ་ལས་འགོ་" +"བཙུགསཔ་ད་ ཧེ་མ་ལས་བུཊི་ས་à½à½¼à½„ས་ག་ཅི་ཡོད་རུང་ ལག་ལེན་འà½à½–་འོང་༠གལ་སྲིད་ བུཊི་ས་à½à½¼à½„ས་ ནང་ ཧེ་མའི་" +"à½à½¼à½“་རིམ་ GRUB ༢ འདི་ཡོད་པ་ཅིན་ མོ་ཌུལ་འདི་མངོན་གསལ་འབད་མི་ཚུགས་ནི་ ཡང་ན་ ད་ལྟོའི་རིམ་སྒྲིག་ཡིག་" +"སྣོད་འདི་ལེགས་སà¾à¾±à½¼à½„་འà½à½–་མི་ཚུགསཔ་འོང་à¼" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"à½à¾±à½¼à½‘་ཀྱིས་ ཧེ་མ་ལས་ བུཊི་མངོན་གསལ་འབད་མི་སོར་སོ་ཅིག་གཡོག་བཀོལ་འདོད་ཡོད་པ་ཅིན་ ཡང་ན་ འ་ནི་འདི་ " +"བུཊི་མངོན་གསལ་འབད་མི་ཅིག་དགོཔ་མེད་པའི་དམིགས་བསལ་གྱི་ས་à½à½¼à½„ས་མེན་པ་ཅིན་ འཕྲོ་མà½à½´à½‘་མ་འབད༠དེ་མེན་པ་" +"ཅིན་ ག་à½à½ºà¼‹à½ à½–ད་རུང་ GRUB གཞི་བཙུགས་འབད་དགོà¼" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "ད་ལྟོ་ར་ GRUB ༢ ལུ་གཞི་བསྒྱུར་མཇུག་བསྡུ་ནི་ཨིན་ན?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"རིམ་ལུགས་འདི་ལུ་ གཞི་བཙུགས་འབད་ཡོད་པའི་ GRUB སྔོན་བཤུལ་བུཊི་མངོན་གསལ་འབད་མིའི་ནང་ལས་ཡིག་སྣོད་ཚུ་" +"འདུག ཨིན་རུང་ ད་ལྟོ་འབདà½à¼‹à½‘་ ཌིཀསི་ཚུ་གུ་ GRUB ༢ བུཊི་དྲན་à½à½¼à¼‹à½‚ཞི་བཙུགས་འབད་དེ་ཡོད:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"GRUB སྤྱོད་ཤུལ་འདི་ ལག་ལེན་འà½à½–་སྟེ་མེདཔ་བཟུམ་ཅིག་ཡོདཔ་དང་ འདི་གི་ཚབ་ལུ་ ཌིཀསི་གུ་ཡོད་མི་ GRUB 2 " +"གཟུགས་བརྙན་ཚུ་དུས་མà½à½´à½“་བཟོ་ཞིནམ་ལས་ GRUB སྤྱོད་ཤུལ་ཡིག་སྣོད་རྙིངམ་ཚུ་ གཞི་བསྒྱུར་འབད་ནི་མཇུག་བསྡུ༠à½à¾±à½¼à½‘་" +"ཀྱིས་ GRUB 2 གཟུགས་བརྙན་ཚུ་དུས་མà½à½´à½“་མ་བཟོ་བ་ཅིན་ འདི་ཚུ་ à½à½´à½˜à¼‹à½¦à¾’ྲིལ་གསརཔ་ཚུ་དང་གཅིག་à½à½¢à¼‹à½˜à½à½´à½“་འགྱུར་" +"ཅན་མི་འོང་ནི་ཨིནམ་དང་ à½à¾±à½¼à½‘་ཀྱི་རིམ་ལུགས་ཚུལ་མà½à½´à½“་སྦེ་ བུཊི་འབད་ནི་ལས་བཀག་ཆ་འབད་འོང་à¼" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"GRUB 2 གཞི་བཙུགས་ཀྱིས་ བཀོད་སྤྱོད་རིམ་ལུགས་ གཞན་གཅིག་གུ་ བུཊི་དྲན་à½à½¼à¼‹à½ à½‘ི་ཚུ་ གསར་བསà¾à¾²à½´à½“་མ་འབདà½à¼‹" +"ལས་ GRUB 2 ལུ་ གཞི་བསྒྱུར་འབད་ཚར་དགོà¼" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "ལི་ནགསི་བརྡ་བཀོད་གྲལ་à½à½²à½‚་:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"འོག་གི་ ལི་ནགསི་བརྡ་བཀོད་གྲལà½à½²à½‚་འདི་ from from /etc/default/grub or the `kopt' " +"parameter in GRUB Legacy's menu.lst. ལས་ ཕྱིར་དོན་འབད་འབདà½à¼‹à½¨à½²à½“༠འདི་ངེས་བདེན་ཨིནམ་" +"བདེན་སྦྱོར་འབད་ཞིནམ་ལས་ དགོས་མà½à½¼à¼‹à½¡à½¼à½‘་པ་ཅིན་ལེགས་བཅོས་འབདà¼" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "ལི་ནགསི་སྔོན་སྒྲིག་བརྡ་བཀོད་གྲལ་à½à½²à½‚་:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"འོག་གི་ཡིག་རྒྱུན་འདི་ སྔོན་སྒྲིག་དཀར་ཆག་à½à½¼à¼‹à½–ཀོད་ཀྱི་དོན་ལུ་ ལི་ནགསི་ཚད་འཛིན་སྦེ་ལག་ལེན་འà½à½–་ནི་ཨིན་ དེ་" +"འབདà½à¼‹à½‘་ སླར་གསོ་à½à½–ས་ལམ་གྱི་དོན་ལུ་མེནà¼" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD བརྡ་བཀོད་གྲལ་à½à½²à½‚་:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"འོག་གི་ kFreeBSD བརྡ་བཀོད་གྲལ་à½à½²à½‚་འདི་ /etc/default/grub or the `kopt' parameter " +"in GRUB Legacy's menu.lst ལས་ ཕྱིར་འདོན་འབད་འབདà½à¼‹à½¨à½²à½“༠འདི་ངེས་དེན་ཨིནམ་བདེན་སྦྱོར་འབད་" +"ཞིནམ་ལས་ དགོས་མà½à½¼à¼‹à½¡à½¼à½‘་པ་ཅིན་ ལེགས་བཅོས་འབདà¼" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD སྔོན་སྒྲིག་བརྡ་བཀོད་གྲལ་à½à½²à½‚་:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"འོག་གི་ཡིག་རྒྱུན་ཚུ་ སྔོན་སྒྲིག་དཀར་ཆག་à½à½¼à¼‹à½–ཀོད་ཀྱི་དོན་ལུ་ kFreeBSD སྦེ་ལག་ལེན་འà½à½–་འོང་ དེ་འབདà½à½‘་ " +"སླར་གསོ་à½à½–ས་ལམ་གྱི་དོན་ལུ་ལག་ལེན་མི་འà½à½–à¼" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map འདི་ ལོག་བཟོ་ཡོདཔà¼" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"ཡིག་སྣོད་ /boot/grub/device.map འདི་ རྩ་བརྟན་ à½à½–ས་འཕྲུལ་མིང་ཚུ་ལག་ལེན་འà½à½–་སྦེ་ལོག་འབྲི་ཡོདཔ་" +"ཨིན༠གནད་དོན་མང་ཤོས་ཅིག་ནང་ འདི་གིས་ མ་འོངས་པའི་ནང་བསྒྱུར་བཅོས་འབད་ནི་མར་ཕབ་འབད་དགོཔ་་ཨིནམ་" +"དང་ GRUB གིས་ བཟོ་བà½à½¼à½“་འབད་ཡོད་པའི་ བུཊི་དཀར་ཆག་à½à½¼à¼‹à½–ཀོད་ཚུ་ལུ་གནོད་སà¾à¾±à½¼à½“་འབྱུ་ཕཅུག་ནི་མི་འོང་à¼" + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"ག་དེ་སྦེ་རངུ་ à½à¾±à½¼à½‘་ཀྱི་རིམ་ལུགས་ནང་ ཌིཀསི་གཅིག་ལས་ལྷགཔ་སྦེ་ཡོདཔ་ལས་ à½à¾±à½¼à½‘་ à½à½–ས་འཕྲུ་ས་à½à¾²à¼‹à½¢à¾™à½²à½„མ་འདི་ལུ་" +"བརྟེན་ཚུགས༠à½à¾±à½¼à½‘་ལུ་ GRUB's (hdN) འདྲེན་འཕྲུལ་ ཨང་བà½à½‚ས་ནིའི་་སྲོལ་སྒྲིག་ བུཊི་དཀར་ཆག་à½à½¼à¼‹à½–ཀོད་ཚུ་ཡོད་" +"མེད་ཞིབ་དཔྱད་འབད་ཞིནམ་ལས་ དགོས་མà½à½¼à¼‹à½‘ང་བསྟུན་à½à½ºà¼‹ དུས་མà½à½´à½“་བཟོà¼" + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"འཕྲིན་དོན་འདི་ཧ་མ་གོà½à¼‹ ཡང་ན་ à½à¾±à½¼à½‘་ལུ་ སྲོལ་སྒྲིག་དཀར་ཆག་à½à½¼à¼‹à½–ཀོད་གང་རངུ་མེད་པ་ཅིན་ འཕྲིན་དོན་འདི་སྣང་" +"མེད་སྦེ་བཞགà¼" + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "ཡང་ཅིན་ à½à¾±à½¼à½‘་ར་ལུ་ GRUB ༢ འདི་ MBR ལས་ ནམ་ཨིན་རུང་ མངོན་གསལ་འབད་འདོད་ཡོད་པ་ཅིན་ འོག་" +#~ "གི་བརྡ་བཀོད་འདི་ རྩ་བའི་à½à½¼à½‚་ལས་འབད་བà½à½´à½–:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "GRUB གཞི་བཙུགས་འà½à½´à½¦à¼‹à½¤à½¼à½¢à¼‹à½–ྱུང་ཡོདཔ༠འཕྲོ་མà½à½´à½‘་འབད་ནི་ཨིན་ན?" --- grub2-1.99.orig/debian/po/is.po +++ grub2-1.99/debian/po/is.po @@ -0,0 +1,404 @@ +# translation of grub_debian_po.po to Icelandic +# Copyright (C) Free Software Foundation +# This file is distributed under the same license as the PACKAGE package. +# +# Sveinn í Felli , 2010. +msgid "" +msgstr "" +"Project-Id-Version: grub_debian_po\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-10-12 13:36+0000\n" +"Last-Translator: Sveinn í Felli \n" +"Language-Team: Icelandic \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Raðhlaða (chainload) úr menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Uppfærsluskriftur GRUB hafa fundið eldri uppsetningu GRUB í /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automatically " +#| "performed now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Til að skipta eldri uppsetningu GRUB út af kerfinu, þá er mælt með því að /" +"boot/grub/menu.lst sé stillt til að raðhlaða (chainload) GRUB 2 frá þessari " +"eldri uppsetningu á GRUB. Hægt er að framkvæma þetta skref sjálfvirkt núna." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Mælt með því að þú samþykkir að raðhlaða GRUB 2 úr menu.lst, auk þess að þú " +"skoðir hvort GRUB 2 uppsetningin virki fyrir þig, áður en þú setur þetta upp " +"beint á ræsigeirann MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "Uppsetning GRUB mistókst á eftirfarandi tækjum:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +#, fuzzy +#| msgid "GRUB installation failed. Continue?" +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Uppsetning GRUB mistókst. Halda áfram?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Uppsetning GRUB mistókst á eftirfarandi tækjum:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +#, fuzzy +#| msgid "" +#| "Do you want to continue anyway? If you do, your computer may not start " +#| "up properly." +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Viltu samt halda áfram? Ef þú gerir það er ekki víst að tölvan þín ræsist " +"aftur eðlilega." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Uppsetning GRUB mistókst. Reyna aftur?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "" +#| "You may be able to install GRUB to some other device, although you should " +#| "check that your system will boot from that device. Otherwise, the " +#| "upgrade from GRUB Legacy will be cancelled." +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Þú gætir hugsanlega sett GRUB upp á eitthvað annað tæki, samt ættirðu að " +"skoða vel hvort kerfið þitt sé fært um að ræsa upp af því tæki. Að öðrum " +"kosti verður hætt við uppfærslu gamla GRUB ræsistjórans." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Halda áfram án þess að setja upp GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is " +#| "an earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Þú valdir að setja GRUB ekki upp á neitt tæki. Ef þú heldur áfram verður " +"ræsistjórinn ekki rétt stilltur, og þegar tölvan þín ræsist næst mun hún " +"nota hvað það sem fyrir er núna á ræsigeiranum. Ef á ræsigeiranum er til " +"dæmis eldri útgáfa af GRUB 2, er möguleiki á að hún ráði ekki við að hlaða " +"inn ákveðnum kjarnaeiningum eða nái ekki að lesa stillingaskrána fyrir þetta " +"stýrikerfi." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Ljúka núna umbreytingu í GRUB 2 ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux skipanalína:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Sjálfgefin Linux skipanalína:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD skipanalína:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Sjálfgefin kFreeBSD skipanalína:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map var endurskrifað" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Ef þú skilur ekki þessi skilaboð, eða ef þú hefur engar sérsniðnar " +"ræsifærslur, þá geturðu hunsað skilaboðin." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Hvað sem þú velur - ef þú vilt síðan að GRUB 2 verði hlaðið inn beint úr " +#~ "MBR ræsigeiranum, þá geturðu breytt þessu með því að gefa (sem " +#~ "kerfisstjóri/root) eftirfarandi skipun:" --- grub2-1.99.orig/debian/po/ta.po +++ grub2-1.99/debian/po/ta.po @@ -0,0 +1,381 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Dr,T,Vasudevan , 2010. +msgid "" +msgstr "" +"Project-Id-Version: ta\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-04-18 21:36+0530\n" +"Last-Translator: Dr,T,Vasudevan \n" +"Language-Team: Tamil >\n" +"Language: ta\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 0.3\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "menu.lst இலிரà¯à®¨à¯à®¤à¯ சஙà¯à®•à®¿à®²à®¿à®à®±à¯à®±à®®à¯ செயà¯à®¯à®²à®¾à®®à®¾?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "/boot/grub இல௠பாரமà¯à®ªà®°à®¿à®¯ கà¯à®°à®ªà¯ அமைபà¯à®ªà¯ உளà¯à®³à®¤à®¾à®• கà¯à®°à®®à¯ மேமà¯à®ªà®Ÿà¯à®¤à¯à®¤à®²à¯ நிரல௠கணà¯à®Ÿà®¤à¯." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"பாரமà¯à®ªà®°à®¿à®¯ கà¯à®°à®ªà¯ அமைபà¯à®ªà¯ˆ உஙà¯à®•à®³à¯ கணினியிலிரà¯à®¨à¯à®¤à¯ மாறà¯à®± இபà¯à®ªà¯‹à®¤à¯à®³à¯à®³ பாரமà¯à®ªà®°à®¿à®¯ கà¯à®°à®ªà¯ அமைபின௠/" +"boot/grub/menu.lst ஠கà¯à®°à®ªà¯2 இலிரà¯à®¨à¯à®¤à¯ சஙà¯à®•à®¿à®²à®¿à®à®±à¯à®±à®®à¯ செயà¯à®¯ பரிநà¯à®¤à¯à®°à¯ˆà®•à¯à®•à®ªà¯à®ªà®Ÿà¯à®•à®¿à®±à®¤à¯. இநà¯à®¤ " +"படி இபà¯à®ªà¯‹à®¤à¯ தானியஙà¯à®•à®¿à®¯à®¾à®• செயà¯à®¯à®ªà¯à®ªà®Ÿ à®®à¯à®Ÿà®¿à®¯à¯à®®à¯." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"கà¯à®°à®ªà¯2 இலிரà¯à®¨à¯à®¤à¯ சஙà¯à®•à®¿à®²à®¿à®à®±à¯à®±à®®à¯ செயà¯à®¯ இபà¯à®ªà¯‹à®¤à¯ ஒபà¯à®ªà¯à®•à¯à®•à¯Šà®³à¯à®³ பரிநà¯à®¤à¯à®°à¯ˆ செயà¯à®¯à®ªà¯à®ªà®Ÿà¯à®•à®¿à®±à®¤à¯. மேலà¯à®®à¯ " +"உஙà¯à®•à®³à¯ பà¯à®¤à®¿à®¯ கà¯à®°à®ªà¯2 அமைபà¯à®ªà¯ செயல௠சரியாக உளà¯à®³à®¤à®¾ எனà¯à®ªà®¤à¯ˆà®¯à¯à®®à¯ சரி பாரà¯à®•à¯à®•à®µà¯à®®à¯. அதறà¯à®•à¯à®ªà¯à®ªà®¿à®©à¯ " +"எமà¯à®ªà®¿à®†à®°à¯ இல௠நேரடியாக நிறà¯à®µà®¿à®•à¯à®•à¯Šà®³à¯à®³à®²à®¾à®®à¯." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "லீனகà¯à®¸à¯ கடà¯à®Ÿà®³à¯ˆ வரி:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"பின௠வரà¯à®®à¯ லீனகà¯à®¸à¯ கடà¯à®Ÿà®³à¯ˆ வரி /etc/default/grub இலிரà¯à®¨à¯à®¤à¯ அலà¯à®²à®¤à¯ கà¯à®°à®ªà¯ இன௠பாரமà¯à®ªà®°à®¿à®¯ " +"menu.lst இன௠`kopt' அளபà¯à®°à¯à®µà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பெறபà¯à®ªà®Ÿà¯à®Ÿà®¤à¯. இத௠சரியா எனà¯à®±à¯ சோதிதà¯à®¤à¯ " +"தேவையானால௠மறà¯à®±à®µà¯à®®à¯." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "லீனகà¯à®¸à¯ à®®à¯à®©à¯à®©à®¿à®°à¯à®ªà¯à®ªà¯ கடà¯à®Ÿà®³à¯ˆ வரி" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"பின௠வரà¯à®®à¯ சரஙà¯à®•à®³à¯ à®®à¯à®©à¯à®©à®¿à®°à¯à®ªà¯à®ªà¯ மென௠உளà¯à®³à¯€à®Ÿà¯à®Ÿà¯à®•à¯à®•à¯ லீனகà¯à®¸à¯ அளபà¯à®°à¯à®•à¯à®•à®³à®¾à®• பயனà¯à®ªà®Ÿà¯à®¤à¯à®¤à®ªà¯à®ªà®Ÿà¯à®®à¯; " +"ஆனால௠மீடà¯à®Ÿà¯†à®Ÿà¯à®ªà¯à®ªà¯ பாஙà¯à®•à¯à®•à¯à®•à¯ அலà¯à®²" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "கேபà¯à®°à¯€à®ªà®¿à®Žà®¸à¯à®Ÿà®¿ கடà¯à®Ÿà®³à¯ˆ வரி:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"பின௠வரà¯à®®à¯ கேபà¯à®°à¯€à®ªà®¿à®Žà®¸à¯à®Ÿà®¿ கடà¯à®Ÿà®³à¯ˆ வரி /etc/default/grub இலிரà¯à®¨à¯à®¤à¯ அலà¯à®²à®¤à¯ கà¯à®°à®ªà¯ இன௠" +"பாரமà¯à®ªà®°à®¿à®¯ menu.lst இன௠`kopt' அளபà¯à®°à¯à®µà®¿à®²à®¿à®°à¯à®¨à¯à®¤à¯ பெறபà¯à®ªà®Ÿà¯à®Ÿà®¤à¯. இத௠சரியா எனà¯à®±à¯ " +"சோதிதà¯à®¤à¯ தேவையானால௠மறà¯à®±à®µà¯à®®à¯." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "கேபà¯à®°à¯€à®ªà®¿à®Žà®¸à¯à®Ÿà®¿ à®®à¯à®©à¯à®©à®¿à®°à¯à®ªà¯à®ªà¯ கடà¯à®Ÿà®³à¯ˆ வரி:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"பின௠வரà¯à®®à¯ சரஙà¯à®•à®³à¯ à®®à¯à®©à¯à®©à®¿à®°à¯à®ªà¯à®ªà¯ மென௠உளà¯à®³à¯€à®Ÿà¯à®Ÿà¯à®•à¯à®•à¯ கேபà¯à®°à¯€à®ªà®¿à®Žà®¸à¯à®Ÿà®¿ அளபà¯à®°à¯à®•à¯à®•à®³à®¾à®• " +"பயனà¯à®ªà®Ÿà¯à®¤à¯à®¤à®ªà¯à®ªà®Ÿà¯à®®à¯; ஆனால௠மீடà¯à®Ÿà¯†à®Ÿà¯à®ªà¯à®ªà¯ பாஙà¯à®•à¯à®•à¯à®•à¯ அலà¯à®²" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "எபà¯à®ªà®Ÿà®¿ இரà¯à®¨à¯à®¤à®¾à®²à¯à®®à¯à®¨à¯€à®™à¯à®•à®³à¯ கà¯à®°à®ªà¯2 ஠எமà¯à®ªà®¿à®†à®°à¯ இலிரà¯à®¨à¯à®¤à¯ நேரடியாக à®à®±à¯à®± விரà¯à®®à¯à®ªà®¿à®©à®¾à®²à¯ எபà¯à®ªà¯‹à®¤à¯ " +#~ "வேணà¯à®Ÿà¯à®®à®¾à®©à®¾à®²à¯à®®à¯ ரூட௠ஆக கீழ௠கணà¯à®Ÿ கடà¯à®Ÿà®³à¯ˆ மூலம௠அதை செயà¯à®¯à®²à®¾à®®à¯." --- grub2-1.99.orig/debian/po/fa.po +++ grub2-1.99/debian/po/fa.po @@ -0,0 +1,411 @@ +msgid "" +msgstr "" +"Project-Id-Version: fa\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: \n" +"Last-Translator: Behrad Eslamifar \n" +"Language-Team: debian-l10n-persian \n" +"Language: fa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Persian\n" +"X-Poedit-Country: IRAN, ISLAMIC REPUBLIC OF\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "بارگزاری به صورت Chainload از menu.lstØŸ" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"اسکریپت ارتقاء GRUB, نسخه قدیمی GRUB‌ نصب شده در /boot/grub را پیدا کرده است." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"برای جایگزینی نسخه قدیمی GRUB در سیستم شما، پیشنهاد می‌شود /boot/grub/menu." +"lst تنظیم گردد تا یک تصویر بوت‌ GRUB 2 از چینش قدیمی GRUB کنونی بارگذاری " +"شود . اکنون این مرحله به صورت خودکار انجام Ù…ÛŒ شود." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"توصیه می‌شود Ú©Ù‡ chainloading گراب۲ از menu.lst را بپذیرید، Ùˆ بازبینی کنید Ú©Ù‡ " +"چینش جدید GRUB 2 قبل از اینکه بر روی MBR (Master Boot Record) نوشته شود کار " +"می‌کند." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"تصمیم شما هر Ú†Ù‡ باشد، می‌توانید بعداً تصویر قدیم MBR را با GRUB 2 با Ùرمان زیر " +"توسط کاربر ریشه جایگزین کنید:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "دستگاه‌های نصب گراب:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"بستهٔ grub-pc در حال ارتقاء است. این منو به شما اجازه می‌دهد Ú©Ù‡ هر یک از " +"دستگاه‌ها را، در صورت وجود، Ú©Ù‡ مایلید grub-install به صورت خودکار برایش اجرا " +"گردد را انتخاب کنید." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"اجرای خودکار grub-install در بیشتر مواقع، برای جلوگیری خارج‌شدن هستهٔ تصویر " +"گراب از sync با ماژولهای گراب یا grub.cfg توصیه‌شده است." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"اگر مطمئن نیستید کدام درایو به عنوان درایو بوت توسط BIOS تعیین شده است، اغلب " +"ایدهٔ خوبی است Ú©Ù‡ گراب را بر روی همهٔ آنها نصب کنید." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"توجه: امکان دارد Ú©Ù‡ گراب را در رکوردهای بوت پارتیشن نیز نصب کنید، Ùˆ برخی از " +"پارتیشن‌های مناسب نیز اینجا پیشنهاد شده است. اگرچه، این گراب را مجبور می‌کند " +"Ú©Ù‡ از مکانیزم blocklist استÙاده کند Ú©Ù‡ قابل اطمینان بودن آنرا کاهش می‌دهد Ùˆ " +"بنابراین توصیه نمی‌گردد." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"بارگذار بوت گراب قبلاً در دیسکی نصب شده است Ú©Ù‡ دیگر در دسترس نیست، یا unique " +"identifier آن بنا به دلیلی تغییر کرده است. مهم است Ú©Ù‡ اطمینان حاصل کنید Ú©Ù‡ " +"نصویر هستهٔ گراب نصب شده در sync با ماژول‌های گراب Ùˆ grub.cfg باقی بماند. لطÙاً " +"دوباره بررسی کنید تا مطمئن گردید Ú©Ù‡ گراب در دستگاه‌های بوت مناسب نوشته شده " +"است." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "نصب GRUB روی ابزار بوت با شکست مواجه شد - ادامه می‌دهید؟" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB نتوانست Ú©Ù‡ تجهیزات مورد نظر را نصب کند." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"آیا شما می‌خواهید در هر حال ادامه دهید ØŸ اگر ادامه دهید، ممکن است Ú©Ù‡ کامپیوتر " +"شما به طور مناسب باید بالا نیاید." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "نصب GRUB روی دستگاه بوت با شکست مواجه شد - دوباره امتحان می‌کنید؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"شما ممکن است قادر باشید Ú©Ù‡ GRUB را بر روی بعضی از ابزارهای دیگر نیز نصب " +"کنید ØŒ هرچند Ú©Ù‡ شما باید Ú†Ú© کنید Ú©Ù‡ سیستم شما قادر به راه‌اندازی شدن با آن " +"ابزار هست یا خیر. وگرنه ØŒ ارتقا گراب قدیمی متوق٠خواهد شد." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "آیا بدون نصب کردن GRUB ØŒ ادامه Ù…ÛŒ دهید ØŸ" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"شما نصب GRUB را برای هیچ ابزاری انتخاب نکرده‌اید. اگر ادامه دهید، ممکن است Ú©Ù‡ " +"راه‌انداز به درستی تنظیم نشده باشد، Ùˆ هنگام بالا آمدن بعدی این کامپیوتر، از " +"آن Ú†Ù‡ Ú©Ù‡ قبلاً بر روی بوت سکتور بوده است استÙاده می‌کند. اگر نسخهٔ قدیمی‌تری از " +"گراب۲ بر روی بوت سکتور وجود دارد، ممکن است Ú©Ù‡ قادر نباشد ماژول‌ها را بارگذاری " +"کند Ùˆ یا پیکربندی کنونی Ùایل را به کار بندد." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"اگر شما از راه‌انداز بوت دیگری استÙاده می‌کنید Ùˆ می‌خواهید Ú©Ù‡ با همان ادامه " +"دهید، یا اگر اینجا یک محیط خاص است Ú©Ù‡ شما به راه‌انداز بوت نیاز ندارید، پس " +"می‌بایست به هر ترتیب ادامه دهید. در غیر این‌صورت، باید GRUB را در جایی نصب " +"کنید." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "GRUB 2 از /boot/grub برداشته شود؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "آیا می‌خواهید همهٔ Ùایل‌های GRUB 2 از /boot/grub برداشته شود؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"این باعث غیر قابل بوت‌شدن سیستم می‌شود مگر آنکه بارگذار بوت دیگری نصب است." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "ارتباط با GRUBÛ² اکنون پایان یابد؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"این سیستم هنوز Ùایل هایی مربوط به GRUB قدیمی را به صورت نصب شده دارد ØŒ اما " +"اکنون بوت رکورد های GRUB2 بر روی این دیسک ها نصب شده است :" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"به نظر می‌آید Ú©Ù‡ احتمالاً GRUB قدیمی دیگر در استÙاده نیست، Ùˆ شما می‌بایست " +"تصاویر GRUB2 را بر روی این دیسک‌ها ارتقاء دهید Ùˆ با پاک کردن Ùایل‌های گراب " +"قدیمی تبدیل به GRUB2 را به اتمام برسانید. اگر شما این تصاویر GRUB2 را ارتقا " +"ندهید، ممکن است این تصاویر با بسته‌های جدید ناسازگار باشند Ùˆ باعث جلوگیری از " +"راه‌اندازی مناسب سیستم شوند." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"شما باید معمولاً به ارتباط GRUB2 پایان دهید، مگر آنکه این رکورد های بوت ساخته " +"شده توسط GRUB2 مربوط به سیستم عامل های دیگر باشد." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "خط Ùرمان لینوکس:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"خط Ùرمان لینوکس ذیل از /etc/default/grub یا پارامتر های `kopt' در Ùایل menu." +"lst از گراب قدیمی استخراج شده است. لطÙاً صحت آن را بررسی کنید، Ùˆ در صورت لزوم " +"آن را تغییردهید. این خط Ùرمان می‌تواند خالی باشد." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "خط Ùرمان پیش Ùرض لینوکس:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"این رشته به عنوان یکی از پارامتر های لینوکس برای منوی پیش Ùرض استÙاده خواهد " +"شد Ùˆ نه برای حالت بازیابی." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "خط Ùرمان kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"خط Ùرمان kFreeBSD ذیل از /etc/default/grub یا پارامتر های `kopt' در Ùایل " +"menu.lst از گراب قدیمی استخراج شده است. لطÙاً صحت آن را بررسی کنید، Ùˆ در صورت " +"لزوم آن را تغییردهید. این خط Ùرمان می‌تواند خالی باشد." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "خط Ùرمان پیش Ùرض kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"این رشته به عنوان یکی از پارامتر های kFreeBSD برای منوی پیش Ùرض استÙاده " +"خواهد شد Ùˆ نه برای حالت بازیابی." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map بازسازی شده است." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Ùایل /boot/grub/device.map به منظور استÙاده از نام تجهیزات دائمی Ùˆ پایدار، " +"بازنویسی شده است. در بیشتر موارد، این می‌بایست به شدت نیاز به تغییر درآینده " +"را کاهش دهد، Ùˆ مدخل‌های منوی بوت ایجاد شده توسط GRUB نبایست تحت تأثیر قرار " +"گرÙته باشد." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"اگرچه، از آنجا Ú©Ù‡ بیش از یک دیسک در سیستم موجود است، ممکن است سیستم به " +"device map قدیمی وابسته باشد. لطÙاً بررسی کنید اگر مدخل‌های سÙارشی بوت Ú©Ù‡ روی " +"نام‌گذاری درایو (hdN) گراب تکیه دارند وجود داشته باشند، Ùˆ در صورت نیاز آنها " +"را به روز نمائید." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"اگر این پیام را متوجه نمی‌شوید، یا اگر هیچ مدخل سÙارشی منوی بوت وجود ندارد، " +"می‌توانید این پیام را نادیده بگیرید." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "در هر صورت, هر زمان Ú©Ù‡ شما بخواهید مستقیماً GRUB 2 را از MBR بارگزاری " +#~ "کنید, Ù…ÛŒ توانید این کار را با اجرای دستوری Ú©Ù‡ در ادامه آمده, تحت کاربر " +#~ "ریشه, انجام دهید:" --- grub2-1.99.orig/debian/po/ug.po +++ grub2-1.99/debian/po/ug.po @@ -0,0 +1,424 @@ +# Uyghur translation for grub_debian. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# Sahran , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub_debian\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-02-15 20:03+0600\n" +"Last-Translator: Sahran \n" +"Language-Team: Uyghur Computer Science Association \n" +"Language: Uyghur\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "menu.lst دىن Chainload قىلامدۇ؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUB نەشرىنى يۇقىرىلىتىش قوليازمىسى /boot/grub غا ئورنىتىلغان GRUB Legacy نى " +"بايقىدى." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"سىستÛمىڭىزدىكى GRUB Legacy نى ئالماشتۇرۇش ئۈچۈن /boot/grub/menu.lst نى " +"نۆۋەتتىكى مەۋجۇت GRUB Legacy تەڭشىكىدە GRUB 2 قوزغىتىش ÙŠÛتەكلىگۈچ تەسۋىرىنى " +"يۈكلەڭ. ھازىر بۇ مەشغۇلاتنى ئۆزلۈكىدىن ئىجرا قىلالايدۇ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"سىزنىڭ menu.lst دىكى chainloading GRUB 2 نى قوبۇل قىلىشىڭىزنى تەۋسىيە " +"قىلىمىز ھەمدە GRUB 2 بىۋاسىتە MBR (ئاساسىي ÙŠÛتەكلەش خاتىرىسى)غا ئورنىتىشتىن " +"ئىلگىرى ÙŠÛÚ­Ù‰ GRUB 2 تەڭشىكىنىڭ نورمال خىزمەت قىلىدىغانلىقىنى جەزملەڭ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"قانداق Ú¾Û†ÙƒÛˆÙ… چىقىرىشىڭىزدىن قەتئىينەزەر، سىز ÙƒÛيىن root سالاھىيىتىدە " +"تۆۋەندىكى بۇيرۇقنى ئىجرا قىلىپ GRUB 2 بىلەن كونا MBR تەسۋىرىنى " +"ئالماشتۇرالايسىز:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB ئورنىتىش ئۈسكۈنىسى:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"grub-pc بوغچىسى ÙŠÛڭىلاندى. بۇ تىزىملىك سىزنىڭ قايسى ئۈسكۈنىدە grub-install " +"نى ئۆزلۈكىدىن ئىجرا قىلىشنى تاللىشىڭىزغا يول قويىدۇ، ئەگەر بار بولسا." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"كۆپىنچە ئەھۋاللاردا grub-install نى ئۆزلۈكىدىن ئىجرا قىلىش تەۋسىيە قىلىنىپ، " +"ئورنىتىلغان GRUB نىڭ يادرولۇق تەسۋىرى بىلەن GRUB بۆلىكى ياكى grub.cfg نىڭ " +"قەدەمداش بولماسلىقىنىڭ ئالدى ئÛلىنىدۇ." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"ئەگەر BIOS نىڭ قايسى قوزغاتقۇچنى ئاساسىي ÙŠÛتەكلىگۈچ سۈپىتىدە " +"ئىشلىتىدىغانلىقىنى جەزملىيەلمىسىڭىز، GRUB نى بۇ قوزغاتقۇچلارنىڭ ھەممىسىگە " +"ئورنىتىش ئادەتتە ياخشى چارە بولالايدۇ." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"دىققەت: GRUB نى رايوننىڭ ÙŠÛتەكلەش خاتىرىسىگە ئورناتسىڭىزمۇ بولىدۇ، بۇ جايدا " +"مۇۋاپىق بولغان رايونلار تەمىنلەندى. ئەمما بۇنداق بولغاندا GRUB مەجبۇرىي قارا " +"تىزىملىك Ù…Ûخانىزمىنى ئىشلىتىپ، ئىشەنچلىكلىكىنىڭ تۆۋەنلەپ ÙƒÛتىشىنى كەلتۈرۈپ " +"چىقىرىدۇ، شۇڭلاشقا ئىشلىتىش تەۋسىيە قىلىنمايدۇ." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"GRUB قوزغىتىش ÙŠÛتەكلىگۈچ يوقالغان دىسكىدىن بىرىگە ئورنىتىلغان ياكى ئۇنىڭ " +"بىردىنبىر بەلگىسى Ù…Û•Ù„Û‡Ù… سەۋەبلەردىن ئۆزگەرگەن. ئورنىتىلغان GRUB نىڭ يادرولۇق " +"تەسۋىرى Û‹Û• GRUB بۆلىكى شۇنداقلا grub.cfg نى قەدەمداشلاش ناھايىتى مۇھىم. " +"قايتا بىر Ù‚Ûتىم تەكشۈرۈپ GRUB نىڭ مۇۋاپىق قوزغىتىش ئۈسكۈنىسىگە " +"ئورنىتىلغانلىقىغا كاپالەتلىك قىلىڭ." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB, ${MODEL})" +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB, ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "- ${DEVICE} (${SIZE} MB, ${PATH})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB, ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "GRUB نى قوزغىتىش ئۈسكۈنىسىگە يازالمىدى - داۋاملاشتۇرامدۇ؟" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB نى تۆۋەندىكى ئۈسكۈنىگە ئورنىتالمىدى:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"داۋاملاشتۇرۇۋÛرەمسىز؟ ئەگەر مۇشۇنداق قىلسىڭىز، كومپيۇتÛرىڭىز توغرا " +"قوزغىلالماسلىقى مۇمكىن." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "GRUB نى قوزغىتىش ئۈسكۈنىسىگە ÙŠÛزىش مەغلۇپ بولدى - قايتا سىنامدۇ؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"سىز GRUB نى باشقا ئۈسكۈنىگە ئورنىتالىشىڭىز مۇمكىن، تەكشۈرۈشنى جەزملىشىڭىز " +"زۆرۈر بولسىمۇ سىستÛمىڭىز Ø´Û‡ ئۈسكۈنىدىن قوزغىلىدۇ. بولمىسا GRUB Legacy دىن " +"ÙŠÛڭىلاشتىن ۋاز ÙƒÛچىدۇ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "GRUB نى ئورناتماي داۋاملاشتۇرامدۇ؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"سىز Ú¾Ûچقانداق ئۈسكۈنىگە GRUB ئورنىتىشنى تاللىمىدىڭىز. ئەگەر " +"داۋاملاشتۇرسىڭىز، قوزغىتىش ÙŠÛتەكلىگۈچنى توغرا سەپلىيەلمەسلىكىڭىز مۇمكىن، " +"كومپيۇتÛرىڭىز ÙƒÛيىنكى Ù‚Ûتىم قوزغالغاندا ئۇ ÙŠÛتەكلەش سÛكتورىدىكى ئىلگىرىكى " +"مەزمۇننى ئىشلىتىدۇ. ئەگەر ÙŠÛتەكلەش سÛكتورىدا ئىلگىرىكى نەشرىدىكى GRUB 2 " +"بولسا ئۇنىڭ بۆلەكلىرىنى ياكى نۆۋەتتىكى سەپلىمە ھۆججەتنى يۈكلىگىلى بولماسلىقى " +"مۇمكىن." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"ئەگەر سىز باشقا بىر قوزغىتىش ÙŠÛتەكلىگۈچ ئىشلەتكەن ھەمدە داۋاملىق مۇشۇنداق " +"قىلماقچى بولسىڭىز ياكى ئەگەر بۇ بىر ئالاھىدە قوزغىتىش ÙŠÛتەكلىگۈچ تەلەپ " +"قىلمايدىغان مۇھىت بولسا، بۇ خىل ئەھۋالدا يەنىلا داۋاملاشتۇرۇشقا بولىدۇ. " +"ئۇنداق بولمىسا سىز Ù…Û•Ù„Û‡Ù… جايغا GRUB ئورنىتىشىڭىز لازىم." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "/boot/grub دىن GRUB 2 نى چىقىرىۋÛتەمدۇ؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "/boot/grub تىن GRUB 2 نىڭ ھەممە ھۆججەتلىرىنى چىقىرىۋÛتەمسىز؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"بۇنداق بولغاندا سىستÛمىنى ÙŠÛتەكلىگىلى بولمايدۇ، باشقا قوزغىتىش ÙŠÛتەكلىگۈچ " +"ئورنىتىلسا بۇ باشقا Ú¯Û•Ù¾." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "ھازىر GRUB 2 نىڭ ئايلاندۇرۇشىنى تاماملىدىمۇ؟" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"بۇ سىستÛمىدا يەنىلا GRUB Legacy قوزغىتىش ÙŠÛتەكلىگۈچ ئورناتقان ھۆججەت مەۋجۇت " +"ئەمما ھازىرمۇ دىسكىغا GRUB 2 ÙŠÛتەكلەش خاتىرىسىنى ئورناتتى:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"قارىغاندا GRUB Legacy ئىشلىتىلمىگەندەك تۇرىدۇ، ھەمدە سىز بۇ دىسكىلاردا GRUB " +"2 تەسۋىرىگە ÙŠÛڭىلىشىڭىز لازىم، كونا GRUB Legacy ھۆججەتلىرىنى ئۆچۈرۈش " +"ئارقىلىق GRUB 2 تەسۋىرىنى ئايلاندۇرۇشنى تاماملايدۇ. ئەگەر بۇ GRUB 2 " +"تەسۋىرىنى ÙŠÛڭىلىمىغاندا ئۇلار ÙŠÛÚ­Ù‰ بوغچا بىلەن ماسلاشمىغانلىقتىن " +"سىستÛمىڭىزنىڭ نورمال ÙŠÛتەكلىنىپ قوزغالماسلىقىنى كەلتۈرۈپ چىقىرىدۇ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"سىز ئادەتتە GRUB 2 نىڭ ئايلاندۇرۇشىنى تاماملىشىڭىز لازىم، بۇ ÙŠÛتەكلەش " +"خاتىرىسى باشقا مەشغۇلات سىستÛمىسىغا ئورنىتىلغان GRUB 2 قۇرغان بولسا بۇ باشقا " +"Ú¯Û•Ù¾." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux بۇيرۇق قۇرى:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"تۆۋەندىكى Linux بۇيرۇق قۇرى /etc/default/grub ياكى GRUB Legacy نىڭ menu.lst " +"دىكى `kopt' پارامÛتىرىدىن ئاجرىتىدۇ. ئۇنىڭ توغرىلىقىنى جەزملەپ، ئÛھتىياجغا " +"ئاساسەن ئۆزگەرتىڭ." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linux كۆڭۈلدىكى بۇيرۇق قۇرى:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"تۆۋەندىكى ھەرپ تىزىقى كۆڭۈلدىكى تىزىملىك تۈرىنىڭ Linux پارامÛتىرىغا " +"ئىشلىتىلىدۇ ئەمما ئەسلىگە كەلتۈرۈش ھالىتىگە قوللىنىلمايدۇ." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD بۇيرۇق قۇرى:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"تۆۋەندىكى kFreeBSD بۇيرۇق قۇرى /etc/default/grub ياكى GRUB Legacy نىڭ menu." +"lst دىكى `kopt' پارامÛتىرىدىن ئاجرىتىدۇ. ئۇنىڭ توغرىلىقىنى جەزملەپ، " +"ئÛھتىياجغا ئاساسەن ئۆزگەرتىڭ." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD كۆڭۈلدىكى بۇيرۇق قۇرى:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"تۆۋەندىكى ھەرپ تىزىقى كۆڭۈلدىكى تىزىملىك تۈرىنىڭ kFreeBSD پارامÛتىرىغا " +"ئىشلىتىلىدۇ ئەمما ئەسلىگە كەلتۈرۈش ھالىتىگە قوللىنىلمايدۇ." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map ھاسىل قىلىندى" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"مۇقىم ئۈسكۈنە ئىسمىنى ئىشلىتىش ئۈچۈن /boot/grub/device.map ھۆججىتى قايتا " +"ÙŠÛزىلدى. ÙƒÛ†Ù¾ قىسىم ئەھۋالدا بۇ ئۇنى قايتا ئۆزگەرتىش ئÛھتىياجىنى ئازايتىشى " +"لازىم، GRUB ھاسىل قىلغان ÙŠÛتەكلەش تىزىملىكى تەسىرگە ئۇچرىماسلىقى لازىم." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"ھالبۇكى، سىستÛمىڭىزدا قانچە دىسكا بار، سىستÛما كونا ئۈسكۈنە تەسۋىرىگە " +"تايىنىشى مۇمكىن. ئۆزىڭىز بەلگىلىگەن ھەر قانداق GRUB نىڭ (hdN) قوزغاتقۇچ " +"نومۇرىنىڭ ÙŠÛتەكلەش تىزىملىكى بار يوقلۇقىنى تەكشۈرۈڭ، ئەگەر ئÛھتىياجلىق " +"بولسىڭىز ئۇلارنى ÙŠÛڭىلاڭ." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"ئەگەر بۇ ئۇچۇرنى چۈشەنمىسىڭىز ياكى ھەر قانداق ئۆزلەشتۈرگەن ÙŠÛتەكلەش " +"تىزىملىكى بولمىسا بۇ ئۇچۇرغا پەرۋا قىلمىسىڭىزمۇ بولىدۇ." --- grub2-1.99.orig/debian/po/sv.po +++ grub2-1.99/debian/po/sv.po @@ -0,0 +1,424 @@ +# translation of grub2 debconf messages to Swedish +# Swedish translation for grub2. +# Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc. +# This file is distributed under the same license as the grub2 package. +# +# Daniel Nylander , 2007. +# Martin Ã…gren , 2008, 2009. +# Martin Bagge , 2010. +msgid "" +msgstr "" +"Project-Id-Version: grub2_sv\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-06-02 03:22+0100\n" +"Last-Translator: Martin Bagge / brother \n" +"Language-Team: Swedish \n" +"Language: sv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Poedit-Language: Swedish\n" +"X-Poedit-Country: Sweden\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Kedjeladda frÃ¥n menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUB:s uppgraderingsskript har upptäckt en gammal GRUB-inställning i /boot/" +"grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Om du vill ersätta den gamla versionen av GRUB i systemet, rekommenderas " +"att /boot/grub/menu.lst justeras till att kedjeladda GRUB 2 frÃ¥n din " +"existerande, gamla GRUB-inställning. Detta steg kan utföras automatiskt nu." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Det rekommenderas att GRUB 2 kedjeladdas frÃ¥n menu.lst sÃ¥ att det kan " +"säkerställas att den nya GRUB 2-inställningen fungerar innan den installeras " +"direkt till huvudstartsektorn (MBR)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Oberoende av ditt beslut kan den gamla MBR-avbildningen ersättas med GRUB 2 " +"vid ett senare tillfälle genom att följande kommando utförs som root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB installationsenheter:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Paketet grub-pc uppdateras. Denna meny ger dig möjlighet att välja vilka, om " +"nÃ¥gra, enheter som grub-install ska köras automatiskt för." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Att köra grub-install automatiskt är rekomenderat i de flesta situationer " +"för att förhindra att den installerade GRUB-huvudavbidlningen för att hamna " +"i ett förhÃ¥llande där GRUB-moduler eller grub.cfg inte är i korrekt läge." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Om du är osäker pÃ¥ vilken disk som är uppstartsdisken enligt BIOS sÃ¥ är det " +"vanligen en god idé att installera GRUB pÃ¥ alla." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"OBS: det är möjligt att installera GRUB i partitionens uppstartsomrÃ¥de " +"ocksÃ¥, nÃ¥gra av dessa visas nedan. Dock innebär installation där att GRUB " +"tvingas använda en blockeringslista, som gör funktionen mindre pÃ¥litlig, och " +"detta rekomenderas inte." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Uppstartshanteraren GRUB var tidigare installerad pÃ¥ en disk som inte längre " +"finns tillgänglig eller vars unika identifikation har ändrats av nÃ¥gon " +"anledning. Det är viktigt att säkerställa att den installerade GRUB-" +"huvudavbildningen är korrekt i förhÃ¥llande till GRUB-moduler och grub.cfg. " +"Kontrollera Ã¥terigen att GRUB är tillgänglig pÃ¥ rätt uppstartsenhet." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Skriva GRUB till uppstartsenhet misslyckades - fortsätta?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB kunde inte installeras pÃ¥ följande enheter:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Vill du fortsätta i alla fall? Det kan innebära att systemet inte kan starta " +"korrekt." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Skrivningen av GRUB till uppstartsenheten misslyckades - försöka igen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Du kan kanske installera GRUB till nÃ¥gon annan enhet, du bör dock " +"kontrollera att systemet kommer att starta frÃ¥n den enheten. I annat fall " +"kommer uppgraderingen frÃ¥n äldre GRUB-version att avbrytas." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Fortsätt utan att installera GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Du valde att inte installera GRUB pÃ¥ nÃ¥gra enheter. Om du fortsätter kommer " +"uppstartshanteraren kanske inte att fÃ¥ korrekta inställningar och när ditt " +"system startar nästa gÃ¥ng kommer det att använda vad som tidigare fanns i " +"boot-sektorn. Om en tidigare version av GRUB 2 används i boot-sektorn finns " +"risk att vissa moduler inte kan laddas och hantera de aktuella " +"inställningsfilerna." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Om du redan kör en annan uppstartshanterare och vill fortsätta med det eller " +"om detta är en specialmiljö som inte behöver en uppstartshanterare ska du " +"fortsätta i alla fall. I annat fall ska du installera GRUB nÃ¥gonstans." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Radera GRUB 2 frÃ¥n /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Vill du att alla GRUB 2-filer ska raderas frÃ¥n /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Detta innebär att systemet inte kan starta om ingen annan uppstartshanterare " +"är installerad." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Avsluta konverteringen till GRUB 2 nu?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Detta system har fortfarande filer frÃ¥n den äldre GRUB-uppstartshanteraren " +"installerade men nu finns det dessutom GRUB 2 uppstartsinformation pÃ¥ " +"följande enheter:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Det är troligt att den äldre GRUB-versionen inte längre används och du bör " +"istället uppgradera till GRUB 2-avbildningar pÃ¥ dessa enheter och avsluta " +"konverteringen till GRUB 2 genom att ta bort äldre GRUB-filer. Om du inte " +"vill uppgradera dessa GRUB 2-avbildningar kan de bli oanvändbara tillsammans " +"med det nya paketet och systemet sluta att fungera korrekt." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Det generella rÃ¥det är att avsluta konverteringen till GRUB 2 om dessa filer " +"inte skapats av en GRUB 2-installation pÃ¥ ett annat opertivsystem." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Kommandorad för Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Följande Linux-kommandorad hämtades frÃ¥n /etc/default/grub eller \"kopt\"-" +"parametern i gamla GRUB:s menu.lst. Verifiera att den är korrekt och " +"modifiera den om nödvändigt. Kommandoraden kan vara tom." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Standardkommandorad för Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Följande sträng kommer användas som Linux-parametrar för standardmenyvalet " +"men inte för Ã¥terhämtningsläge (eng. recovery)." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Kommandorad för kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Följande kFreeBSD-kommandorad hämtades frÃ¥n /etc/default/grub eller \"kopt\"-" +"parametern i gamla GRUB:s menu.lst. Verifiera att den är korrekt och " +"modifiera den om nödvändigt. Kommandoraden kan vara tom." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Standardkommandorad för kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Följande sträng kommer användas som Linux-parametrar för standardmenyvalet " +"men inte för Ã¥terhämtningsläge (eng. recovery)." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map har skapats pÃ¥ nytt" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Filen /boot/grub/device.map har skrivits om för att använda stabila " +"enhetsnamn. I de allra flesta fall kommer detta innebära att anledningarna " +"att byta namn i framtiden minskar drastiskt. Posterna i uppstartsmenyn som " +"skapas av GRUB ska inte pÃ¥verkas." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Dock, eftersom mer än en disk finns i systemet kan det innebära att systemet " +"är beroende av den gamla enhetskopplingen. Kontrollera om det finns manuellt " +"införda poster i uppstartsmenyn som är beroende av GRUB:s enhetsnumrering " +"(hdN) och uppdatera dessa om nödvändigt." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Om du inte förstÃ¥r detta meddelande eller om du inte har nÃ¥gra alterantiva " +"menyposter kan du ignorera detta meddelande." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "När GRUB 2 ska laddas direkt frÃ¥n huvudstartsektorn, kan detta " +#~ "Ã¥stadkommas genom att (som root) köra följande kommando:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Installationen av GRUB misslyckades. Fortsätta?" --- grub2-1.99.orig/debian/po/pt_BR.po +++ grub2-1.99/debian/po/pt_BR.po @@ -0,0 +1,419 @@ +# grub2 Brazilian Portuguese translation +# Copyright (C) 2009 THE grub2'S COPYRIGHT HOLDER +# This file is distributed under the same license as the grub2 package. +# Flamarion Jorge , 2009, 2010, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.98\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-29 17:13-0300\n" +"Last-Translator: Flamarion Jorge \n" +"Language-Team: Brazilian Portuguese \n" +"Language: pt_BR\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Carregar em cadeia a partir do menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Os scripts de atualização do GRUB detectaram uma configuração do GRUB Legado " +"em /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"A fim de substituir a versão Legada do GRUB no seu sistema, é recomendável " +"que o /boot/grub/menu.lst seja ajustado para carregar uma imagem do GRUB 2 a " +"partir da sua configuração existente do GRUB Legado. Este passo pode ser " +"executado automaticamente agora." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"É recomendado que você aceite o carregamento em cadeia do GRUB 2 a partir do " +"menu.lst, e verifique que sua nova configuração do GRUB 2 está funcional, " +"antes de gravá-lo na MBR (\"Master Boot Record\")." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Seja qual for sua decisão, você pode substituir a antiga imagem da MBR com o " +"GRUB 2 mais tarde executando o seguinte comando como root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Instalar o GRUB nos dispositivos:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"O pacote grub-pc está sendo atualizado. Este menu permite a você selecionar " +"em quais dispositivos você quer que seja executado automaticamente o grub-" +"install, se houver algum." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Executar o grub-install automaticamente é recomendado na maioria das " +"situações para prevenir que a imagem principal instalada do GRUB saia de " +"sincronia com os módulos do GRUB ou com o grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Se você não tiver certeza de qual unidade é designada como unidade de " +"inicialização pela sua BIOS, muitas vezes é uma boa ideia instalar o GRUB em " +"todas elas." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Nota: é possível instalar o GRUB em registros de inicialização de partições, " +"e algumas partições apropriadas para isso são oferecidas aqui. No entanto, " +"isto força o GRUB a usar o mecanismo de lista de blocos, que o torna menos " +"confiável, portanto, não é recomendado." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"O carregador de inicialização GRUB foi instalado anteriormente em um disco " +"que não está mais presente, ou seu identificador único foi modificado por " +"alguma razão. É importante certificar-se de que a imagem principal do GRUB " +"instalada está em sincronia com os módulos do GRUB e com o grub.cfg. Por " +"favor, verifique novamente e esteja certo de que o GRUB está gravado nos " +"dispositivos de inicialização apropriados." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "A gravação do GRUB no dispositivo de inicialização falhou - continuar?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Falha ao instalar o GRUB nos seguintes dispositivos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Você deseja continuar de qualquer maneira? Se você continuar, seu computador " +"talvez não inicialize corretamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"A gravação do GRUB no dispositivo de inicialização falhou - tentar novamente?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Você pode conseguir instalar o GRUB em outro dispositivo, mas você deve " +"verificar se o seu sistema vai conseguir inicializar a partir deste " +"dispositivo. Caso contrário, a atualização do GRUB Legado será cancelada." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Continuar sem instalar o GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Você escolheu não instalar o GRUB em nenhum dispositivo. Se você continuar, " +"o carregador de inicialização poderá não ser configurado corretamente, e na " +"próxima vez que este computador inicializar ele usará a versão que estava " +"anteriormente no setor de inicialização. Se houver uma versão anterior do " +"GRUB 2 no setor de inicialização, pode ser que ele não consiga carregar " +"módulos ou manipular corretamente o arquivo de configuração atual." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Se você já estiver usando um carregador de inicialização diferente e quiser " +"continuar a fazê-lo, ou se este é um ambiente especial, onde você não " +"precisa de um carregador de inicialização, então você deve continuar de " +"qualquer maneira. Caso contrário, você deve instalar o GRUB em algum outro " +"lugar." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Remover o GRUB 2 do /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Você deseja ter todos os arquivos do GRUB 2 removidos de /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Isto fará com que seu sistema não inicialize a menos que outro carregador de " +"inicialização esteja instalado." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Completar a conversão para o GRUB 2 agora?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Este sistema ainda tem arquivos do carregador de inicialização do GRUB " +"Legado instalados, mas agora também tem registros de inicialização do GRUB 2 " +"instalados nestes discos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Parece provável que o GRUB Legado não está mais em uso, e que você deve " +"atualizar as imagens do GRUB 2 nestes discos e completar a conversão para o " +"GRUB 2, removendo arquivos antigos do GRUB Legado. Se você não atualizar " +"essas imagens do GRUB 2, então elas podem ser incompatíveis com os novos " +"pacotes e fazer com que o sistema deixe de inicializar corretamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Você normalmente deveria completar a conversão para o GRUB 2, a menos que " +"esses registros de inicialização tenham sido criados por uma instalação do " +"GRUB 2 em algum outro sistema operacional." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linha de comando Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"A linha de comando Linux a seguir foi extraída de /etc/default/grub ou do " +"parâmetro 'kopt' do menu.lst do GRUB Legado. Por favor, verifique se ela " +"está correta, e modifique-a se necessário. A linha de comando pode ser vazia." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linha de comando padrão Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"O seguinte texto será usado como lista de parâmetros do Linux para a entrada " +"padrão do menu, mas não para o modo de recuperação." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Linha de comando kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"A linha de comando kFreeBSD a seguir foi extraída de /etc/default/grub ou do " +"parâmetro 'kopt' do menu.lst do GRUB Legado. Por favor, verifique se ela " +"está correta, e modifique-a se necessário. A linha de comando pode ser vazia." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Linha de comando padrão kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"O seguinte texto será usado como lista de parâmetros do kFreeBSD para a " +"entrada padrão do menu, mas não para o modo de recuperação." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map foi gerado novamente" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"O arquivo /boot/grub/device.map foi reescrito para usar nomes estáveis de " +"dispositivo. Na maioria dos casos, isto pode reduzir de forma significativa " +"a necessidade de mudá-los no futuro, e as entradas do menu de inicialização " +"geradas pelo GRUB não devem ser afetadas." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Entretanto, como mais de um disco está presente no sistema, é possível que o " +"sistema esteja dependendo do antigo mapa de dispositivos. Por favor, " +"verifique se existem quaisquer outras entradas personalizadas no menu de " +"inicialização que dependam da numeração de unidade do GRUB (hdN), e atualize-" +"as se necessário." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Se você não compreende esta mensagem, ou se não existem entradas " +"personalizadas no menu de inicialização, você pode ignorar esta mensagem." --- grub2-1.99.orig/debian/po/si.po +++ grub2-1.99/debian/po/si.po @@ -0,0 +1,391 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Danishka Navin , 2011. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-09-29 08:35+0530\n" +"Last-Translator: Danishka Navin \n" +"Language-Team: Sinhala \n" +"Language: si\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.2\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "menu.lst චක්â€à¶» පූර්ණය" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "GRUB යà·à·€à¶­à·Š විධà·à¶±à·à·€à¶½à·’ පà·à¶»à¶«à·’ GRUB à·ƒà·à¶šà·ƒà·”මක් /boot/grub à·„à·’ සොයà·à¶œà·™à¶± ඇත." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"ඔබේ පද්ධතියේ පවතින GRUB සංස්කරණය ප්â€à¶»à¶­à·’පිහිටුවීමට. /boot/grub/menu.lst පවතින GRUB ස්ථà·à¶´à¶±à¶º " +"මගින් GRUB 2 ආරම්භක පිළිබිඹුවක් පූර්ණය කිරීමට à·ƒà·à¶šà·ƒà·“ම නිර්දේà·à·’තයි.\n" +"මෙම ස්ථà·à¶´à¶±à¶º දà·à¶±à·Š ස්වයංක්â€à¶»à·“යව ඉටුකල à·„à·à¶š." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"menu.lst වෙතින් GRUB 2 දà·à¶¸à¶´à·–ර්ණය පිළිගà·à¶±à·“ම නිර්දේà·à·’තයි. එමෙන්ම එය MBR (ප්â€à¶»à¶°à·à¶± ආරම්භක සටහන) " +"වෙත ලිවීමට පෙර GRUB 2 ස්ථà·à¶´à¶±à¶º ක්â€à¶»à·’යà·à¶šà¶»à¶ºà·’ දà·à¶ºà·’ පිරික්සන්න." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"ඔබේ තීරණය කුමක් වුවත් ඔබට අග්â€à¶»à¶º ලෙස පහත විධà·à¶±à¶º නිකුත් කිරීමෙන් GRUB 2 සමඟ පà·à¶»à¶«à·’ MBR " +"ප්â€à¶»à¶®à·’පිහිටුවිය à·„à·à¶š." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB ස්ථà·à¶´à¶± උපකරණ:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"grub-pc පà·à¶šà·šà¶¢à¶º යà·à·€à¶­à·Š වෙමින්. මෙම මෙනුව ඔබට grub-install ස්වයංක්â€à¶»à·“යව ධà·à·€à¶±à¶º විය යුත්තේ " +"කුමන උපකරණ මත දà·à¶ºà·’ තේරීමට ඉඩදෙයි." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"බොහ෠අවස්ථ෠වලදී grub-install ස්වයංක්â€à¶»à·“යව ධà·à·€à¶±à¶º කිරීම නිර්දේà·à·’තයි. GRUB මොඩියුල à·„à· grub." +"cfg මගින් ස්ථà·à¶´à·’ත GRUB මූල පිළිබිඹුව සම්මුහුර්තයෙන් බà·à·„à·à¶» යà·à¶¸ වලක්වයි." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"ඔබට ඔබේ BIOS මගින් සඳහන් කර ඇති ආරම්භක ධà·à·€à¶šà¶º කුමක් දà·à¶ºà·’ විà·à·Šà·€à·à·ƒ නොමà·à¶­à·’ නම්. සියල්ලේම GRUB " +"පිහිටුවීම හොඳ අදහසකි." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"සටහන: GRUB කොටස් ආරම්භක à·€à·à¶»à·Šà¶®à· තුළද පිහිටුවිය à·„à·à¶š. එමෙන්ම ඇතà·à¶¸à·Š සුදුසු කොටස් මෙහිදී පිරිනà·à¶¸à·š. " +"කෙසේවුවත්, මෙය GRUB වෙත à·€à·à¶½à¶šà·”ම් ලà·à¶ºà·’ස්තු ක්â€à¶»à·’යà·à·€à¶½à·’ය සිදුකිරිමට බල කරයි. එය වඩ෠අස්ථිර බà·à·€à·’න් " +"නිර්දේ෠නොකෙරේ." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"GRUB ආරම්භක පූරකය දà·à¶±à¶§ නොපවතින තà·à¶§à·’යට ස්ථà·à¶´à¶±à¶º කර තිබී ඇත. හ෠එහි අනන්â€à¶º à·„à·à¶³à·’න්වීම කිසියම් " +"හේතුවක් නිස෠වෙනස් වී ඇත. ස්ථà·à¶´à·’ත GRUB මූල පිළිබිඹුව GRUB මොඩියුල à·„à· grub.cfg සමඟ සම්මුහුර්ත " +"බව තහවුරු කරගà·à¶±à·“ම à·€à·à¶¯à¶œà¶­à·Šà·€à·š. කරුණà·à¶šà¶» සුදුසු ආරම්භක උපකරණයන් à·„à·’ GRUB ලියà·à·€à·“ ඇතිදà·à¶ºà·’ නà·à·€à¶­ " +"පිරික්සන්න." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "GRUB ආරම්භක උපකරණය ලිවීම අසà·à¶»à·Šà¶®à¶šà¶ºà·’ - ඉදිරියට?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB පහත උපකරණ ස්ථà·à¶´à¶±à¶ºà·™à·„à·’ අසà·à¶»à·Šà¶®à¶š විය:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "ඔබට කෙසේ හ෠ඉදිරියට යෑමට ඇවà·à·ƒà·’ද? එසේ නම් ඔබේ පරිගණකය නිසිපරිදි ආරම්භ නොවනු ඇත." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "GRUB ආරම්භක උපකරණය ලිවීම අසà·à¶»à·Šà¶®à¶šà¶ºà·’ - නà·à·€à¶­ උත්සà·à·„?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"ඔබට GRUB වෙනත් උපකරණයක ස්ථà·à¶´à¶±à¶º කල à·„à·à¶š. ඒ අතර ඔබේ පද්ධතිය එම උපකරණය මගින් ආරම්භ " +"වේදà·à¶ºà·’ සොයà·à¶¶à¶½à¶±à·Šà¶±. එසේ නොමà·à¶­à·’ නම් පà·à¶»à¶«à·’ GRUB වෙතින් යà·à·€à¶­à·Š වීම අවලංගු වේ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "GRUB ස්ථà·à¶´à¶±à¶ºà·™à¶±à·Š තොරව ඉදිරියට යන්නද?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"ඔබ කිසිඳු උපකරණයකට GRUB ස්ථà·à¶´à¶±à¶º නොකිරීමට තà·à¶»à· ඇත. ඔබ ඉදිරියට යයි නම් ආරම්භක පූරකය නිසිලෙස " +"නොසà·à¶šà·ƒà·™à¶±à·” ඇත. ඊලඟ වතà·à·€à·š පරිගණකය ආරම්භ වන විට එය ආරම්භක කොටසේ පà·à·€à¶­à·’ ඕනෑම දෙයක් භà·à·€à·’ත " +"කරයි. ආරම්භක කොටසේ GRUB 2 පà·à¶»à¶«à·’ සංස්කරණයක් පවතී නම්. එය මොඩියුල à·„à·à·ƒà·’රවීමේ හ෠වත්මන් à·ƒà·à¶šà·ƒà·”ම් " +"ගොනුව භà·à·€à·’තයේ අසමත් විය à·„à·à¶š." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"ඔබ දà·à¶±à¶§à¶¸à¶­à·Š වෙනස් ආරම්භක පූරකයක් භà·à·€à·’ත කරයි නම් හ෠එය දිගටම භà·à·€à·’ත කිරීමට ඇවà·à·ƒà·’ නම්. හ෠මෙය " +"ආරම්භක පූරකයක් ඇවà·à·ƒà·’ නොවන විà·à·šà·‚ිත පරිසරයක් නම්. ඔබට කෙසේ හ෠ඉදිරියට ය෠හà·à¶š. එසේ නොවේ " +"නම්, ඔබට කොතà·à¶±à¶š à·„à· GRUB ස්ථà·à¶´à¶±à¶ºà¶§ සිදුවේ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr " /boot/grub වෙතින් GRUB 2 ඉවත් කරන්නද?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "ඔබට /boot/grub වෙතින් සියළු GRUB 2 ගොනු ඉවත් කිරිමට ඇවà·à·ƒà·’ද?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "මෙය වෙනත් ආරම්භක පූරකයක් ස්ථà·à¶´à¶±à¶º කරන තුරු පද්ධතිය ආරම්භ කල නොහà·à¶šà·’ කරයි." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "GRUB 2 වෙත à·„à·à¶»à·€à·“ම අවසන් කරන්නද?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"තවමත් මෙම පද්ධතිය සතුව පà·à¶»à¶«à·’ GRUB ආරම්භක පූරකය ස්ථà·à¶´à·’තව පවතී. නමුත් පහත තà·à¶§à·’ තුළ දà·à¶±à¶§ GRUB " +"2 ආරම්භක à·€à·à¶»à·Šà¶®à· ස්ථà·à¶´à·’තව ඇත." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"පà·à¶»à¶«à·’ GRUB භà·à·€à·’තයේ නොපවතින ලෙසක් දිස්වේ. එනම් ඔබට එම තà·à¶§à·’ වල GRUB 2 පිළිබිඹු යà·à·€à¶­à·Š කිරීමට " +"à·„à· GRUB 2 වෙත à·„à·à¶»à·€à·“ම සම්පූර්ණ කිරීමට පà·à¶»à¶«à·’ GRUB ගොනු ඉවත්කිරීමට සිදුවන බවයි. ඒව෠නව පà·à¶šà·šà¶¢ " +"සමඟ සහà·à¶º නොදක්වනු ඇති අතර ඔබේ පද්ධතිය නිසිලෙස ආරම්භ නොවනු ඇත." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"GRUB 2 ස්ථà·à¶´à¶±à¶º මගින් වෙනත් මෙහෙයුම් පද්ධතියක් මත මෙම ආරම්භක à·€à·à¶»à·Šà¶®à· නිර්මà·à¶«à¶º කර නොමà·à¶­à·’ නම්, " +"ඔබ à·ƒà·à¶¸à·à¶±à·Šâ€à¶ºà·™à¶±à·Š GRUB 2 වෙත à·„à·à¶»à·€à·“ම අවසන් කල යුතුයි." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux විධà·à¶± රේඛà·à·€:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"පහත Linux විධà·à¶±à¶º /etc/default/grub හ෠පà·à¶»à¶«à·’ GRUB à·„à·’ menu.lst à·„à·’ 'kopt' පරà·à¶¸à·’තියෙන් " +"උපුටà·à¶œà¶±à·Šà¶±à· ලදී. කරුණà·à¶šà¶» එය නිවà·à¶»à¶¯à·’ දà·à¶ºà·’ තහවුරු කරන්න, ඇවà·à·ƒà·’නම් වෙනස්කම් කරන්න. විධà·à¶± රේඛà·à·€ " +"හිස්ව පà·à·€à¶­à·“මට ඉඩදෙයි. " + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "පෙරනිමි Linux විධà·à¶± රේඛà·à·€:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"පහත යෙදුම පෙරනිමි මෙනු ඇතුළත් කිරීම් සඳහ෠Linux පරà·à¶¸à·’තියක් ලෙස භà·à·€à·’ත වන නමුත් ගà·à¶½à·€à·“ම් ප්â€à¶»à¶šà·à¶»à¶ºà¶§ " +"නොවේ." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD විධà·à¶± රේඛà·à·€:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"පහත kFreeBSD විධà·à¶±à¶º /etc/default/grub හ෠පà·à¶»à¶«à·’ GRUB à·„à·’ menu.lst à·„à·’ 'kopt' " +"පරà·à¶¸à·’තියෙන් උපුටà·à¶œà¶±à·Šà¶±à· ලදී. කරුණà·à¶šà¶» එය නිවà·à¶»à¶¯à·’ දà·à¶ºà·’ තහවුරු කරන්න, ඇවà·à·ƒà·’නම් වෙනස්කම් කරන්න. " +"විධà·à¶± රේඛà·à·€ හිස්ව පà·à·€à¶­à·“මට ඉඩදෙයි. " + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD පෙරනිමි විධà·à¶± රේඛà·à·€:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"පහත යෙදුම පෙරනිමි මෙනු ඇතුළත් කිරීම් සඳහ෠kFreeBSD පරà·à¶¸à·’තියක් ලෙස භà·à·€à·’ත වන නමුත් ගà·à¶½à·€à·“ම් " +"ප්â€à¶»à¶šà·à¶»à¶ºà¶§ නොවේ." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map නà·à·€à¶­ ජනනය වී ඇත" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"ස්ථà·à·€à¶» උපකරණ නà·à¶¸ භà·à·€à·’තය සඳහ෠/boot/grub/device.map නà·à·€à¶­ ලියවිනි. බොහ෠අවස්ථà·à·€à¶½, " +"මෙය ඉදිරියේදී වෙනස් කිරීමට ඇවà·à·ƒà·’ නොවේ, තවද GRUB මගින් ජනිත ආරම්භක මෙනු ඇතුළත් කිරීම් වෙනස් " +"නොකල යුතුයි." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"කෙසේ වුවත් පද්ධතියේ තà·à¶§à·’ එකකට වඩ෠පවතින බà·à·€à·’න්, පද්ධතිය පà·à¶»à¶«à·’ උපකරණ සිතියමක් මත රඳà·à¶´à·€à¶­à·’නව෠" +"විය à·„à·à¶š. කරුණà·à¶šà¶» GRUB à·„à·’ (hdN) ධà·à·€à¶š අංකකරණය මත රඳà·à¶´à·€à¶­à·’න රුචි ආරම්භක මෙනු ඇතුළත් කිරීම් " +"පවතීදà·à¶ºà·’ සොයන්න. ඇවà·à·ƒà·’නම් ඒව෠යà·à·€à¶­à·Š කරන්න." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"මෙම පණිවුඩය ඔබට තේරුම්ගත නොහà·à¶šà·’ නම් à·„à·, කිසිඳු රුචි ආරම්භක මෙනු ඇතුළත්කිරිමක් නොමà·à¶­à·’ නම් ඔබට මෙම " +"පණිවුඩය මඟහà·à¶»à·’ය à·„à·à¶š." --- grub2-1.99.orig/debian/po/th.po +++ grub2-1.99/debian/po/th.po @@ -0,0 +1,396 @@ +# Thai translation of grub. +# Copyright (C) 2010 Software in the Public Interest, Inc. +# This file is distributed under the same license as the grub package. +# Theppitak Karoonboonyanan , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-21 17:12+0700\n" +"Last-Translator: Theppitak Karoonboonyanan \n" +"Language-Team: Thai \n" +"Language: th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "จะโหลดà¹à¸šà¸šà¸¥à¸¹à¸à¹‚ซ่จาภmenu.lst หรือไม่?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "สคริปต์ปรับรุ่นของ GRUB ตรวจพบค่าตั้งของ GRUB รุ่นเà¸à¹ˆà¸²à¹ƒà¸™ /boot/grub" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"ในà¸à¸²à¸£à¹à¸—นที่ GRUB รุ่นเà¸à¹ˆà¸²à¹ƒà¸™à¸£à¸°à¸šà¸š ขอà¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¸›à¸£à¸±à¸š /boot/grub/menu.lst " +"ให้โหลดอิมเมจสำหรับบูตของ GRUB 2 จาภGRUB รุ่นเà¸à¹ˆà¸²à¸—ี่มีอยู่ " +"ขั้นตอนนี้สามารถทำà¹à¸šà¸šà¸­à¸±à¸•à¹‚นมัติได้ในตอนนี้" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"ขอà¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¸„ุณตอบรับà¸à¸²à¸£à¹‚หลด GRUB 2 à¹à¸šà¸šà¸¥à¸¹à¸à¹‚ซ่จาภmenu.lst à¹à¸¥à¸°à¸—ดสอบว่าค่าตั้งของ GRUB 2 " +"ใช้à¸à¸²à¸£à¹„ด้ à¸à¹ˆà¸­à¸™à¸—ี่จะเขียนลง MBR (Master Boot Record) จริง" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"ไม่ว่าคุณจะเลือà¸à¹à¸šà¸šà¹„หน คุณยังสามารถà¹à¸—นที่อิมเมจเà¸à¹ˆà¸²à¹ƒà¸™ MBR ด้วย GRUB 2 เองได้ในภายหลัง " +"โดยใช้คำสั่งต่อไปนี้ในà¸à¸²à¸™à¸° root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "อุปà¸à¸£à¸“์ที่จะติดตั้ง GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"à¸à¸³à¸¥à¸±à¸‡à¸ˆà¸°à¸›à¸£à¸±à¸šà¸£à¸¸à¹ˆà¸™à¹à¸žà¸à¹€à¸à¸ˆ grub-pc ขึ้น เมนูนี้จะช่วยคุณเลือà¸à¸­à¸¸à¸›à¸à¸£à¸“์ที่คุณต้องà¸à¸²à¸£à¹ƒà¸«à¹‰à¹€à¸£à¸µà¸¢à¸ grub-" +"install โดยอัตโนมัติเพื่อติดตั้ง GRUB ถ้ามีอุปà¸à¸£à¸“์ดังà¸à¸¥à¹ˆà¸²à¸§" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"โดยทั่วไปà¹à¸¥à¹‰à¸§ ขอà¹à¸™à¸°à¸™à¸³à¹ƒà¸«à¹‰à¹€à¸£à¸µà¸¢à¸ grub-install โดยอัตโนมัติ เพื่อป้องà¸à¸±à¸™à¹„ม่ให้อิมเมจà¹à¸à¸™à¸à¸¥à¸²à¸‡à¸‚อง " +"GRUB ที่ติดตั้งมีข้อมูลไม่ตรงà¸à¸±à¸šà¸¡à¸­à¸”ูล GRUB ต่างๆ หรือไม่ตรงà¸à¸±à¸š grub.cfg" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"ถ้าคุณไม่à¹à¸™à¹ˆà¹ƒà¸ˆà¸§à¹ˆà¸² BIOS à¸à¸³à¸«à¸™à¸”ไดรว์ไหนไว้สำหรับบูต à¸à¹‡à¸¡à¸±à¸à¹€à¸›à¹‡à¸™à¸„วามคิดที่ดีที่จะติดตั้ง GRUB " +"ลงในไดรว์ทุà¸à¹„ดรว์" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"หมายเหตุ: เป็นไปได้เหมือนà¸à¸±à¸™à¸—ี่จะติดตั้ง GRUB ลงในบูตเรคอร์ดของพาร์ทิชัน " +"à¹à¸¥à¸°à¹„ด้à¹à¸ªà¸”งพาร์ทิชันที่เหมาะสมเป็นตัวเลือà¸à¹„ว้ในที่นี้à¹à¸¥à¹‰à¸§ อย่างไรà¸à¹‡à¸”ี à¸à¸²à¸£à¸—ำเช่นนั้นจะเป็นà¸à¸²à¸£à¸šà¸±à¸‡à¸„ับให้ " +"GRUB ใช้à¸à¸¥à¹„à¸à¸£à¸²à¸¢à¸Šà¸·à¹ˆà¸­à¸šà¸¥à¹‡à¸­à¸„ ซึ่งความถูà¸à¸•à¹‰à¸­à¸‡à¹ƒà¸™à¸à¸²à¸£à¸—ำงานอาจลดลง จึงไม่ขอà¹à¸™à¸°à¸™à¸³" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"มีà¸à¸²à¸£à¸•à¸´à¸”ตั้งบูตโหลดเดอร์ GRUB à¸à¹ˆà¸­à¸™à¸«à¸™à¹‰à¸²à¸™à¸µà¹‰à¹ƒà¸™à¸”ิสà¸à¹Œà¸—ี่ขณะนี้ไม่มีà¹à¸¥à¹‰à¸§ หรือมี " +"à¹à¸•à¹ˆà¸«à¸¡à¸²à¸¢à¹€à¸¥à¸‚ประจำดิสà¸à¹Œà¹„ด้เปลี่ยนไปด้วยสาเหตุบางอย่าง " +"จึงจำเป็นต้องทำให้à¹à¸™à¹ˆà¹ƒà¸ˆà¸§à¹ˆà¸²à¸­à¸´à¸¡à¹€à¸¡à¸ˆà¹à¸à¸™à¸à¸¥à¸²à¸‡à¸‚อง GRUB ที่ติดตั้งไว้นั้นยังมีข้อมูลตรงà¸à¸±à¸šà¸¡à¸­à¸”ูล GRUB ต่างๆ " +"à¹à¸¥à¸°à¸à¸±à¸š grub.cfg อยู่ à¸à¸£à¸¸à¸“าตรวจสอบอีà¸à¸„รั้งให้à¹à¸™à¹ˆà¹ƒà¸ˆà¸§à¹ˆà¸²à¸ˆà¸°à¹€à¸‚ียนข้อมูล GRUB ลงในอุปà¸à¸£à¸“์บูตที่เหมาะสม" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "เขียน GRUB ลงในอุปà¸à¸£à¸“์บูตไม่สำเร็จ - ดำเนินà¸à¸²à¸£à¸•à¹ˆà¸­à¹„ปหรือไม่?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "ติดตั้ง GRUB ลงในอุปà¸à¸£à¸“์ต่อไปนี้ไม่สำเร็จ:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "คุณยังคงต้องà¸à¸²à¸£à¸”ำเนินà¸à¸²à¸£à¸•à¹ˆà¸­à¹„ปหรือไม่? ถ้าทำต่อ เครื่องของคุณอาจบูตไม่ขึ้นได้" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "เขียน GRUB ลงในอุปà¸à¸£à¸“์บูตไม่สำเร็จ - ลองใหม่หรือไม่?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"คุณอาจสามารถติดตั้ง GRUB ลงในอุปà¸à¸£à¸“์อื่นได้ " +"โดยคุณควรทดสอบด้วยว่าเครื่องของคุณบูตจาà¸à¸­à¸¸à¸›à¸à¸£à¸“์นั้นขึ้นหรือไม่ ถ้าตอบปà¸à¸´à¹€à¸ªà¸˜ " +"à¸à¹‡à¸ˆà¸°à¸¢à¸à¹€à¸¥à¸´à¸à¸à¸²à¸£à¸›à¸£à¸±à¸šà¸£à¸¸à¹ˆà¸™à¸ˆà¸²à¸ GRUB รุ่นเà¸à¹ˆà¸²" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "จะดำเนินà¸à¸²à¸£à¸•à¹ˆà¸­à¹„ปโดยไม่ติดตั้ง GRUB หรือไม่?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"คุณได้เลือà¸à¸—ี่จะไม่ติดตั้ง GRUB ลงในอุปà¸à¸£à¸“์ใดเลย ถ้าดำเนินà¸à¸²à¸£à¸•à¹ˆà¸­à¹„ป " +"บูตโหลดเดอร์อาจอยู่ในสภาพที่ไม่ได้ตั้งค่าอย่างสมบูรณ์ à¹à¸¥à¸°à¹€à¸¡à¸·à¹ˆà¸­à¹€à¸›à¸´à¸”เครื่องครั้งต่อไป " +"à¸à¹‡à¸ˆà¸°à¹ƒà¸Šà¹‰à¸ªà¸´à¹ˆà¸‡à¸—ี่อยู่ในบูตเซà¸à¹€à¸•à¸­à¸£à¹Œà¸à¹ˆà¸­à¸™à¸«à¸™à¹‰à¸²à¸™à¸µà¹‰ à¹à¸¥à¸°à¸–้าในบูตเซà¸à¹€à¸•à¸­à¸£à¹Œà¸¡à¸µ GRUB 2 รุ่นเà¸à¹ˆà¸²à¸­à¸¢à¸¹à¹ˆ " +"à¸à¹‡à¸­à¸²à¸ˆà¸ˆà¸°à¹„ม่สามารถโหลดมอดูลหรือใช้à¹à¸Ÿà¹‰à¸¡à¸„่าตั้งปัจจุบันได้" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"ถ้าคุณà¸à¸³à¸¥à¸±à¸‡à¹ƒà¸Šà¹‰à¸šà¸¹à¸•à¹‚หลดเดอร์ตัวอื่นอยู่ à¹à¸¥à¸°à¸•à¹‰à¸­à¸‡à¸à¸²à¸£à¹ƒà¸Šà¹‰à¸•à¹ˆà¸­à¹„ป " +"หรือถ้าคุณอยู่ในสภาพà¹à¸§à¸”ล้อมที่ไม่ต้องใช้บูตโหลดเดอร์ คุณà¸à¹‡à¸­à¸²à¸ˆà¸”ำเนินà¸à¸²à¸£à¸•à¹ˆà¸­à¹„ปได้ มิฉะนั้น " +"คุณà¸à¹‡à¸„วรติดตั้ง GRUB ลงในที่ใดที่หนึ่ง" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "จะลบ GRUB 2 ออà¸à¸ˆà¸²à¸ /boot/grub หรือไม่?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "คุณต้องà¸à¸²à¸£à¸ˆà¸°à¸¥à¸šà¹à¸Ÿà¹‰à¸¡à¸‚อง GRUB 2 ทั้งหมดออà¸à¸ˆà¸²à¸ /boot/grub หรือไม่?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "à¸à¸²à¸£à¸¥à¸šà¸™à¸µà¹‰à¸ˆà¸°à¸—ำให้ระบบไม่สามารถบูตได้ ยà¸à¹€à¸§à¹‰à¸™à¸¡à¸µà¸šà¸¹à¸•à¹‚หลดเดอร์ตัวอื่นติดตั้งอยู่" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "จะทำขั้นสุดท้ายของà¸à¸²à¸£à¹à¸›à¸¥à¸‡à¹€à¸›à¹‡à¸™ GRUB 2 หรือไม่?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"ระบบนี้มีà¹à¸Ÿà¹‰à¸¡à¸ˆà¸²à¸à¸šà¸¹à¸•à¹‚หลดเดอร์ GRUB รุ่นเà¸à¹ˆà¸²à¸•à¸´à¸”ตั้งอยู่ à¹à¸•à¹ˆà¸•à¸­à¸™à¸™à¸µà¹‰à¸¡à¸µà¸šà¸¹à¸•à¹€à¸£à¸„อร์ดของ GRUB 2 " +"ติดตั้งไว้ในดิสà¸à¹Œà¸•à¹ˆà¸­à¹„ปนี้เช่นà¸à¸±à¸™:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"ดูเหมือน GRUB รุ่นเà¸à¹ˆà¸²à¸ˆà¸°à¹„ม่มีà¸à¸²à¸£à¹ƒà¸Šà¹‰à¸‡à¸²à¸™à¸­à¸µà¸à¸•à¹ˆà¸­à¹„ป à¹à¸¥à¸°à¸”ูเหมือนว่าคุณควรจะปรับรุ่นอิมเมจของ GRUB 2 " +"ในดิสà¸à¹Œà¹€à¸«à¸¥à¹ˆà¸²à¸™à¸µà¹‰à¹à¸—น พร้อมทั้งจบขั้นตอนสุดท้ายของà¸à¸²à¸£à¹à¸›à¸¥à¸‡à¹„ปเป็น GRUB 2 โดยลบà¹à¸Ÿà¹‰à¸¡à¸‚อง GRUB " +"รุ่นเà¸à¹ˆà¸²à¸—ิ้ง ถ้าคุณไม่ปรับรุ่นอิมเมจ GRUB 2 เหล่านี้ขึ้น อิมเมจà¸à¹‡à¸­à¸²à¸ˆà¹„ม่เข้าà¸à¸±à¸™à¸à¸±à¸šà¹à¸žà¸à¹€à¸à¸ˆà¸£à¸¸à¹ˆà¸™à¹ƒà¸«à¸¡à¹ˆà¹† " +"à¹à¸¥à¸°à¸—ำให้ระบบของคุณบูตไม่ขึ้นได้" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"โดยทั่วไปà¹à¸¥à¹‰à¸§ คุณควรจะจบขั้นตอนสุดท้ายของà¸à¸²à¸£à¹à¸›à¸¥à¸‡à¹„ปเป็น GRUB 2 นี้ " +"นอà¸à¹€à¸ªà¸µà¸¢à¸ˆà¸²à¸à¸§à¹ˆà¸²à¸šà¸¹à¸•à¹€à¸£à¸„อร์ดเหล่านี้จะถูà¸à¸ªà¸£à¹‰à¸²à¸‡à¹‚ดย GRUB 2 ที่ติดตั้งในระบบปà¸à¸´à¸šà¸±à¸•à¸´à¸à¸²à¸£à¸­à¸·à¹ˆà¸™" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "พารามิเตอร์สำหรับบูตลินุà¸à¸‹à¹Œ:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"พารามิเตอร์สำหรับบูตลินุà¸à¸‹à¹Œà¸•à¹ˆà¸­à¹„ปนี้ดึงออà¸à¸¡à¸²à¸ˆà¸²à¸ /etc/default/grub หรือพารามิเตอร์ `kopt' ใน " +"menu.lst ของ GRUB รุ่นเà¸à¹ˆà¸² à¸à¸£à¸¸à¸“าตรวจสอบว่าค่านี้ถูà¸à¸•à¹‰à¸­à¸‡à¸«à¸£à¸·à¸­à¹„ม่ à¹à¸¥à¸°à¸à¸£à¸¸à¸“าà¹à¸à¹‰à¹„ขถ้าจำเป็น" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "พารามิเตอร์สำหรับบูตลินุà¸à¸‹à¹Œà¹à¸šà¸šà¸›à¸à¸•à¸´:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "พารามิเตอร์ต่อไปนี้จะใช้ในเมนูสำหรับบูตลินุà¸à¸‹à¹Œà¹à¸šà¸šà¸›à¸à¸•à¸´ à¹à¸•à¹ˆà¸ˆà¸°à¹„ม่ใช้à¸à¸±à¸šà¹‚หมดà¸à¸¹à¹‰à¸£à¸°à¸šà¸š" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "พารามิเตอร์สำหรับบูต kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"พารามิเตอร์สำหรับบูต kFreeBSD ต่อไปนี้ดึงออà¸à¸¡à¸²à¸ˆà¸²à¸ /etc/default/grub หรือพารามิเตอร์ " +"`kopt' ใน menu.lst ของ GRUB รุ่นเà¸à¹ˆà¸² à¸à¸£à¸¸à¸“าตรวจสอบว่าค่านี้ถูà¸à¸•à¹‰à¸­à¸‡à¸«à¸£à¸·à¸­à¹„ม่ " +"à¹à¸¥à¸°à¸à¸£à¸¸à¸“าà¹à¸à¹‰à¹„ขถ้าจำเป็น" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "พารามิเตอร์สำหรับบูต kFreeBSD à¹à¸šà¸šà¸›à¸à¸•à¸´:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "พารามิเตอร์ต่อไปนี้จะใช้ในเมนูสำหรับบูต kFreeBSD à¹à¸šà¸šà¸›à¸à¸•à¸´ à¹à¸•à¹ˆà¸ˆà¸°à¹„ม่ใช้à¸à¸±à¸šà¹‚หมดà¸à¸¹à¹‰à¸£à¸°à¸šà¸š" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "สร้าง /boot/grub/device.map ใหม่เรียบร้อยà¹à¸¥à¹‰à¸§" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"เขียนà¹à¸Ÿà¹‰à¸¡ /boot/grub/device.map ใหม่เพื่อใช้ชื่ออุปà¸à¸£à¸“์ที่ไม่เปลี่ยนà¹à¸›à¸¥à¸‡à¸‡à¹ˆà¸²à¸¢à¹€à¸£à¸µà¸¢à¸šà¸£à¹‰à¸­à¸¢à¹à¸¥à¹‰à¸§ " +"โดยส่วนใหà¸à¹ˆà¹à¸¥à¹‰à¸§ ชื่อà¹à¸šà¸šà¸™à¸µà¹‰à¸„วรจะช่วยลดความจำเป็นในà¸à¸²à¸£à¹€à¸›à¸¥à¸µà¹ˆà¸¢à¸™à¸‚้อมูลอีà¸à¹ƒà¸™à¸­à¸™à¸²à¸„ตได้อย่างมาภ" +"à¹à¸¥à¸°à¸£à¸²à¸¢à¸à¸²à¸£à¹€à¸¡à¸™à¸¹à¸šà¸¹à¸•à¸•à¹ˆà¸²à¸‡à¹† ที่สร้างโดย GRUB à¸à¹‡à¹„ม่ควรได้รับผลà¸à¸£à¸°à¸—บ" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"อย่างไรà¸à¹‡à¸”ี เนื่องจาà¸à¸¡à¸µà¸”ิสà¸à¹Œà¸«à¸¥à¸²à¸¢à¸”ิสà¸à¹Œà¸­à¸¢à¸¹à¹ˆà¹ƒà¸™à¸£à¸°à¸šà¸š จึงเป็นไปได้ที่ระบบจะอาศัยผังอุปà¸à¸£à¸“์à¹à¸šà¸šà¹€à¸à¹ˆà¸² " +"à¸à¸£à¸¸à¸“าตรวจสอบว่ามีรายà¸à¸²à¸£à¹€à¸¡à¸™à¸¹à¸šà¸¹à¸•à¸—ี่คุณà¸à¸³à¸«à¸™à¸”เองที่อ้างถึงไดรว์ด้วยหมายเลขในรูป (hdN) ของ GRUB " +"อยู่หรือไม่ à¹à¸¥à¸°à¸à¸£à¸¸à¸“าปรับà¹à¸à¹‰à¸–้าจำเป็น" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"ถ้าคุณไม่เข้าใจข้อความนี้ หรือถ้าไม่มีรายà¸à¸²à¸£à¹€à¸¡à¸™à¸¹à¸šà¸¹à¸•à¸—ี่คุณà¸à¸³à¸«à¸™à¸”เอง คุณà¸à¹‡à¸ªà¸²à¸¡à¸²à¸£à¸–ข้ามข้อความนี้ไปได้" --- grub2-1.99.orig/debian/po/ka.po +++ grub2-1.99/debian/po/ka.po @@ -0,0 +1,386 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2009-08-30 18:05+0400\n" +"Last-Translator: Aiet Kolkhi \n" +"Language-Team: Georgian \n" +"Language: ka\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: georgian\n" +"X-Poedit-Country: GEORGIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "გსურთ Chainload ჩáƒáƒ¢áƒ•áƒ˜áƒ áƒ—ვრmenu.lst-დáƒáƒœ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUB-ის გáƒáƒœáƒáƒ®áƒšáƒ”ბის სკრიფტები GRUB-ის ძველ ინსტáƒáƒšáƒáƒªáƒ˜áƒáƒ¡ გáƒáƒ“áƒáƒáƒ¬áƒ§áƒ“რ/boot/grub " +"მდებáƒáƒ áƒ”áƒáƒ‘áƒáƒ¨áƒ˜." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"იმისáƒáƒ—ვის, რáƒáƒ› თქვენს სისტემáƒáƒ–ე ჩáƒáƒœáƒáƒªáƒ•áƒšáƒ“ეს ძველი GRUB-ის ინსტáƒáƒšáƒáƒªáƒ˜áƒ, " +"სáƒáƒ¡áƒ£áƒ áƒ•áƒ”ლირ/boot/grub/menu.lst ჩáƒáƒ¡áƒ¬áƒáƒ áƒ“ეს, რáƒáƒ› შეáƒáƒ¡áƒ áƒ£áƒšáƒáƒ¡ GRUB 2-ის chainload " +"ჩáƒáƒ¢áƒ•áƒ˜áƒ áƒ—ვრთქვენი áƒáƒ áƒ¡áƒ”ბული GRUB-ის ძველი ინსტáƒáƒšáƒáƒªáƒ˜áƒ˜áƒ“áƒáƒœ. ეს სáƒáƒ¤áƒ”ხური " +"შესáƒáƒ«áƒšáƒ”ბელირáƒáƒ®áƒšáƒ შესრულდეს áƒáƒ•áƒ¢áƒáƒ›áƒáƒ¢áƒ£áƒ áƒáƒ“." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"სáƒáƒ¡áƒ£áƒ áƒ•áƒ”ლირმიიღáƒáƒ— menu.lst-დáƒáƒœ GRUB 2-ის chainload მეთáƒáƒ“ით ჩáƒáƒ¢áƒ•áƒ˜áƒ áƒ—ვáƒ, áƒáƒ¡áƒ”ვე " +"გáƒáƒ“áƒáƒáƒ›áƒáƒ¬áƒ›áƒáƒ—, რáƒáƒ› თქვენი áƒáƒ®áƒáƒšáƒ˜ GRUB 2-ის ინსტáƒáƒšáƒáƒªáƒ˜áƒ ფუნქციáƒáƒœáƒ˜áƒ áƒ”ბდეს, სáƒáƒœáƒáƒ› " +"მáƒáƒ¡ პირდáƒáƒžáƒ˜áƒ  Master Boot Record (MBR)-ში ჩáƒáƒ¬áƒ”რდეთ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "ლინუქსის ბრძáƒáƒœáƒ”ბის სტრიქáƒáƒœáƒ˜:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"ლინუქსის შემდეგი ბრძáƒáƒœáƒ”ბრმáƒáƒ«áƒ˜áƒ”ბულ იქნრ/etc/default/grub-დáƒáƒœ áƒáƒœ `kopt' " +"პáƒáƒ áƒáƒ›áƒ”ტრიდáƒáƒœ ძველი GRUB-ის menu.lst-ში. გáƒáƒ“áƒáƒáƒ›áƒáƒ¬áƒ›áƒ”თ, რáƒáƒ› იგი სწáƒáƒ áƒ˜áƒ, áƒáƒœ " +"შეცვáƒáƒšáƒ”თ შესáƒáƒ‘áƒáƒ›áƒ˜áƒ¡áƒáƒ“." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "ლინუქსის სტáƒáƒœáƒ“áƒáƒ áƒ¢áƒ£áƒšáƒ˜ ბრძáƒáƒœáƒ”ბის სტრიქáƒáƒœáƒ˜:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"შემდეგი სტრიქáƒáƒœáƒ˜ გáƒáƒ›áƒáƒ§áƒ”ნებულ იქნებრრáƒáƒ’áƒáƒ áƒª ლინუქსის პáƒáƒ áƒáƒ›áƒ”ტრები მენიუს " +"სტáƒáƒœáƒ“áƒáƒ áƒ¢áƒ£áƒšáƒ˜ შენáƒáƒ¢áƒáƒœáƒ˜áƒ¡áƒáƒ—ვის, მáƒáƒ’რáƒáƒ› áƒáƒ áƒ áƒáƒ¦áƒ“გენის რეჟიმისáƒáƒ—ვის." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD ბრძáƒáƒœáƒ”ბის სტრიქáƒáƒœáƒ˜:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"შემდეგი kFreeBSD-ის ბრძáƒáƒœáƒ”ბის სტრიქáƒáƒœáƒ˜ áƒáƒ›áƒáƒ¦áƒ”ბულ იქნრ/etc/default/grub-დáƒáƒœ " +"áƒáƒœ `kopt' პáƒáƒ áƒáƒ›áƒ”ტრიდáƒáƒœ ძველი GRUB-ის menu.lst-ში. გáƒáƒ“áƒáƒáƒ›áƒáƒ¬áƒ›áƒ”თ, რáƒáƒ› იგი " +"სწáƒáƒ áƒ˜áƒ, áƒáƒœ შეცვáƒáƒšáƒ”თ შესáƒáƒ‘áƒáƒ›áƒ˜áƒ¡áƒáƒ“." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD-ის სტáƒáƒœáƒ“áƒáƒ áƒ¢áƒ£áƒšáƒ˜ ბრძáƒáƒœáƒ”ბის სტრიქáƒáƒœáƒ˜:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"შემდეგი სტრიქáƒáƒœáƒ˜ გáƒáƒ›áƒáƒ§áƒ”ნებულ იქნებრრáƒáƒ’áƒáƒ áƒª kFreeBSD-ს პáƒáƒ áƒáƒ›áƒ”ტრები მენიუს " +"სტáƒáƒœáƒ“áƒáƒ áƒ¢áƒ£áƒšáƒ˜ შენáƒáƒ¢áƒáƒœáƒ˜áƒ¡áƒáƒ—ვის, მáƒáƒ’რáƒáƒ› áƒáƒ áƒ áƒáƒ¦áƒ“გენის რეჟიმისáƒáƒ—ვის." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "ნებისმიერ შემთხვევáƒáƒ¨áƒ˜, რáƒáƒ“ესáƒáƒª მáƒáƒ˜áƒ¡áƒ£áƒ áƒ•áƒ”ბთ GRUB 2 პირდáƒáƒžáƒ˜áƒ  MBR-დáƒáƒœ " +#~ "ჩáƒáƒ˜áƒ¢áƒ•áƒ˜áƒ áƒ—áƒáƒ¡, áƒáƒ›áƒ˜áƒ¡áƒáƒ—ვის გáƒáƒ£áƒ¨áƒ•áƒ˜áƒ— შემდეგი ბრძáƒáƒœáƒ”ბრ(root პრივილეგიებით):" --- grub2-1.99.orig/debian/po/ro.po +++ grub2-1.99/debian/po/ro.po @@ -0,0 +1,470 @@ +# translation of ro.po to Romanian +# Romanian translations for grub package +# Traducerea în limba română pentru pachetul grub. +# Copyright (C) 2007 THE grub'S COPYRIGHT HOLDER +# This file is distributed under the same license as the grub package. +# +# Eddy PetriÈ™or , 2007,2008. +# ioan-eugen STAN , 2010. +# Lucian Adrian Grijincu , 2010. +msgid "" +msgstr "" +"Project-Id-Version: ro\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-12 20:08+0200\n" +"Last-Translator: Andrei POPESCU \n" +"Language-Team: Romanian \n" +"Language: ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: 2\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "ÃŽncărcare înlănÈ›uită din menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Scripturile de înnoire ale lui GRUB au detectat în /boot/grub o configuraÈ›ie " +"pentru vechiul GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Pentru a înlocui vechea versiune a lui GRUB, se recomandă modificarea " +"fiÈ™ierului /boot/grub/menu.lst, astfel încât să încarce o imagine GRUB 2 din " +"configuraÈ›ia existentă. Acest pas poate fi făcut chiar acum în mod automat." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Este recomandat să acceptaÈ›i înlănÈ›uirea lui GRUB 2 din menu.lst È™i să " +"verificaÈ›i că noua configuraÈ›ie pentru GRUB 2 funcÈ›ionează, înainte de " +"instalarea în înregistrarea principală de boot (MBR)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Indiferent ce decideÈ›i, puteÈ›i înlocui ulterior imaginea MBR veche cu GRUB 2 " +"executând următoarea comandă cu privilegii root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Dispozitive pentru a instala GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Pachetul grub-pc este în curs de înnoire. Acest meniu vă permite să alegeÈ›i " +"pentru ce dispozitive doriÈ›i să ruleze automat grub-install, dacă este cazul." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Rularea automată a utilitarului grub-install este recomandată în majoritatea " +"situaÈ›iilor, pentru ca imaginea GRUB instalată fie sincronizată cu modulele " +"GRUB sau grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Dacă nu È™tiÈ›i sigur care unitate este desemnată ca unitatea de pornire de " +"către BIOS este o idee bună să instalaÈ›i GRUB pe toate unitățile." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Notă: este posibil să instalaÈ›i GRUB în înregistrarea boot a unei partiÈ›ii, " +"iar unele partiÈ›ii adecvate sunt prezentate aici. TotuÈ™i, aceasta va forÈ›a " +"GRUB să utilizeze mecanismul blocklist, care este mai puÈ›in fiabil. ÃŽn " +"consecință această metodă nu este recomandată." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"ÃŽncărcătorul de sistem GRUB a fost instalat pe un disc care nu mai este " +"prezent, sau al cărui identificator unic a fost modificat dintr-un motiv " +"oarecare. Este important să vă asiguraÈ›i că imaginea GRUB rămâne " +"sincronizată cu modulele GRUB È™i grub.cfg. Vă rugăm verificaÈ›i din nou, " +"pentru a vă asigura că GRUB este scris pe dispozitivul boot corect." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Scrierea GRUB pe dispozitivul boot a eÈ™uat. Se continuă?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Instalarea GRUB pe următoarele dispozitive a eÈ™uat:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"DoriÈ›i să continuaÈ›i oricum? Dacă da, este posibil ca sistemul să nu " +"pornească corespunzător." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Scrierea GRUB pe dispozitivul de pornire a eÈ™uat. Se încearcă din nou?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"PuteÈ›i instala GRUB pe alt dispozitiv, însă ar trebui să verificaÈ›i dacă " +"sistemul va porni de pe acel dispozitiv. Altfel, înnoirea de la GRUB Legacy " +"va fi anulată." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "ContinuaÈ›i fără să instalaÈ›i GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"AÈ›i ales să nu instalaÈ›i GRUB pe niciun dispozitiv. Dacă veÈ›i continua, este " +"posibil ca încărcătorul de sistem să nu fie configurat corespunzător, iar la " +"pornirea calculatorului acesta va folosi ce se afla deja în sectorul de " +"pornire. Dacă există o versiune mai veche de GRUB 2 în sectorul de pornire " +"este posibil ca aceasta să nu poată încărca modulele sau să proceseze " +"fiÈ™ierul de configurare curent." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Dacă folosiÈ›i deja un alt încărcător de sistem È™i doriÈ›i să continuaÈ›i, sau " +"dacă acesta este un mediu special în care nu aveÈ›i nevoie de încărcător de " +"sistem, atunci ar trebui să continuaÈ›i. Altfel, ar trebui să instalaÈ›i GRUB " +"undeva." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Se îndepărtează GRUB 2 din /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "DoriÈ›i ca toate fiÈ™ierele GRUB 2 să fie îndepărtate din /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Aceasta va împiedica pornirea sistemului, în afara cazului în care este " +"instalat un alt încărcător de sistem." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "TerminaÈ›i acum conversia la GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Acest sistem mai are instalate fiÈ™iere din GRUB Legacy, dar acum are " +"instalat È™i GRUB 2 pe aceste discuri:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Este foarte probabil ca GRUB Legacy să nu mai fie folosit È™i ar trebui să " +"actualizaÈ›i imaginile GRUB 2 pe aceste discuri È™i să definitivaÈ›i trecerea " +"la GRUB 2 îndepărtând fiÈ™ierele GRUB Legacy vechi. Dacă nu actualizaÈ›i " +"aceste imagini GRUB 2, ele ar putea fi incompatibile cu noile pachete È™i ar " +"putea împiedica sistemul să pornească corespunzător." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"ÃŽn general este bine să încheiaÈ›i conversia la GRUB 2, în afara cazului în " +"care acele fiÈ™iere au fost create de o instalare GRUB 2 a altui sistem de " +"operare." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linia de comandă Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Această linie de comandă Linux a fost extrasă din /etc/default/grub sau " +"parametrul „kopt†din fiÈ™ierul menu.lst al vechiului GRUB. VerificaÈ›i " +"corectitudinea acesteia È™i modificaÈ›i-o, dacă este nevoie." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linia de comandă implicită Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Următorul È™ir va fi folosit ca parametru pentru Linux pentru poziÈ›ia " +"implicită din meniu, dar nu È™i pentru cea de recuperare." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Linia de comandă kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Această linie de comandă kFreeBSD a fost extrasă din /etc/default/grub sau " +"parametrul „kopt†din fiÈ™ierul menu.lst al vechiului GRUB. VerificaÈ›i " +"corectitudinea acesteia È™i modificaÈ›i-o, dacă este nevoie." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Linia de comandă implicită kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Următorul È™ir va fi folosit ca parametru pentru kFreeBSD pentru poziÈ›ia " +"implicită din meniu, dar nu È™i pentru cea de recuperare." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map a fost regenerat" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"FiÈ™ierul /boot/grub/device.map a fost rescris să folosească nume stabile de " +"dispozitive. ÃŽn majoritatea cazurilor, acest lucru va reduce semnificativ " +"nevoia de a-l modifica ulterior È™i intrările în meniu generate de grub nu ar " +"trebui să fie afectate. " + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"TotuÈ™i, deoarece există mai mult de un disc în sistem, este posibil ca " +"sistemul să depindă de vechea hartă de dispozitive. VerificaÈ›i dacă aveÈ›i " +"intrări personalizate în meniu care depind de numerotarea GRUB (hdN) È™i " +"actualizaÈ›i-le dacă este cazul." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Dacă nu înÈ›elegeÈ›i acest mesaj, sau nu există poziÈ›ii personalizate în " +"meniu, îl puteÈ›i ignora." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "ÃŽn orice caz, atunci când veÈ›i dori ca GRUB 2 sa fie încărcat direct din " +#~ "MBR, puteÈ›i rula (ca root) comanda următoare:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Instalarea GRUB a eÈ™uat. ContinuaÈ›i?" + +#~ msgid "GRUB 1.95 numbering scheme transition" +#~ msgstr "TranziÈ›ia la schema de numerotare pentru GRUB 1.95" + +#~ msgid "" +#~ "As of version 1.95, GRUB 2 has changed its numbering scheme. Partitions " +#~ "are now counted starting from 1 rather than 0. This is to make it " +#~ "consistent with device names of Linux and the other kernels used in " +#~ "Debian. For example, when using Linux as the kernel, \"(hd0,1)\" refers " +#~ "to the same partition as the /dev/sda1 device node." +#~ msgstr "" +#~ "ÃŽncepând cu versiunea 1.95, GRUB 2 È™i-a schimbat schema de numerotare. " +#~ "PartiÈ›iile sunt acum numerotate începând de la 1 (în loc de 0). Acest " +#~ "lucru este consecvent cu numele de dispozitive ale Linux-ului È™i a altor " +#~ "nuclee folosite în Debian. De exemplu, când se foloseÈ™te nucleul Linux, " +#~ "„(hd0,1)†se referă la aceiaÈ™i partiÈ›ie ca È™i nodul de dispozitiv /dev/" +#~ "sda1." + +#~ msgid "" +#~ "Because of this, there's a chance your system becomes unbootable if " +#~ "update-grub(8) is run before GRUB is updated, generating a grub.cfg file " +#~ "that your installed GRUB won't yet be able to parse correctly. To ensure " +#~ "your system will be able to boot, you have to:" +#~ msgstr "" +#~ "De aceea, există riscul ca sistemul să nu mai pornească dacă update-grub" +#~ "(8) este rulat înainte ca GRUB să fie actualizat, generând astfel un " +#~ "fiÈ™ier grub.cfg pe care GRUB-ul instalat nu-l va putea încă analiza " +#~ "corect. Pentru a vă asigura că sistemul va putea porni, va trebui să:" + +#~ msgid "" +#~ " - Reinstall GRUB (typically, by running grub-install).\n" +#~ " - Rerun update-grub to generate a new grub.cfg." +#~ msgstr "" +#~ " - ReinstalaÈ›i GRUB (în mod normal, prin rularea lui grub-install).\n" +#~ " - RulaÈ›i din nou update-grub pentru a genera un nou grub.cfg." --- grub2-1.99.orig/debian/po/fi.po +++ grub2-1.99/debian/po/fi.po @@ -0,0 +1,447 @@ +# Esko Arajärvi , 2009, 2010. +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-08-22 13:43+0300\n" +"Last-Translator: Esko Arajärvi \n" +"Language-Team: Finnish \n" +"Language: fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Finnish\n" +"X-Poedit-Country: FINLAND\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Ladataanko ketjutettuna tiedostosta menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUBin päivityskomentosarjat ovat löytäneet vanhoja GRUB-asetuksia " +"tiedostosta /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Järjestelmässä olevan vanhan GRUB-version korvaamiseksi on suositeltavaa " +"muokata tiedostoa /boot/grub/menu.lst siten, että GRUB 2 ladataan olemassa " +"olevista vanhoista GRUB-asetuksista. Tämä voidaan tehdä automaattisesti nyt." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"On suositeltavaa, että hyväksyt GRUB 2:n ketjutetun lataamisen tiedostosta " +"menu.lst ja varmistat uusien GRUB 2 -asetusten toimivuuden ennen kuin " +"asennat ne pääkäynnistyslohkoon (MBR)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "GRUBia ei voitu asentaa seuraaville laitteille:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} Mt; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} Mt; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUBia ei voitu asentaa seuraaville laitteille:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Valitse haluatko jatkaa tästä huolimatta. Jos jatkat, järjestelmä ei " +"välttämättä käynnisty kunnolla." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "GRUBin asennus epäonnistui. Yritetäänkö uudelleen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Voit ehkä asentaa GRUBin jollekin toiselle levylle. Varmista tällöin, että " +"järjestelmäsi voidaan käynnistää kyseiseltä levyltä. Muussa tapauksessa " +"GRUBin aiemman version päivitys perutaan." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Jatketaanko asentamatta GRUBia?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Päätit olla asentamatta GRUBia millekään levylle. Jos jatkat, " +"alkulatausohjelman asetukset saattavat olla väärät ja kun kone käynnistetään " +"uudelleen seuraavan kerran, se käyttää käynnistyslohkon aiempia asetuksia. " +"Jos käynnistyslohkossa on GRUB 2:n aiempi versio, se ei välttämättä pysty " +"lataamaan moduuleja tai käsittelemään nykyistä asetustiedostoa." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Jos käytät jo muuta alkulatausohjelmaa ja haluat jatkaa sen käyttöä tai jos " +"käytössäsi on erityinen ympäristö, jossa et tarvitse alkulatausohjelmaa, " +"voit jatkaa asennusta. Muussa tapauksessa sinun tulisi asentaa GRUB johonkin." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Saatetaanko siirtyminen GRUB 2:een loppuun nyt?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Järjestelmässä on edelleen GRUBin aiemman version tiedostoja, mutta myös " +"GRUB 2:n käynnistystiedot on asennettu seuraaville levyille:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"GRUBin aiempi versio ei luultavasti ole enää käytössä ja näillä levyillä " +"olevat GRUB 2:n levykuvat tulisi päivittää ja siirtyminen GRUB 2:een saattaa " +"loppuun poistamalla vanhat GRUB-tiedostot. Jos et päivitä GRUB 2:n kuvia, " +"uusien pakettien kanssa voi tulla yhteensopivuusongelmia ja järjestelmän " +"käynnistys ei ehkä toimi oikein." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Yleisesti ottaen siirtyminen GRUB 2:een tulisi saattaa loppuun ellei näitä " +"käynnistystietoja luotu johonkin toiseen käyttöjärjestelmään asennetulla " +"GRUB 2:lla." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linuxin komentorivi:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"GRUBin aiemman version tiedostosta menu.lst parametrista â€kopt†tai " +"tiedostosta /etc/default/grub löydettiin seuraava Linuxin komentorivi. " +"Varmista, että se on kunnossa ja muuta sitä tarvittaessa." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linuxin oletuskomentorivi:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Seuraavaa merkkijonoa käytetään Linuxin käynnistysvalikon oletusvalinnan " +"parametreina, mutta ei toipumistilassa." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD:n komentorivi:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"GRUBin aiemman version tiedostosta menu.lst parametrista â€kopt†tai " +"tiedostosta /etc/default/grub löydettiin seuraava kFreeBSD:n komentorivi. " +"Varmista, että se on kunnossa ja muuta sitä tarvittaessa." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD:n oletuskomentorivi:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Seuraavaa merkkijonoa käytetään kFreeBSD:n käynnistysvalikon oletusvalinnan " +"parametreina, mutta ei toipumistilassa." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map on luotu uudelleen" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Tiedosto /boot/grub/device.map on kirjoitettu uudelleen käyttäen pysyviä " +"laitenimiä. Useimmissa tapauksissa tämän pitäisi huomattavasti vähentää " +"tarvetta sen muuttamiseen ja GRUBin luomien käynnistysvalikon rivien pitäisi " +"toimia edelleen." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Koska järjestelmässä kuitenkin on useampia levyjä, on mahdollista, että " +"jotkin asetukset viittaavat vanhaan laitetiedostoon. Tarkista onko " +"käynnistysvalikossa rivejä, joissa käytetään GRUBin laitenumerointia (hdN), " +"ja päivitä ne tarvittaessa." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Jos et ymmärrä tätä viestiä tai käynnistysvalikossa ei ole erityisiä rivejä, " +"voit jättää tämän viestin huomiotta." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Kun haluat asentaa GRUB 2:n latautumaan suoraan pääkäynnistyslohkosta, " +#~ "voit joka tapauksessa tehdä sen ajamalla pääkäyttäjänä seuraavan komennon:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "GRUBin asennus epäonnistui. Jatketaanko?" --- grub2-1.99.orig/debian/po/pt.po +++ grub2-1.99/debian/po/pt.po @@ -0,0 +1,430 @@ +# Portuguese translation for grub2's debconf messages +# Copyright (C) 2007 Miguel Figueiredo +# This file is distributed under the same license as the grub2 package. +# +# Miguel Figueiredo , 2007, 2010, 2011. +# Ricardo Silva , 2008. +# Tiago Fernandes , 2010. +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.98-1\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-09-11 20:39+0100\n" +"Last-Translator: Miguel Figueiredo \n" +"Language-Team: Portuguese \n" +"Language: pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.0\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Carregar em cadeia a partir do menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Os scripts de actualização do GRUB detectaram uma configuração do GRUB " +"Legacy em /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Por forma a substituir a versão antiga do GRUB que se encontra no sistema, é " +"recomendado que o /boot/grub/menu.lst seja ajustado para permitir carregar " +"imagem de boot do GRUB 2 a partir da configuração actual do GRUB antigo. " +"Esta etapa agora pode ser feita automaticamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"É recomendado que aceite carregar em cadeia o GRUB 2 a partir do menu.lst, e " +"verificar que a configuração do novo GRUB 2 está funcional, antes de ser " +"escrito no MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Qualquer que seja a sua decisão, pode substituir mais tarde a antiga imagem " +"do MBR com o GRUB 2, executando como root o seguinte comando:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "dispositivos de instalação GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"O pacote grub-pc está a ser actualizado. Este menu permite-lhe seleccionar " +"quais os dispositivos onde gostaria que o grub-install corresse " +"automaticamente, se algum." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Correr o grub-install automaticamente é recomendado na maior parte das " +"situações, para prevenir que a imagem core do GRUB instalada não fique " +"dessincronizada com os módulos do GRUB ou grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Se não têm a certeza de qual a drive designada como driver de arranque pela " +"sua BIOS, é normalmente boa ideia instalar o GRUB em todas elas." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Nota: é possível instalar o GRUB no boot record de partições, e são " +"oferecidas algumas partições aqui. No entanto, isto força o GRUB a utilizar " +"o mecanismo blocklist, que o torna menos fiável. Assim não é recomendável." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"O boot loader do GRUB foi instalado num disco que não se encontra presente, " +"ou então o seu identificador único foi alterado por alguma razão. É " +"importante ter a certeza que a imagem core do GRUB se mantêm sincronizada " +"com os módulos do GRUB e grub.cfg. Por favor verifique de novo para ter a " +"certeza de que o GRUB é escrito nos dispositivos apropriados de arranque." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "A escrita do GRUB para o dispositivo de arranque falhou - continuar?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "A instalação do GRUB falhou nos seguintes dispositivos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Pretende continuar de qualquer modo? Em caso afirmativo, o seu computador " +"pode não arrancar em condições. " + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"A escrita do GRUB para o dispositivo de arranque falhou - tentar de novo?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Poderá instalar o GRUB noutro dispositivo, no entanto deverá verificar que o " +"seu sistema arranca desse dispositivo. Se não o fizer, a actualização a " +"partir do GRUB Legacy será cancelada." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Continuar sem instalar o GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Escolheu não instalar o GRUB em qualquer dispositivo. Se continuar, o gestor " +"de arranque pode não ficar correctamente configurado, e quando o computador " +"arrancar da próxima vez irá usar o que estiver anteriormente no sector de " +"arranque. Se existir uma versão anterior do GRUB 2 no sector de arranque, " +"poderá não ser capaz de carregar os módulos e gerir o ficheiro de " +"configuração actual." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Se já estiver a utilizar um gestor de arranque diferente e quiser continuar " +"a fazê-lo, ou se se tratar de um ambiente especial onde não necessita de " +"gestor de arranque, deverá então continuar de qualquer modo. Caso contrário, " +"deverá instalar o GRUB em algum sitio." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Remover o GRUB 2 de /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Deseja remover todos os ficheiros do GRUB 2 de /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Isto fará com que o sistema não arranque até que seja instalado outro gestor " +"de arranque." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Finalizar a conversão para o GRUB 2 agora?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Este sistema ainda tem ficheiros instalados do gestor de arranque GRUB " +"Legacy, no entanto agora também tem registos de arranque do GRUB 2 " +"instalados nos discos seguintes:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Parece provável que o GRUB Legacy não esteja a ser usado, deve fazer a " +"actualização das imagens do GRUB 2 nestes discos e finalizar a conversão " +"para o GRUB 2 removendo os ficheiros antigos do GRUB Legacy. Se não " +"actualizar estas imagens GRUB 2 então estas podem ser incompatíveis com " +"novos pacotes e provocar uma falha no arranque do sistema." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Normalmente deverá finalizar a conversão para o GRUB 2 a não ser que estes " +"registos de arranque tenham sido criados por uma instalação do GRUB 2 noutro " +"sistema operativo." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linha de comandos do Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"A seguinte linha de comandos Linux foi extraída de /etc/default/grub ou do " +"parâmetro `kopt' no menu.lst do GRUB Legacy. Por favor verifique que está " +"correcta, e modifique se necessário. É permitido que a linha de comandos " +"esteja vazia." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linha de comandos padrão do Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"A seguinte linha será utilizada como parâmetros para o Linux na entrada " +"predefinida do menu, mas não para o modo de recuperação." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "linha de comandos kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"A seguinte linha de comandos kFreeBSD foi extraída a partir de /etc/default/" +"grub ou do parâmetro `kopt' no menu.lst do GRUB Legacy. Por favor verifique " +"que está correcta, e modifique se necessário. É permitido que a linha esteja " +"vazia." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Linha de comandos padrão do kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"A seguinte linha será utilizada como parâmetros para o kFreeBSD para a " +"entrada por omissão do menu, mas não para o modo de recuperação." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "O /boot/grub/device.map foi recriado" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"O ficheiro /boot/grub/device.map foi reescrito para usar nomes de " +"dispositivos estáveis. Na maioria dos casos, esta acção reduz " +"significativamente a necessidade de alterações no futuro e as entradas de " +"menu geradas pelo GRUB não deverão ser afectadas." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"No entanto, desde que está presente no sistema mais do que um disco, é " +"possível que o sistema esteja dependente do mapa antigo de dispositivos " +"(device map). Por favor verifique se tem algumas entradas personalizadas no " +"menu de arranque que dependam da numeração de drives do GRUB (hdN), e " +"actualize-as se necessário." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Se não entende esta mensagem ou se não tiver entradas personalizadas no menu " +"de arranque, pode ignorar esta mensagem." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Em qualquer dos casos, quando quiser que o GRUB 2 seja carregado " +#~ "directamente a partir do MBR, pode fazê-lo executando (como root) o " +#~ "seguinte comando: " + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "A instalação do GRUB falhou. Continuar?" --- grub2-1.99.orig/debian/po/nl.po +++ grub2-1.99/debian/po/nl.po @@ -0,0 +1,425 @@ +# translation of grub2.pot to Dutch +# Copyright (C) 2008-2010 THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the grub2 package. +# +# Paul Gevers , 2008-2010. +msgid "" +msgstr "" +"Project-Id-Version: grub2_1.96+20099829_nl\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-11 22:39+0100\n" +"Last-Translator: Paul Gevers \n" +"Language-Team: Dutch \n" +"Language: nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Doorschakelen vanuit menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUBs opwaardeerscripts hebben een oude-stijl GRUB opstelling in /boot/grub " +"gedetecteerd." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Om de oude-stijl versie van GRUB op uw systeem te vervangen wordt het " +"aangeraden om het /boot/grub/menu.lst bestand zo te laten aanpassen dat er " +"een GRUB 2 opstartopname wordt geladen vanuit uw bestaande oude-stijl GRUB " +"opstelling. Deze stap kan nu automatisch worden uitgevoerd." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"U wordt aangeraden om het doorschakelen van GRUB 2 vanuit menu.lst te " +"accepteren, en daarna te verifiëren dat de nieuwe GRUB 2 opstelling werkt " +"voordat het in de MBR (Master Boot Record) wordt geïnstalleerd." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Waar u ook voor kiest, u kunt de oude MBR opname later door GRUB 2 vervangen " +"door het volgende commando uit te voeren (met beheerdersrechten (root)):" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB installatie apparaten:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Het grub-pc pakket wordt bijgewerkt. Dit menu stelt u in staat om de " +"apparaten te selecteren waar u wilt dat grub-install automatisch gedraaid " +"wordt." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Het wordt over het algemeen aanbevolen om grub-install automatisch te laten " +"draaien om te voorkomen dat de geïnstalleerde GRUB kernopname niet meer " +"gesynchroniseerd is met GRUB modules of grub.cfg. " + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Indien u niet zeker weet welk station door de BIOS wordt gebruikt als " +"opstartstation, is het vaak een goed idee om GRUB op alle stations te " +"installeren." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Merk op dat het ook mogelijk is om GRUB naar opstartstructuren op partities " +"te installeren. Enkele geschikte partities worden hier aangeboden. Dit wordt " +"echter niet aangeraden omdat het GRUB dwingt om een bloklijstmechanisme te " +"gebruiken waar het minder betrouwbaar van wordt." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Het GRUB opstartprogramma was voorheen geïnstalleerd op een schijf die niet " +"langer aanwezig is, of waarvan de unieke identificatie is veranderd. Het is " +"belangrijk om ervoor te zorgen dat de geïnstalleerde GRUB kernopname " +"gesynchroniseerd blijft met GRUB modules en grub.cfg. Controleer of GRUB wel " +"naar het juiste opstartapparaat wordt geschreven." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Schrijven van GRUB naar opstartapparaat mislukt. Doorgaan?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Het installeren van de volgende apparaten is mislukt: " + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Wilt u desondanks verder gaan? Verder gaan kan ervoor zorgen dat uw computer " +"niet meer goed opstart." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Schrijven van GRUB naar opstartapparaat mislukt. Opnieuw proberen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"U kunt proberen om GRUB te installeren op een ander apparaat, maar het wordt " +"aangeraden om eerst te controleren of u kunt opstarten vanaf dat apparaat. " +"Als u dit niet probeert, zal het nu opwaarderen van de oude-stijl GRUB " +"geannuleerd worden." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Verder gaan zonder GRUB te installeren?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"U heeft ervoor gekozen om GRUB niet te installeren. Als u nu doorgaat zou " +"het kunnen dat het opstartprogramma niet correct geconfigureerd is en dat de " +"computer bij de volgende start de informatie gebruikt die vroeger in de " +"opstartsector stond. Indien daar een eerdere versie van GRUB 2 staat, kan " +"het zijn dat modules niet geladen kunnen worden of dat het huidige " +"configuratiebestand niet verwerkt kan worden." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"U kunt verder gaan als u al een ander opstartprogramma gebruikt en deze wilt " +"blijven gebruiken, of als dit een speciale omgeving is waar u geen " +"opstartprogramma nodig heeft. In de overige gevallen wilt u waarschijnlijk " +"GRUB installeren." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "GRUB 2 uit /boot/grub verwijderen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Wilt u dat alle GRUB 2 bestanden worden verwijderd uit /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Dit heeft tot gevolg dat het systeem niet opgestart kan worden tenzij er een " +"ander opstartprogramma is geïnstalleerd." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Wilt u de conversie naar GRUB 2 nu afronden?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Dit systeem heeft nog steeds bestanden van het oude-stijl GRUB " +"opstartprogramma geïnstalleerd, maar er zijn nu ook GRUB 2 opstartopnames " +"geïnstalleerd op de volgende schijven:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Het lijkt erop dat de oude-stijl GRUB niet langer gebruikt wordt en het " +"wordt aanbevolen dat u de conversie naar GRUB 2 afrond door de GRUB 2 " +"opnames op deze schijven op te waarderen en de oude-stijl GRUB bestanden te " +"verwijderen. Indien u de GRUB 2 opnames niet opwaardeert, is het mogelijk " +"dat ze incompatibel zijn met de nieuwe pakketten en kunnen ze uw systeem " +"verhinderen correct op te starten." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"In het algemeen zult u de conversie naar GRUB 2 willen afmaken, tenzij deze " +"opstartopnames gemaakt zijn door een GRUB 2 op een ander besturingssysteem." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux-commandoregel:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"De volgende Linux-commandoregel is gebaseerd op /etc/default/grub of op de " +"'kopt'-parameter gevonden in het menu.lst bestand van de oude-stijl GRUB. " +"Wilt u deze op correctheid controleren en indien nodig aanpassen?" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Standaard Linux-commandoregel:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"De volgende regel zal, behalve in de herstelmodus, gebruikt worden voor de " +"Linux parameters in de standaard menuoptie." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD-commandoregel:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"De volgende kFreeBSD-commandoregel is gebaseerd op /etc/default/grub of op " +"de 'kopt'-parameter gevonden in het menu.lst bestand van de oude-stijl GRUB. " +"Wilt u deze op correctheid controleren en indien nodig aanpassen?" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Standaard kFreeBSD-commandoregel:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"De volgende regel zal, behalve in de herstelmodus, gebruikt worden voor de " +"kFreeBSD parameters in de standaard menuoptie." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map is opnieuw aangemaakt" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Het bestand /boot/grub/device.map is zo herschreven dat het stabiele " +"apparaatnamen gebruikt. In de meeste gevallen zal dit de noodzaak van " +"toekomstige veranderingen verlagen en zullen door GRUB gegenereerde " +"opstartmenu-items ongewijzigd zijn." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Het is mogelijk dat het systeem afhankelijk was van de oude apparatenlijst, " +"aangezien er meer dan één schijf aanwezig is. Het wordt aanbevolen dat u de " +"opstartmenu-items controleert op het gebruik van GRUB's schijfbenummering " +"(hdN) en deze zo nodig aanpast." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"U kunt deze melding negeren indien u deze melding niet begrijpt, of als er " +"geen zelfgemaakte menu-items aanwezig zijn." --- grub2-1.99.orig/debian/po/gl.po +++ grub2-1.99/debian/po/gl.po @@ -0,0 +1,448 @@ +# translation of grub2_1.98+20100804-2_gl.po to Galician +# Galician translation of grub2's debconf templates +# This file is distributed under the same license as the grub2 package. +# +# Jacobo Tarrio , 2007, 2008. +# Jorge Barreiro , 2010. +msgid "" +msgstr "" +"Project-Id-Version: grub2_1.98+20100804-2_gl\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-08-13 02:53+0200\n" +"Last-Translator: Jorge Barreiro \n" +"Language-Team: Galician \n" +"Language: gl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "¿Cargar en cadea desde menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Os scripts de actualización de GRUB detectaron unha configuración do GRUB " +"antigo en /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "In order to replace the Legacy version of GRUB in your system, it is " +#| "recommended that /boot/grub/menu.lst is adjusted to chainload GRUB 2 from " +#| "your existing GRUB Legacy setup. This step may be automaticaly performed " +#| "now." +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Para substituír a versión antiga de GRUB do sistema, recoméndase axustar /" +"boot/grub/menu.lst para cargar GRUB 2 en cadea desde a configuración " +"existente do GRUB antigo. Pódese realizar este paso automaticamente agora." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +#, fuzzy +#| msgid "" +#| "It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +#| "verify that your new GRUB 2 setup is functional for you, before you " +#| "install it directly to your MBR (Master Boot Record)." +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Recoméndase que acepte cargar en cadea GRUB 2 desde menu.lst, e que " +"verifique que a nova configuración de GRUB 2 funciona para vostede, antes de " +"instalalo directamente no MBR (rexistro mestre de inicio)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +#, fuzzy +#| msgid "GRUB failed to install to the following devices:" +msgid "GRUB install devices:" +msgstr "Non se puido instalar GRUB nos seguintes dispositivos:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +#, fuzzy +#| msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Non se puido instalar GRUB nos seguintes dispositivos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Quere continuar de todas maneiras? Se o fai, pode que a súa computadora non " +"poida iniciar correctamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +#, fuzzy +#| msgid "GRUB installation failed. Try again?" +msgid "Writing GRUB to boot device failed - try again?" +msgstr "A instalación de GRUB fallou. Quere tentalo de novo?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Ó mellor pode instalar GRUB en outro dispositivo, pero debería comprobar que " +"o seu sistema pode iniciar desde él. Se non, a instalación desde GRUB Legacy " +"cancelarase." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Continuar sen instalar GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "You chose not to install GRUB to any devices. If you continue, the boot " +#| "loader may not be properly configured, and when your computer next starts " +#| "up it will use whatever was previously in the boot sector. If there is an " +#| "earlier version of GRUB 2 in the boot sector, it may be unable to load " +#| "modules or handle the current configuration file." +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Escolleu non instalar GRUB en ningún dispositivo. De continuar, o cargador " +"de arranque pode non quedar adecuadamente configurado, e a próxima vez que " +"arranque o sistema usarase o que houbese antes no sector de arranque. Se nel " +"hai unha versión antiga de GRUB 2 pode que esta sexa incapaz de cargar os " +"módulos ou de manexar o ficheiro de configuración actual." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +#, fuzzy +#| msgid "" +#| "If you are already running a different boot loader and want to carry on " +#| "doing so, or if this is a special environment where you do not need a " +#| "boot loader, then you should continue anyway. Otherwise, you should " +#| "install GRUB somewhere." +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Se xa está usando un cargador de arranque diferente e quere seguir usandoo, " +"ou se este é un ambiente especial onde non necesita un cargador de arranque, " +"debería continuar. En caso contrario debería instalar GRUB en algún lugar." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Rematar a conversión a GRUB 2 agora?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Este sistema aínda ten instalados ficheiros do cargador de arranque GRUB " +"Legacy, pero agora tamén ten rexistros de arranque de GRUB 2 nestes discos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Asemella que GRUB Legacy xa non se usa, e que debería actualizar as imaxes " +"de GRUB 2 nestes discos e rematar a conversión a GRUB2 eliminando os " +"ficheiros vellos de GRUB Legacy. Se non actualiza estas imaxes de GRUB 2, " +"poderían ser incompatibles cos novos paquetes e provocar que sistema non " +"arranque correctamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"En xeral, debería rematar a conversión a GRUB 2 a menos que estos rexistros " +"de inicio fosen creatos por unha instalación de GRUB 2 en outro sistema " +"operativo." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Liña de comando de Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"A seguinte liña de comando de Linux sacouse de /etc/default/grub ou do " +"parámetro \"kopt\" no ficheiro menu.lst de GRUB Legacy. Verifique que sexa " +"correcta e modifíquea de ser preciso." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Liña de comando por defecto para Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"A seguinte liña será usada como parámetros para Linux na entrada por defecto " +"do menú, pero non no modo de recuperación." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Liña de comando de kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"A seguinte liña de comando de kFreeBSD sacouse de /etc/default/grub, ou do " +"parámetro \"kopt\" no ficheiro menu.lst de GRUB Legacy. Verifique que sexa " +"correcta e modifíquea de ser preciso." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Liña de comando por defecto para kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"A seguinte cadea usarase como parámetros para kFreeBSD para a entrada por " +"defecto do menú, pero non para o modo de recuperación." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map foi rexenerado." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"O ficheiro /boot/grub/device.map foi reescrito para usar nomes de " +"dispostivos estables. Na maioría dos casos esto debería reducir " +"significativamente a necesidade de cambialos en un futuro, e as entradas no " +"menú de GRUB non se verían afectadas." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "However, since you have more than one disk in your system, it is possible " +#| "that you were depending on the old device map. Please check whether you " +#| "have any custom boot menu entries that rely on GRUB's (hdN) drive " +#| "numbering, and update them if necessary." +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Porén, como ten máis de un disco no seu sistema, pode que dependa do vello " +"«device map». Comprobe se ten algunha entrada personalizada no menú de " +"arranque que use a numeración de GRUB (hdN) e actualícea de ser necesario." + +#. Type: note +#. Description +#: ../templates.in:5001 +#, fuzzy +#| msgid "" +#| "If you do not understand this message, or if you do not have any custom " +#| "boot menu entries, you can ignore this message." +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Se non comprende esta mensaxe, ou se non ten ningunha entrada personalizada " +"no menú de arranque, pode ignorala." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "En calquera caso, cando queira cargar GRUB 2 directamente desde o MBR, " +#~ "pode facelo executando (coma administrador) a seguinte orde:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "A instalación de GRUB fallou. Quere continuar?" --- grub2-1.99.orig/debian/po/eu.po +++ grub2-1.99/debian/po/eu.po @@ -0,0 +1,412 @@ +# translation of grub2_1.99-5_eu.po to Basque +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Piarres Beobide , 2008. +# Iñaki Larrañaga Murgoitio , 2008, 2009, 2010. +# Iñaki Larrañaga Murgoitio , 2011. +msgid "" +msgstr "" +"Project-Id-Version: grub2_1.99-5_eu\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-31 18:21+0200\n" +"Last-Translator: Iñaki Larrañaga Murgoitio \n" +"Language-Team: Basque \n" +"Language: eu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Kargatu menu.lst fitxategitik?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUB eguneratzeko script-ek GRUB zahar baten konfigurazioa aurkitu dute /" +"boot/grub-en." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Sistemako GRUB zaharraren bertsioa behar bezala ordezkatzeko, gomendagarria " +"da /boot/grub/menu.lst doitzea GRUB 2 dagoeneko instalatuta duzun GRUB " +"zaharraren bidez kargatzeko. Urrats hau automatikoki egin daiteke orain." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Gomendagarria da GRUB 2 menu.lst bidez kargatzea onartzea, eta GRUB 2-ren " +"konfigurazioak zure beharrak betetzen dituela egiaztatzea MBRan (Master Boot " +"Record) idatzi aurretik." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Berdin dio zer erabakitzen duzun, MBRren irudi zaharra GRUB 2rekin ordeztu " +"dezakezu supererabiltzaile (root) gisa honako komandoa exekutatuz:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB instalatzeko gailuak:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"grub-pc paketea eguneratzen ari da. Menu honek zer gailuentzako automatikoki " +"grub-install exekutatzea nahi duzun hautatzea (hautatzen baduzu) uzten dizu." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Egoera gehienetan grub-install automatikoki exekutatzea gomendatzen da, " +"instalatutako GRUBaren bihotzaren irudia GRUBaren modulu edo grub.cfg " +"fitxategiarekin sinkronizatzetik kanpo gelditzea saihesteko." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Ez badakizu BIOSak zer gailu izendatuta daukan abioko gailu gisa, burutazio " +"ona izan ohi da GRUB guztietan instalatzea." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Oharra: GRUB, partizio bateko abioko erregistroan instala daiteke baita ere, " +"hori dela eta, partizio egoki batzuk eskaintzen dira hemen. Hala ere, honek " +"GRUBek bloke-zerrenden mekanismoa erabiltzera derrigortzen du, ondorioz " +"fidagarritasuna jaitsiz, eta gauzak horrela ez da bat ere gomendagarria." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Lehenago GRUB abioko kargatzailea agertzen ez den disko batean instalatu " +"zen, edo edozer arrazoirengatik identifikatzaile esklusiboa aldatuta dauka. " +"Garrantzitsua da instalatutako GRUBaren bihotzaren irudia sinkronizatuta " +"egotea GRUBaren modulu eta grub.cfg fitxategiarekin. Egiaztatu ezazu berriro " +"GRUB abioko gailu egokian idatzi dela." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Huts egin du GRUB abioko gailuan idaztean - jarraitu?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUBek huts egin du honako gailuetan instalatzean:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Jarraitzea nahi duzu dena den? Jarraituz gero, baliteke ordenagailua ongi ez " +"abiaraztea." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Huts egin du GRUB abioko gailuan idaztean - saiatu berriro?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"GRUB beste gailu batean instalatzeko aukera duzu, hala ere, sistema beste " +"gailu horretatik abiatzeko ahalmena duela egiaztatu behar duzu. Bestela, " +"'GRUB Legacy' eguneratzea bertan behera utz daiteke." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Jarraitu GRUB instalatu gabe?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"GRUB inolako gailuetan ez instalatzea aukeratu duzu. Jarraitzen baduzu, " +"baliteke abioko kargatzailea ongi konfiguratuta ez egotea, eta abioko " +"sektorean aurretik zegoena erabiliko da ordenagailua hurrengo batean " +"abiatzean. Abioko sektorean GRUB 2ren aurreko bertsio bat egonez gero, agian " +"ezin izango du moduluak kargatu edo uneko konfigurazioko fitxategia kudeatu." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Unean bestelako abioko kargatzaile bat erabiltzean ari bazara, eta horrela " +"jarraitzea nahi baduzu, edo hau abioko kargatzailearen beharrik ez duen " +"ingurune berezi bat bada, aurrera jarrai dezakezu. Bestela, GRUB nonbaiten " +"instalatu beharko zenuke." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Kendu 'GRUB 2' /boot/grub direktoriotik?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Nahi duzu GRUB 2ren fitxategi guztiak /boot/grub-etik kentzea?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Honek sistema ezin abiaraztea eragingo du bestelako abioko kargatzaile bat " +"instalatzen ez bada." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Amaitu GRUB 2-rako bihurketa orain?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Sistemak oraindik 'GRUB Legacy' abioko kargatzailearen fitxategiak ditu " +"oraindik, baina orain GRUB 2 bertsioko abioko erregistroak ere baditu honako " +"diskoetan:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Badirudi 'GRUB Legacy' ez denez aurrerantzean erabiliko, disko hauetako GRUB " +"2 bertsioko irudiak eguneratu eta 'GRUB Legacy'-ko fitxategiak kenduz GRUB 2-" +"ren eguneraketa amaitu beharko zenuke. GRUB 2-ko irudi hauek ez badituzu " +"eguneratzen, pakete berriekin ez dira bateragarriak izango eta sistema ongi " +"abiatzea galaraz dezake." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"GRUB 2-rako bihurketa amaitu beharko zenuke, abioko erregistro hauek beste " +"sistema eragile batzuetako GRUB 2 bertsioaren instalazioan ez badira sortuak " +"izan." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux-eko komando-lerroa:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Linux-eko komando-lerro hau /etc/default/grub edo GRUB zaharraren menu.lst " +"fitxategiko 'kopt' parametrotik atera da. Egiaztatu zuzena dela, eta " +"eraldatu behar izanez gero. Komando-lerroa hutsik egotea baimenduta dago." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linux-eko komando-lerro lehenetsia:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Honako katea menuko sarrera lehenetsiaren Linux-eko parametro gisa erabiliko " +"da, baina ez berreskuratzeko moduan." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "KFreeBSD-ko komando-lerroa:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"KFreeBSD-ko komando-lerro hau /etc/default/grub edo GRUB zaharraren menu.lst " +"fitxategiko 'kopt' parametrotik atera da. Egiaztatu zuzena dela, eta " +"eraldatu behar izanez gero. Komando-lerroa hutsik egotea baimenduta dago." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "KFreeBSD-ko komando-lerro lehenetsia:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Honako katea menuko sarrera lehenetsiaren KFreeBSD-ko parametro gisa " +"erabiliko da, baina ez berreskuratzeko moduan." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map berriro sortu da" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"/boot/grub/device.map fitxategia berriro idatzi da gailuen izen egonkorrak " +"erabiltzeko. Gehienetan, etorkizunean hau aldatzeko beharra asko murriztu " +"beharko luke, eta GRUBek sortutako menuko sarrerei ez die eragingo." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Hala ere, sisteman disko bat baino gehiago dagoenez, baliteke sistema " +"gailuen mapa zaharrean mende egotea. Egiaztatu ezazu GRUBen unitateko " +"zenbaketan oinarrituta abioaren menuko sarrera pertsonalizaturen bat duzun " +"edo ez, eta egunera itzazu beharrezkoa izanez gero." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Mezu hau ez baduzu ulertzen, edo abioaren menuko sarrera pertsonalizaturik " +"ez baduzu, ezikusi egin diezaiokezu mezu honi." --- grub2-1.99.orig/debian/po/sk.po +++ grub2-1.99/debian/po/sk.po @@ -0,0 +1,418 @@ +# Slovak translations for grub2 package. +# Copyright (C) 2010 THE grub2'S COPYRIGHT HOLDER +# This file is distributed under the same license as the grub2 package. +# Slavko , 2010, 2011. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.99-5\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-07-19 07:49+0200\n" +"Last-Translator: Slavko \n" +"Language-Team: Slovak \n" +"Language: sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "ZreÅ¥aziÅ¥ z menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"AktualizaÄné skripty GRUB zistili nastavenie starej verzie GRUB (Legacy) v /" +"boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Na nahradenie starej verzie GRUB (Legacy) vo vaÅ¡om systéme, je odporúÄané " +"aby bol /boot/grub/menu.lst prispôsobený na zreÅ¥azenie (chainload) " +"zavádzacieho obrazu GRUB 2 z vášho existujúceho nastavenia GRUB (Legacy). " +"Tento krok môže byÅ¥ automaticky vykonaný teraz." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Je odporúÄané aby ste schválili zreÅ¥azenie GRUB 2 z menu.lst a overili, že " +"nastavenie vášho nového GRUB 2 je funkÄné eÅ¡te predtým, ako bude zapísaný do " +"vášho MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Nech sa rozhodnete akokoľvek, neskôr môžete nahradiÅ¥ obraz MBR s GRUB 2 " +"spustením nasledujúceho príkazu s právami root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Zariadenia na inÅ¡taláciu GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Balík grub-pc je aktualizovaný. Toto menu vám umožňuje vybraÅ¥ si, pre ktoré " +"zariadenia bude automaticky spustený grub-install, ak nejaké vyberiete." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Vo väÄÅ¡ine prípadov je odporúÄané spustiÅ¥ automaticky grub-install, aby ste " +"prediÅ¡li tomu, že máte nainÅ¡talované rôzne verzie základného obrazu GRUB a " +"modulov GRUB, Äi grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Ak si nie ste istý, ktoré zariadenie je nastavené na zavádzanie vo vaÅ¡om " +"BIOSe, Äasto je dobrý nápad nainÅ¡talovaÅ¥ GRUB na vÅ¡etky." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Poznámka: je možné nainÅ¡talovaÅ¥ GRUB aj do zavádzacieho sektora partície a v " +"zozname sú aj niektoré prísluÅ¡né partície. AvÅ¡ak, tento spôsob vynúti aby " +"GRUB požil mechanizmus blocklist, ktorý ho robí menej spoľahlivým a preto " +"nie je odporúÄaný." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"ZavádzaÄ GRUB bol predtým nainÅ¡talovaný na disk, ktorý sa už v systéme " +"nenachádza alebo ktorého unikátny identifikátor bol z nejakého dôvodu " +"zmenený. Je dôležité zaistiÅ¥, aby nainÅ¡talovaný základný obraz GRUB mal " +"rovnakú verziu ako moduly GRUB a grub.cfg. Prosím pre istotu znova " +"skontrolujte, že je GRUB zapisovaný do správnych zavádzacích zariadení." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Zápis GRUBu do zavádzacieho zariadenia zlyhal – pokraÄovaÅ¥?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "InÅ¡talácia GRUB zlyhala na týchto zariadeniach:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Chcete napriek tomu pokraÄovaÅ¥? Ak áno, môže sa staÅ¥, že váš poÄítaÄ " +"nenaÅ¡tartuje správne." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Zápis GRUB do zavádzacieho zariadenia zlyhal – skúsiÅ¥ znova?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Možno sa vám podarí nainÅ¡talovaÅ¥ GRUB aj na niektoré iné zariadenie, ale " +"musíte skontrolovaÅ¥, že váš systém dokáže z neho zavádzaÅ¥. Inak bude " +"aktualizácia zo starého GRUB (Legacy) zruÅ¡ená." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "PokraÄovaÅ¥ bez inÅ¡talácie GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Zvolili ste si neinÅ¡talovaÅ¥ GRUB na žiadne zariadenie, ak budete pokraÄovaÅ¥, " +"zavádzaÄ nemusí byÅ¥ správne nastavený a pri ÄalÅ¡om Å¡tarte tohoto poÄítaÄa " +"bude použité to, Äo bolo v zavádzacom sektore predtým. Ak je v zavádzacom " +"sektore predchádzajúca verzia GRUB 2, nemusí sa jej podariÅ¥ naÄítaÅ¥ moduly " +"alebo spracovaÅ¥ aktuálny konfiguraÄný súbor." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Ak už používate iný zavádzaÄ a chcete ho zachovaÅ¥, alebo ak používate " +"Å¡peciálne prostredie, v ktorom zavádzaÄ nepotrebujete, potom môžete " +"pokraÄovaÅ¥. V opaÄnom prípade by ste mali niekde GRUB nainÅ¡talovaÅ¥." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "OdstrániÅ¥ GRUB 2 z /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Chcete odstrániÅ¥ vÅ¡etky súbory GRUB 2 z /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Týmto nebude možné váš systém naÅ¡tartovaÅ¥, kým nebude nainÅ¡talovaný iný " +"zavádzaÄ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "DokonÄiÅ¥ konverziu na GRUB 2 teraz?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Tento systém má stále nainÅ¡talované súbory zo starého zavádzaÄa GRUB " +"(Legacy), ale má nainÅ¡talované aj nové zavádzacie záznamy GRUB 2 na týchto " +"diskoch:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Vyzerá to, že starý GRUB (Legacy) už nie je používaný, a tak môžete na " +"týchto diskoch aktualizovaÅ¥ obrazy GRUB 2 a dokonÄiÅ¥ konverziu na GRUB 2 " +"odstránením súborov starého GRUB (Legacy). Ak nezaktualizuje tieto obrazy " +"GRUB 2, potom nemusia byÅ¥ kompatibilné s novými balíkmi a môžu naruÅ¡iÅ¥ " +"správne zavádzanie systému." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Mali by ste dokonÄiÅ¥ konverziu na GRUB 2, ibaže boli tieto zavádzacie " +"záznamy vytvorené inÅ¡taláciou GRUB 2 iného operaÄného systému." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linuxový príkazový riadok:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Nasledujúci príkazový riadok Linuxu bol získaný z /etc/default/grub alebo z " +"parametra 'kopt' z menu.lst starého GRUB (Legacy). Skontrolujte prosím jeho " +"správnosÅ¥ a prípadne ho upravte. Príkazový riadok môže byÅ¥ aj prázdny." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Predvolený Linuxový príkazový riadok:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Nasledujúci reÅ¥azec bude použitý ako Linuxové parametre predvolenej položky " +"menu, ale nie pre záchranný režim." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Príkazový riadok kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Nasledujúci príkazový riadok kFreeBSD bol získaný z /etc/default/grub alebo " +"z parametra 'kopt' z menu.lst starého GRUB (Legacy). Skontrolujte prosím " +"jeho správnosÅ¥ a prípadne ho upravte. Príkazový riadok môže byÅ¥ aj prázdny." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Predvolený príkazový riadok kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Nasledujúci reÅ¥azec bude použitý ako kFreeBSD parametre predvolenej položky " +"menu, ale nie pre záchranný režim." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map bol aktualizovaný" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Súbor /boot/grub/device.map bol upravený tak, aby používal stabilné mená " +"zariadení. VäÄÅ¡inou to významne zníži potrebu zmien v budúcnosti a položky " +"zavádzacieho menu, generované GRUBom, by tým nemali byÅ¥ ovplyvnené." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"AvÅ¡ak, keÄže máte vo svojom systéme viac ako jeden disk, je možné, že systém " +"závisí na starej mape zariadení. Skontrolujte prosím, že nepoužívate žiadne " +"položky menu, ktoré závisia na Äíslovaní zariadení GRUBu (hdN) a prípadne " +"ich aktualizuje." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Ak nerozumiete tejto správe, alebo ak nemáte žiadne vlastné položky " +"zavádzacieho menu, môžete túto správu ignorovaÅ¥." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "KeÄ sa rozhodnete zavádzaÅ¥ GRUB 2 priamo z MBR, môžete to urobiÅ¥ pomocou " +#~ "nasledujúceho príkazu (ako root):" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "InÅ¡talácia GRUB zlyhala. PokraÄovaÅ¥?" --- grub2-1.99.orig/debian/po/cs.po +++ grub2-1.99/debian/po/cs.po @@ -0,0 +1,416 @@ +# Czech translation of grub2 debconf messages. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the grub2 package. +# Miroslav Kure , 2008 -- 2011 +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-06-02 19:54+0200\n" +"Last-Translator: Miroslav Kure \n" +"Language-Team: Czech \n" +"Language: cs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Zavést pÅ™es menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"AktualizaÄní skripty GRUBu rozpoznaly v /boot/grub nastavení pro pÅ™edchozí " +"verzi GRUBu (tzv. GRUB Legacy)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Abyste na svém systému nahradili zastaralou verzi GRUBu, je doporuÄeno " +"upravit /boot/grub/menu.lst tak, aby zavedl obraz GRUBu 2 pomocí stávajícího " +"GRUB Legacy. Tento krok je nyní možné provést automaticky." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"PÅ™ed instalací GRUBu 2 přímo do MBR (Master Boot Record) se doporuÄuje " +"nejprve vyzkouÅ¡et zavedení GRUBu 2 skrze menu.lst a teprve po ověření, že " +"vÅ¡e funguje oÄekávaným způsobem, zkusit instalaci do MBR." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"AÅ¥ se rozhodnete jakkoliv, obraz v MBR můžete kdykoliv pozdÄ›ji nahradit " +"GRUBem 2. StaÄí jako root spustit následující příkaz:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Zařízení pro instalaci GRUBu:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Balík grub-pc se právÄ› aktualizuje. Tato nabídka vám umožňuje zvolit " +"zařízení, na kterých se má automaticky spouÅ¡tÄ›t grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Automatické spouÅ¡tÄ›ní grub-install je ve vÄ›tÅ¡inÄ› případů doporuÄeno, protože " +"tak pÅ™edcházíte tomu, aby se obraz jádra GRUBu rozcházel s GRUB moduly nebo " +"souborem grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Pokud si nejste jisti, který disk je v BIOSu oznaÄen jako zavádÄ›cí, bývá " +"Äasto dobrým nápadem nainstalovat GRUB na vÅ¡echny disky." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Poznámka: GRUB je možné instalovat také do zavádÄ›cích záznamů jednotlivých " +"oblastí, jejichž seznam zde vidíte. Tímto vÅ¡ak donutíte GRUB, aby používal " +"mechanismus zvaný blocklist, který je ménÄ› spolehlivý tudíž se nedoporuÄuje." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"ZavadÄ›Ä GRUB byl dříve nainstalován na disk, který již není dostupný, nebo " +"jehož unikátní identifikátor se z nÄ›jakého důvodu zmÄ›nil. Je důležité, aby " +"nainstalovaný obraz jádra GRUBu odpovídal GRUB modulům a souboru grub.cfg. " +"JeÅ¡tÄ› jednou se prosím ujistÄ›te, že je GRUB zapsán na přísluÅ¡ných zavádÄ›cích " +"zařízeních." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Zápis GRUBu na zavádÄ›cí zařízení selhal - pokraÄovat?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB se nepodaÅ™ilo nainstalovat na následující zařízení:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Chcete pÅ™esto pokraÄovat? Pokud ano, je možné, že poÄítaÄ nemusí korektnÄ› " +"nastartovat." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Zápis GRUBu na zavádÄ›cí zařízení selhal - zkusit znovu?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Je možné, že se povede instalace GRUBu na nÄ›jaké jiné zařízení, ovÅ¡em mÄ›li " +"byste se ujistit, že váš systém umí z daného zařízení zavádÄ›t. V opaÄném " +"případÄ› bude aktualizace z GRUB Legacy zruÅ¡ena." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "PokraÄovat bez instalace GRUBu?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Rozhodli jste se neinstalovat GRUB na žádné zařízení. Budete-li pokraÄovat, " +"zavadÄ›Ä nemusí být nastaven správnÄ› a pÅ™i příštím spuÅ¡tÄ›ní poÄítaÄe se " +"použije cokoliv, co bylo dříve v zavádÄ›cím sektoru. Pokud tam je dřívÄ›jší " +"verze GRUBu 2, nemusí se jí podaÅ™it naÄíst moduly, nebo zpracovat souÄasný " +"konfiguraÄní soubor." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Pokud používáte jiný zavadÄ›Ä a chcete ho používat i nadále, nebo pokud je " +"toto speciální prostÅ™edí, ve kterém zavadÄ›Ä nepotÅ™ebujete, můžete " +"pokraÄovat. V opaÄném případÄ› byste nÄ›kam mÄ›li GRUB nainstalovat." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Odstranit GRUB 2 z /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Chcete z /boot/grub odstranit vÅ¡echny soubory GRUBu 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Tímto se stane systém nezaveditelným do doby, než nainstalujete jiný zavadÄ›Ä." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "DokonÄit nyní pÅ™echod na GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Tento systém stále obsahuje soubory starého zavadÄ›Äe GRUB Legacy, ale na " +"následujících discích již má zavádÄ›cí záznamy GRUBu 2:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Je dosti pravdÄ›podobné, že se GRUB Legacy již nepoužívá a tudíž byste na " +"tÄ›chto discích mÄ›li aktualizovat obrazy GRUBu 2 a dokonÄit konverzi na GRUB " +"2 odstranÄ›ním starých souborů z GRUB Legacy. Neaktualizujete-li tyto obrazy " +"GRUBu 2, nemusí být kompatibilní s novými balíky a mohou způsobit, že se váš " +"systém pÅ™estane zavádÄ›t správnÄ›." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Obvykle byste mÄ›li konverzi na GRUB 2 dokonÄit, s výjimkou situace, kdy tyto " +"zavádÄ›cí záznamy vytvoÅ™ila instalace nÄ›jakého jiného operaÄního systému." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Parametry pro Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Následující řádka s parametry pro Linux byla získána ze starého souboru menu." +"lst z parametru „kopt“ nebo ze souboru /etc/default/grub. Zkontrolujte " +"prosím, zda jsou parametry v pořádku a případnÄ› je upravte do požadované " +"podoby. Řádka s parametry může být i prázdná." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Výchozí parametry pro Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Následující parametry pro Linux se použijí pro výchozí položku menu, ale ne " +"pro záchranný režim." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Parametry pro kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Následující řádka s parametry pro kFreeBSD byla získána ze starého souboru " +"menu.lst z parametru „kopt“ nebo ze souboru /etc/default/grub. Zkontrolujte " +"prosím, zda jsou parametry v pořádku a případnÄ› je upravte do požadované " +"podoby. Řádka s parametry může být i prázdná." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Výchozí parametry pro kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Následující parametry pro kFreeBSD se použijí pro výchozí položku menu, ale " +"ne pro záchranný režim." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map byl aktualizován" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Soubor /boot/grub/device.map byl pÅ™epsán tak, aby používal stabilní jména " +"zařízení. Ve vÄ›tÅ¡inÄ› případů by to mÄ›lo výraznÄ› snížit potÅ™ebu jejich zmÄ›ny " +"v budoucnosti a položky v zavádÄ›cí nabídce vygenerované GRUBem by nemÄ›ly být " +"nijak ovlivnÄ›ny." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"NicménÄ› je možné (protože je v systému více než jeden disk), že se systém " +"spoléhal na starý soubor device.map. Zkontrolujte prosím, zda používáte " +"vlastní upravené položky zavádÄ›cí nabídky, které spoléhají na GRUBovské " +"Äíslování disků (hdN) a podle potÅ™eby je aktualizujte." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Nerozumíte-li této zprávÄ›, nebo pokud žádné vlastní upravené položky " +"zavádÄ›cí nabídky nemáte, můžete tuto zprávu ignorovat." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Až se rozhodnete zavádÄ›t GRUB 2 přímo z MBR, staÄí jako uživatel root " +#~ "spustit příkaz:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Instalace GRUBu selhala. PokraÄovat?" --- grub2-1.99.orig/debian/po/de.po +++ grub2-1.99/debian/po/de.po @@ -0,0 +1,420 @@ +# Translation of GRUB 2 debconf templates to German +# Copyright (C) Helge Kreutzmann , 2007-2009. +# Martin Eberhard Schauer , 2010, 2011. +# This file is distributed under the same license as the grub2 package. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.98+20100710-2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-07-13 00:10+0100\n" +"Last-Translator: Martin Eberhard Schauer \n" +"Language-Team: German \n" +"Language: de\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Aus »menu.lst« laden (Chainload)?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Die Upgrade-Skripte von GRUB haben eine Installation von »GRUB Legacy« in /" +"boot/grub gefunden." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Um die Legacy-Version von GRUB auf Ihrem System zu ersetzen, wird die " +"Anpassung von /boot/grub/menu.lst empfohlen, so dass GRUB 2 aus Ihrer " +"bestehenden GRUB-Legacy-Konfiguration heraus geladen wird. Dieser Schritt " +"kann jetzt automatisch vollzogen werden." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Es wird empfohlen, dass Sie dem Laden von GRUB 2 aus menu.lst zustimmen und " +"überprüfen, dass Ihre neue »GRUB 2«-Installation funktioniert, bevor diese " +"in den MBR (Master Boot Record) geschrieben wird." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Unabhängig von Ihrer Entscheidung können Sie den alten MBR später durch GRUB " +"2 ersetzen. Geben Sie dazu als »root« den folgenden Befehl ein:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Geräte für die GRUB-Installation:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Für das Paket grub-pc wird gerade ein Upgrade durchgeführt. In diesem Menü " +"können Sie auswählen, ob und für welche Geräte grub-install automatisch " +"ausgeführt werden soll." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Für die Mehrzahl der Fälle wird empfohlen, grub-install automatisch laufen " +"zu lassen. So wird vermieden, dass das installierte GRUB-Image nicht zu den " +"GRUB-Modulen oder grub.cfg passt." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Wenn Sie nicht sicher sind, welches Gerät das BIOS zum Booten benutzt, ist " +"es oft eine gute Idee, GRUB auf allen Geräten zu installieren." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Hinweis: Sie können GRUB auch in die Boot-Blöcke von Partionen schreiben." +"Hier werden auch einige geeignete Partitionen angeboten. Das zwingt GRUB " +"allerdings dazu, den Blocklist-Mechanismus zu verwenden. Dieser ist weniger " +"zuverlässig und wird daher nicht empfohlen." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Der GRUB-Bootloader wurde zuvor auf einem Datenträger, der nicht mehr im " +"System vorhanden ist oder dessen eindeutige Kennung aus irgendeinem Grund " +"geändert wurde, installiert. Es ist wichtig, sicherzustellen, dass das " +"installierte GRUB-Core-Image synchron mit den GRUB-Modulen und grub.cfg " +"bleibt. Bitte prüfen Sie erneut, um sicherzustellen, dass GRUB auf die " +"entsprechenden Boot-Geräte geschrieben wird." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "GRUB konnte nicht auf das Boot-Gerät geschrieben werden - fortfahren?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB konnte nicht auf den folgenden Geräten installiert werden:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Wollen Sie trotzdem fortfahren? Falls ja, wird Ihr Rechner vielleicht nicht " +"problemlos hochfahren." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"Das Schreiben von GRUB auf das Boot-Gerät ist fehlgeschlagen. Noch einmal " +"versuchen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Vielleicht können Sie GRUB auf einem anderen Gerät installieren. Sie sollten " +"aber prüfen, ob Ihr System von diesem Gerät startet. Sonst wird das Upgrade " +"von GRUB Legacy abgebrochen." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Fortsetzen, ohne Grub zu installieren?" + +# (mes) Seht Ihr einen Unterschied zwischen der alten und der neuen Version? +# Ich habe jetzt nur das fuzzy rausgenommen. +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Sie haben sich entschieden, GRUB auf kein Gerät zu installieren. Wenn Sie " +"fortfahren, könnte der Boot-Loader nicht richtig konfiguriert sein. Beim " +"nächsten Hochfahren dieses Computers wird der Boot-Loader benutzen, was " +"immer sich vorher im Boot-Sektor befand. Wenn sich schon eine ältere Version " +"von GRUB 2 im Boot-Sektor befindet, kann sie möglicherweise keine Module " +"laden oder nicht mehr mit der aktuellen Konfigurationsdatei umgehen." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Falls Sie bereits einen anderen Boot-Loader einsetzen und diesen beibehalten " +"wollen oder Ihre spezielle Umgebung keinen Boot-Loader erfordert, dann " +"sollten Sie trotzdem fortfahren. Anderenfalls sollten Sie GRUB irgendwo " +"installieren." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "GRUB 2 aus /boot/grub entfernen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Wollen Sie alle Daten von GRUB 2 aus /boot/grub entfernen lassen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Wenn kein anderer Boot-Loader installiert ist, kann Ihr System anschließend " +"nicht mehr booten (hochfahren)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Jetzt die Umstellung auf GRUB 2 abschließen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Auf diesem System sind noch Dateien des GRUB-Legacy-Boot-Loaders " +"installiert, aber es sind nun auch GRUB-2-Boot-Sektoren auf den folgenden " +"Datenträgern installiert:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Es sieht so aus, als ob Sie GRUB Legacy nicht mehr verwenden. Daher sollten " +"Sie stattdessen ein Upgrade der GRUB-2-Images auf diesen Datenträgern " +"durchführen und die Umstellung auf GRUB 2 abschließen, indem Sie die alten " +"GRUB-Legacy-Dateien entfernen. Falls Sie das Upgrade für diese GRUB-2-Images " +"nicht durchführen, könnten diese mit den neuen Paketen nicht kompatibel sein " +"und dazu führen, dass Ihr System nicht mehr einwandfrei startet." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Grundsätzlich sollten Sie die Umstellung auf GRUB 2 abschließen, es sei " +"denn, diese GRUB-2-Boot-Sektoren wurden von einem anderen Betriebssystem " +"installiert." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux-Befehlszeile:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Die folgende Linux-Befehlszeile wurde aus /etc/default/grub oder dem " +"Parameter »kopt« in der Datei menu.lst von GRUB Legacy extrahiert. Bitte " +"überprüfen Sie, ob die Befehlszeile korrekt ist und ändern Sie diese, wenn " +"es notwendig ist. Diese Befehlszeile darf leer sein." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Standard-Befehlszeile für Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Die folgende Zeichenkette wird als Linux-Parameter für den " +"Standardmenüeintrag, nicht aber für den Rettungsmodus verwandt." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Befehlszeile für kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Die folgende kFreeBSD-Befehlszeile wurde aus /etc/default/grub oder dem " +"Parameter »kopt« in der Datei menu.lst von GRUB Legacy extrahiert. Bitte " +"überprüfen Sie, ob diese korrekt ist und passen Sie sie an, wenn das " +"erforderlich ist. Diese Befehlszeile darf leer sein." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Standard-Befehlszeile für kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Die folgende Zeichenkette wird als kFreeBSD-Parameter für den " +"Standardmenüeintrag, nicht aber für den Rettungsmodus verwandt." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map wurde neu erstellt." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Die Datei /boot/grub/device.map wurde umgeschrieben, um stabile Gerätenamen " +"zu verwenden. In der Mehrzahl der Fälle sollte dies die Notwendigkeit " +"zukünftiger Änderungen deutlich verringern. Von GRUB erstellte Boot-Menü-" +"Einträge sollten nicht betroffen sein." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Da sich in diesem System mehrere Festplatten befinden, ist es möglich, dass " +"das System von der alten »device map« abhängig ist. Bitte überprüfen Sie, " +"obbenutzerdefinierte Boot-Menü-Einträge mit der (hdn)-Laufwerkszählung von " +"GRUB vorhanden sind und aktualisieren Sie diese gegebenenfalls." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Wenn Sie diese Nachricht nicht verstehen oder wenn keine modifizierten Boot-" +"Menü-Einträge vorhanden sind, können Sie diese Nachricht ignorieren." --- grub2-1.99.orig/debian/po/ja.po +++ grub2-1.99/debian/po/ja.po @@ -0,0 +1,406 @@ +# Copyright (C) 2008-2010 GRUB Maintainers +# This file is distributed under the same license as the grub2 package. +# Hideki Yamane , , 2008-2011. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.99-5\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-28 23:44+0900\n" +"Last-Translator: Hideki Yamane \n" +"Language-Team: Japanese \n" +"Language: ja\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "menu.lst 経由ã§èµ·å‹• (ãƒã‚§ãƒ¼ãƒ³ãƒ­ãƒ¼ãƒ‰) ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"GRUB ã®ã‚¢ãƒƒãƒ—グレードプログラムã¯ã€/boot/grub ã« GRUB Legacy ã®è¨­å®šãŒã‚ã‚‹ã®ã‚’" +"検出ã—ã¾ã—ãŸã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"システム中ã«å­˜åœ¨ã—ã¦ã„ã‚‹å¤ã„ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GRUB ã‚’ç½®ãæ›ãˆã‚‹ã«ã¯ã€/boot/grub/" +"menu.lst ã«ã‚ã‚‹ GRUB Legacy ã®è¨­å®šã‚’使ã£ã¦ GRUB2 ã®èµ·å‹•ã‚¤ãƒ¡ãƒ¼ã‚¸ã‚’読ã¿è¾¼ã‚€ã‚ˆã†" +"ã«è¨­å®šã™ã‚‹ã®ãŒãŠå‹§ã‚ã§ã™ã€‚ã“ã®ä½œæ¥­ã¯ã“ã“ã§è‡ªå‹•çš„ã«å®Ÿè¡Œã•ã‚Œã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"MBR (マスターブートレコード) ã«ç›´æŽ¥ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã™ã‚‹å‰ã«ã€GRUB 2 ㌠menu.lst " +"ã‹ã‚‰ãƒã‚§ãƒ¼ãƒ³ãƒ­ãƒ¼ãƒ‰ã™ã‚‹ã‚ˆã†ã«è¨­å®šã—ã€æ–°ã—ã„ GRUB 2 ã®è¨­å®šãŒå‹•ä½œã™ã‚‹ã‹ã©ã†ã‹ã‚’" +"確èªã™ã‚‹äº‹ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"ã©ã®è¨­å®šã‚’é¸ã¶ã«ã›ã‚ˆã€root ã¨ã—ã¦ä»¥ä¸‹ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’実行ã™ã‚‹ã“ã¨ã«ã‚ˆã£ã¦ã€å¾Œã‹ã‚‰" +"ã§ã‚‚å¤ã„ MBR イメージを GRUB 2 ã«ç½®ãæ›ãˆã‚‰ã‚Œã¾ã™ã€‚" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUB をインストールã™ã‚‹ãƒ‡ãƒã‚¤ã‚¹:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"grub-pc パッケージã®ã‚¢ãƒƒãƒ—グレード中ã§ã™ã€‚ã“ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã§ã¯ã€ã‚‚ã—デãƒã‚¤ã‚¹ãŒã‚" +"ã‚Œã°ã€ã©ã®ãƒ‡ãƒã‚¤ã‚¹ã«è‡ªå‹•çš„ã« grub-install を実行ã™ã‚‹ã‹ã‚’é¸ã¹ã¾ã™ã€‚" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"インストール済ã¿ã® GRUB コアイメージ㌠GRUB モジュールや grub.cfg ã¨ã®åŒæœŸãŒ" +"ãšã‚Œã‚‹ã®ã‚’防ããŸã‚ã€ã»ã¨ã‚“ã©ã®å ´åˆã€è‡ªå‹•çš„ã« grub-instsall を実行ã™ã‚‹ã®ãŒãŠå‹§" +"ã‚ã§ã™ã€‚" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"BIOS ã§ã©ã®ãƒ‰ãƒ©ã‚¤ãƒ–ãŒèµ·å‹•ãƒ‰ãƒ©ã‚¤ãƒ–ã¨ã—ã¦è¨­å®šã•ã‚Œã¦ã„ã‚‹ã®ã‹åˆ¤ã‚‰ãªã„ã®ã§ã‚ã‚Œã°ã€" +"ã™ã¹ã¦ã« GRUB をインストールã™ã‚‹ã®ãŒå¤§æŠµã®å ´åˆè‰¯ã„考ãˆã§ã™ã€‚" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"注æ„: パーティションブートレコード㫠GRUB をインストールã™ã‚‹ã®ã‚‚å¯èƒ½ã§ã™ã€‚ã" +"ã—ã¦ã€ã“ã“ã§ã¯é©åˆ‡ãªãƒ‘ーティションãŒè¡¨ç¤ºã•ã‚Œã¾ã™ã€‚ã—ã‹ã—ã€ã“ã‚Œã«ã‚ˆã£ã¦ GRUB " +"ãŒãƒ–ロックリストã®ä»•çµ„ã¿ã‚’強制的ã«ä½¿ã†ã‚ˆã†ã«ãªã‚Šã¾ã™ã€‚ã“ã®ä»•çµ„ã¿ã¯ä¿¡é ¼æ€§ã«æ¬ " +"ã‘ã‚‹ãŸã‚ã€ãŠå‹§ã‚ã¯ã—ã¾ã›ã‚“。" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"以å‰ã€GRUB ブートローダーã¯ã€ã™ã§ã«å­˜åœ¨ã—ãªã„ã€ã‚ã‚‹ã„ã¯ä½•ã‚‰ã‹ã®ç†ç”±ã§ä¸€æ„ã®è­˜" +"別å­ãŒå¤‰æ›´ã•ã‚ŒãŸãƒ‡ã‚£ã‚¹ã‚¯ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã—ãŸã€‚インストールã•ã‚Œã¦ã„ã‚‹ " +"GRUB コアイメージ㌠GRUB モジュールや grub.cfg ã¨ä¸€è‡´ã—ã¦ã„ã‚‹ã®ã‚’確èªã™ã‚‹ã®ã¯" +"é‡è¦ã§ã™ã€‚ã‚‚ã†ä¸€åº¦ã€GRUB ãŒé©åˆ‡ãªèµ·å‹•ãƒ‡ãƒã‚¤ã‚¹ã«æ›¸ãè¾¼ã¾ã‚Œã¦ã„ã‚‹ã‹ç¢ºã‹ã‚ã¦ãã " +"ã•ã„。" + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "起動デãƒã‚¤ã‚¹ã¸ã® GRUB ã®æ›¸ãè¾¼ã¿ãŒå¤±æ•—ã—ã¾ã—㟠- 続行ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "GRUB ã¯ä»¥ä¸‹ã®ãƒ‡ãƒã‚¤ã‚¹ã¸ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«å¤±æ•—ã—ã¾ã—ãŸ:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"ã¨ã«ã‹ã続行ã—ã¾ã™ã‹? ãã®å ´åˆã€ã‚³ãƒ³ãƒ”ュータãŒæ­£å¸¸ã«èµ·å‹•ã—ãªã„ã‹ã‚‚ã—ã‚Œã¾ã›" +"ん。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"ブートデãƒã‚¤ã‚¹ã¸ã® GRUB ã®æ›¸ãè¾¼ã¿ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦è©¦ã—ã¦ã¿ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"別ã®ãƒ‡ãƒã‚¤ã‚¹ã« GRUB をインストールã§ãã‚‹ã‹ã‚‚ã—ã‚Œã¾ã›ã‚“ãŒã€ãã®ãƒ‡ãƒã‚¤ã‚¹ã‹ã‚‰ã‚·" +"ステムãŒèµ·å‹•ã™ã‚‹ã‹ã©ã†ã‹ã‚’確èªã—ã¦ãŠãå¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚ã©ã®ãƒ‡ãƒã‚¤ã‚¹ã«ã‚‚インス" +"トールを行ã‚ãªã„å ´åˆã¯ã€GRUB Legacy ã‹ã‚‰ã®ã‚¢ãƒƒãƒ—グレードã¯ä¸­æ­¢ã•ã‚Œã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "GRUB をインストールã›ãšã«ãƒ‘ッケージã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã‚’続行ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"ã©ã®ãƒ‡ãƒã‚¤ã‚¹ã«å¯¾ã—ã¦ã‚‚ GRUB をインストールã—ãªã„ã“ã¨ãŒé¸æŠžã•ã‚Œã¾ã—ãŸã€‚ブート" +"ローダーãŒæ­£ã—ã設定ã•ã‚Œã¦ã„ãªã„å¯èƒ½æ€§ãŒã‚ã‚Šã€ã“ã®ã¾ã¾ç¶šè¡Œã™ã‚‹ã¨ã“ã®ã‚³ãƒ³" +"ピュータã®æ¬¡å›žèµ·å‹•æ™‚ã«ã¯ã€ä»¥å‰ã«èµ·å‹•ã‚»ã‚¯ã‚¿ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãŸã‚‚ã®ã‚’何ã§" +"ã‚ã‚ã†ã¨ã‚‚利用ã—よã†ã¨ã—ã¾ã™ã€‚以å‰ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã® GRUB 2 ãŒèµ·å‹•ã‚»ã‚¯ã‚¿ã«ã‚ã‚‹å ´" +"åˆã¯ã€ãƒ¢ã‚¸ãƒ¥ãƒ¼ãƒ«ã®èª­ã¿è¾¼ã¿ã‚„ç¾åœ¨ã®è¨­å®šãƒ•ã‚¡ã‚¤ãƒ«ã®å–り扱ã„ãŒå‡ºæ¥ãªããªã‚‹å¯èƒ½æ€§" +"ãŒã‚ã‚Šã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"æ—¢ã«åˆ¥ã®ãƒ–ートローダーを利用ã—ã¦ã„ã¦ãれを使ã„続ã‘ãŸã„å ´åˆã€ã‚ã‚‹ã„ã¯ãƒ–ート" +"ローダーを必è¦ã¨ã—ãªã„特殊ãªç’°å¢ƒã®å ´åˆã¯ã€ã¨ã«ã‹ã続行ã—ã¦ã—ã¾ã£ã¦æ§‹ã„ã¾ã›" +"ん。ãã†ã§ãªã„å ´åˆã¯ã€ã©ã“ã‹ã« GRUB をインストールã—ã¦ãã ã•ã„。" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "/boot/grub ã‹ã‚‰ GRUB 2 を削除ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "/boot/grub ã‹ã‚‰ GRUB 2 ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’ã™ã¹ã¦å‰Šé™¤ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"ã“ã®ä½œæ¥­ã¯ã€åˆ¥ã®ãƒ–ートローダーãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ãªã„ã¨ã‚·ã‚¹ãƒ†ãƒ ãŒèµ·å‹•ã§ã" +"ãªããªã‚Šã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "ã“ã“㧠GRUB 2 ã¸ã®ã‚³ãƒ³ãƒãƒ¼ãƒˆã‚’終了ã—ã¾ã™ã‹?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"ã“ã®ã‚·ã‚¹ãƒ†ãƒ ã«ã¯ GRUB Legacy ã®ãƒ–ートローダーãŒã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã—ãŸãƒ•ã‚¡ã‚¤ãƒ«ãŒã‚ã‚Š" +"ã¾ã™ãŒã€GRUB 2 ã®ãƒ–ートレコードも以下ã®ãƒ‡ã‚£ã‚¹ã‚¯ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¦ã„ã¾ã™:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"GRUB Legacy ã¯ã‚‚ã¯ã‚„使ã‚ã‚Œã¦ã¯ã„ãªã„よã†ãªã®ã§ã€ä»£ã‚ã‚Šã«ã“れらã®ãƒ‡ã‚£ã‚¹ã‚¯ä¸Šã® " +"GRUB 2 イメージをアップグレードã—ã¦ã€å¤ã„ GRUB Legacy ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’削除ã™ã‚‹ã“" +"ã¨ã§ GRUB 2 ã¸ã®ã‚³ãƒ³ãƒãƒ¼ãƒˆã‚’完了ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚ã“れら㮠GRUB 2 イメージ" +"をアップグレードã—ã¦ã„ãªã„å ´åˆã¯ã€æ–°ã—ã„パッケージã¨ã®äº’æ›æ€§ãŒãªã„ãŸã‚ã«ã‚·ã‚¹" +"テムãŒæ­£å¸¸ã«èµ·å‹•ã—ãªã„å¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"ä»–ã® OS 上ã§ã® GRUB 2 ã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«ã‚ˆã£ã¦ä½œæˆã•ã‚Œã¦ã„ãŸãƒ–ートレコードを除" +"ãã€GRUB 2 ã¸ã®ã‚³ãƒ³ãƒãƒ¼ãƒˆã¯ã»ã¼å®Œäº†ã—ã¾ã—ãŸã€‚" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linux コマンドライン:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"以下㮠Linux ã®ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ã¯ /etc/default/grub ã‹ GRUB Legacy ã® menu.lst " +"上ã®ã€Œkoptã€ãƒ‘ラメータã‹ã‚‰å–å¾—ã•ã‚Œã¦ã„ã¾ã™ã€‚ã“ã‚ŒãŒæ­£ã—ã„ã‚‚ã®ã§ã‚ã‚‹ã‹ã‚’確èªã—" +"ã¦ã€å¿…è¦ã§ã‚ã‚Œã°ä¿®æ­£ã—ã¦ãã ã•ã„。コマンドラインã¯ç©ºã§ã‚‚構ã„ã¾ã›ã‚“。" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linux デフォルトコマンドライン:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"以下ã®æ–‡å­—列ã¯ã€ãƒªã‚«ãƒãƒªãƒ¼ãƒ¢ãƒ¼ãƒ‰ã§ã¯ãªã„通常ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚¨ãƒ³ãƒˆãƒªã§ã® Linux パラ" +"メータã¨ã—ã¦ä½¿ã‚ã‚Œã¾ã™ã€‚" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "kFreeBSD コマンドライン:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"以下㮠kFreeBSD ã®ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ã¯ã€/etc/default/grub ã‹ GRUB Legacy ã® menu." +"lst 上ã®ã€Œkoptã€ãƒ‘ラメータã‹ã‚‰å–å¾—ã•ã‚Œã¦ã„ã¾ã™ã€‚ã“ã‚ŒãŒæ­£ã—ã„ã‚‚ã®ã§ã‚ã‚‹ã‹ã‚’確" +"èªã—ã¦ã€å¿…è¦ã§ã‚ã‚Œã°ä¿®æ­£ã—ã¦ãã ã•ã„。コマンドラインã¯ç©ºã§ã‚‚構ã„ã¾ã›ã‚“。" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "kFreeBSD デフォルトコマンドライン:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"以下ã®æ–‡å­—列ã¯ãƒªã‚«ãƒãƒªãƒ¼ãƒ¢ãƒ¼ãƒ‰ã§ã¯ãªã„通常ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚¨ãƒ³ãƒˆãƒªã§ã® kFreeBSD パ" +"ラメータã¨ã—ã¦ä½¿ã‚ã‚Œã¾ã™ã€‚" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map ãŒå†ç”Ÿæˆã•ã‚Œã¾ã—ãŸ" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"/boot/grub/device.map ファイルã¯å›ºå®šã®ãƒ‡ãƒã‚¤ã‚¹åを使ã†ã‚ˆã†ã«æ›¸ãæ›ãˆã‚‰ã‚Œã¾ã—" +"ãŸã€‚多ãã®å ´åˆã¯ã€ä»Šå¾Œã“ã®ãƒ•ã‚¡ã‚¤ãƒ«ã‚’変更ã™ã‚‹å¿…è¦ãŒå¤§å¹…ã«æ¸›ã£ã¦ãŠã‚Šã€GRUB ã«" +"よã£ã¦ç”Ÿæˆã•ã‚Œã‚‹èµ·å‹•ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®é …ç›®ã¯å½±éŸ¿ã‚’å—ã‘ãªã„ã¯ãšã§ã™ã€‚" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"ã—ã‹ã—ã€ã‚·ã‚¹ãƒ†ãƒ ã« 2 個以上ディスクãŒã‚ã‚‹ã®ã§ã€èµ·å‹•ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã®é …ç›®ãŒå¤ã„デãƒã‚¤" +"ス情報ã«ä¾å­˜ã—ã¦ã„ãŸå¯èƒ½æ€§ãŒã‚ã‚Šã¾ã™ã€‚起動メニューã®é …目㌠GRUB ã§ã®ãƒ‰ãƒ©ã‚¤ãƒ–" +"ã®é †ç•ª (hdN) ã«é–¢é€£ã—ã¦ã„ãªã„ã‹ã©ã†ã‹ã‚’確èªã—ã¦ã€å¿…è¦ã§ã‚ã‚Œã°æ›´æ–°ã—ã¦ãã ã•" +"ã„。" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã®æ„味ãŒåˆ†ã‹ã‚‰ãªã„ã€ã‚ã‚‹ã„ã¯å¤‰æ›´ã—ãŸèµ·å‹•ãƒ¡ãƒ‹ãƒ¥ãƒ¼é …ç›®ãŒç„¡ã„å ´åˆ" +"ã¯ã€ã“ã®ãƒ¡ãƒƒã‚»ãƒ¼ã‚¸ã‚’無視ã—ã¦æ§‹ã„ã¾ã›ã‚“。" --- grub2-1.99.orig/debian/po/da.po +++ grub2-1.99/debian/po/da.po @@ -0,0 +1,422 @@ +# Danish translation grub2. +# Copyright (C) 2011 grub2 & nedenstÃ¥ende oversættere. +# This file is distributed under the same license as the grub2 package. +# Joe Hansen , 2010, 2011. +# Korrekturlæst Kenneth Nielsen, Keld Jørn Simonsen, Torben Grøn Helligsø. +# +# Chain loading -> Chain loading is a method used by computer programs +# to replace the currently executing program with a new program, +# using a common data area (a so-called core common area) to pass +# information from the current program to the new program. It occurs +# in several areas of computing. Et dansk navn? +# man kunne mÃ¥ske med nogen rimelighed kalde det for kædeindlæsning, men +# egentlig er det her jo et af de ord som jeg ikke mener at behøver at +# oversætte. Dem der har brug for at vide hvad det er, kender kun det +# engelsk ord og det danske vil mÃ¥ske endda forvirre mere end det vil +# gøre gavn. I hvert fald, hvis du vil oversætte vil jeg anbefale at +# sætte chainloade i parentes der hvor du kan. Beholdt uoversat. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-28 17:30+01:00\n" +"Last-Translator: Joe Hansen \n" +"Language-Team: Danish \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Chainload fra menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Opgraderingsskripterne til GRUB har fundet en GRUB Legacy-opsætning i /boot/" +"grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"For at erstatte GRUB-versionen Legacy pÃ¥ dit system, anbefales det at /boot/" +"grub/menu.lst justeres til at indlæse GRUB 2's opstartsaftryk fra din " +"eksisterende GRUB Legacy-opsætning. Dette trin kan udføres automatisk nu." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Det anbefales, at du accepterer at chainloade GRUB 2 fra menu.lst, og " +"verificerer at din nye GRUB 2-opsætning virker for dig, før du installerer " +"den direkte til din MBR (Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Uanset din beslutning kan du senere erstatte dit gamle MBR-aftryk med GRUB 2 " +"ved at foretage den følgende kommando som administrator (root):" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "GRUBs installationsenheder:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Pakken grub-pc bliver opgraderet. Denne menu tillader dig at vælge, hvilke " +"enheder om nogen, du vil have at grub-install automatisk skal køres for." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Automatisk kørsel af grub-install anbefales i de fleste situationer, for at " +"forhindre at det installerede GRUB-kerneaftryk kommer ud af synkronisering " +"med GRUB-moduler eller grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Hvis du er usikker pÃ¥ hvilket drev, der er bestemt som opstartsdrev af din " +"BIOS, er det ofte en god ide at installere GRUB pÃ¥ dem alle." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Bemærk: Det er ogsÃ¥ muligt at installere GRUB til partitioners " +"opstartspunkter, og nogle egnede partitioner tilbydes her. Dette tvinger dog " +"GRUB til at bruge blokeringslistemekanismen, som gør den mindre pÃ¥lidelig, " +"og dette anbefales derfor ikke." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"GRUB-opstartsindlæseren blev tidligere installeret til en disk, som ikke " +"længere er tilgængelig, eller hvis unikke identifikation er blevet ændret. " +"Det er vigtigt at sikre sig, at det installerede GRUB-kerneaftryk forbliver " +"i synkronisering med GRUB-moduler og grub-cfg. Kontroller venligst en ekstra " +"gang sÃ¥ du er sikker pÃ¥, at GRUB skrives til de relevante opstartsenheder." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Skrivning af GRUB til opstartsenhed fejlede - vil du fortsætte?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Kunne ikke installere GRUB pÃ¥ de følgende enheder:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Ønsker du at fortsætte alligevel? Hvis du fortsætter, kan din computer mÃ¥ske " +"ikke starte korrekt op." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "Skrivning af GRUB til opstartsenhed fejlede - forsøg igen?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Du kan mÃ¥ske installere GRUB til en anden enhed, selvom du skal tjekke at " +"dit system kan/vil opstarte fra denne enhed. Ellers vil opgraderingen fra " +"GRUB Legacy blive afbrudt." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Fortsæt uden at installere GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Du har valgt ikke at installere GRUB pÃ¥ nogen enhed. Hvis du fortsætter, vil " +"opstarteren (boot loader) mÃ¥ske ikke være korrekt konfigureret, og nÃ¥r din " +"computer starter op næste gang, vil den bruge det tidligere indhold i din " +"opstartssektor (boot sector). Hvis der er en tidligere version af GRUB 2 i " +"opstartsektoren, vil den mÃ¥ske ikke være i stand til at indlæse moduler " +"eller hÃ¥ndtere den aktuelle konfigurationsfil." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Hvis du allerede kører en anden opstarter (boot loader) og ønsker at " +"fortsætte sÃ¥dan, eller hvis dette er et specielt miljø, hvor du ikke har " +"brug for en opstarter, sÃ¥ skal du fortsætte alligevel. Ellers skal du " +"installere GRUB et eller andet sted." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Fjern GRUB 2 fra /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Ønsker du at alle GRUB 2-filer skal fjernes fra /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Dette vil medføre, at systemet ikke kan opstartes med mindre en anden " +"opstarter (boot loader) er installeret." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Afslut konvertering til GRUB 2 nu?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Dette system har stadig filer fra GRUB Legacy-opstarteren installeret, men " +"systemet har nu ogsÃ¥ GRUB 2 opstartsposter installeret pÃ¥ disse diske:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Det virker sandsynligt at GRUB Legacy ikke længere er i brug, og at du i " +"steden fir skal opgradere GRUB 2-billederne pÃ¥ disse diske og afslutte " +"konverteringen til GRUB 2 ved af fjerne ældre GRUB Legacy-filer. Hvis du " +"ikke opgraderer disse GRUB 2-billeder, sÃ¥ er de mÃ¥ske ikke kompatible med de " +"nye pakker og fÃ¥r dit system til at holde op med at starte korrekt op." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Du bør generelt afslutte konverteringen til GRUB 2 medmindre disse " +"opstartsposter blev oprettet af en GRUB 2-installation pÃ¥ et andet " +"operativsystem." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Kommandolinje til Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Den følgende kommandolinje i Linux blev udtrukket fra /etc/default/grub " +"eller parameteren `kopt' i GRUB Legacys menu.lst. Verificer venligst at den " +"er korrekt, og ændre den om nødvendigt. Kommandolinjen mÃ¥ være tom." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Standardkommandolinje i Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Den følgende streng vil blive brugt som Linuxparametre for " +"standardmenupunktet men ikke for gendannelsestilstanden." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Kommandolinje for kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Den følgende kommandolinje i kFreeBSD blev udtrukket fra /etc/default/grub " +"eller fra parameteren `kopt' i GRUB Legacys menu.lst. Verificer venligst at " +"den er korrekt, og ændre den om nødvendigt. Kommandolinjen mÃ¥ være tom." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Standardkommandolinje i kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Den følgende streng vil blive brugt som kFreeBSD-parametre for " +"standardmenupunktet men ikke for gendannelsestilstanden." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map er blevet gendannet" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Filen /boot/grub/device.map er blevet genskrevet til at bruge stabile " +"enhedsnavne. I de fleste tilfælde vil dette markant reducere behovet for at " +"ændre filen fremover, og opstartsmenupunkter oprettet af GRUB vil ikke blive " +"pÃ¥virket." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Da du har mere end en disk i dit sytem, er det dog muligt, at du har en " +"afhængighed af det gamle enhedskort. Tjek venligst om der er nogle " +"tilpassede opstartsmenupunkter som afhænger af GRUB's (hdn) drevnummerering, " +"og opdater dem om nødvendigt." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Hvis du ikke forstÃ¥r denne besked, eller der ikke er nogen tilpassede " +"opstartsmenupunkter, kan du ignorere denne besked." --- grub2-1.99.orig/debian/po/POTFILES.in +++ grub2-1.99/debian/po/POTFILES.in @@ -0,0 +1,2 @@ +[type: gettext/rfc822deb] grub-pc.templates.in +[type: gettext/rfc822deb] templates.in --- grub2-1.99.orig/debian/po/ca.po +++ grub2-1.99/debian/po/ca.po @@ -0,0 +1,425 @@ +# Catalan translation of grub2's debconf messages +# Copyright © 2009, 2010, 2011 Free Software Foundation, Inc. +# This file is distributed under the same license as the grub2 package. +# +# Jordi Mallach , 2009, 2010, 2011. +# Juan Andrés Gimeno Crespo , 2009. +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.99-5\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-30 22:57+0200\n" +"Last-Translator: Jordi Mallach \n" +"Language-Team: Catalan \n" +"Language: ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Voleu carregar en cadena des del menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Els scripts d'actualització del GRUB han detectat una configuració del GRUB " +"Legacy en /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"A l'hora de reemplaçar la versió Legacy del GRUB que hi ha al sistema, és " +"recomanable que es modifique /boot/grub/menu.lst per a carregar una imatge " +"d'arrencada del GRUB 2 des de la vostra configuració del GRUB Legacy " +"existent. Aquest pas es pot dur a terme ara." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"És recomanable que accepteu la càrrega en cadena del GRUB 2 des del menu." +"lst, per a verificar que la nova configuració del GRUB 2 funciona " +"correctament, abans de que s'escriga al registre mestre d'arrencada (MBR)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Independentment de la vostra decisió, podeu reemplaçar la imatge antiga de " +"l'MBR amb el GRUB2 executant l'ordre següent com a root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Dispositius d'instaÅ€lació del GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"S'està actualitzant el paquet grub-pc. Aquest menú us permet seleccionar " +"sobre quins dispositius voleu que s'execute el grub-install automàticament, " +"en cas de voler-ho." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"L'execució automàtica del grub-install és recomanable en la majoria de les " +"situacions, per a evitar que la imatge del nucli del GRUB es desincronitze " +"amb els mòduls del GRUB o el grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Si no esteu segur sobre quina és la unitat designada com a unitat " +"d'arrencada per la BIOS, normalment és una bona idea instaÅ€lar el GRUB a " +"tots ells." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Nota: també és possible instaÅ€lar el GRUB a registres d'arrencada de " +"particions, i s'ofereixen algunes particions addients. Tanmateix, això força " +"al GRUB a usar el mecanisme de llistes de blocs, que fa que siga menys " +"fiable, per la qual cosa no és recomanable." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"El carregador GRUB estava instaÅ€lat a un disc que ja no és present, o per al " +"qual ha canviat el seu identificador únic per alguna raó. És important " +"assegurar-se que la imatge del nucli del GRUB roman sincronitzada amb els " +"mòduls del GRUB i el grub.cfg. Comproveu de nou que el GRUB s'escriu als " +"dispositius d'arrencada apropiats." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Ha fallat l'escriptura del GRUB al dispositiu. Voleu continuar?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "El GRUB no s'ha pogut instaÅ€lar als dispositius següents:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Voleu continuar tot i això? Si ho feu, és possible que l'ordinador no " +"arrenque correctament." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"Ha fallat l'escriptura del GRUB al dispositiu. Voleu tornar a provar-ho?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"És possible que pugueu instaÅ€lar el GRUB en un altre dispositiu, tot i que " +"hauríeu de comprovar que el sistema arrencarà des d'aquell dispositiu. En " +"cas contrari, es canceÅ€larà l'actualització des del GRUB Legacy." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Voleu continuar sense instaÅ€lar el GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Heu triat no instaÅ€lar el GRUB en cap dispositiu. Si continueu, és possible " +"que el carregador no estiga configurat correctament, i quan s'arrenque " +"l'ordinador la pròxima vegada, emprarà allò que estigués al sector " +"d'arrencada. Si hi ha una versió anterior del GRUB2 al sector d'arrencada, " +"és possible que no puga carregar mòduls o gestionar el fitxer de " +"configuració actual." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Si ja esteu emprant un altre carregador i voleu continuar fent-ho, o aquest " +"és un entorn especial on no necessiteu un carregador, hauríeu de continuar. " +"Si no és així, hauríeu d'instaÅ€lar el GRUB en algun lloc." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Voleu suprimir el GRUB 2 de /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Voleu suprimir tots els fitxers del GRUB 2 de /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Això farà que el sistema no arrenque si no s'instaÅ€la un altre carregador." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Voleu finalitzar la conversió al GRUB 2 ara?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Aquest sistema encara té fitxers antics del carregador GRUB Legacy " +"instaÅ€lats, però ara també té registres d'arrencada del GRUB 2 instaÅ€lats " +"als discs següents:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Sembla probable que el GRUB Legacy no estiga ja en ús, i que hauríeu " +"d'actualitzar les imatges del GRUB 2 presents a aquests discs per a " +"finalitzar la conversió al GRUB 2, suprimint els fitxers vells del GRUB " +"Legacy. Si no actualitzeu aquestes imatges del GRUB 2, és possible que " +"romanen incompatibles amb els paquets nous i que causen que el sistema deixe " +"d'arrencar correctament." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"En general, hauríeu de finalitzar la conversió al GRUB 2 a no ser que " +"aquests registres d'arrencada els haja creat una instaÅ€lació del GRUB 2 des " +"d'un altre sistema operatiu." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Línia d'ordres de Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La línia d'ordres de Linux següent ha sigut extreta de /etc/default/grub o " +"del paràmetre «kopt» del fitxer menu.lst del GRUB Legacy. Verifiqueu que és " +"correcta, i modifiqueu-la si és necessari. La línia d'ordres pot ser buida." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Línia d'ordres de Linux per defecte:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"La cadena següent serà emprada com a paràmetres del Linux per al menú " +"d'entrada per defecte però no per al mode de recuperació." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Línia d'ordres de kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La línia d'ordres de kFreeBSD següent ha sigut extreta de /etc/default/grub " +"o del paràmetre «kopt» del fitxer menu.lst del GRUB Legacy. Verifiqueu que " +"és correcta, i modifiqueu-la si és necessari. La línia d'ordres pot ser " +"buida." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Línia d'ordres de kFreeBSD per defecte:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"La cadena següent serà emprada com a paràmetres del kFreeBSD per al menú " +"d'entrada per defecte però no per al mode de recuperació." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "S'ha regenerat el fitxer «/boot/grub/device.map»" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"S'ha reescrit el fitxer «/boot/grub/device.map» per a usar noms estables de " +"dispositiu. En la majoria dels casos, això hauria de reduir la necessitat de " +"canviar-ho en el futur, i no hauria d'afectar les entrades del menú " +"d'arrencada generades pel GRUB." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Tanmateix, com hi ha més d'un disc al sistema, és possible que el sistema " +"depenga del mapa de dispositius antic. Comproveu si hi ha entrades del menú " +"d'arrencada personalitzades que requerisquen la numeració d'unitats del GRUB " +"(hdN), i actualitzeu-les si és necessari." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Si no enteneu aquest missatge, o si no hi ha cap entrada del menú " +"d'arrencada personalitzada, podeu descartar aquest missatge." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "En qualsevol cas, quan vulgueu que es carregue el GRUB 2 directament des " +#~ "de l'MBR, podeu fer-ho executant (com a root) l'ordre següent:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Ha fallat la instaÅ€lació del GRUB. Voleu continuar?" --- grub2-1.99.orig/debian/po/bg.po +++ grub2-1.99/debian/po/bg.po @@ -0,0 +1,432 @@ +# Bulgarian translation of grub2 debconf messages. +# Copyright (C) grub2 packagers. +# This file is distributed under the same license as the grub2 package. +# Damyan Ivanov , 2009, 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-09 21:45+0200\n" +"Last-Translator: Damyan Ivanov \n" +"Language-Team: Bulgarian \n" +"Language: bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Верижно зареждане от menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "Открита е Ñтара инÑÑ‚Ð°Ð»Ð°Ñ†Ð¸Ñ Ð½Ð° GRUB в /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"За замÑна на Ñтарата инÑÑ‚Ð°Ð»Ð°Ñ†Ð¸Ñ Ð½Ð° GRUB Ñе препоръчва наÑтройване на /boot/" +"grub/menu.lst за каÑкадно зареждане на GRUB2 от ÑъщеÑтвуващата инÑÑ‚Ð°Ð»Ð°Ñ†Ð¸Ñ Ð½Ð° " +"GRUB. Това може да извършено автоматично." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"КаÑкадното зареждане на GRUB2 от menu.lst Ñе препоръчва за да е Ñигурно, че " +"наÑтройките на GRUB2 Ñа правилни, преди инÑталирането му в запиÑа за начално " +"зареждане (MBR)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Каквото и да решите, по-къÑно можете да замените ÑÑ‚Ð°Ñ€Ð¸Ñ Ð·Ð°Ð¿Ð¸Ñ Ð² MBR Ñ Ñ‚Ð¾Ð·Ð¸ " +"на GRUB2 ÑÑŠÑ Ñледната команда, изпълнена като админиÑтратор:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "ИнÑталиране на GRUB на Ñледните уÑтройÑтва:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Пакетът grub-pc Ñе обновÑва. Това меню позволÑва избиране за кои уÑтройÑтва " +"(и дали изобщо) да Ñе изпълни командата grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Ð’ повечето Ñлучаи автоматичното изпълнение на grub-install Ñе препоръчва за " +"предотвратÑване на разминаване между образа на GRUB на диÑка и модулите или " +"файла grub.cfg във файловата ÑиÑтема." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Ðко не Ñте Ñигурни кое уÑтройÑтво е определено за начално зареждане в BIOS, " +"добра Ð¸Ð´ÐµÑ Ðµ да инÑталирате GRUB на вÑички налични уÑтройÑтва." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Забележка: по принцип е възможно GRUB да Ñе инÑталира на запиÑите за начално " +"зареждане на диÑковите дÑлове. СпиÑъка включва подходÑщи дÑлове, но подобна " +"инÑÑ‚Ð°Ð»Ð°Ñ†Ð¸Ñ Ñ‰Ðµ накара GRUB да използва ÑпиÑъци Ñ Ð±Ð»Ð¾ÐºÐ¾Ð²Ðµ, което прави " +"работата му по-малко надеждна и поради тази причина не Ñе препоръчва." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Програмата за начално зареждане на GRUB е била инÑталирана на диÑк, който " +"вече не е доÑтъпен или чийто уникален идентификатор е бил променен. Много е " +"важно инÑталираниÑÑ‚ образ винаги да е Ð¾Ñ‚Ð³Ð¾Ð²Ð°Ñ€Ñ Ð½Ð° модулите на GRUB и файла " +"grub.cfg на файловата ÑиÑтема. Проверете и Ñе убедете, че GRUB Ñе инÑталира " +"на правилните уÑтройÑтва." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" +"ЗапиÑването на GRUB върху уÑтройÑтвото за начално зареждане не уÑпÑ. " +"Продължаване?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Опитът за инÑталиране на GRUB на Ñледните уÑтройÑтва беше неуÑпешен:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Желаете ли да продължите въпреки това? Ðко го направите е възможно " +"компютърът да не може да зареди операционна ÑиÑтема." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"ЗапиÑването на GRUB върху уÑтройÑтвото за начално зареждане на уÑпÑ. Ðов " +"опит?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Възможно е инÑталирането на GRUB на друго уÑтройÑтво да уÑпее, но Ñ‚Ñ€Ñбва да " +"проверите дали компютърът може да извършва първоначално зареждане от него. " +"Ðко откажете, обновÑването от ÑÑ‚Ð°Ñ€Ð¸Ñ GRUB ще бъде отменено." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Продължаване без инÑталиране на GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Избрано е GRUB да не Ñе инÑталира на никакви уÑтройÑтва. Ðко продължите, " +"програмата за начално зареждане може да не е наÑтроена правилно и при " +"Ñледващото Ñтартиране на компютъра ще Ñе използва предишното Ñъдържание на " +"Ñектора за начално зареждане. Ðко в него има предишна инÑÑ‚Ð°Ð»Ð°Ñ†Ð¸Ñ Ð½Ð° GRUB 2 е " +"възможно Ñ‚Ñ Ð´Ð° не уÑпее да използва обновените модули или ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ð¾Ð½Ð½Ð¸Ñ " +"файл." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Ðко използвате друга програма за начално зареждане и желаете да Ñ Ð·Ð°Ð¿Ð°Ð·Ð¸Ñ‚Ðµ " +"или ако обкръжението е Ñпециално и не изиÑква програма за начално зареждане, " +"тогава е редно да продължите без да инÑталирате GRUB. Ð’ противен Ñлучай би " +"Ñ‚Ñ€Ñбвало да инÑталирате GRUB нÑкъде." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Изтриване на GRUB 2 от /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Желаете ли да изтриете вÑички файлове на GRUB от папката /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Това ще възпрепÑÑ‚Ñтва зареждането на ÑиÑтемата, до инÑталиране на друга " +"програма за начално зареждане." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Завършване на преминаването към GRUB2 ?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Ðа ÑиÑтемата има файлове от ÑÑ‚Ð°Ñ€Ð¸Ñ GRUB, но има Ñектори за начално зареждане " +"от GRUB 2, инÑталирани на Ñледните диÑкове:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Изглежда, че ÑтариÑÑ‚ GRUB не Ñе използва и вмеÑто него е редно Ñе инÑталира " +"GRUB 2 върху диÑковете и да Ñе завърши прехода чрез премахване на файловете " +"на ÑÑ‚Ð°Ñ€Ð¸Ñ GRUB. Ðко не обновите инÑталациÑта на GRUB 2 е възможно да Ñе " +"поÑвÑÑ‚ проблеми Ñ Ð½Ð°Ñ‡Ð°Ð»Ð½Ð¾Ñ‚Ð¾ зареждане поради неÑъвмеÑтимоÑÑ‚ Ñ Ð½Ð¾Ð²Ð¸Ñ‚Ðµ пакети." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Ð’ Ð¾Ð±Ñ‰Ð¸Ñ Ñлучай е добре преходът към GRUB 2 да бъде завършен, оÑвен ако " +"Ñекторите за начално зареждане Ñа Ñъздадени от GRUB 2 или от друга " +"операционна ÑиÑтема." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Команден ред на ЛинукÑ:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Ð¡Ð»ÐµÐ´Ð½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´ÐµÐ½ ред за зареждане на Ð›Ð¸Ð½ÑƒÐºÑ Ð±ÐµÑˆÐµ извлечен от /etc/default/" +"grub или от параметъра „kopt“ от файла menu.lst на ÑÑ‚Ð°Ñ€Ð¸Ñ GRUB. Проверете го " +"и ако е нужно го коригирайте." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Параметри на Ð›Ð¸Ð½ÑƒÐºÑ Ð¿Ð¾ подразбиране:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Следните параметри ще бъдат използвани по подразбиране при зареждане на " +"ЛинукÑ, оÑвен в авариен режим." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Команден ред за kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"Ð¡Ð»ÐµÐ´Ð½Ð¸Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´ÐµÐ½ ред за зареждане на kFreeBSD беше извлечен от /etc/default/" +"grub или от параметъра „kopt“ от файла menu.lst на ÑÑ‚Ð°Ñ€Ð¸Ñ GRUB. Проверете го " +"и ако е нужно го коригирайте." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Параметри на Ð›Ð¸Ð½ÑƒÐºÑ Ð¿Ð¾ подразбиране:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Следните параметри ще бъдат използвани по подразбиране при зареждане на " +"kFreeBSD, оÑвен в авариен режим." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map е Ñъздаден наново" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Файлът /boot/grub/device.map е Ñъздаден наново, използвайки поÑтоÑнни имена " +"на уÑтройÑтва. Ð’ повечето Ñлучаи това води до намалÑване на нуждата да Ñе " +"правÑÑ‚ промени в бъдеще. Елементите в менюто за начално зареждане на GRUB не " +"Ñа заÑегнати." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Ð’Ñе пак, понеже в ÑиÑтемата има повече от един диÑк, е възможно Ñъдържанието " +"на ÑÑ‚Ð°Ñ€Ð¸Ñ Ñ„Ð°Ð¹Ð» да е от критична важноÑÑ‚. Проверете дали имате елементи в " +"менюто за начално зареждане на GRUB, в които да Ñе използват уÑтройÑтва от " +"вида „(hdN)“ и ако е нужно ги коригирайте." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Ðко не разбирате предупреждението или ако нÑмате ръчно-въведени елементи в " +"менюто на GRUB, не обръщайте внимание на това Ñъобщение." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Когато речите да инÑталирате GRUB 2 в запиÑа за начално зареждане, " +#~ "изпълнете Ñледната команда като админиÑтратор:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "ИнÑталирането на GRUB Ñе провали. Продължаване?" --- grub2-1.99.orig/debian/po/es.po +++ grub2-1.99/debian/po/es.po @@ -0,0 +1,492 @@ +# grub2 po-debconf translation to Spanish +# Copyright (C) 2007, 2009, 2010, 2011 Software in the Public Interest +# This file is distributed under the same license as the grub2 package. +# +# Changes: +# - Initial translation +# Maria Germana Oliveira Blazetic, 2007 +# +# - Updates +# Gary Ariel Sandi Vigabriel , 2009 +# Francisco Javier Cuadrado , 2009, 2010, 2011 +# +# - Revisions +# Innocent De Marchi , 2010 +# +# Traductores, si no conocen el formato PO, merece la pena leer la +# documentación de gettext, especialmente las secciones dedicadas a este +# formato, por ejemplo ejecutando: +# info -n '(gettext)PO Files' +# info -n '(gettext)Header Entry' +# +# Equipo de traducción al español, por favor lean antes de traducir +# los siguientes documentos: +# +# - El proyecto de traducción de Debian al español +# http://www.debian.org/intl/spanish/ +# especialmente las notas y normas de traducción en +# http://www.debian.org/intl/spanish/notas +# +# - La guía de traducción de po's de debconf: +# /usr/share/doc/po-debconf/README-trans +# o http://www.debian.org/intl/l10n/po-debconf/README-trans +# +msgid "" +msgstr "" +"Project-Id-Version: grub2 1.99-5\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2011-05-28 14:04+0100\n" +"Last-Translator: Francisco Javier Cuadrado \n" +"Language-Team: Debian l10n Spanish \n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "¿Desea realizar la carga en cadena desde el archivo «menu.lst»?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Los scripts de actualización han detectado en «/boot/grub» una configuración " +"heredada de una versión anterior de GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Con el fin de reemplazar la versión anterior de GRUB en el sistema, se " +"recomienda configurar «/boot/grub/menu.lst» para que cargue GRUB 2 a partir " +"de la configuración heredada de GRUB. Este paso se puede hacer de forma " +"automática." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Se recomienda que acepte cargarlo en cadena desde el archivo «menu.lst» y " +"que compruebe el buen funcionamiento del nuevo GRUB 2, antes de instalarlo " +"en el MBR («Master Boot Record»)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Sea cual sea su decisión, puede reemplazar la imagen del MBR anterior con " +"GRUB 2 más tarde ejecutando, como administrador («root»), la siguiente orden:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Dispositivos en los que se puede instalar GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Se está actualizando el paquete grub-pc. Este menú le permite escoger en qué " +"dispositivos quiere ejecutar automáticamente grub-install, si es que quiere." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Se recomienda ejecutar automáticamente grub-install en la mayoría de las " +"situaciones, para evitar que la imagen del núcleo de GRUB instalada no esté " +"sincronizada con los módulos GRUB o con el archivo «grub.cfg»." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Si no está seguro cuál es la unidad de arranque de la BIOS, normalmente es " +"una buena idea instalar GRUB en todas ellas." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Nota: también es posible instalar GRUB en los registros de arranque de " +"particiones, aquí se ofrecen algunas particiones apropiadas. Sin embargo, " +"esto obliga a GRUB a utilizar el mecanismo de la lista de bloqueo, que lo " +"hace menos fiable, y por tanto no es recomendable." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"El gestor de arranque GRUB se instaló previamente en un disco que ya no está " +"presente o cuyo identificador único ha cambiado por alguna razón. Es " +"importante asegurarse de que la imagen del núcleo de GRUB instalada se " +"mantiene sincronizada con los módulos de GRUB y el archivo «grub.cfg». Por " +"favor, asegúrese que GRUB se instala en los dispositivos de arranque " +"adecuado." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "" +"La instalación de GRUB en el dispositivo de arranque ha fallado. ¿Desea " +"continuar?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "No se pudo instalar GRUB en los siguientes dispositivos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"¿Desea continuar de todos modos? Si lo hace, puede que su máquina no se " +"inicie apropiadamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"La instalación de GRUB en el dispositivo de arranque ha fallado. ¿Desea " +"volver a intentarlo?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Puede instalar GRUB en otro dispositivo, aunque debería comprobar que su " +"sistema arrancará desde ese dispositivo. De otro modo, se cancelará la " +"actualización de la versión anterior de GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "¿Desea continuar sin instalar GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Ha escogido no instalar GRUB en ningún dispositivo. Si continua, puede que " +"el cargador de arranque no se configure correctamente, y cuando esta máquina " +"se vuelva a iniciar se utilizará lo que hubiera anteriormente en el sector " +"de arranque. Si hay una versión previa de GRUB 2 en el sector de arranque, " +"puede que sea imposible cargar los módulos o manejar el archivo de " +"configuración actual." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Si está ejecutando un cargador de arranque diferente y quiere seguir " +"haciéndolo o si es un entorno especial en el que no necesita un cargador de " +"arranque, entonces debería continuar. De otro modo, debería instalar GRUB en " +"otra ubicación." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "¿Desea eliminar GRUB 2 de «/boot/grub»?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "¿Desea eliminar todos los archivos de GRUB 2 de «/boot/grub»?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Esto hará que el sistema no arranque a menos que otro gestor de arranque " +"esté instalado." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "¿Desea terminar la conversión a GRUB 2 ahora?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Este sistema todavía tiene archivos del cargador de arranque de la versión " +"anterior de GRUB instalados, pero ahora también tiene registros de arranque " +"de GRUB 2 instalados en estos discos:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Parece que la versión anterior de GRUB ya no se utiliza, por lo que usted " +"debería actualizar las imágenes de GRUB 2 en estos discos y terminar la " +"conversión a GRUB 2 borrando los archivos de la versión anterior de GRUB. Si " +"no actualiza estas imágenes de GRUB 2, puede que sean incompatibles con los " +"nuevos paquetes y que provoquen que su sistema no arranque correctamente." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Debería terminar la conversión a GRUB 2 a menos que estos registros de " +"arranque los crease una instalación de GRUB 2 en algún otro sistema " +"operativo." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Linea de órdenes de Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La siguiente linea de órdenes de Linux se extrajo del archivo «/etc/default/" +"grub» o del parámetro «kopt» en el archivo «menu.lst» de la versión anterior " +"de GRUB. Por favor, compruebe que es correcta y modifíquela si es necesario. " +"La línea de órdenes se puede dejar en blanco." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Linea de órdenes predeterminada de Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"La siguiente cadena se utilizará como parámetros de Linux para la entrada " +"predeterminada del menú pero no para el modo de recuperación." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Linea de órdenes de kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"La siguiente linea de órdenes de kFreeBSD se extrajo del archivo «/etc/" +"default/grub» o del parámetro «kopt» en el archivo «menu.lst» de la versión " +"anterior de GRUB. Por favor, compruebe que es correcta y modifíquela si es " +"necesario. La línea de órdenes se puede dejar en blanco." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Linea de órdenes predeterminada de kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"La siguiente cadena se utilizará como parámetros de kFreeBSD para la entrada " +"predeterminada del menú pero no para el modo de recuperación." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "Se ha regenerado el archivo «/boot/grub/device.map»" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"El archivo «/boot/grub/device.map» se ha rescrito para utilizar los nombres " +"de dispositivos estables. En la mayoría de los casos, esto debería reducir " +"significativamente la necesidad de cambiarlo en el futuro, y las entradas " +"del menú que generó GRUB no se verán afectadas." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Sin embargo, ya que hay más de un disco en el sistema, es posible que el " +"sistema dependa de un mapa de dispositivos antiguo. Por favor, compruebe si " +"tiene entradas personalizadas en el menú de arranque que dependan de la " +"numeración de los dispositivos de GRUB (hdN) y actualícela si es necesario." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Puede ignorar este mensaje si no lo entiende o si no tiene entradas " +"personalizadas en el menú de arranque." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "En cualquier caso, cuando quiera que GRUB 2 se cargue directamente desde " +#~ "el MBR, puede hacerlo ejecutando (como usuario «root») la siguiente orden:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "La instalación de GRUB ha fallado. ¿Desea continuar?" + +#~ msgid "GRUB 1.95 numbering scheme transition" +#~ msgstr "Esquema de transición numérica de GRUB 1.95" + +#~ msgid "" +#~ "As of version 1.95, GRUB 2 has changed its numbering scheme. Partitions " +#~ "are now counted starting from 1 rather than 0. This is to make it " +#~ "consistent with device names of Linux and the other kernels used in " +#~ "Debian. For example, when using Linux as the kernel, \"(hd0,1)\" refers " +#~ "to the same partition as the /dev/sda1 device node." +#~ msgstr "" +#~ "GRUB 2 ha cambiado el esquema de numeración, como en la versión 1.95. " +#~ "Ahora las particiones comienzan en el número 1 en vez de en el número 0. " +#~ "Esto sirve para hacerlo consistente con los nombres de dispositivos de " +#~ "Linux y otros núcleos que se usan en Debian. Por ejemplo, cuando se usa " +#~ "Linux como núcleo, «(hd0, 1)» se refiere a la misma partición que el " +#~ "dispositivo «/dev/sda1»." + +#~ msgid "" +#~ "Because of this, there's a chance your system becomes unbootable if " +#~ "update-grub(8) is run before GRUB is updated, generating a grub.cfg file " +#~ "that your installed GRUB won't yet be able to parse correctly. To ensure " +#~ "your system will be able to boot, you have to:" +#~ msgstr "" +#~ "Por este motivo, existe la posibilidad de que su sistema no sea capaz de " +#~ "arrancar si se ejecuta update-grub(8) antes de actualizar GRUB, ya que se " +#~ "generaría un archivo «grub.cfg» que la versión instalada de GRUB no " +#~ "podría leer correctamente. Para asegurarse de que el sistema arrancará, " +#~ "debe:" + +#~ msgid "" +#~ " - Reinstall GRUB (typically, by running grub-install).\n" +#~ " - Rerun update-grub to generate a new grub.cfg." +#~ msgstr "" +#~ " - Reinstalar GRUB (normalmente, ejecutando grub-install).\n" +#~ "- Volver a ejecutar update-grub para generar un nuevo archivo «grub.cfg»." --- grub2-1.99.orig/debian/po/be.po +++ grub2-1.99/debian/po/be.po @@ -0,0 +1,470 @@ +# Belarusian translation of grub2 templates +# Copyright (C) 2009 respective translators (see below) +# This file is distributed under the same license as the grub2 package. +# Hleb Rubanau , 2009, +# Viktar Siarheichyk , 2010. +# +msgid "" +msgstr "" +"Project-Id-Version: be\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-12 17:08+0300\n" +"Last-Translator: Viktar Siarheichyk \n" +"Language-Team: Debian Belarusian (Official spelling) \n" +"Language: be\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Belarusian\n" +"X-Poedit-Country: BELARUS\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Ð›Ð°Ð½Ñ†ÑƒÐ³Ð¾Ð²Ð°Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° з menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "" +"Скрыпты Ð°Ð±Ð½Ð°ÑžÐ»ÐµÐ½Ð½Ñ GRUB выÑвілі папÑÑ€Ñднюю верÑÑ–ÑŽ GRUB, уÑталÑваную Ñž /boot/" +"grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Каб замÑніць папÑÑ€Ñднюю верÑÑ–ÑŽ GRUB у Вашай ÑÑ–ÑÑ‚Ñме, пажадана выправіць " +"файл /boot/grub/menu.lst такім чынам, каб GRUB 2 загружаўÑÑ Ð· Ñ–Ñнуючай " +"папÑÑ€ÑднÑй верÑÑ–Ñ– GRUB. Зараз можна зрабіць гÑтую наладку аўтаматычна." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Раім абраць ланцуговую загрузку GRUB 2 з menu.lst, Ñ– праверыць, што нанова " +"ÑžÑталÑваны GRUB 2 працуе, перад тым Ñк уÑталёўваць Ñго Ñž галоўны загрузачны " +"Ð·Ð°Ð¿Ñ–Ñ (MBR, Master Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Як бы вы ні вырашылі, можна пазней замÑніць Ñтары вобраз MBR на GRUB 2, калі " +"выканаць Ñк root наÑÑ‚ÑƒÐ¿Ð½Ñ‹Ñ ÐºÐ°Ð¼Ð°Ð½Ð´Ñ‹:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Прылады, на ÑÐºÑ–Ñ ÑžÑталёўваць GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"x`Пакет grub-pc абнаўлÑецца. ГÑтае меню дазвалÑе абраць, Ð´Ð»Ñ Ñкіх прыладаў " +"Ñ‚Ñ€Ñба, калі ўвогуле Ñ‚Ñ€Ñба, аўтаматычна запуÑкаць grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"У большаÑці выпадкаў Ñ€Ñкамендуецца запуÑкаць grub-install аўтаматычна, каб " +"уÑталÑваны аÑноўны вобраз GRUB заÑтаваўÑÑ Ñž адпаведнаÑці з модулÑмі GRUB Ñ– " +"grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Калі вы не пÑўныÑ, ÑÐºÐ°Ñ Ð¿Ñ€Ñ‹Ð»Ð°Ð´Ð° Ñž вашым BIOS Ð¿Ñ€Ñ‹Ð·Ð½Ð°Ñ‡Ð°Ð½Ð°Ñ Ñк галоўнаÑ, то " +"хутчÑй за ÑžÑÑ‘ лепей будзе ÑžÑталÑваць GRUB на Ñ–Ñ… уÑÑ–Ñ…." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Увага: такÑама магчыма ÑžÑталÑваць GRUB у Ñектары пачатковай загрузкі " +"падзелаў, Ñ– Ð½ÐµÐºÐ°Ñ‚Ð¾Ñ€Ñ‹Ñ Ð°Ð´Ð¿Ð°Ð²ÐµÐ´Ð½Ñ‹Ñ Ð¿Ð°Ð´Ð·ÐµÐ»Ñ‹ тут прапануюцца. Ðднак, Ð´Ð»Ñ Ð³Ñтага " +"GRUB муÑіць карыÑтацца механізмам ÑпіÑаў блокаў, што змÑншае надзейнаÑць Ñ– " +"таму не Ñ€Ñкамендуецца." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Пачатковы запуÑкальнік GRUB раней быў уÑталÑваны на дыÑк, Ñкі зараз " +"адÑутнічае, альбо чый унікальны ідÑнтыфікатар па нейкай прычыне змÑніўÑÑ. " +"Важна, каб уÑталÑваны аÑноўны вобраз GRUB адпавÑдаў модулÑм GRUB Ñ– grub.cfg. " +"Калі лаÑка, праверце ÑÑˆÑ‡Ñ Ñ€Ð°Ð·, каб упÑўніцца, што GRUB запіÑаны Ñž Ð°Ð´Ð¿Ð°Ð²ÐµÐ´Ð½Ñ‹Ñ " +"Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ°Ð²Ñ‹Ñ Ð¿Ñ€Ñ‹Ð»Ð°Ð´Ñ‹." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} Мб; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Ð—Ð°Ð¿Ñ–Ñ GRUB на загрузкавую прыладу не ўдаўÑÑ - працÑгваць?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Ðе атрымалаÑÑ ÑžÑталÑваць GRUB на наÑÑ‚ÑƒÐ¿Ð½Ñ‹Ñ Ð¿Ñ€Ñ‹Ð»Ð°Ð´Ñ‹:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Ð’Ñ‹ жадаеце працÑгваць, не зважаючы на гÑта? Калі працÑгнеце, ваш кампутар " +"можа не запуÑціцца." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"Ðе атрымалаÑÑ Ð·Ð°Ð¿Ñ–Ñаць GRUB у загрузкавую прыладу - паÑпрабаваць ізноў?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Магчыма, што вы зможаце ÑžÑталÑваць GRUB на нейкую іншую прыладу, але вам " +"варта Ñпраўдзіць, што Ð²Ð°ÑˆÐ°Ñ ÑÑ–ÑÑ‚Ñма запуÑціцца з гÑтае прылады. Іначай, " +"абнаўленне з папÑÑ€ÑднÑе верÑÑ–Ñ– GRUB будзе адмененае." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "ПрацÑгваць, не ÑžÑталёўваючы GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Ð’Ñ‹ выбралі не ÑžÑталёўваць GRUB ні на Ñкую прыладу. Калі Ð’Ñ‹ працÑгнеце далей, " +"пачатковы запуÑкальнік, магчыма, не будзе Ñканфігураваны належным чынам, Ñ– " +"калі гÑÑ‚Ñ‹ кампутар запуÑціцца наÑтупным разам, ён загрузіцца з таго, што " +"было раней у Ñектары запуÑку. Калі там была ÑÑ‚Ð°Ñ€Ð°Ñ Ð²ÐµÑ€ÑÑ–Ñ GRUB 2, ён можа не " +"здолець загрузіць модулі альбо не разабраць цÑперашні канфігурацыйны файл." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Калі Ð’Ñ‹ ўжо карыÑтаецеÑÑ Ñ–Ð½ÑˆÑ‹Ð¼ пачатковым запуÑкальнікам Ñ– хочаце так рабіць " +"Ñ– надалей альбо калі гÑта адмыÑловае аÑÑроддзе, дзе загрузчык непатрÑбны, то " +"вам варта ÑžÑÑ‘ ж працÑгваць. Іначай вам Ñ‚Ñ€Ñба некуды ÑžÑталÑваць GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Выдаліць GRUB 2 з /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Хочаце выдаліць уÑе файлы GRUB 2 з /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"З-за гÑтага ÑÑ–ÑÑ‚Ñма будзе не Ñž Ñтане запуÑціцца, пакуль не будзе ÑžÑталÑваны " +"іншы пачатковы запуÑкальнік." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Скончыць зараз перавод на GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Ðа гÑтай ÑÑ–ÑÑ‚Ñме ÑžÑÑ‘ ÑÑˆÑ‡Ñ ÑžÑталÑÐ²Ð°Ð½Ñ‹Ñ Ñ„Ð°Ð¹Ð»Ñ‹ з папÑÑ€ÑднÑе верÑÑ–Ñ– загрузчыка " +"GRUB, але зараз тут такÑама ÑžÑталÑÐ²Ð°Ð½Ñ‹Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·Ñ‡Ñ‹ÐºÑ– GRUB 2 на наÑтупных " +"дыÑках:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Падаецца, што папÑÑ€ÑднÑÑ Ð²ÐµÑ€ÑÑ–Ñ GRUB болей не выкарыÑтоўваецца, Ñ– што вы " +"павінны замеÑÑ‚ гÑтага абнавіць вобразы GRUB 2 на гÑÑ‚Ñ‹Ñ… дыÑках Ñ– Ñкончыць " +"пераход на GRUB 2, выдаліўшы ÑÑ‚Ð°Ñ€Ñ‹Ñ Ñ„Ð°Ð¹Ð»Ñ‹ папÑÑ€ÑднÑй верÑÑ–Ñ– GRUB. Калі вы не " +"абновіце гÑÑ‚Ñ‹Ñ Ð²Ð¾Ð±Ñ€Ð°Ð·Ñ‹ GRUB 2, то Ñны могуць Ñтаць неÑумÑшчальнымі з новымі " +"пакетамі Ñ– ваша ÑÑ–ÑÑ‚Ñма пераÑтане нармальна запуÑкацца." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Звычайна, Ð’Ñ‹ павінны Ñкончыць пераход на GRUB 2, калі толькі гÑÑ‚Ñ‹Ñ " +"загрузчыкі не былі ÑÑ‚Ð²Ð¾Ñ€Ð°Ð½Ñ‹Ñ ÑžÑталёўкай GRUB 2 на нейкай іншай аперацыйнай " +"ÑÑ–ÑÑ‚Ñме." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Радок камандаў Ð´Ð»Ñ Ñдра Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"ГÑÑ‚Ñ‹ радок камандаў Ð´Ð»Ñ Ñдра Linux узÑÑ‚Ñ‹ з файлу /etc/default/grub або з " +"параметру `kopt' у файле наладак (menu.lst) папÑÑ€ÑднÑй верÑÑ–Ñ– GRUB. Калі " +"лаÑка, пераканайцеÑÑ, што каманды запіÑÐ°Ð½Ñ‹Ñ Ð¿Ñ€Ð°Ð²Ñ–Ð»ÑŒÐ½Ð°, або папраўце Ñ–Ñ…, калі " +"Ñ‚Ñ€Ñба." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Прадвызначаны радок камандаў Ð´Ð»Ñ Ñдра Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"ÐаÑтупны радок будзе выкарыÑтаны Ñž ÑкаÑці параметраў Ñдра Linux Ð´Ð»Ñ " +"прадвызначанага пункту меню (але не Ð´Ð»Ñ Ñ€Ñжыму аднаўленнÑ)." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Радок камандаў Ð´Ð»Ñ Ñдра kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"ГÑÑ‚Ñ‹ радок камандаў Ð´Ð»Ñ kFreeBSD узÑÑ‚Ñ‹ з файлу /etc/default/grub або з " +"параметру `kopt' у файле наладак (menu.lst) папÑÑ€ÑднÑй верÑÑ–Ñ– GRUB. Калі " +"лаÑка, пераканайцеÑÑ, што каманды запіÑÐ°Ð½Ñ‹Ñ Ð¿Ñ€Ð°Ð²Ñ–Ð»ÑŒÐ½Ð°, або папраўце Ñ–Ñ…, калі " +"Ñ‚Ñ€Ñба." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Прадвызначаны радок камандаў Ð´Ð»Ñ Ñдра kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"ÐаÑтупны радок будзе выкарыÑтаны Ñž ÑкаÑці параметраў Ñдра kFreeBSD Ð´Ð»Ñ " +"прадвызначанага пункту меню (але не Ð´Ð»Ñ Ñ€Ñжыму аднаўленнÑ)." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map быў перагенераваны" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Файл /boot/grub/device.map быў перапіÑаны, каб выкарыÑтоўваць ÑÑ‚Ð°Ð±Ñ–Ð»ÑŒÐ½Ñ‹Ñ " +"імёны прыладаў. У бальшыні выпадкаў гÑта значна знізіць неабходнаÑць змÑнÑць " +"Ñго Ñž будучыні, Ñ– пункты загрузачнага меню, Ð·Ð³ÐµÐ½ÐµÑ€Ð°Ð²Ð°Ð½Ñ‹Ñ GRUB, не давÑдзецца " +"закрануць." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Ðднак, паколькі Ñž вашай ÑÑ–ÑÑ‚Ñме больш за адзін дыÑк, то магчыма, што Ñž " +"ÑÑ–ÑÑ‚Ñме выкарыÑтоўваецца ÑÑ‚Ð°Ñ€Ð°Ñ Ñ‚Ð°Ð±Ð»Ñ–Ñ†Ð° прыладаў. Праверце, ці Ñ‘Ñць пункты " +"загрузкавага меню, што ўжываюць нумарацыю прыладаў GRUB (hdN) Ñ– абнавіце Ñ–Ñ…, " +"калі патрÑбна." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Калі вы не зразумелі гÑтае паведамленне, альбо калі вы не маеце ўлаÑных " +"пунктаў загрузкавага меню, вы можаце ігнараваць гÑтае паведамленне." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Калі ж Ð’Ñ‹ хочаце, каб GRUB 2 запуÑкаўÑÑ Ð½ÐµÐ¿Ð°ÑÑ€Ñдна з MBR, даÑтаткова " +#~ "запуÑціць з правамі карыÑтальніка root наÑтупную каманду:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "Ðе атрымалаÑÑ ÑžÑталÑваць GRUB. ПрацÑгваць?" + +#~ msgid "GRUB 1.95 numbering scheme transition" +#~ msgstr "Змена Ñхемы нумарацыі GRUB 1.95" + +#~ msgid "" +#~ "As of version 1.95, GRUB 2 has changed its numbering scheme. Partitions " +#~ "are now counted starting from 1 rather than 0. This is to make it " +#~ "consistent with device names of Linux and the other kernels used in " +#~ "Debian. For example, when using Linux as the kernel, \"(hd0,1)\" refers " +#~ "to the same partition as the /dev/sda1 device node." +#~ msgstr "" +#~ "Схема нумарацыі Ñž GRUB 2 змÑнілаÑÑ Ñž параўнанні з верÑÑ–Ñй 1.95 . Зараз " +#~ "падзелы дыÑку адлічваюцца пачынаючы з 1 замеÑÑ‚ 0. ГÑта зроблена, каб " +#~ "адпавÑдаць назвам прыладаў у Linux Ñ– іншых Ñдрах, ÑÐºÑ–Ñ Ð²Ñ‹ÐºÐ°Ñ€Ñ‹Ñтоўваюцца Ñž " +#~ "Debian. Ðапрыклад, калі Ñž ÑкаÑці Ñдра выкарыÑтоўваецца Linux, радок " +#~ "\"(hd0,1)\" датычыцца таго Ñамага падзелу дыÑку, Ñк Ñ– файл прылады /dev/" +#~ "sda1." + +#~ msgid "" +#~ "Because of this, there's a chance your system becomes unbootable if " +#~ "update-grub(8) is run before GRUB is updated, generating a grub.cfg file " +#~ "that your installed GRUB won't yet be able to parse correctly. To ensure " +#~ "your system will be able to boot, you have to:" +#~ msgstr "" +#~ "З гÑтай прычыны Ваша ÑÑ–ÑÑ‚Ñма можа Ñтаць нÑздольнай да загрузкі, калі " +#~ "праграма update-grub(8), Ð·Ð°Ð¿ÑƒÑˆÑ‡Ð°Ð½Ð°Ñ Ð´Ð° Ð°Ð±Ð½Ð°ÑžÐ»ÐµÐ½Ð½Ñ GRUB, Ñтварыла файл " +#~ "grub.cfg, Ñкі немагчыма карÑктна апрацаваць уÑталÑваным GRUB. Каб " +#~ "пераканацца, што Ваша ÑÑ–ÑÑ‚Ñма Ð·Ð´Ð¾Ð»ÑŒÐ½Ð°Ñ Ð´Ð° загрузкі, варта: " + +#~ msgid "" +#~ " - Reinstall GRUB (typically, by running grub-install).\n" +#~ " - Rerun update-grub to generate a new grub.cfg." +#~ msgstr "" +#~ " - ПераўÑталÑваць GRUB (звычайна, праз запуÑк grub-install).\n" +#~ " - ПеразапуÑціць update-grub, каб Ñтварыць новы grub.cfg." --- grub2-1.99.orig/debian/po/sl.po +++ grub2-1.99/debian/po/sl.po @@ -0,0 +1,430 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +msgid "" +msgstr "" +"Project-Id-Version: grub2\n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-09 10:50+0100\n" +"Last-Translator: Vanja Cvelbar \n" +"Language-Team: Slovenian \n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" +"%100==4 ? 3 : 0);\n" +"X-Poedit-Language: Slovenian\n" +"X-Poedit-Country: SLOVENIA\n" +"X-Poedit-SourceCharset: utf-8\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Verižno nalaganje iz menu.lst?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "Skript za nadgradnjo je zaznal namestitev GRUB Legacy v /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Da zamenjate razliÄico GRUB Legacy na vaÅ¡em sistemu vam priporoÄamo, da se /" +"boot/grub/menu.lst spremeni tako, da verižno naloži GRUB 2 iz vaÅ¡e obstojeÄe " +"namestitve GRUB Legacy. To dejanje lahko zdaj izvedete samodejno." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"PriporoÄamo vam, da sprejmete verižno nalaganje GRUB 2 iz datoteke menu.lst " +"in preverite delovanje namestitve GRUB2 preden ga namestite na MBR (Master " +"Boot Record)." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Kakorkoli se odloÄite, stari MBR lahko kasneje vedno zamenjate z GRUB 2, Äe " +"izvedete kot root sledeÄi ukaz:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "Namestitvene naprave za GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Nadgrajevanje paketa grub-pc. Ta meni vam omogoÄi izbiro naprav za katere " +"želite samodejno zagnati grub-install." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"V veÄini primerov je priporoÄen samodejni zagon grub-install, da prepreÄite " +"neskladja med jedrom GRUBa in moduli ali grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"V primeru, da niste prepriÄani kateri pogon je oznaÄuje vaÅ¡ BIOS za " +"zagonskega, je ponavadi dobro, da namestite GRUB kar na vse." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Opomba: GRUB je mogoÄe namestiti tudi na zagonski zapis razdelka. Primerni " +"razdelki so na tem spisku. To pa zahteva uporabo mehanizma blocklist, ki je " +"manj zanesljiv in zato ni priporoÄen." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Zagonski nalagalnik GRUB je bil nameÅ¡Äen na disku, ki ni veÄ prisoten ali se " +"mu je spremenil enoliÄni identifikator. Važno je, da so jedro GRUBa in " +"moduli ter grub.cfg skladni. Preverite prosim, da je GRUB zapisan na " +"pravilno zagonsko napravo." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} MB; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} MB; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Napaka pri pisanju na zagonsko napravo za GRUB. Želite nadaljevati?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Napaka pri nameÅ¡Äanju GRUBa na sledeÄe naprave:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Želite vseeno nadaljevati? V primeru, da boste nadaljevali se raÄunalnik " +"mogoÄe ne bo pravilno zagnal." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"NameÅ¡Äanje GRUBa na zagonsko napravo ni uspelo. Želite Å¡e enkrat poskusiti?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"MogoÄe lahko namestite GRUB na katero drugo napravo, preveriti pa morate, da " +"se bo lahko vaÅ¡ sistem zagnal iz te naprave. DrugaÄe bo posodobitev iz " +"zastarelega GRUB prekinjena ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Želite nadaljevati, ne da bi namestili GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Izbrali ste, da ne boste namestili GRUBa na nobeno napravo. V primeru, da " +"nadaljujete zagonski nalagalnik ne bo pravilno nastavljen. RaÄunalnik bo ob " +"naslednjem zagonu uporabil karkoli je bilo prej nameÅ¡Äeno na zagonskem " +"sektorju. V primeru, da se tam nahaja starejÅ¡a razliÄica GRUB 2 mogoÄe ta ne " +"bo uspela naložiti modulov ali brati sedanje nastavitvene datoteke." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"V primeru, da že uporabljate razliÄen zagonski nalagalnik in želite s tem " +"nadaljevati ali pa je to posebno zagonsko okolje kjer ne rabite zagonskega " +"nalagalnika lahko vsekakor nadaljujete. V ostalih primerih bi morali nekam " +"namestiti GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Želite odstraniti GRUB 2 iz /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "" +"Želite odstraniti iz /boot/grub vse datoteke, ki se nanaÅ¡ajo na GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Zaradi tega se sistem ne bo mogel zagnati, razen, Äe uporabite drugi " +"zagonski nalagalnik." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Želite zdaj dokonÄati pretvorbo v GRUB 2?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Na tem sistemu so Å¡e nameÅ¡Äene datoteke iz zastarelega GRUBa, a zdaj je " +"nameÅ¡Äen tudi zagonski zapis GRUB 2 na sledeÄih diskih:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Zdi se verjetno, da zastareli GRUB ni veÄ v uporabi in da bi morali namesto " +"tega nadgraditi te diske na GRUB 2 ter dokonÄati pretvorbo v GRUB 2 z " +"odstranitvijo datotek za zastareli GRUB. V primeru, da ne boste izvedli " +"nadgradnje na GRUB 2 lahko pride do nezdružljivosti z novimi paketi in težav " +"pri zagonu." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"ObiÄajno bi morali dokonÄati pretvorbo v GRUB 2 razen, Äe so bili ti " +"zagonski zapisi ustvarjeni pri nameÅ¡Äanju GRUB 2 na drugem operacijskem " +"sistemu." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "Ukazna vrstica Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"SledeÄi ukaz za Linux je vzet iz datoteke /etc/default/grub ali iz parametra " +"`kopt' v datoteki menu.lst sistema GRUB Legacy. Preverite prosim, da je " +"toÄen in ga po potrebi popravite." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Privzeta ukazna vrstica Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"SledeÄa vrstica bo uporabljena kot parameter Linuxa za privzeti vnos v " +"meniju, ne pa za reÅ¡evalni naÄin." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "Ukazna vrstica kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"SledeÄi ukaz za kFreeBSD je vzet iz datoteke /etc/default/grub ali iz " +"parametra `kopt' v datoteki menu.lst sistema GRUB Legacy. Preverite " +"prosim, da je toÄen in ga po potrebi popravite." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Privzeta ukazna vrstica kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"SledeÄa vrstica bo uporabljena kot parameter kFreeBSD za privzeti vnos v " +"meniju, ne pa za reÅ¡evalni naÄin." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "ustvarjena je bila datoteka /boot/grub/device.map" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Datoteka /boot/grub/device.map je bila prepisana s stabilnimi imeni naprav. " +"V veÄini primerov bo to v prihodnosti moÄno zmanjÅ¡alo potrebo po njenih " +"spremembah. Na vnose v zagonskem meniju, ki jih ustvari GRUB to ne bi smelo " +"imeti uÄinka." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Ker imate veÄ kot en disk na vaÅ¡em sistemu je možno, da ste bili odvisni od " +"starega spiska naprav. Preverite prosim ali imate kakÅ¡en vnos po meri v " +"zagonskem meniju, ki se naslanja na poimenovanje diskov (hdN) v GRUBu in ga " +"posodobite, Äe je to potrebno." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"V primeru, da tega sporoÄila ne razumete ali nimate nobenih vnosov po meri " +"v zagonskem meniju se za to sporoÄilo ne menite." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "V primeru, da želite, da se GRUB 2 naloži neposredno iz MBRja, lahko v " +#~ "obeh primerih zaženete (kot sistemski skrbnik) sledeÄi ukaz:" + +#~ msgid "GRUB installation failed. Continue?" +#~ msgstr "GRUB ni bil nameÅ¡Äen. Želite nadaljevati?" --- grub2-1.99.orig/debian/po/uk.po +++ grub2-1.99/debian/po/uk.po @@ -0,0 +1,424 @@ +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# ОлекÑандр Яценко, 2010. +# Yatsenko Alexandr , 2010. +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: grub2@packages.debian.org\n" +"POT-Creation-Date: 2011-05-27 13:33+0100\n" +"PO-Revision-Date: 2010-12-09 23:57+0200\n" +"Last-Translator: Yatsenko Alexandr \n" +"Language-Team: Ukrainian \n" +"Language: uk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Lokalize 1.1\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" +"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "Chainload from menu.lst?" +msgstr "Завантажити поÑлідовно з menu.lst? " + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "GRUB upgrade scripts have detected a GRUB Legacy setup in /boot/grub." +msgstr "Скрипт Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ GRUB знайшов попередню Legacy верÑÑ–ÑŽ в /boot/grub." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"In order to replace the Legacy version of GRUB in your system, it is " +"recommended that /boot/grub/menu.lst is adjusted to load a GRUB 2 boot image " +"from your existing GRUB Legacy setup. This step can be automatically " +"performed now." +msgstr "" +"Перед повною заміною попередньої верÑÑ–Ñ— GRUB у вашій ÑиÑтемі рекомендовано " +"приєднати GRUB 2 Ñк варіант Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ñƒ наÑвному меню GRUB Legacy. Цей " +"крок може бути виконано автоматично зараз." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"It's recommended that you accept chainloading GRUB 2 from menu.lst, and " +"verify that the new GRUB 2 setup works before it is written to the MBR " +"(Master Boot Record)." +msgstr "" +"Рекомендовано Ñпробувати поÑлідовне Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ GRUB 2 з menu.lst щоб " +"переконатиÑÑ, що ваш новий GRUB 2 функціонує, до того Ñк вÑтановити його " +"напрÑму до MBR (Головного завантажувального Ñектору)" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:2001 +msgid "" +"Whatever your decision, you can replace the old MBR image with GRUB 2 later " +"by issuing the following command as root:" +msgstr "" +"Залежно від вашого бажаннÑ, можна замінити Ñтарий завантажувач в MBR на GRUB " +"2 пізніше увівши наÑтупну команду кориÑтувачем root:" + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "GRUB install devices:" +msgstr "ДиÑкові приÑтрої Ð´Ð»Ñ Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ GRUB:" + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"The grub-pc package is being upgraded. This menu allows you to select which " +"devices you'd like grub-install to be automatically run for, if any." +msgstr "" +"Пакунок grub-pc було оновлено. Це меню дозволить вам обрати диÑкові приÑтрої " +"з Ñких grub-install буде автоматично запуÑкатиÑÑ." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 +msgid "" +"Running grub-install automatically is recommended in most situations, to " +"prevent the installed GRUB core image from getting out of sync with GRUB " +"modules or grub.cfg." +msgstr "" +"Ðвтоматичний запуÑк grub-install рекомендовано в більшоÑÑ‚Ñ– випадків, щоб " +"запобігти розÑинхронізації вÑтановленого базового Ñдра GRUB з його модулÑми " +"чи grub.cfg." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"If you're unsure which drive is designated as boot drive by your BIOS, it is " +"often a good idea to install GRUB to all of them." +msgstr "" +"Якщо ви не знаєте напевне, Ñкий диÑковий приÑтрій призначено " +"завантажувальним у вашому BIOS, можете вÑтановити GRUB на вÑÑ– наÑвні." + +#. Type: multiselect +#. Description +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:3001 ../grub-pc.templates.in:4001 +msgid "" +"Note: it is possible to install GRUB to partition boot records as well, and " +"some appropriate partitions are offered here. However, this forces GRUB to " +"use the blocklist mechanism, which makes it less reliable, and therefore is " +"not recommended." +msgstr "" +"Увага: Ñ” можливим вÑтановити GRUB до завантажувальних запиÑів диÑкових " +"розділів Ñ– деÑкі підходÑщі розділи запропоновано нижче. Проте, це заÑтавить " +"GRUB вжити механізм блокуваннÑ, що зробить його менш надійним, а тому не " +"рекомендуєтьÑÑ." + +#. Type: multiselect +#. Description +#: ../grub-pc.templates.in:4001 +msgid "" +"The GRUB boot loader was previously installed to a disk that is no longer " +"present, or whose unique identifier has changed for some reason. It is " +"important to make sure that the installed GRUB core image stays in sync with " +"GRUB modules and grub.cfg. Please check again to make sure that GRUB is " +"written to the appropriate boot devices." +msgstr "" +"Завантажувач GRUB раніше було вÑтановлено на диÑковий приÑтрій, що наразі " +"відÑутній, або його унікальний ідентифікатор з ÑкихоÑÑŒ причин було змінено. " +"Важливо переконатиÑÑ, що вÑтановлене базове Ñдро GRUB відповідає наÑвним " +"модулÑм та grub.cfg. Будь лаÑка, перевірте знову чи GRUB запиÑано на " +"відповідні завантажувальні диÑкові розділи." + +#. Type: text +#. Description +#. Disk sizes are in decimal megabytes, to match how disk manufacturers +#. usually describe them. +#: ../grub-pc.templates.in:5001 +msgid "${DEVICE} (${SIZE} MB; ${MODEL})" +msgstr "${DEVICE} (${SIZE} МБ; ${MODEL})" + +#. Type: text +#. Description +#. The "-" is used to indicate indentation. Leading spaces may not work. +#: ../grub-pc.templates.in:6001 +msgid "- ${DEVICE} (${SIZE} MB; ${PATH})" +msgstr "- ${DEVICE} (${SIZE} МБ; ${PATH})" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "Writing GRUB to boot device failed - continue?" +msgstr "Ðе вдалоÑÑ Ð·Ð°Ð¿Ð¸Ñати GRUB до завантажувального приÑтрою. Продовжити?" + +#. Type: boolean +#. Description +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 ../grub-pc.templates.in:8001 +msgid "GRUB failed to install to the following devices:" +msgstr "Ðе вдалоÑÑ Ð²Ñтановити GRUB до наÑтупних диÑкових приÑтроїв:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:7001 +msgid "" +"Do you want to continue anyway? If you do, your computer may not start up " +"properly." +msgstr "" +"Ви вÑеодно бажаєте продовжити? Ðе виключено, що ваш комп'ютер не зможе " +"завантажитиÑÑ Ð½Ð¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð¾." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "Writing GRUB to boot device failed - try again?" +msgstr "" +"Ðе вдалоÑÑ Ð·Ð°Ð¿Ð¸Ñати GRUB до завантажувальних приÑтроїв. Спробувати знову?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:8001 +msgid "" +"You may be able to install GRUB to some other device, although you should " +"check that your system will boot from that device. Otherwise, the upgrade " +"from GRUB Legacy will be canceled." +msgstr "" +"Ви можете вÑтановити GRUB до іншого завантажувального приÑтрою, але Ð´Ð»Ñ " +"цього потрібно переконатиÑÑ, що ÑиÑтема завантажитьÑÑ Ð· нього. Інакше, " +"Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð· GRUB Legacy не буде виконано." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "Continue without installing GRUB?" +msgstr "Продовжити без вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ GRUB?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"You chose not to install GRUB to any devices. If you continue, the boot " +"loader may not be properly configured, and when this computer next starts up " +"it will use whatever was previously in the boot sector. If there is an " +"earlier version of GRUB 2 in the boot sector, it may be unable to load " +"modules or handle the current configuration file." +msgstr "" +"Ви обрали не вÑтановлювати GRUB на жоден приÑтрій. Якщо так продовжувати, " +"завантажувач може бути не до ÐºÑ–Ð½Ñ†Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚Ð¾Ð²Ð°Ð½Ð¸Ð¹ Ñ– при наÑтупному запуÑку " +"комп'ютера буде викориÑтано те, що Ñ” наразі у завантажувальному Ñекторі. " +"Якщо там виÑвитьÑÑ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð½Ñ Ð²ÐµÑ€ÑÑ–Ñ GRUB 2, вона, можливо, не зможе " +"завантажити модулі чи опрацювати поточний конфігураційний файл." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:9001 +msgid "" +"If you are already using a different boot loader and want to carry on doing " +"so, or if this is a special environment where you do not need a boot loader, " +"then you should continue anyway. Otherwise, you should install GRUB " +"somewhere." +msgstr "" +"Якщо ви викориÑтовуєте інший завантажувач Ñ– хочете залишити його, або маєте " +"оÑобливе оточеннÑ, де немає потреби в завантажувачі, можете продовжити, " +"інакше маєте вÑтановити GRUB." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Remove GRUB 2 from /boot/grub?" +msgstr "Вилучити GRUB 2 з /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "Do you want to have all GRUB 2 files removed from /boot/grub?" +msgstr "Ви бажаєте вилучити вÑÑ– файли GRUB 2 з /boot/grub?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:10001 +msgid "" +"This will make the system unbootable unless another boot loader is installed." +msgstr "" +"Ð¦Ñ Ð´Ñ–Ñ Ð·Ñ€Ð¾Ð±Ð¸Ñ‚ÑŒ ÑиÑтему не здатною завантажитиÑÑ, доки інший завантажувач не " +"буде вÑтановлено." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "Finish conversion to GRUB 2 now?" +msgstr "Завершити перехід до GRUB 2 зараз?" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"This system still has files from the GRUB Legacy boot loader installed, but " +"it now also has GRUB 2 boot records installed on these disks:" +msgstr "" +"Ваша ÑиÑтема міÑтить вÑтановлені файли з GRUB Legacy, але на наÑтупних " +"диÑках приÑутній завантажувач GRUB 2:" + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"It seems likely that GRUB Legacy is no longer in use, and that you should " +"instead upgrade the GRUB 2 images on these disks and finish the conversion " +"to GRUB 2 by removing old GRUB Legacy files. If you do not upgrade these " +"GRUB 2 images, then they may be incompatible with the new packages and cause " +"your system to stop booting properly." +msgstr "" +"Схоже, GRUB 2 більше не викориÑтовуєтьÑÑ, тому ви можете замінити його, " +"оновивши образи GRUB 2 на цих диÑках та завершити перехід до GRUB 2, " +"вилучивши Ñтарі файли від GRUB Legacy. Якщо ви не оновите ці образи, вони " +"можуть бути неÑуміÑні з новими пакунками Ñ– ваша ÑиÑтема не зможе нормально " +"завантажуватиÑÑ." + +#. Type: boolean +#. Description +#: ../grub-pc.templates.in:11001 +msgid "" +"You should generally finish the conversion to GRUB 2 unless these boot " +"records were created by a GRUB 2 installation on some other operating system." +msgstr "" +"Ви маєте повніÑÑ‚ÑŽ завершити перехід на GRUB 2, Ñкщо ці завантажувальні " +"запиÑи було Ñтворено GRUB 2 іншої операційної ÑиÑтеми." + +#. Type: string +#. Description +#: ../templates.in:1001 +msgid "Linux command line:" +msgstr "РÑдок параметрів Ñдра Linux:" + +#. Type: string +#. Description +#: ../templates.in:1001 +#, fuzzy +#| msgid "" +#| "The following Linux command line was extracted from /etc/default/grub or " +#| "the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +#| "correct, and modify it if necessary." +msgid "" +"The following Linux command line was extracted from /etc/default/grub or the " +"`kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"ÐаÑтупний Ñ€Ñдок параметрів Ñдра Linux було взÑто із /etc/default/grub чи з " +"параметру 'kopt' в menu.lst із GRUB Legacy. Перевірте будь лаÑка його " +"правильніÑÑ‚ÑŒ Ñ–, за потреби, внеÑÑ–Ñ‚ÑŒ зміни." + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "Linux default command line:" +msgstr "Типовий Ñ€Ñдок параметрів Ñдра Linux:" + +#. Type: string +#. Description +#: ../templates.in:2001 +msgid "" +"The following string will be used as Linux parameters for the default menu " +"entry but not for the recovery mode." +msgstr "" +"Даний Ñ€Ñдок буде викориÑтано Ñк параметри Ñдра Linux Ð´Ð»Ñ Ñ‚Ð¸Ð¿Ð¾Ð²Ð¾Ð³Ð¾ пункту " +"меню, проте не Ð´Ð»Ñ Ñ€ÐµÐ¶Ð¸Ð¼Ñƒ відновленнÑ." + +#. Type: string +#. Description +#: ../templates.in:3001 +msgid "kFreeBSD command line:" +msgstr "РÑдок параметрів Ñдра kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:3001 +#, fuzzy +#| msgid "" +#| "The following kFreeBSD command line was extracted from /etc/default/grub " +#| "or the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it " +#| "is correct, and modify it if necessary." +msgid "" +"The following kFreeBSD command line was extracted from /etc/default/grub or " +"the `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is " +"correct, and modify it if necessary. The command line is allowed to be empty." +msgstr "" +"ÐаÑтупний Ñ€Ñдок параметрів Ñдра kFreeBSD було взÑто із /etc/default/grub чи " +"з параметру 'kopt' в menu.lst із GRUB Legacy. Перевірте будь лаÑка його " +"правильніÑÑ‚ÑŒ Ñ–, за потреби, внеÑÑ–Ñ‚ÑŒ зміни." + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "kFreeBSD default command line:" +msgstr "Типовий Ñ€Ñдок параметрів Ñдра kFreeBSD:" + +#. Type: string +#. Description +#: ../templates.in:4001 +msgid "" +"The following string will be used as kFreeBSD parameters for the default " +"menu entry but not for the recovery mode." +msgstr "" +"Даний Ñ€Ñдок буде викориÑтано Ñк параметри Ñдра kFreeBSD Ð´Ð»Ñ Ñ‚Ð¸Ð¿Ð¾Ð²Ð¾Ð³Ð¾ пункту " +"меню, проте не Ð´Ð»Ñ Ñ€ÐµÐ¶Ð¸Ð¼Ñƒ відновленнÑ." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "/boot/grub/device.map has been regenerated" +msgstr "/boot/grub/device.map було Ñтворено наново" + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"The file /boot/grub/device.map has been rewritten to use stable device " +"names. In most cases, this should significantly reduce the need to change it " +"in future, and boot menu entries generated by GRUB should not be affected." +msgstr "" +"Файл /boot/grub/device.map було перепиÑано з викориÑтаннÑм Ñталих імен " +"приÑтроїв. Ð’ більшоÑÑ‚Ñ– випадків це значно зменшить потребу змінювати його в " +"майбутньому Ñ– пункти меню завантажувача GRUB не будуть змінюватиÑÑ." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"However, since more than one disk is present in the system, it is possible " +"that the system is depending on the old device map. Please check whether " +"there are any custom boot menu entries that rely on GRUB's (hdN) drive " +"numbering, and update them if necessary." +msgstr "" +"Якщо в ÑиÑтемі наÑвний більше, ніж один диÑковий приÑтрій, можливо вона " +"налаштована на Ñтару карту приÑтроїв. Будь лаÑка, перевірте, чи не " +"викориÑтано в кориÑтувацьких пунктах меню завантажувача нумерації диÑків " +"типу hdN, та оновіть Ñ—Ñ…, Ñкщо потрібно." + +#. Type: note +#. Description +#: ../templates.in:5001 +msgid "" +"If you do not understand this message, or if there are no custom boot menu " +"entries, you can ignore this message." +msgstr "" +"Якщо ви не розумієте цього повідомленнÑ, або не маєте кориÑтувацьких пунктів " +"меню завантажувача, проігноруйте це повідомленнÑ." + +#~ msgid "" +#~ "In either case, whenever you want GRUB 2 to be loaded directly from MBR, " +#~ "you can do so by issuing (as root) the following command:" +#~ msgstr "" +#~ "Ð’ іншому випадку, Ñкщо ви бажаєте завантажити GRUB 2 прÑмо до MBR, ви " +#~ "можете зробити це, задавши (з правами root) наÑтупну команду:" --- grub2-1.99.orig/debian/legacy/update-grub +++ grub2-1.99/debian/legacy/update-grub @@ -0,0 +1,1068 @@ +#!/bin/bash +# +# Insert a list of installed kernels in a grub config file +# Copyright 2001 Wichert Akkerman +# Copyright (C) 2007,2008 Free Software Foundation, Inc. +# +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GRUB. If not, see . +# +# Contributors: +# Jason Thomas +# David B.Harris +# Marc Haber +# Crispin Flowerday + +# Abort on errors +set -e + +host_os=`uname -s | tr '[A-Z]' '[a-z]'` + +abort() { + message=$@ + + echo >&2 + echo -e "$message" >&2 + echo >&2 + exit 1 +} + +find_grub_dir () +{ + echo -n "Searching for GRUB installation directory ... " >&2 + + for d in /boot/grub /boot/boot/grub ; do + if [ -d "$d" ] ; then + grub_dir="$d" + break + fi + done + + if [ -z "$grub_dir" ] ; then + abort "No GRUB directory found.\n To create a template run 'mkdir /boot/grub' first.\n To install grub, install it manually or try the 'grub-install' command.\n ### Warning, grub-install is used to change your MBR. ###" + else + echo "found: $grub_dir" >&2 + fi + + echo $grub_dir +} + +# This function was borrowed from grub2/util/update-grub_lib.in +make_system_path_relative_to_its_root () +{ + path=$1 + # abort if file doesn't exist + if test -e $path ; then : ;else + return 1 + fi + + # canonicalize + if path=`readlink -f $path` ; then : ; else + return 1 + fi + + # if not a directory, climb up to the directory containing it + if test -d $path ; then + dir=$path + else + dir=`echo $path | sed -e "s,/[^/]*$,,g"` + fi + + num=`stat -c %d $dir` + + # this loop sets $dir to the root directory of the filesystem we're inspecting + while : ; do + parent=`readlink -f $dir/..` + if [ "x`stat -c %d $parent`" = "x$num" ] ; then : ; else + # $parent is another filesystem; we found it. + break + fi + if [ "x$dir" = "x/" ] ; then + # / is our root. + break + fi + dir=$parent + done + + # This function never prints trailing slashes (so that its output can be + # appended a slash unconditionally). Each slash in $dir is considered a + # preceding slash, and therefore the root directory is an empty string. + if [ "$dir" = "/" ] ; then + dir="" + fi + + echo $path | sed -e "s,^$dir,,g" +} + +# The grub installation directory +grub_dir=$(find_grub_dir) + +# Full path to the device.map +device_map=$grub_dir/device.map + +find_device () +{ + if ! test -e ${device_map} ; then + echo quit | grub --batch --no-floppy --device-map=${device_map} > /dev/null + fi + grub-probe --device-map=${device_map} -t device $1 2> /dev/null +} + +# Usage: convert_raid1 os_device +# Checks if os_device is a software raid1. +# If so, converts to first physical device in array. +convert_raid1 () +{ + case $1 in + /dev/md[0-9] | /dev/md/[0-9]) + : ;; # Continue + *) + return 1 ;; + esac + + [ -x /sbin/mdadm ] || return 1 + + # Check that the raid device is raid1 + raidlevel=$(mdadm -D -b $1 | grep "^ARRAY" | \ + sed "s/^.*level=//" | cut -d" " -f1) + [ "$raidlevel" = "raid1" ] || return 1 + + # Take only the first device that makes up the raid + raiddev=$(mdadm -D $1 | grep -A1 "Number" | grep "dev" \ + | sed "s/^.*\(\/dev\/.*\)$/\1/") + [ -n "$raiddev" ] || return 1 + + echo $raiddev + return 0 +} + +# Usage: convert os_device +# Convert an OS device to the corresponding GRUB drive. +convert () { + if ! test -e ${device_map} ; then + echo quit | grub --batch --no-floppy --device-map=${device_map} > /dev/null + fi + GRUB_LEGACY_0_BASED_PARTITIONS=1 grub-probe --device-map=${device_map} -t drive -d "$1" 2> /dev/null || { + echo "warning: grub-probe can't find drive for $1." >&2 + tmp_map=$(mktemp -t device.map.XXXXXXXX) + grub-mkdevicemap --device-map=${tmp_map} --no-floppy >/dev/null 2>&1 || true + GRUB_LEGACY_0_BASED_PARTITIONS=1 grub-probe --device-map=${tmp_map} -t drive -d "$1" || { + rm -f ${tmp_map} + return 1 + } + echo "Please check ${device_map}, you might have to regenerate it with grub-mkdevicemap." >&2 + rm -f ${tmp_map} + } +} + +# Usage: convert_default os_device +# Convert an OS device to the corresponding GRUB drive. +convert_default () { + # Check if device is software raid1 array + if tmp_dev=$(convert_raid1 $1 2>/dev/null) ; then + : # Use device returned by convert_raid1 + else + tmp_dev=$1 + fi + + convert $tmp_dev +} + +## Configuration Options + +# Full path to the menu.lst +menu_file_basename=menu.lst +menu_file=$grub_dir/$menu_file_basename + +# Full path to the default file +default_file_basename=default +default_file=$grub_dir/$default_file_basename + +# the device for the / filesystem +root_device=$(find_device "/") + +# loop-AES arranges things so that /dev/loop/X can be our root device, but +# the initrds that Linux uses don't like that. +case ${root_device} in + /dev/loop/*|/dev/loop[0-9]) + root_device=`losetup ${root_device} | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/"` + ;; +esac + +# the device for the /boot filesystem +boot_device=$(find_device "/boot") + +# where grub looks for the kernels at boot time +kernel_dir=`make_system_path_relative_to_its_root /boot` + +# the "-t abstraction" check is a workaround untill #484297 is fixed +if abstraction=`grub-probe -t abstraction --device ${root_device} 2> /dev/null` && [ "$abstraction" = "" ] && \ + root_uuid=`grub-probe --device-map=${device_map} --device ${root_device} --target=fs_uuid 2> /dev/null` && \ + test -e "/dev/disk/by-uuid/${root_uuid}" ; then + linux_root_device=UUID=${root_uuid} +else + linux_root_device=${root_device} +fi + +# Default kernel options, overidden by the kopt statement in the menufile. +kopt="root=$linux_root_device ro" + +# Title +title="Debian GNU/`uname -s | sed -e s,GNU/,,g`" + +# should update-grub remember the default entry +updatedefaultentry="false" + +# Drive(in GRUB terms) where the kernel is located. Overridden by the +# groot statement in menufile. +grub_root_device=$(convert_default "$boot_device") + +# should grub create the alternative boot options in the menu + alternative="true" + +# should grub lock the alternative boot options in the menu + lockalternative="false" + +# additional options to use with the default boot option, but not with the +# alternatives + defoptions="" + +# should grub lock the old kernels + lockold="false" + +# Xen hypervisor options to use with the default Xen boot option + xenhopt="" + +# Xen Linux kernel options to use with the default Xen boot option + xenkopt="console=tty0" + +# options to use with the alternative boot options + altoptions="(single-user mode) single" + +# controls howmany kernels are listed in the config file, +# this does not include the alternative kernels + howmany="all" + +# should grub create a memtest86 entry + memtest86="true" + +# should grub add "savedefault" to default boot options + savedefault="false" + +# stores the command line arguments + command_line_arguments=$1 + +# read user configuration +if test -f "/etc/default/grub" ; then + . /etc/default/grub +fi + +# Default options to use in a new config file. This will only be used if $menu_file +# doesn't already exist. Only edit the lines between the two "EOF"s. The others are +# part of the script. +newtemplate=$(tempfile) +cat > "$newtemplate" <&2 +if [ -f "$default_file" ] ; then + echo "found: $default_file" >&2 +else + echo "Generating $default_file file and setting the default boot entry to 0" >&2 + if [ -f /usr/lib/grub-legacy/grub-set-default ] ; then + /usr/lib/grub-legacy/grub-set-default $1 + else + grub-set-default $1 + fi +fi + +# Make sure we use the standard sorting order +LC_COLLATE=C +# Magic markers we use +start="### BEGIN AUTOMAGIC KERNELS LIST" +end="### END DEBIAN AUTOMAGIC KERNELS LIST" + +startopt="## ## Start Default Options ##" +endopt="## ## End Default Options ##" + +# Extract options from config file +ExtractMenuOpt() +{ + opt=$1 + + sed -ne "/^$start\$/,/^$end\$/ { + /^$startopt\$/,/^$endopt\$/ { + /^# $opt=/ { + s/^# $opt=\(.*\)\$/\1/ + p + } + } + }" $menu +} + +GetMenuOpts() +{ + opt=$1 + + sed -ne "/^$start\$/,/^$end\$/ { + /^$startopt\$/,/^$endopt\$/ { + /^# $opt=/ { + p + } + } + }" $menu +} + +ExtractMenuOpts() +{ + opt=$1 + + GetMenuOpts $opt | sed "s/^# $opt=\(.*\)\$/\1=\"\2\"/" +} + +GetMenuOpt() +{ + opt=$1 + value=$2 + + [ -z "$(GetMenuOpts "$opt")" ] || value=$(ExtractMenuOpt "$opt") + + echo $value +} + +# Compares two version strings A and B +# Returns -1 if AB +# This compares version numbers of the form +# 2.4.14.2 > 2.4.14 +# 2.4.14random = 2.4.14-random > 2.4.14-ac10 > 2.4.14 > 2.4.14-pre2 > +# 2.4.14-pre1 > 2.4.13-ac99 +CompareVersions() +{ + local sedexp="s,.*/vmlinu[zx]-,,g;s/[._-]\(pre\|rc\|test\|git\|trunk\)/~\1/g" + local a=`echo $1 | sed -e "$sedexp"` + local b=`echo $2 | sed -e "$sedexp"` + if [ "$a" = "$b" ] ; then + echo 0 + elif dpkg --compare-versions "$a" gt "$b" ; then + echo 1 + else + echo -1 + fi +} + +# looks in the directory specified for an initrd image with the version specified +FindInitrdName() +{ + # strip trailing slashes + directory=$(echo $1 | sed -e 's#/*$##') + version=$2 + + # initrd + # initrd.img + # initrd-lvm + # .*.gz + + initrdName="" + names="initrd initrd.img initrd-lvm" + compressed="gz" + + for n in $names ; do + # make sure we haven't already found it + if [ -z "$initrdName" ] ; then + if [ -f "$directory/$n$version" ] ; then + initrdName="$n$version" + break + else + for c in $compressed ; do + if [ -f "$directory/$n$version.$c" ] ; then + initrdName="$n$version.$c" + break + fi + done + fi + else + break + fi + done + + # return the result + echo $initrdName +} + +FindXenHypervisorVersions () +{ + version=$1 + + if [ -f "/var/lib/linux-image-$version/xen-versions" ]; then + ret="$(cat /var/lib/linux-image-$version/xen-versions)" + fi + + echo $ret +} + +get_kernel_opt() +{ + kernel_version=$1 + + version=$(echo $kernel_version | sed 's/^[^0-9]*//') + version=$(echo $version | sed 's/[-\+\.]/_/g') + if [ -n "$version" ] ; then + while [ -n "$version" ] ; do + currentOpt="$(eval "echo \${kopt_$version}")" + if [ -n "$currentOpt" ] ; then + break + fi + version=$(echo $version | sed 's/_\?[^_]*$//') + done + fi + + if [ -z "$currentOpt" ] ; then + currentOpt=$kopt + fi + + echo $currentOpt +} + +write_kernel_entry() +{ + local kernel_version; kernel_version=$1; shift + local recovery_desc; recovery_desc=$1; shift + local lock_alternative; lock_alternative=$1; shift + local grub_root_device; grub_root_device=$1; shift + local kernel; kernel=$1; shift + local kernel_options; kernel_options=$1; shift + local recovery_suffix; recovery_suffix=$1; shift + local initrd; initrd=$1; shift + local savedefault; savedefault=$1; shift + local lockold; lockold=$1; shift + local hypervisor + if [ -n "$1" ]; then + # Hypervisor. + hypervisor=$1; shift + local hypervisor_image; hypervisor_image=$1; shift + local hypervisor_version; hypervisor_version=$1; shift + local hypervisor_options; hypervisor_options=$1; shift + fi + + echo -n "title " >> $buffer + + if [ -n "$hypervisor" ]; then + echo -n "$hypervisor $hypervisor_version / " >> $buffer + fi + + echo -n "$title" >> $buffer + if [ -n "$kernel_version" ]; then + echo -n ", kernel $kernel_version" >> $buffer + fi + if [ -n "$recovery_desc" ]; then + echo -n " $recovery_desc" >> $buffer + fi + echo >> $buffer + + # lock the alternative options + if test x"$lock_alternative" = x"true" ; then + echo "lock" >> $buffer + fi + # lock the old entries + if test x"$lockold" = x"true" ; then + echo "lock" >> $buffer + fi + + echo "root $grub_root_device" >> $buffer + + echo -n "kernel " >> $buffer + if [ -n "$hypervisor" ]; then + echo -n "$hypervisor_image" >> $buffer + if [ -n "$hypervisor_options" ]; then + echo -n " $hypervisor_options" >> $buffer + fi + echo >> $buffer + echo -n "module " >> $buffer + fi + echo -n "$kernel" >> $buffer + if [ -n "$kernel_options" ]; then + echo -n " $kernel_options" >> $buffer + fi + if [ -n "$recovery_desc" ]; then + echo -n " $recovery_suffix" >> $buffer + fi + echo >> $buffer + + if [ -n "$initrd" ]; then + if [ -n "$hypervisor" ]; then + echo -n "module " >> $buffer + else + echo -n "initrd " >> $buffer + fi + echo "$initrd" >> $buffer + fi + + if test x"$savedefault" = x"true" ; then + echo "savedefault" >> $buffer + fi + echo >> $buffer +} + + +echo -n "Testing for an existing GRUB $menu_file_basename file ... " >&2 + +# Test if our menu file exists +if [ -f "$menu_file" ] ; then + menu="$menu_file" + rm -f $newtemplate + unset newtemplate + echo "found: $menu_file" >&2 + cp -f "$menu_file" "$menu_file~" +else + # if not ask user if they want us to create one + menu="$menu_file" + echo >&2 + echo >&2 + if [ "-y" = "$command_line_arguments" ] ; then + echo "Warning: ignoring deprecated -y option." >&2 + fi + echo >&2 + echo "Generating $menu_file" >&2 + cat "$newtemplate" > $menu_file + rm -f $newtemplate + unset newtemplate +fi + +# Extract the kernel options to use +kopt=$(GetMenuOpt "kopt" "$kopt") + +# Set the kernel 2.6 option only for fresh install +test -z "$(GetMenuOpt "kopt" "")" && kopt_2_6="root=$linux_root_device ro" + +# Extract options for specific kernels +opts="$(ExtractMenuOpts "\(kopt_[[:alnum:]_]\+\)")" +test -z "$opts" || eval "$opts" +CustomKopts=$(GetMenuOpts "\(kopt_[[:alnum:]_]\+\)") + +# Extract the grub root +grub_root_device=$(GetMenuOpt "groot" "$grub_root_device") + +# Extract the old recovery value +alternative=$(GetMenuOpt "recovery" "$alternative") + +# Extract the alternative value +alternative=$(GetMenuOpt "alternative" "$alternative") + +# Extract the lockalternative value +lockalternative=$(GetMenuOpt "lockalternative" "$lockalternative") + +# Extract the additional default options +defoptions=$(GetMenuOpt "defoptions" "$defoptions") + +# Extract the lockold value +lockold=$(GetMenuOpt "lockold" "$lockold") + +# Extract Xen hypervisor options +xenhopt=$(GetMenuOpt "xenhopt" "$xenhopt") + +# Extract Xen Linux kernel options +xenkopt=$(GetMenuOpt "xenkopt" "$xenkopt") + +# Extract the howmany value +howmany=$(GetMenuOpt "howmany" "$howmany") + +# Extract the memtest86 value +memtest86=$(GetMenuOpt "memtest86" "$memtest86") + + +# Extract the updatedefaultentry option +updatedefaultentry=$(GetMenuOpt "updatedefaultentry" "$updatedefaultentry") + +# Extract the savedefault option +savedefault=$(GetMenuOpt "savedefault" "$savedefault") + +# Generate the menu options we want to insert +buffer=$(tempfile) +echo $start >> $buffer +echo "## lines between the AUTOMAGIC KERNELS LIST markers will be modified" >> $buffer +echo "## by the debian update-grub script except for the default options below" >> $buffer +echo >> $buffer +echo "## DO NOT UNCOMMENT THEM, Just edit them to your needs" >> $buffer +echo >> $buffer +echo "## ## Start Default Options ##" >> $buffer + +echo "## default kernel options" >> $buffer +echo "## default kernel options for automagic boot options" >> $buffer +echo "## If you want special options for specific kernels use kopt_x_y_z" >> $buffer +echo "## where x.y.z is kernel version. Minor versions can be omitted." >> $buffer +echo "## e.g. kopt=root=/dev/hda1 ro" >> $buffer +echo "## kopt_2_6_8=root=/dev/hdc1 ro" >> $buffer +echo "## kopt_2_6_8_2_686=root=/dev/hdc2 ro" >> $buffer +echo "# kopt=$kopt" >> $buffer +if [ -n "$CustomKopts" ] ; then + echo "$CustomKopts" >> $buffer +elif [ -n "$kopt_2_6" ] && [ "$kopt" != "$kopt_2_6" ]; then + echo "# kopt_2_6=$kopt_2_6" >> $buffer +fi +echo >> $buffer + +echo "## default grub root device" >> $buffer +echo "## e.g. groot=(hd0,0)" >> $buffer +echo "# groot=$grub_root_device" >> $buffer +echo >> $buffer + +echo "## should update-grub create alternative automagic boot options" >> $buffer +echo "## e.g. alternative=true" >> $buffer +echo "## alternative=false" >> $buffer +echo "# alternative=$alternative" >> $buffer +echo >> $buffer + +echo "## should update-grub lock alternative automagic boot options" >> $buffer +echo "## e.g. lockalternative=true" >> $buffer +echo "## lockalternative=false" >> $buffer +echo "# lockalternative=$lockalternative" >> $buffer +echo >> $buffer + +echo "## additional options to use with the default boot option, but not with the" >> $buffer +echo "## alternatives" >> $buffer +echo "## e.g. defoptions=vga=791 resume=/dev/hda5" >> $buffer +echo "# defoptions=$defoptions" >> $buffer +echo >> $buffer + +echo "## should update-grub lock old automagic boot options" >> $buffer +echo "## e.g. lockold=false" >> $buffer +echo "## lockold=true" >> $buffer +echo "# lockold=$lockold" >> $buffer +echo >> $buffer + +echo "## Xen hypervisor options to use with the default Xen boot option" >> $buffer +echo "# xenhopt=$xenhopt" >> $buffer +echo >> $buffer + +echo "## Xen Linux kernel options to use with the default Xen boot option" >> $buffer +echo "# xenkopt=$xenkopt" >> $buffer +echo >> $buffer + +echo "## altoption boot targets option" >> $buffer +echo "## multiple altoptions lines are allowed" >> $buffer +echo "## e.g. altoptions=(extra menu suffix) extra boot options" >> $buffer +echo "## altoptions=(single-user) single" >> $buffer + +if ! grep -q "^# altoptions" $menu ; then + echo "# altoptions=$altoptions" >> $buffer +else + grep "^# altoptions" $menu >> $buffer +fi +echo >> $buffer + +echo "## controls how many kernels should be put into the $menu_file_basename" >> $buffer +echo "## only counts the first occurence of a kernel, not the" >> $buffer +echo "## alternative kernel options" >> $buffer +echo "## e.g. howmany=all" >> $buffer +echo "## howmany=7" >> $buffer +echo "# howmany=$howmany" >> $buffer +echo >> $buffer + + +echo "## should update-grub create memtest86 boot option" >> $buffer +echo "## e.g. memtest86=true" >> $buffer +echo "## memtest86=false" >> $buffer +echo "# memtest86=$memtest86" >> $buffer +echo >> $buffer + +echo "## should update-grub adjust the value of the default booted system" >> $buffer +echo "## can be true or false" >> $buffer +echo "# updatedefaultentry=$updatedefaultentry" >> $buffer +echo >> $buffer + +echo "## should update-grub add savedefault to the default options" >> $buffer +echo "## can be true or false" >> $buffer +echo "# savedefault=$savedefault" >> $buffer +echo >> $buffer + +echo "## ## End Default Options ##" >> $buffer +echo >> $buffer + +echo -n "Searching for splash image ... " >&2 +current_splash=`grep '^splashimage=' ${menu_file} || true` +grub_dir_rel=`make_system_path_relative_to_its_root $grub_dir` +splashimage_path="splashimage=${grub_root_device}/${grub_dir_rel##${kernel_dir}}/splash.xpm.gz" +if [ `sed -e "/^$start/,/^$end/d" $menu_file | grep -c '^splashimage='` != "0" ] ; then + #checks for splashscreen defined outside the autoupdated part + splashimage=$(grep '^splashimage=' ${menu_file}) + echo "found: ${splashimage##*=}" >&2 + echo >&2 +elif [ -f "${grub_dir}/splash.xpm.gz" ] && [ "$current_splash" = "" ]; then + echo "found: /boot/grub/splash.xpm.gz" >&2 + echo "$splashimage_path" >> $buffer + echo >> $buffer +elif [ -f "${grub_dir}/splash.xpm.gz" ] && [ "$current_splash" = "$splashimage_path" ]; then + echo "found: /boot/grub/splash.xpm.gz" >&2 + echo "$splashimage_path" >> $buffer + echo >> $buffer +elif [ "$current_splash" != "" ] && [ "$current_splash" != "$splashimage_path" ]; then + echo "found but preserving previous setting: $(grep '^splashimage=' ${menu_file})" >&2 + echo "$current_splash" >> $buffer + echo >> $buffer +else + echo "none found, skipping ..." >&2 +fi + +xen0Kernels="" +# First kernels with xen0 support. +for ver in `grep -l CONFIG_XEN=y /boot/config* | sed -e s%/boot/config-%%`; do + if ! grep -q CONFIG_XEN_PRIVILEGED_GUEST=y /boot/config-$ver ; then + continue + fi + # ver is a kernel version + kern="/boot/vmlinuz-$ver" + if [ -r $kern ] ; then + newerKernels="" + for i in $xen0Kernels ; do + res=$(CompareVersions "$kern" "$i") + if [ "$kern" != "" ] && [ "$res" -gt 0 ] ; then + newerKernels="$newerKernels $kern $i" + kern="" + else + newerKernels="$newerKernels $i" + fi + done + if [ "$kern" != "" ] ; then + newerKernels="$newerKernels $kern" + fi + xen0Kernels="$newerKernels" + fi +done + +sortedKernels="" +for kern in $(/bin/ls -1vr /boot | grep -v "dpkg-*" | grep "^vmlinuz-") ; do + kern="/boot/$kern" + newerKernels="" + for i in $sortedKernels ; do + res=$(CompareVersions "$kern" "$i") + if [ "$kern" != "" ] && [ "$res" -gt 0 ] ; then + newerKernels="$newerKernels $kern $i" + kern="" + else + newerKernels="$newerKernels $i" + fi + done + if [ "$kern" != "" ] ; then + newerKernels="$newerKernels $kern" + fi + sortedKernels="$newerKernels" +done + +if test -f "/boot/vmlinuz.old" ; then + sortedKernels="/boot/vmlinuz.old $sortedKernels" +fi +if test -f "/boot/vmlinuz" ; then + sortedKernels="/boot/vmlinuz $sortedKernels" +fi + +hypervisors="" +for hyp in /boot/xen-*.gz; do + if [ ! -h "$hyp" ] && [ -f "$hyp" ]; then + hypervisors="$hypervisors `basename "$hyp"`" + fi +done + +#Finding the value the default line +use_grub_set_default="false" +if test "$updatedefaultentry" = "true" ; then + defaultEntryNumber=$(sed -ne 's/^[[:blank:]]*default[[:blank:]]*\(.*\).*/\1/p' $menu) + + if [ "$defaultEntryNumber" = "saved" ] ; then + defaultEntryNumber=$(sed 'q' "$grub_dir/default") + use_grub_set_default="true" + fi + + if test -n "$defaultEntryNumber"; then + defaultEntryNumberPlusOne=$(expr $defaultEntryNumber \+ 1); + defaultEntry=$(grep "^[[:blank:]]*title" $menu | sed -ne "${defaultEntryNumberPlusOne}p" | sed -ne ";s/^[[:blank:]]*title[[:blank:]]*//p") + defaultEntry=$(echo $defaultEntry | sed -e "s/[[:blank:]]*$//") # don't trust trailing blanks + else + notChangeDefault="yes" + fi +else + notChangeDefault="yes" +fi + +## heres where we start writing out the kernel entries +counter=0 + +grub2name="${kernel_dir}/grub/core.img" +if [ "$LET_US_TRY_GRUB_2" = "true" ] \ + && test -f /boot/grub/core.img ; then + echo "Found GRUB 2: $grub2name" >&2 + cat >> $buffer << EOF +title Chainload into GRUB 2 +root $grub_root_device +kernel $grub2name + +title `echo ───────────────────────────────────────────────────────────────────── | iconv -f utf-8 -t cp437` +root + +title When you have verified GRUB 2 works, you can use this command to +root + +title complete the upgrade: upgrade-from-grub-legacy +root + +title `echo ───────────────────────────────────────────────────────────────────── | iconv -f utf-8 -t cp437` +root + +EOF +fi + + +# Xen entries first. +for kern in $xen0Kernels ; do + if test ! x"$howmany" = x"all" ; then + if [ $counter -gt $howmany ] ; then + break + fi + fi + + kernelName=$(basename $kern) + kernelVersion=$(echo $kernelName | sed -e 's/vmlinuz//') + + initrdName=$(FindInitrdName "/boot" "$kernelVersion") + initrd="" + + kernel=$kernel_dir/$kernelName + if [ -n "$initrdName" ] ; then + initrd=$kernel_dir/$initrdName + fi + + kernelVersion=$(echo $kernelVersion | sed -e 's/^-//') + currentOpt=$(get_kernel_opt $kernelVersion) + + hypervisorVersions=$(FindXenHypervisorVersions "$kernelVersion") + + found= + for hypervisorVersion in $hypervisorVersions; do + hypervisor="$kernel_dir/xen-$hypervisorVersion.gz" + if [ -e "$hypervisor" ]; then + found=1 + + echo "Found Xen hypervisor $hypervisorVersion, kernel: $kernel" >&2 + + write_kernel_entry "$kernelVersion" '' '' "$grub_root_device" \ + "$kernel" "$currentOpt $xenkopt" '' "$initrd" "$savedefault" '' \ + Xen "$hypervisor" "$hypervisorVersion" "$xenhopt" + counter=$(($counter + 1)) + fi + done + + if [ -z $found ]; then + for hypervisor in $hypervisors; do + hypVersion=`basename "$hypervisor" .gz | sed s%xen-%%` + + echo "Found Xen hypervisor $hypVersion, kernel: $kernel" >&2 + + write_kernel_entry "$kernelVersion" '' '' "$grub_root_device" \ + "$kernel" "$currentOpt $xenkopt" '' "$initrd" "$savedefault" '' \ + Xen "$kernel_dir/$hypervisor" "$hypVersion" "$xenhopt" + counter=$(($counter + 1)) + done + fi +done + +for kern in $sortedKernels ; do + counter=$(($counter + 1)) + if test ! x"$howmany" = x"all" ; then + if [ $counter -gt $howmany ] ; then + break + fi + fi + kernelName=$(basename $kern) + kernelVersion=$(echo $kernelName | sed -e 's/vmlinuz//') + initrdName=$(FindInitrdName "/boot" "$kernelVersion") + initrd="" + + kernel=$kernel_dir/$kernelName + if [ -n "$initrdName" ] ; then + initrd=$kernel_dir/$initrdName + fi + + echo "Found kernel: $kernel" >&2 + + if [ "$kernelName" = "vmlinuz" ]; then + if [ -L "/boot/$kernelName" ]; then + kernelVersion=`readlink -f "/boot/$kernelName"` + kernelVersion=$(echo $kernelVersion | sed -e 's/.*vmlinuz-//') + kernelVersion="$kernelVersion Default" + else + kernelVersion="Default" + fi + fi + if [ "$kernelName" = "vmlinuz.old" ]; then + if [ -L "/boot/$kernelName" ]; then + kernelVersion=`readlink -f "/boot/$kernelName"` + kernelVersion=$(echo $kernelVersion | sed -e 's/.*vmlinuz-//') + kernelVersion="$kernelVersion Previous" + else + kernelVersion="Previous" + fi + fi + kernelVersion=$(echo $kernelVersion | sed -e 's/^-//') + + currentOpt=$(get_kernel_opt $kernelVersion) + + do_lockold=$lockold + # do not lockold for the first entry + [ $counter -eq 1 ] && do_lockold=false + + write_kernel_entry "$kernelVersion" "" "" "$grub_root_device" "$kernel" \ + "$currentOpt $defoptions" "" "$initrd" "$savedefault" "$do_lockold" + + # insert the alternative boot options + if test ! x"$alternative" = x"false" ; then + # for each altoptions line do this stuff + sed -ne 's/# altoptions=\(.*\)/\1/p' $buffer | while read line; do + descr=$(echo $line | sed -ne 's/\(([^)]*)\)[[:space:]]\(.*\)/\1/p') + suffix=$(echo $line | sed -ne 's/\(([^)]*)\)[[:space:]]\(.*\)/\2/p') + + test x"$lockalternative" = x"true" && do_lockold=false + write_kernel_entry "$kernelVersion" "$descr" "$lockalternative" \ + "$grub_root_device" "$kernel" "$currentOpt" "$suffix" "$initrd" \ + "$savedefault" "$do_lockold" + + done + fi +done + +memtest86names="memtest86 memtest86+" + +if test ! x"$memtest86" = x"false" ; then + for name in $memtest86names ; do + if test -f "/boot/$name.bin" ; then + kernelVersion="$name" + kernel="$kernel_dir/$name.bin" + currentOpt= + initrd= + + echo "Found kernel: $kernel" >&2 + + write_kernel_entry "$kernelVersion" "" "" "$grub_root_device" \ + "$kernel" "$currentOpt" "" "$initrd" "false" "" + fi + done +fi + +echo $end >> $buffer + +echo -n "Updating $menu ... " >&2 +# Insert the new options into the menu +if ! grep -q "^$start" $menu ; then + cat $buffer >> $menu + rm -f $buffer +else + umask 077 + sed -e "/^$start/,/^$end/{ + /^$start/r $buffer + d + } + " $menu > $menu.new + cat $menu.new > $menu + rm -f $buffer $menu.new +fi + +# Function to update the default value +set_default_value() { + if [ "$use_grub_set_default" = "true" ] ; then + if [ -f /usr/lib/grub-legacy/grub-set-default ] ; then + /usr/lib/grub-legacy/grub-set-default $1 + else + grub-set-default $1 + fi + else + value="$1" + newmenu=$(tempfile) + sed -e "s/^[[:blank:]]*default[[:blank:]]*[[:digit:]]*\(.*\)/default ${value}\1/;b" $menu > $newmenu + cat $newmenu > $menu + rm -f $newmenu + unset newmenu + fi +} + +#Updating the default number +if [ "$LET_US_TRY_GRUB_2" = "true" ] && test -f /boot/grub/core.img ; then + set_default_value "0" +elif test -z "$notChangeDefault"; then + newDefaultNumberPlusOne=$(grep "^[[:blank:]]*title[[:blank:]]*" $menu | grep -n "${defaultEntry}" | cut -f1 -d ":" | sed -ne "1p") + if test -z "$newDefaultNumberPlusOne"; then + echo "Previous default entry removed, resetting to 0">&2 + set_default_value "0" + elif test -z "$defaultEntry"; then + echo "Value of default value matches no entry, resetting to 0" >&2 + set_default_value "0" + else + if test "$newDefaultNumberPlusOne" = "1"; then + newDefaultNumber="0" + else + newDefaultNumber=$(expr $newDefaultNumberPlusOne - 1) + fi + echo "Updating the default booting kernel">&2 + set_default_value "$newDefaultNumber" + fi +fi + +echo "done" >&2 +echo >&2 --- grub2-1.99.orig/debian/legacy/upgrade-from-grub-legacy +++ grub2-1.99/debian/legacy/upgrade-from-grub-legacy @@ -0,0 +1,42 @@ +#!/bin/bash -e + +if test ! -f /boot/grub/core.img ; then + echo -e "\ncore.img doesn't exist, trying to create it.\n" >&2 + grub-install --no-floppy --grub-setup=/bin/true "(hd0)" > /dev/null +fi + +echo RESET grub-pc/install_devices | debconf-communicate >/dev/null + +# Pretend we're upgrading grub-pc. This will make our postinst DTRT. +UPGRADE_FROM_GRUB_LEGACY=1 \ + /var/lib/dpkg/info/grub-pc.postinst configure dummy-version + +if test ! -f /boot/grub/grub.cfg ; then + echo -e "\nCalling update-grub to generate grub.cfg\n" >&2 + update-grub || cat << EOF +Failed to generate /boot/grub/grub.cfg but GRUB2 has been already installed to +your MBR. +THIS MEANS YOU HAVE CURRENTLY AN UNBOOTABLE SYSTEM. +Either fix the error from update-grub and run $0 again +or install old grub again and run grub-install from it to have again +grub-legacy in your MBR. +EOF +fi + +# These never contain any valuable information, and they aren't useful for +# boot anymore, since we just overwrote MBR/PBR. +rm -f /boot/grub/{{xfs,reiserfs,e2fs,fat,jfs,minix}_stage1_5,stage{1,2}} +# Remove marker file used to indicate that grub-install was run rather than +# this script. Since stage2 has been removed, we don't need this any more. +rm -f /boot/grub/grub2-installed + +cat << EOF + +GRUB Legacy has been removed, but its configuration files have been preserved, +since this script cannot determine if they contain valuable information. If +you would like to remove the configuration files as well, use the following +command: + + rm -f /boot/grub/menu.lst* + +EOF --- grub2-1.99.orig/debian/grub.d/05_debian_theme +++ grub2-1.99/debian/grub.d/05_debian_theme @@ -0,0 +1,158 @@ +#!/bin/sh +set -e + +# grub-mkconfig helper script. +# Copyright (C) 2010 Alexander Kurtz +# +# GRUB is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# GRUB is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with GRUB. If not, see . + +# Include the GRUB helper library for grub-mkconfig. +. /usr/lib/grub/grub-mkconfig_lib + +# We want to work in /boot/grub/ only. +test -d "${GRUB_PREFIX}"; cd "${GRUB_PREFIX}" + +# Set the location of a possibly necessary cache file for the background image. +# NOTE: This MUST BE A DOTFILE to avoid confusing it with user-defined images. +BACKGROUND_CACHE=".background_cache" + +set_default_theme(){ + # Set the traditional Debian blue theme. + echo "${1}set menu_color_normal=cyan/blue" + echo "${1}set menu_color_highlight=white/blue" +} + +set_background_image(){ + # Step #1: Search all available output modes ... + local output + for output in ${GRUB_TERMINAL_OUTPUT}; do + if [ "x$output" = "xgfxterm" ]; then + break + fi + done + + # ... and check if we are able to display a background image at all. + if ! [ "x${output}" = "xgfxterm" ]; then + return 1 + fi + + # Step #2: Check if the specified background image exists. + if ! [ -f "${1}" ]; then + return 2 + fi + + # Step #3: Search the correct GRUB module for our background image. + local reader + case "${1}" in + *.jpg|*.JPG|*.jpeg|*.JPEG) reader="jpeg";; + *.png|*.PNG) reader="png";; + *.tga|*.TGA) reader="tga";; + *) return 3;; # Unknown image type. + esac + + # Step #4: Check if the necessary GRUB module is available. + if ! [ -f "${reader}.mod" ]; then + return 4 + fi + + # Step #5: Check if GRUB can read the background image directly. + # If so, we can remove the cache file (if any). Otherwise the backgound + # image needs to be cached under /boot/grub/. + if is_path_readable_by_grub "${1}"; then + rm --force "${BACKGROUND_CACHE}.jpeg" \ + "${BACKGROUND_CACHE}.png" "${BACKGROUND_CACHE}.tga" + elif cp "${1}" "${BACKGROUND_CACHE}.${reader}"; then + set -- "${BACKGROUND_CACHE}.${reader}" "${2}" "${3}" + else + return 5 + fi + + # Step #6: Prepare GRUB to read the background image. + if ! prepare_grub_to_access_device "`${grub_probe} --target=device "${1}"`"; then + return 6 + fi + + # Step #7: Everything went fine, print out a message to stderr ... + echo "Found background image: ${1}" >&2 + + # ... and write our configuration snippet to stdout. Use the colors + # desktop-base specified. If we're using a user-defined background, use + # the default colors since we've got no idea how the image looks like. + # If loading the background image fails, use the default theme. + echo "insmod ${reader}" + echo "if background_image `make_system_path_relative_to_its_root "${1}"`; then" + if [ -n "${2}" ]; then + echo " set color_normal=${2}" + fi + if [ -n "${3}" ]; then + echo " set color_highlight=${3}" + fi + if [ -z "${2}" ] && [ -z "${3}" ]; then + echo " true" + fi + echo "else" + set_default_theme " " + echo "fi" +} + +# Earlier versions of grub-pc copied the default background image to /boot/grub +# during postinst. Remove those obsolete images if they haven't been touched by +# the user. They are still available under /usr/share/images/desktop-base/ if +# desktop-base is installed. +while read checksum background; do + if [ -f "${background}" ] && [ "x`sha1sum "${background}"`" = "x${checksum} ${background}" ]; then + echo "Removing old background image: ${background}" >&2 + rm "${background}" + fi +done < /dev/null || echo Debian` +GRUB_CMDLINE_LINUX_DEFAULT="quiet" +GRUB_CMDLINE_LINUX="" + +# Uncomment to enable BadRAM filtering, modify to suit your needs +# This works with Linux (no patch required) and with any kernel that obtains +# the memory map information from GRUB (GNU Mach, kernel of FreeBSD ...) +#GRUB_BADRAM="0x01234567,0xfefefefe,0x89abcdef,0xefefefef" + +# Uncomment to disable graphical terminal (grub-pc only) +#GRUB_TERMINAL=console + +# The resolution used on graphical terminal +# note that you can use only modes which your graphic card supports via VBE +# you can see them in real GRUB with the command `vbeinfo' +#GRUB_GFXMODE=640x480 + +# Uncomment if you don't want GRUB to pass "root=UUID=xxx" parameter to Linux +#GRUB_DISABLE_LINUX_UUID=true + +# Uncomment to disable generation of recovery mode menu entries +#GRUB_DISABLE_RECOVERY="true" + +# Uncomment to get a beep at grub start +#GRUB_INIT_TUNE="480 440 1" --- grub2-1.99.orig/debian/default/grub.md5sum +++ grub2-1.99/debian/default/grub.md5sum @@ -0,0 +1,2 @@ +dfad90339e4227d432636ed7d4483744 experimental_1.96+20081129-1 +e916b60d7de71969dd7bad5a809fb9dc lenny_1.96+20080724-16 --- grub2-1.99.orig/debian/patches/xen_replace.patch +++ grub2-1.99/debian/patches/xen_replace.patch @@ -0,0 +1,64 @@ +Description: New GRUB_CMDLINE_LINUX_XEN_REPLACE* options + Honour GRUB_CMDLINE_LINUX_XEN_REPLACE and + GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT, which replace GRUB_CMDLINE_LINUX + and GRUB_CMDLINE_LINUX_DEFAULT (complementing the existing options which + append). +Author: Colin Watson +Bug-Debian: http://bugs.debian.org/617538 +Forwarded: yes +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3294 +Last-Update: 2011-08-08 + +Index: b/docs/grub.texi +=================================================================== +--- a/docs/grub.texi ++++ b/docs/grub.texi +@@ -1169,8 +1169,14 @@ + + @item GRUB_CMDLINE_XEN + @itemx GRUB_CMDLINE_XEN_DEFAULT +-As @samp{GRUB_CMDLINE_LINUX} and @samp{GRUB_CMDLINE_LINUX_DEFAULT}, but for +-Linux and Xen. ++The values of these options are appended to the values of ++@samp{GRUB_CMDLINE_LINUX} and @samp{GRUB_CMDLINE_LINUX_DEFAULT} for Linux ++and Xen menu entries. ++ ++@item GRUB_CMDLINE_LINUX_XEN_REPLACE ++@item GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT ++The values of these options replace the values of @samp{GRUB_CMDLINE_LINUX} ++and @samp{GRUB_CMDLINE_LINUX_DEFAULT} for Linux and Xen menu entries. + + @item GRUB_DISABLE_LINUX_UUID + Normally, @command{grub-mkconfig} will generate menu entries that use +Index: b/util/grub.d/20_linux_xen.in +=================================================================== +--- a/util/grub.d/20_linux_xen.in ++++ b/util/grub.d/20_linux_xen.in +@@ -56,6 +56,14 @@ + LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID} + fi + ++# Allow overriding GRUB_CMDLINE_LINUX and GRUB_CMDLINE_LINUX_DEFAULT. ++if [ "${GRUB_CMDLINE_LINUX_XEN_REPLACE}" ]; then ++ GRUB_CMDLINE_LINUX="${GRUB_CMDLINE_LINUX_XEN_REPLACE}" ++fi ++if [ "${GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT}" ]; then ++ GRUB_CMDLINE_LINUX_DEFAULT="${GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT}" ++fi ++ + if [ "x`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`" = xbtrfs ] \ + || [ "x`stat -f --printf=%T /`" = xbtrfs ]; then + rootsubvol="`make_system_path_relative_to_its_root /`" +Index: b/util/grub-mkconfig.in +=================================================================== +--- a/util/grub-mkconfig.in ++++ b/util/grub-mkconfig.in +@@ -239,6 +239,8 @@ + GRUB_CMDLINE_LINUX_DEFAULT \ + GRUB_CMDLINE_XEN \ + GRUB_CMDLINE_XEN_DEFAULT \ ++ GRUB_CMDLINE_LINUX_XEN_REPLACE \ ++ GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT \ + GRUB_CMDLINE_NETBSD \ + GRUB_CMDLINE_NETBSD_DEFAULT \ + GRUB_TERMINAL_INPUT \ --- grub2-1.99.orig/debian/patches/branch_fuse.patch +++ grub2-1.99/debian/patches/branch_fuse.patch @@ -0,0 +1,605 @@ +Description: Add grub-mount utility +Author: Vladimir Serbinenko +Origin: upstream, http://bzr.sv.gnu.org/r/grub/branches/fuse/ +Forwarded: http://lists.gnu.org/archive/html/grub-devel/2011-01/msg00056.html +Last-Update: 2011-07-10 + +--- a/Makefile.util.def ++++ b/Makefile.util.def +@@ -216,6 +216,21 @@ + }; + + 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; ++ ++ ldadd = libgrubmods.a; ++ ldadd = libgrubkern.a; ++ ldadd = grub-core/gnulib/libgnu.a; ++ ldadd = '$(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) -lfuse'; ++ condition = COND_GRUB_MOUNT; ++}; ++ ++program = { + name = grub-mkfont; + mansection = 1; + common = util/grub-mkfont.c; +--- a/configure.ac ++++ b/configure.ac +@@ -856,6 +856,37 @@ + AC_SUBST([freetype_cflags]) + AC_SUBST([freetype_libs]) + ++AC_ARG_ENABLE([grub-mount], ++ [AS_HELP_STRING([--enable-grub-mount], ++ [build and install the `grub-mount' utility (default=guessed)])]) ++if test x"$enable_grub_mount" = xno ; then ++ grub_mount_excuse="explicitly disabled" ++fi ++ ++if test x"$grub_mount_excuse" = x ; then ++ AC_CHECK_LIB([fuse], [fuse_main_real], [], ++ [grub_mount_excuse="need FUSE library"]) ++fi ++ ++if test x"$grub_mount_excuse" = x ; then ++ # Check for fuse headers. ++ SAVED_CPPFLAGS="$CPPFLAGS" ++ CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=26" ++ AC_CHECK_HEADERS([fuse/fuse.h], [], ++ [grub_mount_excuse=["need FUSE headers"]]) ++ CPPFLAGS="$SAVED_CPPFLAGS" ++fi ++ ++if test x"$enable_grub_mount" = xyes && test x"$grub_mount_excuse" != x ; then ++ AC_MSG_ERROR([grub-mount was explicitly requested but can't be compiled]) ++fi ++if test x"$grub_mount_excuse" = x ; then ++enable_grub_mount=yes ++else ++enable_grub_mount=no ++fi ++AC_SUBST([enable_grub_mount]) ++ + AC_ARG_ENABLE([device-mapper], + [AS_HELP_STRING([--enable-device-mapper], + [enable Linux device-mapper support (default=guessed)])]) +@@ -967,6 +998,7 @@ + AM_CONDITIONAL([COND_GRUB_EMU_SDL], [test x$enable_grub_emu_sdl = xyes]) + AM_CONDITIONAL([COND_GRUB_EMU_PCI], [test x$enable_grub_emu_pci = xyes]) + AM_CONDITIONAL([COND_GRUB_MKFONT], [test x$enable_grub_mkfont = xyes]) ++AM_CONDITIONAL([COND_GRUB_MOUNT], [test x$enable_grub_mount = xyes]) + AM_CONDITIONAL([COND_HAVE_FONT_SOURCE], [test x$FONT_SOURCE != x]) + AM_CONDITIONAL([COND_GRUB_PE2ELF], [test x$TARGET_OBJ2ELF != x]) + AM_CONDITIONAL([COND_APPLE_CC], [test x$TARGET_APPLE_CC = x1]) +@@ -1043,5 +1075,10 @@ + else + echo grub-mkfont: No "($grub_mkfont_excuse)" + fi ++if [ x"$grub_mount_excuse" = x ]; then ++echo grub-mount: Yes ++else ++echo grub-mount: No "($grub_mount_excuse)" ++fi + echo "*******************************************************" + ] +--- /dev/null ++++ b/docs/man/grub-mount.h2m +@@ -0,0 +1,2 @@ ++[NAME] ++grub-mount \- export GRUB filesystem with FUSE +--- /dev/null ++++ b/util/grub-mount.c +@@ -0,0 +1,508 @@ ++/* grub-mount.c - FUSE driver for filesystems that GRUB understands */ ++/* ++ * GRUB -- GRand Unified Bootloader ++ * Copyright (C) 2008,2009,2010 Free Software Foundation, Inc. ++ * ++ * GRUB is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ * ++ * GRUB is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with GRUB. If not, see . ++ */ ++#define FUSE_USE_VERSION 26 ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++#include ++#include ++#include ++#include ++ ++#include "progname.h" ++#include "argp.h" ++ ++static char *root = NULL; ++grub_device_t dev = NULL; ++grub_fs_t fs = NULL; ++static char **images = NULL; ++static char *debug_str = NULL; ++static char **fuse_args = NULL; ++static int fuse_argc = 0; ++static int num_disks = 0; ++ ++static grub_err_t ++execute_command (char *name, int n, char **args) ++{ ++ grub_command_t cmd; ++ ++ cmd = grub_command_find (name); ++ if (! cmd) ++ grub_util_error (_("can\'t find command %s"), name); ++ ++ return (cmd->func) (cmd, n, args); ++} ++ ++/* Translate GRUB error numbers into OS error numbers. Print any unexpected ++ errors. */ ++static int ++translate_error (void) ++{ ++ int ret; ++ ++ switch (grub_errno) ++ { ++ case GRUB_ERR_NONE: ++ ret = 0; ++ break; ++ ++ case GRUB_ERR_OUT_OF_MEMORY: ++ grub_print_error (); ++ ret = -ENOMEM; ++ break; ++ ++ case GRUB_ERR_BAD_FILE_TYPE: ++ /* This could also be EISDIR. Take a guess. */ ++ ret = -ENOTDIR; ++ break; ++ ++ case GRUB_ERR_FILE_NOT_FOUND: ++ ret = -ENOENT; ++ break; ++ ++ case GRUB_ERR_FILE_READ_ERROR: ++ case GRUB_ERR_READ_ERROR: ++ case GRUB_ERR_IO: ++ grub_print_error (); ++ ret = -EIO; ++ break; ++ ++ case GRUB_ERR_SYMLINK_LOOP: ++ ret = -ELOOP; ++ break; ++ ++ default: ++ grub_print_error (); ++ ret = -EINVAL; ++ break; ++ } ++ ++ /* Any previous errors were handled. */ ++ grub_errno = GRUB_ERR_NONE; ++ ++ return ret; ++} ++ ++static int ++fuse_getattr (const char *path, struct stat *st) ++{ ++ char *filename, *pathname, *path2; ++ const char *pathname_t; ++ struct grub_dirhook_info file_info; ++ int file_exists = 0; ++ ++ /* A hook for iterating directories. */ ++ auto int find_file (const char *cur_filename, ++ const struct grub_dirhook_info *info); ++ int find_file (const char *cur_filename, ++ const struct grub_dirhook_info *info) ++ { ++ if ((info->case_insensitive ? grub_strcasecmp (cur_filename, filename) ++ : grub_strcmp (cur_filename, filename)) == 0) ++ { ++ file_info = *info; ++ file_exists = 1; ++ return 1; ++ } ++ return 0; ++ } ++ ++ if (path[0] == '/' && path[1] == 0) ++ { ++ st->st_dev = 0; ++ st->st_ino = 0; ++ st->st_mode = 0555 | S_IFDIR; ++ st->st_uid = 0; ++ st->st_gid = 0; ++ st->st_rdev = 0; ++ st->st_size = 0; ++ st->st_blksize = 512; ++ st->st_blocks = (st->st_blksize + 511) >> 9; ++ st->st_atime = st->st_mtime = st->st_ctime = 0; ++ return 0; ++ } ++ ++ file_exists = 0; ++ ++ pathname_t = grub_strchr (path, ')'); ++ if (! pathname_t) ++ pathname_t = path; ++ else ++ pathname_t++; ++ pathname = xstrdup (pathname_t); ++ ++ /* Remove trailing '/'. */ ++ while (*pathname && pathname[grub_strlen (pathname) - 1] == '/') ++ pathname[grub_strlen (pathname) - 1] = 0; ++ ++ /* Split into path and filename. */ ++ filename = grub_strrchr (pathname, '/'); ++ if (! filename) ++ { ++ path2 = grub_strdup ("/"); ++ filename = pathname; ++ } ++ else ++ { ++ filename++; ++ path2 = grub_strdup (pathname); ++ path2[filename - pathname] = 0; ++ } ++ ++ /* It's the whole device. */ ++ (fs->dir) (dev, path2, find_file); ++ ++ grub_free (path2); ++ if (!file_exists) ++ { ++ grub_errno = GRUB_ERR_NONE; ++ return -ENOENT; ++ } ++ st->st_dev = 0; ++ st->st_ino = 0; ++ st->st_mode = file_info.dir ? (0555 | S_IFDIR) : (0444 | S_IFREG); ++ st->st_uid = 0; ++ st->st_gid = 0; ++ st->st_rdev = 0; ++ if (!file_info.dir) ++ { ++ grub_file_t file; ++ file = grub_file_open (path); ++ if (! file) ++ return translate_error (); ++ st->st_size = file->size; ++ grub_file_close (file); ++ } ++ else ++ st->st_size = 0; ++ st->st_blksize = 512; ++ st->st_blocks = (st->st_size + 511) >> 9; ++ st->st_atime = st->st_mtime = st->st_ctime = file_info.mtimeset ++ ? file_info.mtime : 0; ++ grub_errno = GRUB_ERR_NONE; ++ return 0; ++} ++ ++static int ++fuse_opendir (const char *path, struct fuse_file_info *fi) ++{ ++ return 0; ++} ++ ++/* FIXME */ ++static grub_file_t files[65536]; ++static int first_fd = 1; ++ ++static int ++fuse_open (const char *path, struct fuse_file_info *fi __attribute__ ((unused))) ++{ ++ grub_file_t file; ++ file = grub_file_open (path); ++ if (! file) ++ return translate_error (); ++ files[first_fd++] = file; ++ fi->fh = first_fd; ++ files[first_fd++] = file; ++ grub_errno = GRUB_ERR_NONE; ++ return 0; ++} ++ ++static int ++fuse_read (const char *path, char *buf, size_t sz, off_t off, ++ struct fuse_file_info *fi) ++{ ++ grub_file_t file = files[fi->fh]; ++ grub_ssize_t size; ++ ++ if (off > file->size) ++ return -EINVAL; ++ ++ file->offset = off; ++ ++ size = grub_file_read (file, buf, sz); ++ if (size < 0) ++ return translate_error (); ++ else ++ { ++ grub_errno = GRUB_ERR_NONE; ++ return size; ++ } ++} ++ ++static int ++fuse_release (const char *path, struct fuse_file_info *fi) ++{ ++ grub_file_close (files[fi->fh]); ++ files[fi->fh] = NULL; ++ grub_errno = GRUB_ERR_NONE; ++ return 0; ++} ++ ++static int ++fuse_readdir (const char *path, void *buf, ++ fuse_fill_dir_t fill, off_t off, struct fuse_file_info *fi) ++{ ++ char *pathname; ++ ++ auto int call_fill (const char *filename, ++ const struct grub_dirhook_info *info); ++ int call_fill (const char *filename, const struct grub_dirhook_info *info) ++ { ++ fill (buf, filename, NULL, 0); ++ return 0; ++ } ++ ++ pathname = xstrdup (path); ++ ++ /* Remove trailing '/'. */ ++ while (pathname [0] && pathname[1] ++ && pathname[grub_strlen (pathname) - 1] == '/') ++ pathname[grub_strlen (pathname) - 1] = 0; ++ ++ (fs->dir) (dev, pathname, call_fill); ++ free (pathname); ++ grub_errno = GRUB_ERR_NONE; ++ return 0; ++} ++ ++struct fuse_operations grub_opers = { ++ .getattr = fuse_getattr, ++ .open = fuse_open, ++ .release = fuse_release, ++ .opendir = fuse_opendir, ++ .readdir = fuse_readdir, ++ .read = fuse_read ++}; ++ ++static grub_err_t ++fuse_init (void) ++{ ++ int i; ++ ++ for (i = 0; i < num_disks; i++) ++ { ++ char *argv[2]; ++ char *host_file; ++ char *loop_name; ++ loop_name = grub_xasprintf ("loop%d", i); ++ if (!loop_name) ++ grub_util_error (grub_errmsg); ++ ++ host_file = grub_xasprintf ("(host)%s", images[i]); ++ if (!host_file) ++ grub_util_error (grub_errmsg); ++ ++ argv[0] = loop_name; ++ argv[1] = host_file; ++ ++ if (execute_command ("loopback", 2, argv)) ++ grub_util_error (_("loopback command fails")); ++ ++ grub_free (loop_name); ++ grub_free (host_file); ++ } ++ ++ grub_lvm_fini (); ++ grub_mdraid09_fini (); ++ grub_mdraid1x_fini (); ++ grub_raid_fini (); ++ grub_raid_init (); ++ grub_mdraid09_init (); ++ grub_mdraid1x_init (); ++ grub_lvm_init (); ++ ++ dev = grub_device_open (0); ++ if (! dev) ++ return grub_errno; ++ ++ fs = grub_fs_probe (dev); ++ if (! fs) ++ { ++ grub_device_close (dev); ++ return grub_errno; ++ } ++ ++ fuse_main (fuse_argc, fuse_args, &grub_opers, NULL); ++ ++ for (i = 0; i < num_disks; i++) ++ { ++ char *argv[2]; ++ char *loop_name; ++ ++ loop_name = grub_xasprintf ("loop%d", i); ++ if (!loop_name) ++ grub_util_error (grub_errmsg); ++ ++ argv[0] = "-d"; ++ argv[1] = loop_name; ++ ++ execute_command ("loopback", 2, argv); ++ ++ grub_free (loop_name); ++ } ++ ++ return GRUB_ERR_NONE; ++} ++ ++static struct argp_option options[] = { ++ {"root", 'r', N_("DEVICE_NAME"), 0, N_("Set root device."), 2}, ++ {"debug", 'd', "S", 0, N_("Set debug environment variable."), 2}, ++ {"verbose", 'v', NULL, OPTION_ARG_OPTIONAL, N_("Print verbose messages."), 2}, ++ {0, 0, 0, 0, 0, 0} ++}; ++ ++/* Print the version information. */ ++static void ++print_version (FILE *stream, struct argp_state *state) ++{ ++ fprintf (stream, "%s (%s) %s\n", program_name, PACKAGE_NAME, PACKAGE_VERSION); ++} ++void (*argp_program_version_hook) (FILE *, struct argp_state *) = print_version; ++ ++error_t ++argp_parser (int key, char *arg, struct argp_state *state) ++{ ++ char *p; ++ ++ switch (key) ++ { ++ case 'r': ++ root = arg; ++ return 0; ++ ++ case 'd': ++ debug_str = arg; ++ return 0; ++ ++ case 'v': ++ verbosity++; ++ return 0; ++ ++ case ARGP_KEY_ARG: ++ if (arg[0] != '-') ++ break; ++ ++ default: ++ if (!arg) ++ return 0; ++ ++ fuse_args = xrealloc (fuse_args, (fuse_argc + 1) * sizeof (fuse_args[0])); ++ fuse_args[fuse_argc] = xstrdup (arg); ++ fuse_argc++; ++ return 0; ++ } ++ ++ if (arg[0] != '/') ++ { ++ fprintf (stderr, "%s", _("Must use absolute path.\n")); ++ argp_usage (state); ++ } ++ images = xrealloc (images, (num_disks + 1) * sizeof (images[0])); ++ images[num_disks] = xstrdup (arg); ++ num_disks++; ++ ++ return 0; ++} ++ ++struct argp argp = { ++ options, argp_parser, N_("IMAGE1 [IMAGE2 ...] MOUNTPOINT"), ++ N_("Debug tool for filesystem driver."), ++ NULL, NULL, NULL ++}; ++ ++int ++main (int argc, char *argv[]) ++{ ++ char *default_root, *alloc_root; ++ ++ set_program_name (argv[0]); ++ ++ grub_util_init_nls (); ++ ++ fuse_args = xrealloc (fuse_args, (fuse_argc + 2) * sizeof (fuse_args[0])); ++ fuse_args[fuse_argc] = xstrdup (argv[0]); ++ fuse_argc++; ++ /* Run single-threaded. */ ++ fuse_args[fuse_argc] = xstrdup ("-s"); ++ fuse_argc++; ++ ++ argp_parse (&argp, argc, argv, 0, 0, 0); ++ ++ if (num_disks < 2) ++ grub_util_error ("need an image and mountpoint"); ++ fuse_args = xrealloc (fuse_args, (fuse_argc + 2) * sizeof (fuse_args[0])); ++ fuse_args[fuse_argc] = images[num_disks - 1]; ++ fuse_argc++; ++ num_disks--; ++ fuse_args[fuse_argc] = NULL; ++ ++ /* Initialize all modules. */ ++ grub_init_all (); ++ ++ if (debug_str) ++ grub_env_set ("debug", debug_str); ++ ++ default_root = (num_disks == 1) ? "loop0" : "md0"; ++ alloc_root = 0; ++ if (root) ++ { ++ if ((*root >= '0') && (*root <= '9')) ++ { ++ alloc_root = xmalloc (strlen (default_root) + strlen (root) + 2); ++ ++ sprintf (alloc_root, "%s,%s", default_root, root); ++ root = alloc_root; ++ } ++ } ++ else ++ root = default_root; ++ ++ grub_env_set ("root", root); ++ ++ if (alloc_root) ++ free (alloc_root); ++ ++ /* Do it. */ ++ fuse_init (); ++ if (grub_errno) ++ { ++ grub_print_error (); ++ return 1; ++ } ++ ++ /* Free resources. */ ++ grub_fini_all (); ++ ++ return 0; ++} --- grub2-1.99.orig/debian/patches/gfxterm_background.patch +++ grub2-1.99/debian/patches/gfxterm_background.patch @@ -0,0 +1,69 @@ +Description: Fix gfxterm background_color regression +Author: Colin Watson +Forwarded: http://lists.gnu.org/archive/html/grub-devel/2011-06/msg00085.html +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3368 +Last-Update: 2011-06-28 + +Index: b/grub-core/term/gfxterm.c +=================================================================== +--- a/grub-core/term/gfxterm.c ++++ b/grub-core/term/gfxterm.c +@@ -131,6 +131,7 @@ + static unsigned int bitmap_height; + static struct grub_video_bitmap *bitmap; + static int blend_text_bg; ++static grub_video_rgba_color_t default_bg_color = { 0, 0, 0, 0 }; + + static struct grub_dirty_region dirty_region; + +@@ -266,7 +267,8 @@ + + grub_video_set_active_render_target (render_target); + +- virtual_screen.bg_color_display = grub_video_map_rgba(0, 0, 0, 0); ++ virtual_screen.bg_color_display = ++ grub_video_map_rgba_color (default_bg_color); + + /* Clear out text buffer. */ + for (i = 0; i < virtual_screen.columns * virtual_screen.rows; i++) +@@ -338,8 +340,8 @@ + double_redraw = mode_info.mode_type & GRUB_VIDEO_MODE_TYPE_DOUBLE_BUFFERED + && !(mode_info.mode_type & GRUB_VIDEO_MODE_TYPE_UPDATING_SWAP); + +- /* Make sure screen is black. */ +- color = grub_video_map_rgb (0, 0, 0); ++ /* Make sure screen is set to the default background color. */ ++ color = grub_video_map_rgba_color (default_bg_color); + grub_video_fill_rect (color, 0, 0, mode_info.width, mode_info.height); + if (double_redraw) + { +@@ -1189,7 +1191,6 @@ + grub_gfxterm_background_color_cmd (grub_command_t cmd __attribute__ ((unused)), + int argc, char **args) + { +- grub_video_rgba_color_t color; + struct grub_video_render_target *old_target; + + if (argc != 1) +@@ -1199,7 +1200,7 @@ + if (grub_video_get_info (NULL) != GRUB_ERR_NONE) + return grub_errno; + +- if (grub_video_parse_color (args[0], &color) != GRUB_ERR_NONE) ++ if (grub_video_parse_color (args[0], &default_bg_color) != GRUB_ERR_NONE) + return grub_errno; + + /* Destroy existing background bitmap if loaded. */ +@@ -1216,9 +1217,10 @@ + compatible with the text layer. */ + grub_video_get_active_render_target (&old_target); + grub_video_set_active_render_target (text_layer); +- virtual_screen.bg_color = grub_video_map_rgba_color (color); ++ virtual_screen.bg_color = grub_video_map_rgba_color (default_bg_color); + grub_video_set_active_render_target (old_target); +- virtual_screen.bg_color_display = grub_video_map_rgba_color (color); ++ virtual_screen.bg_color_display = ++ grub_video_map_rgba_color (default_bg_color); + blend_text_bg = 1; + + /* Mark whole screen as dirty. */ --- grub2-1.99.orig/debian/patches/gfxpayload_keep_default.patch +++ grub2-1.99/debian/patches/gfxpayload_keep_default.patch @@ -0,0 +1,38 @@ +Description: Disable gfxpayload=keep by default + Setting gfxpayload=keep has been known to cause efifb to be inappropriately + enabled. In any case, with the current Linux kernel the result of this + option is that early kernelspace will be unable to print anything to the + console, so (for example) if boot fails and you end up dumped to an + initramfs prompt, you won't be able to see anything on the screen. As such + it shouldn't be enabled by default in Debian, no matter what kernel options + are enabled. + . + gfxpayload=keep is a good idea but rather ahead of its time ... +Author: Colin Watson +Bug-Debian: http://bugs.debian.org/567245 +Forwarded: no +Last-Update: 2010-03-09 + +Index: b/util/grub.d/10_linux.in +=================================================================== +--- a/util/grub.d/10_linux.in ++++ b/util/grub.d/10_linux.in +@@ -77,17 +77,7 @@ + + # Use ELILO's generic "efifb" when it's known to be available. + # FIXME: We need an interface to select vesafb in case efifb can't be used. +- if [ "x$GRUB_GFXPAYLOAD_LINUX" = x ]; then +- cat << EOF +- load_video +-EOF +- if grep -qx "CONFIG_FB_EFI=y" "${config}" 2> /dev/null \ +- && grep -qx "CONFIG_VT_HW_CONSOLE_BINDING=y" "${config}" 2> /dev/null; then +- cat << EOF +- set gfxpayload=keep +-EOF +- fi +- else ++ if [ "x$GRUB_GFXPAYLOAD_LINUX" != x ]; then + if [ "x$GRUB_GFXPAYLOAD_LINUX" != xtext ]; then + cat << EOF + load_video --- grub2-1.99.orig/debian/patches/series +++ grub2-1.99/debian/patches/series @@ -0,0 +1,32 @@ +olpc_prefix_hack.patch +core_in_fs.patch +dpkg_version_comparison.patch +grub_legacy_0_based_partitions.patch +disable_floppies.patch +grub.cfg_400.patch +gfxpayload_keep_default.patch +mkrescue_diet.patch +mkconfig_skip_dmcrypt.patch +install_stage2_confusion.patch +qemu_img_exists.patch +branch_devmapper.patch +branch_squash.patch +branch_longlinuxcmd.patch +branch_parse-color.patch +branch_embed-sectors.patch +branch_fuse.patch +mkrescue_efi_modules.patch +mkconfig_loopback.patch +lazy_stat.patch +btrfs_stat.patch +partition_performance.patch +kfreebsd-9_ada_devices.patch +gfxterm_background.patch +zfs_packed_la_array.patch +xen_replace.patch +kfreebsd_mfi_devices.patch +probe_canonicalise.patch +mkconfig_skip_readme.patch +kfreebsd_lvm.patch +zfs_update.patch +no_libzfs.patch --- grub2-1.99.orig/debian/patches/kfreebsd-9_ada_devices.patch +++ grub2-1.99/debian/patches/kfreebsd-9_ada_devices.patch @@ -0,0 +1,71 @@ +2011-06-16 Robert Millan + + Detect `ataraid' devices on GNU/kFreeBSD. Fix for ATA devices using + `ata' driver on kernel of FreeBSD 9. + + * util/deviceiter.c [__FreeBSD_kernel__] (get_ada_disk_name) + (get_ataraid_disk_name): New functions. + [__FreeBSD_kernel__] (grub_util_iterate_devices): Scan for ataraid + (/dev/ar[0-9]+) and ada (/dev/ada[0-9]+) devices using + get_ataraid_disk_name() and get_ada_disk_name(). + +=== modified file 'util/deviceiter.c' +--- a/util/deviceiter.c ++++ b/util/deviceiter.c +@@ -286,6 +286,20 @@ + #endif + } + ++#ifdef __FreeBSD_kernel__ ++static void ++get_ada_disk_name (char *name, int unit) ++{ ++ sprintf (name, "/dev/ada%d", unit); ++} ++ ++static void ++get_ataraid_disk_name (char *name, int unit) ++{ ++ sprintf (name, "/dev/ar%d", unit); ++} ++#endif ++ + #ifdef __linux__ + static void + get_virtio_disk_name (char *name, int unit) +@@ -620,6 +634,35 @@ + } + } + ++#ifdef __FreeBSD_kernel__ ++ /* IDE disks using ATA Direct Access driver. */ ++ if (get_kfreebsd_version () >= 800000) ++ for (i = 0; i < 96; i++) ++ { ++ char name[16]; ++ ++ get_ada_disk_name (name, i); ++ if (check_device_readable_unique (name)) ++ { ++ if (hook (name, 0)) ++ goto out; ++ } ++ } ++ ++ /* ATARAID disks. */ ++ for (i = 0; i < 8; i++) ++ { ++ char name[20]; ++ ++ get_ataraid_disk_name (name, i); ++ if (check_device_readable_unique (name)) ++ { ++ if (hook (name, 0)) ++ goto out; ++ } ++ } ++#endif ++ + #ifdef __linux__ + /* Virtio disks. */ + for (i = 0; i < 26; i++) --- grub2-1.99.orig/debian/patches/zfs_update.patch +++ grub2-1.99/debian/patches/zfs_update.patch @@ -0,0 +1,2415 @@ + +Revisions: + +3340: ZFS zlib support +3474: Fix 2G limit on ZFS +3486: ZFS fixes +3488: ZFS multi-device and version 33 support +3494: Fix memory leak +3518: Rewrite RAIDZ part based on reverse engineering +3519: Fix RAIDZ(2) for >= 5 devices +3520: Add ability to sustain a single drive failure on both raidz and raidz2 +3521: Support raidz3 +3533: Support second redundancy strip on raidz(2,3) +3534: Support case-insensitive ZFS subvolumes +3535: Support third redundancy strip on raidz3 + +--- a/grub-core/fs/zfs/zfs.c ++++ b/grub-core/fs/zfs/zfs.c +@@ -51,6 +51,7 @@ + #include + #include + #include ++#include + + GRUB_MOD_LICENSE ("GPLv3+"); + +@@ -139,6 +140,27 @@ + grub_zfs_endian_t endian; + } dnode_end_t; + ++struct grub_zfs_device_desc ++{ ++ enum { DEVICE_LEAF, DEVICE_MIRROR, DEVICE_RAIDZ } type; ++ grub_uint64_t id; ++ grub_uint64_t guid; ++ ++ /* Valid only for non-leafs. */ ++ unsigned n_children; ++ struct grub_zfs_device_desc *children; ++ ++ /* Valid only for RAIDZ. */ ++ unsigned nparity; ++ unsigned ashift; ++ ++ /* Valid only for leaf devices. */ ++ grub_device_t dev; ++ grub_disk_addr_t vdev_phys_sector; ++ uberblock_t current_uberblock; ++ int original; ++}; ++ + struct grub_zfs_data + { + /* cache for a file block of the currently zfs_open()-ed file */ +@@ -153,23 +175,45 @@ + grub_uint64_t dnode_end; + grub_zfs_endian_t dnode_endian; + +- uberblock_t current_uberblock; +- grub_disk_t disk; +- + dnode_end_t mos; + dnode_end_t mdn; + dnode_end_t dnode; + +- grub_disk_addr_t vdev_phys_sector; ++ struct grub_zfs_device_desc *devices_attached; ++ unsigned n_devices_attached; ++ unsigned n_devices_allocated; ++ struct grub_zfs_device_desc *device_original; ++ ++ uberblock_t current_uberblock; ++ ++ int mounted; ++ grub_uint64_t guid; + }; + ++static grub_err_t ++zlib_decompress (void *s, void *d, ++ grub_size_t slen, grub_size_t dlen) ++{ ++ if (grub_zlib_decompress (s, slen, 0, d, dlen) < 0) ++ return grub_errno; ++ return GRUB_ERR_NONE; ++} ++ + static decomp_entry_t decomp_table[ZIO_COMPRESS_FUNCTIONS] = { + {"inherit", NULL}, /* ZIO_COMPRESS_INHERIT */ + {"on", lzjb_decompress}, /* ZIO_COMPRESS_ON */ + {"off", NULL}, /* ZIO_COMPRESS_OFF */ + {"lzjb", lzjb_decompress}, /* ZIO_COMPRESS_LZJB */ + {"empty", NULL}, /* ZIO_COMPRESS_EMPTY */ +- {"gzip", NULL}, /* ZIO_COMPRESS_GZIP */ ++ {"gzip-1", zlib_decompress}, /* ZIO_COMPRESS_GZIP1 */ ++ {"gzip-2", zlib_decompress}, /* ZIO_COMPRESS_GZIP2 */ ++ {"gzip-3", zlib_decompress}, /* ZIO_COMPRESS_GZIP3 */ ++ {"gzip-4", zlib_decompress}, /* ZIO_COMPRESS_GZIP4 */ ++ {"gzip-5", zlib_decompress}, /* ZIO_COMPRESS_GZIP5 */ ++ {"gzip-6", zlib_decompress}, /* ZIO_COMPRESS_GZIP6 */ ++ {"gzip-7", zlib_decompress}, /* ZIO_COMPRESS_GZIP7 */ ++ {"gzip-8", zlib_decompress}, /* ZIO_COMPRESS_GZIP8 */ ++ {"gzip-9", zlib_decompress}, /* ZIO_COMPRESS_GZIP9 */ + }; + + static grub_err_t zio_read_data (blkptr_t * bp, grub_zfs_endian_t endian, +@@ -224,7 +268,7 @@ + */ + static grub_err_t + zio_checksum_verify (zio_cksum_t zc, grub_uint32_t checksum, +- grub_zfs_endian_t endian, char *buf, int size) ++ grub_zfs_endian_t endian, char *buf, grub_size_t size) + { + zio_eck_t *zec = (zio_eck_t *) (buf + size) - 1; + zio_checksum_info_t *ci = &zio_checksum_table[checksum]; +@@ -253,13 +297,13 @@ + || (actual_cksum.zc_word[2] != zc.zc_word[2]) + || (actual_cksum.zc_word[3] != zc.zc_word[3])) + { +- grub_dprintf ("zfs", "checksum %d verification failed\n", checksum); +- grub_dprintf ("zfs", "actual checksum %16llx %16llx %16llx %16llx\n", ++ grub_dprintf ("zfs", "checksum %s verification failed\n", ci->ci_name); ++ grub_dprintf ("zfs", "actual checksum %016llx %016llx %016llx %016llx\n", + (unsigned long long) actual_cksum.zc_word[0], + (unsigned long long) actual_cksum.zc_word[1], + (unsigned long long) actual_cksum.zc_word[2], + (unsigned long long) actual_cksum.zc_word[3]); +- grub_dprintf ("zfs", "expected checksum %16llx %16llx %16llx %16llx\n", ++ grub_dprintf ("zfs", "expected checksum %016llx %016llx %016llx %016llx\n", + (unsigned long long) zc.zc_word[0], + (unsigned long long) zc.zc_word[1], + (unsigned long long) zc.zc_word[2], +@@ -319,7 +363,7 @@ + * + */ + static grub_err_t +-uberblock_verify (uberblock_phys_t * ub, int offset) ++uberblock_verify (uberblock_phys_t * ub, grub_uint64_t offset) + { + uberblock_t *uber = &ub->ubp_uberblock; + grub_err_t err; +@@ -392,7 +436,7 @@ + } + + static grub_uint64_t +-dva_get_offset (dva_t * dva, grub_zfs_endian_t endian) ++dva_get_offset (const dva_t *dva, grub_zfs_endian_t endian) + { + grub_dprintf ("zfs", "dva=%llx, %llx\n", + (unsigned long long) dva->dva_word[0], +@@ -401,6 +445,842 @@ + endian) << SPA_MINBLOCKSHIFT; + } + ++static grub_err_t ++zfs_fetch_nvlist (struct grub_zfs_device_desc *diskdesc, char **nvlist) ++{ ++ grub_err_t err; ++ ++ *nvlist = grub_malloc (VDEV_PHYS_SIZE); ++ if (!diskdesc->dev) ++ return grub_error (GRUB_ERR_BAD_FS, "member drive unknown"); ++ ++ /* Read in the vdev name-value pair list (112K). */ ++ err = grub_disk_read (diskdesc->dev->disk, diskdesc->vdev_phys_sector, 0, ++ VDEV_PHYS_SIZE, *nvlist); ++ if (err) ++ { ++ grub_free (*nvlist); ++ *nvlist = 0; ++ return err; ++ } ++ return GRUB_ERR_NONE; ++} ++ ++static grub_err_t ++fill_vdev_info_real (struct grub_zfs_data *data, ++ const char *nvlist, ++ struct grub_zfs_device_desc *fill, ++ struct grub_zfs_device_desc *insert) ++{ ++ char *type; ++ ++ type = grub_zfs_nvlist_lookup_string (nvlist, ZPOOL_CONFIG_TYPE); ++ ++ if (!type) ++ return grub_errno; ++ ++ if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "id", &(fill->id))) ++ return grub_error (GRUB_ERR_BAD_FS, "couldn't find vdev id"); ++ ++ if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "guid", &(fill->guid))) ++ return grub_error (GRUB_ERR_BAD_FS, "couldn't find vdev id"); ++ ++ if (grub_strcmp (type, VDEV_TYPE_DISK) == 0 ++ || grub_strcmp (type, VDEV_TYPE_FILE) == 0) ++ { ++ fill->type = DEVICE_LEAF; ++ ++ if (!fill->dev && fill->guid == insert->guid) ++ { ++ fill->dev = insert->dev; ++ fill->vdev_phys_sector = insert->vdev_phys_sector; ++ fill->current_uberblock = insert->current_uberblock; ++ fill->original = insert->original; ++ if (!data->device_original) ++ data->device_original = fill; ++ } ++ ++ return GRUB_ERR_NONE; ++ } ++ ++ if (grub_strcmp (type, VDEV_TYPE_MIRROR) == 0 ++ || grub_strcmp (type, VDEV_TYPE_RAIDZ) == 0) ++ { ++ int nelm, i; ++ ++ if (grub_strcmp (type, VDEV_TYPE_MIRROR) == 0) ++ fill->type = DEVICE_MIRROR; ++ else ++ { ++ grub_uint64_t par; ++ fill->type = DEVICE_RAIDZ; ++ if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "nparity", &par)) ++ return grub_error (GRUB_ERR_BAD_FS, "couldn't find raidz parity"); ++ fill->nparity = par; ++ if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "ashift", &par)) ++ return grub_error (GRUB_ERR_BAD_FS, "couldn't find raidz ashift"); ++ fill->ashift = par; ++ } ++ ++ nelm = grub_zfs_nvlist_lookup_nvlist_array_get_nelm (nvlist, ZPOOL_CONFIG_CHILDREN); ++ ++ if (nelm <= 0) ++ return grub_error (GRUB_ERR_BAD_FS, "incorrect mirror VDEV"); ++ ++ if (!fill->children) ++ { ++ fill->n_children = nelm; ++ ++ fill->children = grub_zalloc (fill->n_children ++ * sizeof (fill->children[0])); ++ } ++ ++ for (i = 0; i < nelm; i++) ++ { ++ char *child; ++ grub_err_t err; ++ ++ child = grub_zfs_nvlist_lookup_nvlist_array ++ (nvlist, ZPOOL_CONFIG_CHILDREN, i); ++ ++ err = fill_vdev_info_real (data, child, &fill->children[i], insert); ++ ++ grub_free (child); ++ ++ if (err) ++ return err; ++ } ++ return GRUB_ERR_NONE; ++ } ++ ++ return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "vdev %s isn't supported", ++ type); ++} ++ ++static grub_err_t ++fill_vdev_info (struct grub_zfs_data *data, ++ char *nvlist, struct grub_zfs_device_desc *diskdesc) ++{ ++ grub_uint64_t id; ++ unsigned i; ++ ++ if (!grub_zfs_nvlist_lookup_uint64 (nvlist, "id", &id)) ++ return grub_error (GRUB_ERR_BAD_FS, "couldn't find vdev id"); ++ ++ for (i = 0; i < data->n_devices_attached; i++) ++ if (data->devices_attached[i].id == id) ++ return fill_vdev_info_real (data, nvlist, &data->devices_attached[i], ++ diskdesc); ++ ++ data->n_devices_attached++; ++ if (data->n_devices_attached > data->n_devices_allocated) ++ { ++ void *tmp; ++ data->n_devices_allocated = 2 * data->n_devices_attached + 1; ++ data->devices_attached ++ = grub_realloc (tmp = data->devices_attached, ++ data->n_devices_allocated ++ * sizeof (data->devices_attached[0])); ++ if (!data->devices_attached) ++ { ++ data->devices_attached = tmp; ++ return grub_errno; ++ } ++ } ++ ++ grub_memset (&data->devices_attached[data->n_devices_attached - 1], ++ 0, sizeof (data->devices_attached[data->n_devices_attached - 1])); ++ ++ return fill_vdev_info_real (data, nvlist, ++ &data->devices_attached[data->n_devices_attached - 1], ++ diskdesc); ++} ++ ++/* ++ * Check the disk label information and retrieve needed vdev name-value pairs. ++ * ++ */ ++static grub_err_t ++check_pool_label (struct grub_zfs_data *data, ++ struct grub_zfs_device_desc *diskdesc) ++{ ++ grub_uint64_t pool_state, txg = 0; ++ char *nvlist; ++#if 0 ++ char *nv; ++#endif ++ grub_uint64_t poolguid; ++ grub_uint64_t version; ++ int found; ++ grub_err_t err; ++ ++ err = zfs_fetch_nvlist (diskdesc, &nvlist); ++ if (err) ++ return err; ++ ++ grub_dprintf ("zfs", "check 2 passed\n"); ++ ++ found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_POOL_STATE, ++ &pool_state); ++ if (! found) ++ { ++ grub_free (nvlist); ++ if (! grub_errno) ++ grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_POOL_STATE " not found"); ++ return grub_errno; ++ } ++ grub_dprintf ("zfs", "check 3 passed\n"); ++ ++ if (pool_state == POOL_STATE_DESTROYED) ++ { ++ grub_free (nvlist); ++ return grub_error (GRUB_ERR_BAD_FS, "zpool is marked as destroyed"); ++ } ++ grub_dprintf ("zfs", "check 4 passed\n"); ++ ++ found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_POOL_TXG, &txg); ++ if (!found) ++ { ++ grub_free (nvlist); ++ if (! grub_errno) ++ grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_POOL_TXG " not found"); ++ return grub_errno; ++ } ++ grub_dprintf ("zfs", "check 6 passed\n"); ++ ++ /* not an active device */ ++ if (txg == 0) ++ { ++ grub_free (nvlist); ++ return grub_error (GRUB_ERR_BAD_FS, "zpool isn't active"); ++ } ++ grub_dprintf ("zfs", "check 7 passed\n"); ++ ++ found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_VERSION, ++ &version); ++ if (! found) ++ { ++ grub_free (nvlist); ++ if (! grub_errno) ++ grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_VERSION " not found"); ++ return grub_errno; ++ } ++ grub_dprintf ("zfs", "check 8 passed\n"); ++ ++ if (version > SPA_VERSION) ++ { ++ grub_free (nvlist); ++ return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, ++ "too new version %llu > %llu", ++ (unsigned long long) version, ++ (unsigned long long) SPA_VERSION); ++ } ++ grub_dprintf ("zfs", "check 9 passed\n"); ++ ++ found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_GUID, ++ &(diskdesc->guid)); ++ if (! found) ++ { ++ grub_free (nvlist); ++ if (! grub_errno) ++ grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_GUID " not found"); ++ return grub_errno; ++ } ++ ++ found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_POOL_GUID, ++ &poolguid); ++ if (! found) ++ { ++ grub_free (nvlist); ++ if (! grub_errno) ++ grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_POOL_GUID " not found"); ++ return grub_errno; ++ } ++ ++ grub_dprintf ("zfs", "check 11 passed\n"); ++ ++ if (data->mounted && data->guid != poolguid) ++ return grub_error (GRUB_ERR_BAD_FS, "another zpool"); ++ else ++ data->guid = poolguid; ++ ++ { ++ char *nv; ++ nv = grub_zfs_nvlist_lookup_nvlist (nvlist, ZPOOL_CONFIG_VDEV_TREE); ++ ++ if (!nv) ++ { ++ grub_free (nvlist); ++ return grub_error (GRUB_ERR_BAD_FS, "couldn't find vdev tree"); ++ } ++ err = fill_vdev_info (data, nv, diskdesc); ++ if (err) ++ { ++ grub_free (nvlist); ++ return err; ++ } ++ } ++ grub_dprintf ("zfs", "check 10 passed\n"); ++ ++ grub_free (nvlist); ++ ++ return GRUB_ERR_NONE; ++} ++ ++static grub_err_t ++scan_disk (grub_device_t dev, struct grub_zfs_data *data, ++ int original) ++{ ++ int label = 0; ++ uberblock_phys_t *ub_array, *ubbest = NULL; ++ vdev_boot_header_t *bh; ++ grub_err_t err; ++ int vdevnum; ++ struct grub_zfs_device_desc desc; ++ ++ ub_array = grub_malloc (VDEV_UBERBLOCK_RING); ++ if (!ub_array) ++ return grub_errno; ++ ++ bh = grub_malloc (VDEV_BOOT_HEADER_SIZE); ++ if (!bh) ++ { ++ grub_free (ub_array); ++ return grub_errno; ++ } ++ ++ vdevnum = VDEV_LABELS; ++ ++ desc.dev = dev; ++ desc.original = original; ++ ++ /* Don't check back labels on CDROM. */ ++ if (grub_disk_get_size (dev->disk) == GRUB_DISK_SIZE_UNKNOWN) ++ vdevnum = VDEV_LABELS / 2; ++ ++ for (label = 0; ubbest == NULL && label < vdevnum; label++) ++ { ++ desc.vdev_phys_sector ++ = label * (sizeof (vdev_label_t) >> SPA_MINBLOCKSHIFT) ++ + ((VDEV_SKIP_SIZE + VDEV_BOOT_HEADER_SIZE) >> SPA_MINBLOCKSHIFT) ++ + (label < VDEV_LABELS / 2 ? 0 : grub_disk_get_size (dev->disk) ++ - VDEV_LABELS * (sizeof (vdev_label_t) >> SPA_MINBLOCKSHIFT)); ++ ++ /* Read in the uberblock ring (128K). */ ++ err = grub_disk_read (dev->disk, desc.vdev_phys_sector ++ + (VDEV_PHYS_SIZE >> SPA_MINBLOCKSHIFT), ++ 0, VDEV_UBERBLOCK_RING, (char *) ub_array); ++ if (err) ++ { ++ grub_errno = GRUB_ERR_NONE; ++ continue; ++ } ++ grub_dprintf ("zfs", "label ok %d\n", label); ++ ++ ubbest = find_bestub (ub_array, desc.vdev_phys_sector); ++ if (!ubbest) ++ { ++ grub_dprintf ("zfs", "No uberblock found\n"); ++ grub_errno = GRUB_ERR_NONE; ++ continue; ++ } ++ ++ grub_memmove (&(desc.current_uberblock), ++ &ubbest->ubp_uberblock, sizeof (uberblock_t)); ++ if (original) ++ grub_memmove (&(data->current_uberblock), ++ &ubbest->ubp_uberblock, sizeof (uberblock_t)); ++ ++ err = check_pool_label (data, &desc); ++ if (err) ++ { ++ grub_errno = GRUB_ERR_NONE; ++ continue; ++ } ++#if 0 ++ if (find_best_root && ++ vdev_uberblock_compare (&ubbest->ubp_uberblock, ++ &(current_uberblock)) <= 0) ++ continue; ++#endif ++ grub_free (ub_array); ++ grub_free (bh); ++ return GRUB_ERR_NONE; ++ } ++ ++ grub_free (ub_array); ++ grub_free (bh); ++ ++ return grub_error (GRUB_ERR_BAD_FS, "couldn't find a valid label"); ++} ++ ++static grub_err_t ++scan_devices (struct grub_zfs_data *data) ++{ ++ auto int hook (const char *name); ++ int hook (const char *name) ++ { ++ grub_device_t dev; ++ grub_err_t err; ++ dev = grub_device_open (name); ++ if (!dev) ++ return 0; ++ if (!dev->disk) ++ { ++ grub_device_close (dev); ++ return 0; ++ } ++ err = scan_disk (dev, data, 0); ++ if (err == GRUB_ERR_BAD_FS) ++ { ++ grub_device_close (dev); ++ grub_errno = GRUB_ERR_NONE; ++ return 0; ++ } ++ if (err) ++ { ++ grub_device_close (dev); ++ grub_print_error (); ++ return 0; ++ } ++ ++ return 0; ++ } ++ grub_device_iterate (hook); ++ return GRUB_ERR_NONE; ++} ++ ++static inline void ++xor (grub_uint64_t *a, const grub_uint64_t *b, grub_size_t s) ++{ ++ s /= sizeof (grub_uint64_t); ++ while (s--) ++ *a++ ^= *b++; ++} ++ ++/* x**y. */ ++static grub_uint8_t powx[255 * 2]; ++/* Such an s that x**s = y */ ++static int powx_inv[256]; ++static const grub_uint8_t poly = 0x1d; ++ ++/* perform the operation a ^= b * (x ** (known_idx * recovery_pow) ) */ ++static inline void ++xor_out (void *a_in, const void *b_in, grub_size_t s, ++ int known_idx, int recovery_pow) ++{ ++ int add; ++ grub_uint8_t *a = a_in; ++ const grub_uint8_t *b = b_in; ++ ++ /* Simple xor. */ ++ if (known_idx == 0 || recovery_pow == 0) ++ { ++ xor (a_in, b_in, s); ++ return; ++ } ++ add = (known_idx * recovery_pow) % 255; ++ for (;s--; b++, a++) ++ if (*b) ++ *a ^= powx[powx_inv[*b] + add]; ++} ++ ++static inline grub_uint8_t ++gf_mul (grub_uint8_t a, grub_uint8_t b) ++{ ++ if (a == 0 || b == 0) ++ return 0; ++ return powx[powx_inv[a] + powx_inv[b]]; ++} ++ ++static inline grub_err_t ++recovery (grub_uint8_t *bufs[4], grub_size_t s, const int nbufs, ++ const unsigned *powers, ++ const int *idx) ++{ ++ grub_dprintf ("zfs", "recovering %u bufers\n", nbufs); ++ /* Now we have */ ++ /* b_i = sum (r_j* (x ** (powers[i] * idx[j])))*/ ++ /* Let's invert the matrix in question. */ ++ switch (nbufs) ++ { ++ /* Easy: r_0 = bufs[0] / (x << (powers[i] * idx[j])). */ ++ case 1: ++ { ++ int add; ++ grub_uint8_t *a; ++ if (powers[0] == 0 || idx[0] == 0) ++ return GRUB_ERR_NONE; ++ add = 255 - ((powers[0] * idx[0]) % 255); ++ for (a = bufs[0]; s--; a++) ++ if (*a) ++ *a = powx[powx_inv[*a] + add]; ++ return GRUB_ERR_NONE; ++ } ++ /* Case 2x2: Let's use the determinant formula. */ ++ case 2: ++ { ++ grub_uint8_t det, det_inv; ++ grub_uint8_t matrixinv[2][2]; ++ unsigned i; ++ /* The determinant is: */ ++ det = (powx[(powers[0] * idx[0] + powers[1] * idx[1]) % 255] ++ ^ powx[(powers[0] * idx[1] + powers[1] * idx[0]) % 255]); ++ if (det == 0) ++ return grub_error (GRUB_ERR_BAD_FS, "singular recovery matrix"); ++ det_inv = powx[255 - powx_inv[det]]; ++ matrixinv[0][0] = gf_mul (powx[(powers[1] * idx[1]) % 255], det_inv); ++ matrixinv[1][1] = gf_mul (powx[(powers[0] * idx[0]) % 255], det_inv); ++ matrixinv[0][1] = gf_mul (powx[(powers[0] * idx[1]) % 255], det_inv); ++ matrixinv[1][0] = gf_mul (powx[(powers[1] * idx[0]) % 255], det_inv); ++ for (i = 0; i < s; i++) ++ { ++ grub_uint8_t b0, b1; ++ b0 = bufs[0][i]; ++ b1 = bufs[1][i]; ++ ++ bufs[0][i] = (gf_mul (b0, matrixinv[0][0]) ++ ^ gf_mul (b1, matrixinv[0][1])); ++ bufs[1][i] = (gf_mul (b0, matrixinv[1][0]) ++ ^ gf_mul (b1, matrixinv[1][1])); ++ } ++ return GRUB_ERR_NONE; ++ } ++ /* Otherwise use Gauss. */ ++ default: ++ { ++ grub_uint8_t matrix1[nbufs][nbufs], matrix2[nbufs][nbufs]; ++ int i, j, k; ++ ++ for (i = 0; i < nbufs; i++) ++ for (j = 0; j < nbufs; j++) ++ matrix1[i][j] = powx[(powers[i] * idx[j]) % 255]; ++ for (i = 0; i < nbufs; i++) ++ for (j = 0; j < nbufs; j++) ++ matrix2[i][j] = 0; ++ for (i = 0; i < nbufs; i++) ++ matrix2[i][i] = 1; ++ ++ for (i = 0; i < nbufs; i++) ++ { ++ grub_uint8_t mul; ++ for (j = i; j < nbufs; j++) ++ if (matrix1[i][j]) ++ break; ++ if (j == nbufs) ++ return grub_error (GRUB_ERR_BAD_FS, "singular recovery matrix"); ++ if (j != i) ++ { ++ int xchng; ++ xchng = j; ++ for (j = 0; j < nbufs; j++) ++ { ++ grub_uint8_t t; ++ t = matrix1[xchng][j]; ++ matrix1[xchng][j] = matrix1[i][j]; ++ matrix1[i][j] = t; ++ } ++ for (j = 0; j < nbufs; j++) ++ { ++ grub_uint8_t t; ++ t = matrix2[xchng][j]; ++ matrix2[xchng][j] = matrix2[i][j]; ++ matrix2[i][j] = t; ++ } ++ } ++ mul = powx[255 - powx_inv[matrix1[i][i]]]; ++ for (j = 0; j < nbufs; j++) ++ matrix1[i][j] = gf_mul (matrix1[i][j], mul); ++ for (j = 0; j < nbufs; j++) ++ matrix2[i][j] = gf_mul (matrix2[i][j], mul); ++ for (j = i + 1; j < nbufs; j++) ++ { ++ mul = matrix1[j][i]; ++ for (k = 0; k < nbufs; k++) ++ matrix1[j][k] ^= gf_mul (matrix1[i][k], mul); ++ for (k = 0; k < nbufs; k++) ++ matrix2[j][k] ^= gf_mul (matrix2[i][k], mul); ++ } ++ } ++ for (i = nbufs - 1; i >= 0; i--) ++ { ++ for (j = 0; j < i; j++) ++ { ++ grub_uint8_t mul; ++ mul = matrix1[j][i]; ++ for (k = 0; k < nbufs; k++) ++ matrix1[j][k] ^= gf_mul (matrix1[i][k], mul); ++ for (k = 0; k < nbufs; k++) ++ matrix2[j][k] ^= gf_mul (matrix2[i][k], mul); ++ } ++ } ++ ++ for (i = 0; i < (int) s; i++) ++ { ++ grub_uint8_t b[nbufs]; ++ for (j = 0; j < nbufs; j++) ++ b[j] = bufs[j][i]; ++ for (j = 0; j < nbufs; j++) ++ { ++ bufs[j][i] = 0; ++ for (k = 0; k < nbufs; k++) ++ bufs[j][i] ^= gf_mul (matrix2[j][k], b[k]); ++ } ++ } ++ return GRUB_ERR_NONE; ++ } ++ } ++} ++ ++static grub_err_t ++read_device (grub_uint64_t offset, struct grub_zfs_device_desc *desc, ++ grub_size_t len, void *buf) ++{ ++ switch (desc->type) ++ { ++ case DEVICE_LEAF: ++ { ++ grub_uint64_t sector; ++ sector = DVA_OFFSET_TO_PHYS_SECTOR (offset); ++ if (!desc->dev) ++ { ++ return grub_error (GRUB_ERR_BAD_FS, "member drive unknown"); ++ } ++ /* read in a data block */ ++ return grub_disk_read (desc->dev->disk, sector, 0, len, buf); ++ } ++ case DEVICE_MIRROR: ++ { ++ grub_err_t err = GRUB_ERR_NONE; ++ unsigned i; ++ if (desc->n_children <= 0) ++ return grub_error (GRUB_ERR_BAD_FS, ++ "non-positive number of mirror children"); ++ for (i = 0; i < desc->n_children; i++) ++ { ++ err = read_device (offset, &desc->children[i], ++ len, buf); ++ if (!err) ++ break; ++ grub_errno = GRUB_ERR_NONE; ++ } ++ return (grub_errno = err); ++ } ++ case DEVICE_RAIDZ: ++ { ++ unsigned c = 0; ++ grub_uint64_t high; ++ grub_uint64_t devn; ++ grub_uint64_t m; ++ grub_uint32_t s, orig_s; ++ void *orig_buf = buf; ++ grub_size_t orig_len = len; ++ grub_uint8_t *recovery_buf[4]; ++ grub_size_t recovery_len[4]; ++ int recovery_idx[4]; ++ unsigned failed_devices = 0; ++ int idx, orig_idx; ++ ++ if (desc->nparity < 1 || desc->nparity > 3) ++ return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, ++ "raidz%d is not supported", desc->nparity); ++ ++ orig_s = (((len + (1 << desc->ashift) - 1) >> desc->ashift) ++ + (desc->n_children - desc->nparity) - 1); ++ s = orig_s; ++ ++ high = grub_divmod64_full ((offset >> desc->ashift), ++ desc->n_children, &m); ++ if (desc->nparity == 2) ++ c = 2; ++ if (desc->nparity == 3) ++ c = 3; ++ if (((len + (1 << desc->ashift) - 1) >> desc->ashift) ++ >= (desc->n_children - desc->nparity)) ++ idx = (desc->n_children - desc->nparity - 1); ++ else ++ idx = ((len + (1 << desc->ashift) - 1) >> desc->ashift) - 1; ++ orig_idx = idx; ++ while (len > 0) ++ { ++ grub_size_t csize; ++ grub_uint32_t bsize; ++ grub_err_t err; ++ bsize = s / (desc->n_children - desc->nparity); ++ ++ if (desc->nparity == 1 ++ && ((offset >> (desc->ashift + 11)) & 1) == c) ++ c++; ++ ++ high = grub_divmod64_full ((offset >> desc->ashift) + c, ++ desc->n_children, &devn); ++ csize = bsize << desc->ashift; ++ if (csize > len) ++ csize = len; ++ ++ grub_dprintf ("zfs", "RAIDZ mapping 0x%" PRIxGRUB_UINT64_T ++ "+%u (%" PRIxGRUB_SIZE ", %" PRIxGRUB_UINT32_T ++ ") -> (0x%" PRIxGRUB_UINT64_T ", 0x%" ++ PRIxGRUB_UINT64_T ")\n", ++ offset >> desc->ashift, c, len, bsize, high, ++ devn); ++ err = read_device ((high << desc->ashift) ++ | (offset & ((1 << desc->ashift) - 1)), ++ &desc->children[devn], ++ csize, buf); ++ if (err && failed_devices < desc->nparity) ++ { ++ recovery_buf[failed_devices] = buf; ++ recovery_len[failed_devices] = csize; ++ recovery_idx[failed_devices] = idx; ++ failed_devices++; ++ grub_errno = err = 0; ++ } ++ if (err) ++ return err; ++ ++ c++; ++ idx--; ++ s--; ++ buf = (char *) buf + csize; ++ len -= csize; ++ } ++ if (failed_devices) ++ { ++ unsigned redundancy_pow[4]; ++ unsigned cur_redundancy_pow = 0; ++ unsigned n_redundancy = 0; ++ unsigned i, j; ++ grub_err_t err; ++ ++ /* Compute mul. x**s has a period of 255. */ ++ if (powx[0] == 0) ++ { ++ grub_uint8_t cur = 1; ++ for (i = 0; i < 255; i++) ++ { ++ powx[i] = cur; ++ powx[i + 255] = cur; ++ powx_inv[cur] = i; ++ if (cur & 0x80) ++ cur = (cur << 1) ^ poly; ++ else ++ cur <<= 1; ++ } ++ } ++ ++ /* Read redundancy data. */ ++ for (n_redundancy = 0, cur_redundancy_pow = 0; ++ n_redundancy < failed_devices; ++ cur_redundancy_pow++) ++ { ++ high = grub_divmod64_full ((offset >> desc->ashift) ++ + cur_redundancy_pow ++ + ((desc->nparity == 1) ++ && ((offset >> (desc->ashift + 11)) ++ & 1)), ++ desc->n_children, &devn); ++ err = read_device ((high << desc->ashift) ++ | (offset & ((1 << desc->ashift) - 1)), ++ &desc->children[devn], ++ recovery_len[n_redundancy], ++ recovery_buf[n_redundancy]); ++ /* Ignore error if we may still have enough devices. */ ++ if (err && n_redundancy + desc->nparity - cur_redundancy_pow - 1 ++ >= failed_devices) ++ { ++ grub_errno = GRUB_ERR_NONE; ++ continue; ++ } ++ if (err) ++ return err; ++ redundancy_pow[n_redundancy] = cur_redundancy_pow; ++ n_redundancy++; ++ } ++ /* Now xor-our the parts we already know. */ ++ buf = orig_buf; ++ len = orig_len; ++ s = orig_s; ++ idx = orig_idx; ++ ++ while (len > 0) ++ { ++ grub_size_t csize; ++ csize = ((s / (desc->n_children - desc->nparity)) ++ << desc->ashift); ++ if (csize > len) ++ csize = len; ++ ++ for (j = 0; j < failed_devices; j++) ++ if (buf == recovery_buf[j]) ++ break; ++ ++ if (j == failed_devices) ++ for (j = 0; j < failed_devices; j++) ++ xor_out (recovery_buf[j], buf, ++ csize < recovery_len[j] ? csize : recovery_len[j], ++ idx, redundancy_pow[j]); ++ ++ s--; ++ buf = (char *) buf + csize; ++ len -= csize; ++ idx--; ++ } ++ for (i = 0; i < failed_devices ++ && recovery_len[i] == recovery_len[0]; ++ i++); ++ /* Since the chunks have variable length handle the last block ++ separately. */ ++ if (i != failed_devices) ++ { ++ grub_uint8_t *tmp_recovery_buf[4]; ++ for (j = 0; j < i; j++) ++ tmp_recovery_buf[j] = recovery_buf[j] + recovery_len[j] - 1; ++ err = recovery (tmp_recovery_buf, 1, i, redundancy_pow, ++ recovery_idx); ++ if (err) ++ return err; ++ } ++ err = recovery (recovery_buf, recovery_len[failed_devices - 1], ++ failed_devices, redundancy_pow, recovery_idx); ++ if (err) ++ return err; ++ } ++ return GRUB_ERR_NONE; ++ } ++ } ++ return grub_error (GRUB_ERR_BAD_FS, "unsupported device type"); ++} ++ ++static grub_err_t ++read_dva (const dva_t *dva, ++ grub_zfs_endian_t endian, struct grub_zfs_data *data, ++ void *buf, grub_size_t len) ++{ ++ grub_uint64_t offset; ++ unsigned i; ++ grub_err_t err; ++ int try = 0; ++ offset = dva_get_offset (dva, endian); ++ ++ for (try = 0; try < 2; try++) ++ { ++ for (i = 0; i < data->n_devices_attached; i++) ++ if (data->devices_attached[i].id == DVA_GET_VDEV (dva)) ++ { ++ err = read_device (offset, &data->devices_attached[i], len, buf); ++ if (!err) ++ return GRUB_ERR_NONE; ++ break; ++ } ++ if (try == 1) ++ break; ++ err = scan_devices (data); ++ if (err) ++ return err; ++ } ++ return err; ++} + + /* + * Read a block of data based on the gang block address dva, +@@ -412,7 +1292,6 @@ + struct grub_zfs_data *data) + { + zio_gbh_phys_t *zio_gb; +- grub_uint64_t offset, sector; + unsigned i; + grub_err_t err; + zio_cksum_t zc; +@@ -424,13 +1303,8 @@ + return grub_errno; + grub_dprintf ("zfs", endian == LITTLE_ENDIAN ? "little-endian gang\n" + :"big-endian gang\n"); +- offset = dva_get_offset (dva, endian); +- sector = DVA_OFFSET_TO_PHYS_SECTOR (offset); +- grub_dprintf ("zfs", "offset=%llx\n", (unsigned long long) offset); + +- /* read in the gang block header */ +- err = grub_disk_read (data->disk, sector, 0, SPA_GANGBLOCKSIZE, +- (char *) zio_gb); ++ err = read_dva (dva, endian, data, zio_gb, SPA_GANGBLOCKSIZE); + if (err) + { + grub_free (zio_gb); +@@ -483,20 +1357,13 @@ + /* pick a good dva from the block pointer */ + for (i = 0; i < SPA_DVAS_PER_BP; i++) + { +- grub_uint64_t offset, sector; +- + if (bp->blk_dva[i].dva_word[0] == 0 && bp->blk_dva[i].dva_word[1] == 0) + continue; + + if ((grub_zfs_to_cpu64 (bp->blk_dva[i].dva_word[1], endian)>>63) & 1) + err = zio_read_gang (bp, endian, &bp->blk_dva[i], buf, data); + else +- { +- /* read in a data block */ +- offset = dva_get_offset (&bp->blk_dva[i], endian); +- sector = DVA_OFFSET_TO_PHYS_SECTOR (offset); +- err = grub_disk_read (data->disk, sector, 0, psize, buf); +- } ++ err = read_dva (&bp->blk_dva[i], endian, data, buf, psize); + if (!err) + return GRUB_ERR_NONE; + grub_errno = GRUB_ERR_NONE; +@@ -527,7 +1394,7 @@ + *buf = NULL; + + checksum = (grub_zfs_to_cpu64((bp)->blk_prop, endian) >> 40) & 0xff; +- comp = (grub_zfs_to_cpu64((bp)->blk_prop, endian)>>32) & 0x7; ++ comp = (grub_zfs_to_cpu64((bp)->blk_prop, endian)>>32) & 0xff; + lsize = (BP_IS_HOLE(bp) ? 0 : + (((grub_zfs_to_cpu64 ((bp)->blk_prop, endian) & 0xffff) + 1) + << SPA_MINBLOCKSHIFT)); +@@ -602,7 +1469,8 @@ + dmu_read (dnode_end_t * dn, grub_uint64_t blkid, void **buf, + grub_zfs_endian_t *endian_out, struct grub_zfs_data *data) + { +- int idx, level; ++ int level; ++ grub_off_t idx; + blkptr_t *bp_array = dn->dn.dn_blkptr; + int epbs = dn->dn.dn_indblkshift - SPA_BLKPTRSHIFT; + blkptr_t *bp; +@@ -670,7 +1538,8 @@ + */ + static grub_err_t + mzap_lookup (mzap_phys_t * zapobj, grub_zfs_endian_t endian, +- int objsize, char *name, grub_uint64_t * value) ++ int objsize, char *name, grub_uint64_t * value, ++ int case_insensitive) + { + int i, chunks; + mzap_ent_phys_t *mzap_ent = zapobj->mz_chunk; +@@ -678,7 +1547,8 @@ + chunks = objsize / MZAP_ENT_LEN - 1; + for (i = 0; i < chunks; i++) + { +- if (grub_strcmp (mzap_ent[i].mze_name, name) == 0) ++ if (case_insensitive ? (grub_strcasecmp (mzap_ent[i].mze_name, name) == 0) ++ : (grub_strcmp (mzap_ent[i].mze_name, name) == 0)) + { + *value = grub_zfs_to_cpu64 (mzap_ent[i].mze_value, endian); + return GRUB_ERR_NONE; +@@ -711,7 +1581,8 @@ + } + + static grub_uint64_t +-zap_hash (grub_uint64_t salt, const char *name) ++zap_hash (grub_uint64_t salt, const char *name, ++ int case_insensitive) + { + static grub_uint64_t table[256]; + const grub_uint8_t *cp; +@@ -729,8 +1600,12 @@ + } + } + +- for (cp = (const grub_uint8_t *) name; (c = *cp) != '\0'; cp++) +- crc = (crc >> 8) ^ table[(crc ^ c) & 0xFF]; ++ if (case_insensitive) ++ for (cp = (const grub_uint8_t *) name; (c = *cp) != '\0'; cp++) ++ crc = (crc >> 8) ^ table[(crc ^ grub_toupper (c)) & 0xFF]; ++ else ++ for (cp = (const grub_uint8_t *) name; (c = *cp) != '\0'; cp++) ++ crc = (crc >> 8) ^ table[(crc ^ c) & 0xFF]; + + /* + * Only use 28 bits, since we need 4 bits in the cookie for the +@@ -748,10 +1623,34 @@ + * array_len is actual len in bytes (not encoded le_value_length). + * buf is null-terminated. + */ ++ ++static inline int ++name_cmp (const char *s1, const char *s2, grub_size_t n, ++ int case_insensitive) ++{ ++ const char *t1 = (const char *) s1; ++ const char *t2 = (const char *) s2; ++ ++ if (!case_insensitive) ++ return grub_memcmp (t1, t2, n); ++ ++ while (n--) ++ { ++ if (grub_toupper (*t1) != grub_toupper (*t2)) ++ return (int) grub_toupper (*t1) - (int) grub_toupper (*t2); ++ ++ t1++; ++ t2++; ++ } ++ ++ return 0; ++} ++ + /* XXX */ + static int + zap_leaf_array_equal (zap_leaf_phys_t * l, grub_zfs_endian_t endian, +- int blksft, int chunk, int array_len, const char *buf) ++ int blksft, int chunk, int array_len, const char *buf, ++ int case_insensitive) + { + int bseen = 0; + +@@ -763,7 +1662,8 @@ + if (chunk >= ZAP_LEAF_NUMCHUNKS (blksft)) + return (0); + +- if (grub_memcmp (la->la_array, buf + bseen, toread) != 0) ++ if (name_cmp ((char *) la->la_array, buf + bseen, toread, ++ case_insensitive) != 0) + break; + chunk = grub_zfs_to_cpu16 (la->la_next, endian); + bseen += toread; +@@ -804,7 +1704,8 @@ + static grub_err_t + zap_leaf_lookup (zap_leaf_phys_t * l, grub_zfs_endian_t endian, + int blksft, grub_uint64_t h, +- const char *name, grub_uint64_t * value) ++ const char *name, grub_uint64_t * value, ++ int case_insensitive) + { + grub_uint16_t chunk; + struct zap_leaf_entry *le; +@@ -816,7 +1717,7 @@ + return grub_error (GRUB_ERR_BAD_FS, "invalid leaf magic"); + + for (chunk = grub_zfs_to_cpu16 (l->l_hash[LEAF_HASH (blksft, h)], endian); +- chunk != CHAIN_END; chunk = le->le_next) ++ chunk != CHAIN_END; chunk = grub_zfs_to_cpu16 (le->le_next, endian)) + { + + if (chunk >= ZAP_LEAF_NUMCHUNKS (blksft)) +@@ -836,11 +1737,12 @@ + if (zap_leaf_array_equal (l, endian, blksft, + grub_zfs_to_cpu16 (le->le_name_chunk,endian), + grub_zfs_to_cpu16 (le->le_name_length, endian), +- name)) ++ name, case_insensitive)) + { + struct zap_leaf_array *la; + +- if (le->le_int_size != 8 || le->le_value_length != 1) ++ if (le->le_int_size != 8 || grub_zfs_to_cpu16 (le->le_value_length, ++ endian) != 1) + return grub_error (GRUB_ERR_BAD_FS, "invalid leaf chunk entry"); + + /* get the uint64_t property value */ +@@ -858,9 +1760,9 @@ + + /* Verify if this is a fat zap header block */ + static grub_err_t +-zap_verify (zap_phys_t *zap) ++zap_verify (zap_phys_t *zap, grub_zfs_endian_t endian) + { +- if (zap->zap_magic != (grub_uint64_t) ZAP_MAGIC) ++ if (grub_zfs_to_cpu64 (zap->zap_magic, endian) != (grub_uint64_t) ZAP_MAGIC) + return grub_error (GRUB_ERR_BAD_FS, "bad ZAP magic"); + + if (zap->zap_flags != 0) +@@ -879,7 +1781,8 @@ + /* XXX */ + static grub_err_t + fzap_lookup (dnode_end_t * zap_dnode, zap_phys_t * zap, +- char *name, grub_uint64_t * value, struct grub_zfs_data *data) ++ char *name, grub_uint64_t * value, struct grub_zfs_data *data, ++ int case_insensitive) + { + void *l; + grub_uint64_t hash, idx, blkid; +@@ -888,18 +1791,18 @@ + grub_err_t err; + grub_zfs_endian_t leafendian; + +- err = zap_verify (zap); ++ err = zap_verify (zap, zap_dnode->endian); + if (err) + return err; + +- hash = zap_hash (zap->zap_salt, name); ++ hash = zap_hash (zap->zap_salt, name, case_insensitive); + + /* get block id from index */ + if (zap->zap_ptrtbl.zt_numblks != 0) + return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, + "external pointer tables not supported"); + idx = ZAP_HASH_IDX (hash, zap->zap_ptrtbl.zt_shift); +- blkid = ((grub_uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; ++ blkid = grub_zfs_to_cpu64 (((grub_uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))], zap_dnode->endian); + + /* Get the leaf block */ + if ((1U << blksft) < sizeof (zap_leaf_phys_t)) +@@ -908,7 +1811,8 @@ + if (err) + return err; + +- err = zap_leaf_lookup (l, leafendian, blksft, hash, name, value); ++ err = zap_leaf_lookup (l, leafendian, blksft, hash, name, value, ++ case_insensitive); + grub_free (l); + return err; + } +@@ -922,14 +1826,14 @@ + { + zap_leaf_phys_t *l; + void *l_in; +- grub_uint64_t idx, blkid; ++ grub_uint64_t idx, idx2, blkid; + grub_uint16_t chunk; + int blksft = zfs_log2 (grub_zfs_to_cpu16 (zap_dnode->dn.dn_datablkszsec, + zap_dnode->endian) << DNODE_SHIFT); + grub_err_t err; + grub_zfs_endian_t endian; + +- if (zap_verify (zap)) ++ if (zap_verify (zap, zap_dnode->endian)) + return 0; + + /* get block id from index */ +@@ -945,9 +1849,17 @@ + grub_error (GRUB_ERR_BAD_FS, "ZAP leaf is too small"); + return 0; + } +- for (idx = 0; idx < zap->zap_ptrtbl.zt_numblks; idx++) ++ for (idx = 0; idx < (1ULL << zap->zap_ptrtbl.zt_shift); idx++) + { +- blkid = ((grub_uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))]; ++ blkid = grub_zfs_to_cpu64 (((grub_uint64_t *) zap)[idx + (1 << (blksft - 3 - 1))], ++ zap_dnode->endian); ++ ++ for (idx2 = 0; idx2 < idx; idx2++) ++ if (blkid == grub_zfs_to_cpu64 (((grub_uint64_t *) zap)[idx2 + (1 << (blksft - 3 - 1))], ++ zap_dnode->endian)) ++ break; ++ if (idx2 != idx) ++ continue; + + err = dmu_read (zap_dnode, blkid, &l_in, &endian, data); + l = l_in; +@@ -983,8 +1895,11 @@ + + buf = grub_malloc (grub_zfs_to_cpu16 (le->le_name_length, endian) + + 1); +- if (zap_leaf_array_get (l, endian, blksft, le->le_name_chunk, +- le->le_name_length, buf)) ++ if (zap_leaf_array_get (l, endian, blksft, ++ grub_zfs_to_cpu16 (le->le_name_chunk, ++ endian), ++ grub_zfs_to_cpu16 (le->le_name_length, ++ endian), buf)) + { + grub_free (buf); + continue; +@@ -996,7 +1911,9 @@ + continue; + + /* get the uint64_t property value */ +- la = &ZAP_LEAF_CHUNK (l, blksft, le->le_value_chunk).l_array; ++ la = &ZAP_LEAF_CHUNK (l, blksft, ++ grub_zfs_to_cpu16 (le->le_value_chunk, ++ endian)).l_array; + val = grub_be_to_cpu64 (la->la_array64); + if (hook (buf, val)) + return 1; +@@ -1014,7 +1931,7 @@ + */ + static grub_err_t + zap_lookup (dnode_end_t * zap_dnode, char *name, grub_uint64_t * val, +- struct grub_zfs_data *data) ++ struct grub_zfs_data *data, int case_insensitive) + { + grub_uint64_t block_type; + int size; +@@ -1037,7 +1954,8 @@ + if (block_type == ZBT_MICRO) + { + grub_dprintf ("zfs", "micro zap\n"); +- err = (mzap_lookup (zapbuf, endian, size, name, val)); ++ err = mzap_lookup (zapbuf, endian, size, name, val, ++ case_insensitive); + grub_dprintf ("zfs", "returned %d\n", err); + grub_free (zapbuf); + return err; +@@ -1046,7 +1964,8 @@ + { + grub_dprintf ("zfs", "fat zap\n"); + /* this is a fat zap */ +- err = (fzap_lookup (zap_dnode, zapbuf, name, val, data)); ++ err = fzap_lookup (zap_dnode, zapbuf, name, val, data, ++ case_insensitive); + grub_dprintf ("zfs", "returned %d\n", err); + grub_free (zapbuf); + return err; +@@ -1074,7 +1993,7 @@ + return 0; + block_type = grub_zfs_to_cpu64 (*((grub_uint64_t *) zapbuf), endian); + +- grub_dprintf ("zfs", "zap read\n"); ++ grub_dprintf ("zfs", "zap iterate\n"); + + if (block_type == ZBT_MICRO) + { +@@ -1172,9 +2091,9 @@ + */ + static grub_err_t + dnode_get_path (dnode_end_t * mdn, const char *path_in, dnode_end_t * dn, +- struct grub_zfs_data *data) ++ struct grub_zfs_data *data, int *case_insensitive) + { +- grub_uint64_t objnum, version; ++ grub_uint64_t objnum, version, insensitivity; + char *cname, ch; + grub_err_t err = GRUB_ERR_NONE; + char *path, *path_buf; +@@ -1199,19 +2118,31 @@ + return err; + } + +- err = zap_lookup (&(dnode_path->dn), ZPL_VERSION_STR, &version, data); ++ err = zap_lookup (&(dnode_path->dn), ZPL_VERSION_STR, &version, ++ data, 0); + if (err) + { + grub_free (dn_new); + return err; + } ++ + if (version > ZPL_VERSION) + { + grub_free (dn_new); + return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, "too new ZPL version"); + } +- +- err = zap_lookup (&(dnode_path->dn), ZFS_ROOT_OBJ, &objnum, data); ++ ++ err = zap_lookup (&(dnode_path->dn), "casesensitivity", &insensitivity, ++ data, 0); ++ if (err == GRUB_ERR_FILE_NOT_FOUND) ++ { ++ grub_errno = GRUB_ERR_NONE; ++ insensitivity = 0; ++ } ++ if (case_insensitive) ++ *case_insensitive = insensitivity; ++ ++ err = zap_lookup (&(dnode_path->dn), ZFS_ROOT_OBJ, &objnum, data, 0); + if (err) + { + grub_free (dn_new); +@@ -1272,7 +2203,7 @@ + grub_free (path_buf); + return grub_error (GRUB_ERR_BAD_FILE_TYPE, "not a directory"); + } +- err = zap_lookup (&(dnode_path->dn), cname, &objnum, data); ++ err = zap_lookup (&(dnode_path->dn), cname, &objnum, data, insensitivity); + if (err) + break; + +@@ -1291,22 +2222,54 @@ + break; + + *path = ch; +-#if 0 +- if (((grub_zfs_to_cpu64(((znode_phys_t *) DN_BONUS (&dnode_path->dn.dn))->zp_mode, dnode_path->dn.endian) >> 12) & 0xf) == 0xa && ch) ++ if (dnode_path->dn.dn.dn_bonustype == DMU_OT_ZNODE ++ && ((grub_zfs_to_cpu64(((znode_phys_t *) DN_BONUS (&dnode_path->dn.dn))->zp_mode, dnode_path->dn.endian) >> 12) & 0xf) == 0xa) + { ++ char *sym_value; ++ grub_size_t sym_sz; ++ int free_symval = 0; + char *oldpath = path, *oldpathbuf = path_buf; +- path = path_buf +- = grub_malloc (sizeof (dnode_path->dn.dn.dn_bonus) +- - sizeof (znode_phys_t) + grub_strlen (oldpath) + 1); ++ sym_value = ((char *) DN_BONUS (&dnode_path->dn.dn) + sizeof (struct znode_phys)); ++ ++ sym_sz = grub_zfs_to_cpu64 (((znode_phys_t *) DN_BONUS (&dnode_path->dn.dn))->zp_size, dnode_path->dn.endian); ++ ++ if (dnode_path->dn.dn.dn_flags & 1) ++ { ++ grub_size_t block; ++ grub_size_t blksz; ++ blksz = (grub_zfs_to_cpu16 (dnode_path->dn.dn.dn_datablkszsec, ++ dnode_path->dn.endian) ++ << SPA_MINBLOCKSHIFT); ++ ++ sym_value = grub_malloc (sym_sz); ++ if (!sym_value) ++ return grub_errno; ++ for (block = 0; block < (sym_sz + blksz - 1) / blksz; block++) ++ { ++ void *t; ++ grub_size_t movesize; ++ ++ err = dmu_read (&(dnode_path->dn), block, &t, 0, data); ++ if (err) ++ return err; ++ ++ movesize = MIN (sym_sz - block * blksz, blksz); ++ ++ grub_memcpy (sym_value + block * blksz, t, movesize); ++ grub_free (t); ++ } ++ free_symval = 1; ++ } ++ path = path_buf = grub_malloc (sym_sz + grub_strlen (oldpath) + 1); + if (!path_buf) + { + grub_free (oldpathbuf); + return grub_errno; + } +- grub_memcpy (path, +- (char *) DN_BONUS(&dnode_path->dn.dn) + sizeof (znode_phys_t), +- sizeof (dnode_path->dn.dn.dn_bonus) - sizeof (znode_phys_t)); +- path [sizeof (dnode_path->dn.dn.dn_bonus) - sizeof (znode_phys_t)] = 0; ++ grub_memcpy (path, sym_value, sym_sz); ++ if (free_symval) ++ grub_free (sym_value); ++ path [sym_sz] = 0; + grub_memcpy (path + grub_strlen (path), oldpath, + grub_strlen (oldpath) + 1); + +@@ -1324,7 +2287,62 @@ + grub_free (dn_new); + } + } +-#endif ++ if (dnode_path->dn.dn.dn_bonustype == DMU_OT_SA) ++ { ++ void *sahdrp; ++ int hdrsize; ++ ++ if (dnode_path->dn.dn.dn_bonuslen != 0) ++ { ++ sahdrp = DN_BONUS (&dnode_path->dn.dn); ++ } ++ else if (dnode_path->dn.dn.dn_flags & DNODE_FLAG_SPILL_BLKPTR) ++ { ++ blkptr_t *bp = &dnode_path->dn.dn.dn_spill; ++ ++ err = zio_read (bp, dnode_path->dn.endian, &sahdrp, NULL, data); ++ if (err) ++ return err; ++ } ++ else ++ { ++ return grub_error (GRUB_ERR_BAD_FS, "filesystem is corrupt"); ++ } ++ ++ hdrsize = SA_HDR_SIZE (((sa_hdr_phys_t *) sahdrp)); ++ ++ if (((grub_zfs_to_cpu64 (*(grub_uint64_t *) ((char *) sahdrp + hdrsize + SA_TYPE_OFFSET), dnode_path->dn.endian) >> 12) & 0xf) == 0xa) ++ { ++ char *sym_value = (char *) sahdrp + hdrsize + SA_SYMLINK_OFFSET; ++ grub_size_t sym_sz = ++ grub_zfs_to_cpu64 (*(grub_uint64_t *) ((char *) sahdrp + hdrsize + SA_SIZE_OFFSET), dnode_path->dn.endian); ++ char *oldpath = path, *oldpathbuf = path_buf; ++ path = path_buf = grub_malloc (sym_sz + grub_strlen (oldpath) + 1); ++ if (!path_buf) ++ { ++ grub_free (oldpathbuf); ++ return grub_errno; ++ } ++ grub_memcpy (path, sym_value, sym_sz); ++ path [sym_sz] = 0; ++ grub_memcpy (path + grub_strlen (path), oldpath, ++ grub_strlen (oldpath) + 1); ++ ++ grub_free (oldpathbuf); ++ if (path[0] != '/') ++ { ++ dn_new = dnode_path; ++ dnode_path = dn_new->next; ++ grub_free (dn_new); ++ } ++ else while (dnode_path != root) ++ { ++ dn_new = dnode_path; ++ dnode_path = dn_new->next; ++ grub_free (dn_new); ++ } ++ } ++ } + } + + if (!err) +@@ -1417,7 +2435,7 @@ + + grub_dprintf ("zfs", "alive\n"); + +- err = zap_lookup (mdn, DMU_POOL_ROOT_DATASET, &objnum, data); ++ err = zap_lookup (mdn, DMU_POOL_ROOT_DATASET, &objnum, data, 0); + if (err) + return err; + +@@ -1452,7 +2470,7 @@ + if (err) + return err; + +- err = zap_lookup (mdn, cname, &objnum, data); ++ err = zap_lookup (mdn, cname, &objnum, data, 0); + if (err) + return err; + +@@ -1495,7 +2513,7 @@ + static grub_err_t + dnode_get_fullpath (const char *fullpath, dnode_end_t * mdn, + grub_uint64_t *mdnobj, dnode_end_t * dn, int *isfs, +- struct grub_zfs_data *data) ++ struct grub_zfs_data *data, int *case_insensitive) + { + char *fsname, *snapname; + const char *ptr_at, *filename; +@@ -1573,7 +2591,7 @@ + err = dnode_get (&(data->mos), snapobj, + DMU_OT_DSL_DS_SNAP_MAP, mdn, data); + if (!err) +- err = zap_lookup (mdn, snapname, &headobj, data); ++ err = zap_lookup (mdn, snapname, &headobj, data, 0); + if (!err) + err = dnode_get (&(data->mos), headobj, DMU_OT_DSL_DATASET, mdn, data); + if (err) +@@ -1597,7 +2615,7 @@ + grub_free (snapname); + return GRUB_ERR_NONE; + } +- err = dnode_get_path (mdn, filename, dn, data); ++ err = dnode_get_path (mdn, filename, dn, data, case_insensitive); + grub_free (fsname); + grub_free (snapname); + return err; +@@ -1625,11 +2643,12 @@ + */ + + static int +-nvlist_find_value (char *nvlist, char *name, int valtype, char **val, ++nvlist_find_value (const char *nvlist, const char *name, ++ int valtype, char **val, + grub_size_t *size_out, grub_size_t *nelm_out) + { + int name_len, type, encode_size; +- char *nvpair, *nvp_name; ++ const char *nvpair, *nvp_name; + + /* Verify if the 1st and 2nd byte in the nvlist are valid. */ + /* NOTE: independently of what endianness header announces all +@@ -1671,7 +2690,7 @@ + + if ((grub_strncmp (nvp_name, name, name_len) == 0) && type == valtype) + { +- *val = nvpair; ++ *val = (char *) nvpair; + *size_out = encode_size; + if (nelm_out) + *nelm_out = nelm; +@@ -1684,7 +2703,8 @@ + } + + int +-grub_zfs_nvlist_lookup_uint64 (char *nvlist, char *name, grub_uint64_t * out) ++grub_zfs_nvlist_lookup_uint64 (const char *nvlist, const char *name, ++ grub_uint64_t * out) + { + char *nvpair; + grub_size_t size; +@@ -1704,7 +2724,7 @@ + } + + char * +-grub_zfs_nvlist_lookup_string (char *nvlist, char *name) ++grub_zfs_nvlist_lookup_string (const char *nvlist, const char *name) + { + char *nvpair; + char *ret; +@@ -1732,7 +2752,7 @@ + } + + char * +-grub_zfs_nvlist_lookup_nvlist (char *nvlist, char *name) ++grub_zfs_nvlist_lookup_nvlist (const char *nvlist, const char *name) + { + char *nvpair; + char *ret; +@@ -1753,199 +2773,114 @@ + } + + int +-grub_zfs_nvlist_lookup_nvlist_array_get_nelm (char *nvlist, char *name) +-{ +- char *nvpair; +- grub_size_t nelm, size; +- int found; +- +- found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST, &nvpair, +- &size, &nelm); +- if (! found) +- return -1; +- return nelm; +-} +- +-char * +-grub_zfs_nvlist_lookup_nvlist_array (char *nvlist, char *name, +- grub_size_t index) +-{ +- char *nvpair, *nvpairptr; +- int found; +- char *ret; +- grub_size_t size; +- unsigned i; +- grub_size_t nelm; +- +- found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST, &nvpair, +- &size, &nelm); +- if (!found) +- return 0; +- if (index >= nelm) +- { +- grub_error (GRUB_ERR_OUT_OF_RANGE, "trying to lookup past nvlist array"); +- return 0; +- } +- +- nvpairptr = nvpair; +- +- for (i = 0; i < index; i++) +- { +- grub_uint32_t encode_size; +- +- /* skip the header, nvl_version, and nvl_nvflag */ +- nvpairptr = nvpairptr + 4 * 2; +- +- while (nvpairptr < nvpair + size +- && (encode_size = grub_be_to_cpu32 (*(grub_uint32_t *) nvpairptr))) +- nvlist += encode_size; /* goto the next nvpair */ +- +- nvlist = nvlist + 4 * 2; /* skip the ending 2 zeros - 8 bytes */ +- } +- +- if (nvpairptr >= nvpair + size +- || nvpairptr + grub_be_to_cpu32 (*(grub_uint32_t *) (nvpairptr + 4 * 2)) +- >= nvpair + size) +- { +- grub_error (GRUB_ERR_BAD_FS, "incorrect nvlist array"); +- return 0; +- } +- +- ret = grub_zalloc (grub_be_to_cpu32 (*(grub_uint32_t *) (nvpairptr + 4 * 2)) +- + 3 * sizeof (grub_uint32_t)); +- if (!ret) +- return 0; +- grub_memcpy (ret, nvlist, sizeof (grub_uint32_t)); +- +- grub_memcpy (ret + sizeof (grub_uint32_t), nvpairptr, size); +- return ret; +-} +- +-static grub_err_t +-zfs_fetch_nvlist (struct grub_zfs_data * data, char **nvlist) +-{ +- grub_err_t err; +- +- *nvlist = grub_malloc (VDEV_PHYS_SIZE); +- /* Read in the vdev name-value pair list (112K). */ +- err = grub_disk_read (data->disk, data->vdev_phys_sector, 0, +- VDEV_PHYS_SIZE, *nvlist); +- if (err) +- { +- grub_free (*nvlist); +- *nvlist = 0; +- return err; +- } +- return GRUB_ERR_NONE; +-} +- +-/* +- * Check the disk label information and retrieve needed vdev name-value pairs. +- * +- */ +-static grub_err_t +-check_pool_label (struct grub_zfs_data *data) ++grub_zfs_nvlist_lookup_nvlist_array_get_nelm (const char *nvlist, ++ const char *name) + { +- grub_uint64_t pool_state, txg = 0; +- char *nvlist; +-#if 0 +- char *nv; +-#endif +- grub_uint64_t diskguid; +- grub_uint64_t version; ++ char *nvpair; ++ grub_size_t nelm, size; + int found; +- grub_err_t err; + +- err = zfs_fetch_nvlist (data, &nvlist); +- if (err) +- return err; ++ found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST_ARRAY, &nvpair, ++ &size, &nelm); ++ if (! found) ++ return -1; ++ return nelm; ++} + +- grub_dprintf ("zfs", "check 2 passed\n"); ++static int ++get_nvlist_size (const char *beg, const char *limit) ++{ ++ const char *ptr; ++ grub_uint32_t encode_size; ++ ++ ptr = beg + 8; + +- found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_POOL_STATE, +- &pool_state); +- if (! found) +- { +- grub_free (nvlist); +- if (! grub_errno) +- grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_POOL_STATE " not found"); +- return grub_errno; +- } +- grub_dprintf ("zfs", "check 3 passed\n"); ++ while (ptr < limit ++ && (encode_size = grub_be_to_cpu32 (*(grub_uint32_t *) ptr))) ++ ptr += encode_size; /* goto the next nvpair */ ++ ptr += 8; ++ return (ptr > limit) ? -1 : (ptr - beg); ++} + +- if (pool_state == POOL_STATE_DESTROYED) +- { +- grub_free (nvlist); +- return grub_error (GRUB_ERR_BAD_FS, "zpool is marked as destroyed"); +- } +- grub_dprintf ("zfs", "check 4 passed\n"); ++char * ++grub_zfs_nvlist_lookup_nvlist_array (const char *nvlist, const char *name, ++ grub_size_t index) ++{ ++ char *nvpair, *nvpairptr; ++ int found; ++ char *ret; ++ grub_size_t size; ++ unsigned i; ++ grub_size_t nelm; ++ int elemsize = 0; + +- found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_POOL_TXG, &txg); ++ found = nvlist_find_value (nvlist, name, DATA_TYPE_NVLIST_ARRAY, &nvpair, ++ &size, &nelm); + if (!found) ++ return 0; ++ if (index >= nelm) + { +- grub_free (nvlist); +- if (! grub_errno) +- grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_POOL_TXG " not found"); +- return grub_errno; ++ grub_error (GRUB_ERR_OUT_OF_RANGE, "trying to lookup past nvlist array"); ++ return 0; + } +- grub_dprintf ("zfs", "check 6 passed\n"); + +- /* not an active device */ +- if (txg == 0) +- { +- grub_free (nvlist); +- return grub_error (GRUB_ERR_BAD_FS, "zpool isn't active"); +- } +- grub_dprintf ("zfs", "check 7 passed\n"); ++ nvpairptr = nvpair; + +- found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_VERSION, +- &version); +- if (! found) ++ for (i = 0; i < index; i++) + { +- grub_free (nvlist); +- if (! grub_errno) +- grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_VERSION " not found"); +- return grub_errno; +- } +- grub_dprintf ("zfs", "check 8 passed\n"); ++ int r; ++ r = get_nvlist_size (nvpairptr, nvpair + size); + +- if (version > SPA_VERSION) +- { +- grub_free (nvlist); +- return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET, +- "too new version %llu > %llu", +- (unsigned long long) version, +- (unsigned long long) SPA_VERSION); +- } +- grub_dprintf ("zfs", "check 9 passed\n"); +-#if 0 +- if (nvlist_lookup_value (nvlist, ZPOOL_CONFIG_VDEV_TREE, &nv, +- DATA_TYPE_NVLIST, NULL)) +- { +- grub_free (vdev); +- return (GRUB_ERR_BAD_FS); ++ if (r < 0) ++ { ++ grub_error (GRUB_ERR_BAD_FS, "incorrect nvlist array"); ++ return NULL; ++ } ++ nvpairptr += r; + } +- grub_dprintf ("zfs", "check 10 passed\n"); +-#endif + +- found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_GUID, &diskguid); +- if (! found) ++ elemsize = get_nvlist_size (nvpairptr, nvpair + size); ++ ++ if (elemsize < 0) + { +- grub_free (nvlist); +- if (! grub_errno) +- grub_error (GRUB_ERR_BAD_FS, ZPOOL_CONFIG_GUID " not found"); +- return grub_errno; ++ grub_error (GRUB_ERR_BAD_FS, "incorrect nvlist array"); ++ return 0; + } +- grub_dprintf ("zfs", "check 11 passed\n"); + +- grub_free (nvlist); ++ ret = grub_zalloc (elemsize + sizeof (grub_uint32_t)); ++ if (!ret) ++ return 0; ++ grub_memcpy (ret, nvlist, sizeof (grub_uint32_t)); + +- return GRUB_ERR_NONE; ++ grub_memcpy (ret + sizeof (grub_uint32_t), nvpairptr, elemsize); ++ return ret; ++} ++ ++static void ++unmount_device (struct grub_zfs_device_desc *desc) ++{ ++ unsigned i; ++ switch (desc->type) ++ { ++ case DEVICE_LEAF: ++ if (!desc->original && desc->dev) ++ grub_device_close (desc->dev); ++ return; ++ case DEVICE_RAIDZ: ++ case DEVICE_MIRROR: ++ for (i = 0; i < desc->n_children; i++) ++ unmount_device (&desc->children[i]); ++ return; ++ } + } + + static void + zfs_unmount (struct grub_zfs_data *data) + { ++ unsigned i; ++ for (i = 0; i < data->n_devices_attached; i++) ++ unmount_device (&data->devices_attached[i]); ++ grub_free (data->devices_attached); + grub_free (data->dnode_buf); + grub_free (data->dnode_mdn); + grub_free (data->file_buf); +@@ -1961,13 +2896,11 @@ + zfs_mount (grub_device_t dev) + { + struct grub_zfs_data *data = 0; +- int label = 0; +- uberblock_phys_t *ub_array, *ubbest = NULL; +- vdev_boot_header_t *bh; +- void *osp = 0; +- grub_size_t ospsize; + grub_err_t err; +- int vdevnum; ++ objset_phys_t *osp = 0; ++ grub_size_t ospsize; ++ grub_zfs_endian_t ub_endian = UNKNOWN_ENDIAN; ++ uberblock_t *ub; + + if (! dev->disk) + { +@@ -1975,119 +2908,56 @@ + return 0; + } + +- data = grub_malloc (sizeof (*data)); ++ data = grub_zalloc (sizeof (*data)); + if (!data) + return 0; +- grub_memset (data, 0, sizeof (*data)); + #if 0 + /* if it's our first time here, zero the best uberblock out */ + if (data->best_drive == 0 && data->best_part == 0 && find_best_root) + grub_memset (¤t_uberblock, 0, sizeof (uberblock_t)); + #endif + +- data->disk = dev->disk; +- +- ub_array = grub_malloc (VDEV_UBERBLOCK_RING); +- if (!ub_array) ++ data->n_devices_allocated = 16; ++ data->devices_attached = grub_malloc (sizeof (data->devices_attached[0]) ++ * data->n_devices_allocated); ++ data->n_devices_attached = 0; ++ err = scan_disk (dev, data, 1); ++ if (err) + { + zfs_unmount (data); +- return 0; ++ return NULL; + } + +- bh = grub_malloc (VDEV_BOOT_HEADER_SIZE); +- if (!bh) ++ ub = &(data->current_uberblock); ++ ub_endian = (grub_zfs_to_cpu64 (ub->ub_magic, ++ LITTLE_ENDIAN) == UBERBLOCK_MAGIC ++ ? LITTLE_ENDIAN : BIG_ENDIAN); ++ ++ err = zio_read (&ub->ub_rootbp, ub_endian, ++ (void **) &osp, &ospsize, data); ++ if (err) + { + zfs_unmount (data); +- grub_free (ub_array); +- return 0; ++ return NULL; + } + +- vdevnum = VDEV_LABELS; +- +- /* Don't check back labels on CDROM. */ +- if (grub_disk_get_size (dev->disk) == GRUB_DISK_SIZE_UNKNOWN) +- vdevnum = VDEV_LABELS / 2; +- +- for (label = 0; ubbest == NULL && label < vdevnum; label++) ++ if (ospsize < OBJSET_PHYS_SIZE_V14) + { +- grub_zfs_endian_t ub_endian = UNKNOWN_ENDIAN; +- grub_dprintf ("zfs", "label %d\n", label); +- +- data->vdev_phys_sector +- = label * (sizeof (vdev_label_t) >> SPA_MINBLOCKSHIFT) +- + ((VDEV_SKIP_SIZE + VDEV_BOOT_HEADER_SIZE) >> SPA_MINBLOCKSHIFT) +- + (label < VDEV_LABELS / 2 ? 0 : grub_disk_get_size (dev->disk) +- - VDEV_LABELS * (sizeof (vdev_label_t) >> SPA_MINBLOCKSHIFT)); +- +- /* Read in the uberblock ring (128K). */ +- err = grub_disk_read (data->disk, data->vdev_phys_sector +- + (VDEV_PHYS_SIZE >> SPA_MINBLOCKSHIFT), +- 0, VDEV_UBERBLOCK_RING, (char *) ub_array); +- if (err) +- { +- grub_errno = GRUB_ERR_NONE; +- continue; +- } +- grub_dprintf ("zfs", "label ok %d\n", label); +- +- ubbest = find_bestub (ub_array, data->vdev_phys_sector); +- if (!ubbest) +- { +- grub_dprintf ("zfs", "No uberblock found\n"); +- grub_errno = GRUB_ERR_NONE; +- continue; +- } +- ub_endian = (grub_zfs_to_cpu64 (ubbest->ubp_uberblock.ub_magic, +- LITTLE_ENDIAN) == UBERBLOCK_MAGIC +- ? LITTLE_ENDIAN : BIG_ENDIAN); +- err = zio_read (&ubbest->ubp_uberblock.ub_rootbp, +- ub_endian, +- &osp, &ospsize, data); +- if (err) +- { +- grub_dprintf ("zfs", "couldn't zio_read\n"); +- grub_errno = GRUB_ERR_NONE; +- continue; +- } +- +- if (ospsize < OBJSET_PHYS_SIZE_V14) +- { +- grub_dprintf ("zfs", "osp too small\n"); +- grub_free (osp); +- continue; +- } +- grub_dprintf ("zfs", "ubbest %p\n", ubbest); +- +- err = check_pool_label (data); +- if (err) +- { +- grub_errno = GRUB_ERR_NONE; +- continue; +- } +-#if 0 +- if (find_best_root && +- vdev_uberblock_compare (&ubbest->ubp_uberblock, +- &(current_uberblock)) <= 0) +- continue; +-#endif +- /* Got the MOS. Save it at the memory addr MOS. */ +- grub_memmove (&(data->mos.dn), &((objset_phys_t *) osp)->os_meta_dnode, +- DNODE_SIZE); +- data->mos.endian = (grub_zfs_to_cpu64 (ubbest->ubp_uberblock.ub_rootbp.blk_prop, ub_endian) >> 63) & 1; +- grub_memmove (&(data->current_uberblock), +- &ubbest->ubp_uberblock, sizeof (uberblock_t)); +- grub_free (ub_array); +- grub_free (bh); ++ grub_error (GRUB_ERR_BAD_FS, "OSP too small"); + grub_free (osp); +- return data; ++ zfs_unmount (data); ++ return NULL; + } +- grub_error (GRUB_ERR_BAD_FS, "couldn't find a valid label"); +- zfs_unmount (data); +- grub_free (ub_array); +- grub_free (bh); ++ ++ /* Got the MOS. Save it at the memory addr MOS. */ ++ grub_memmove (&(data->mos.dn), &osp->os_meta_dnode, DNODE_SIZE); ++ data->mos.endian = (grub_zfs_to_cpu64 (ub->ub_rootbp.blk_prop, ++ ub_endian) >> 63) & 1; + grub_free (osp); + +- return 0; ++ data->mounted = 1; ++ ++ return data; + } + + grub_err_t +@@ -2099,7 +2969,7 @@ + zfs = zfs_mount (dev); + if (!zfs) + return grub_errno; +- err = zfs_fetch_nvlist (zfs, nvlist); ++ err = zfs_fetch_nvlist (zfs->device_original, nvlist); + zfs_unmount (zfs); + return err; + } +@@ -2115,7 +2985,7 @@ + if (! data) + return grub_errno; + +- err = zfs_fetch_nvlist (data, &nvlist); ++ err = zfs_fetch_nvlist (data->device_original, &nvlist); + if (err) + { + zfs_unmount (data); +@@ -2131,11 +3001,7 @@ + static grub_err_t + zfs_uuid (grub_device_t device, char **uuid) + { +- char *nvlist; +- int found; + struct grub_zfs_data *data; +- grub_uint64_t guid; +- grub_err_t err; + + *uuid = 0; + +@@ -2143,24 +3009,36 @@ + if (! data) + return grub_errno; + +- err = zfs_fetch_nvlist (data, &nvlist); +- if (err) +- { +- zfs_unmount (data); +- return err; +- } +- +- found = grub_zfs_nvlist_lookup_uint64 (nvlist, ZPOOL_CONFIG_POOL_GUID, &guid); +- if (! found) +- return grub_errno; +- grub_free (nvlist); +- *uuid = grub_xasprintf ("%016llx", (long long unsigned) guid); ++ *uuid = grub_xasprintf ("%016llx", (long long unsigned) data->guid); + zfs_unmount (data); + if (! *uuid) + return grub_errno; + return GRUB_ERR_NONE; + } + ++static grub_err_t ++zfs_mtime (grub_device_t device, grub_int32_t *mt) ++{ ++ struct grub_zfs_data *data; ++ grub_zfs_endian_t ub_endian = UNKNOWN_ENDIAN; ++ uberblock_t *ub; ++ ++ *mt = 0; ++ ++ data = zfs_mount (device); ++ if (! data) ++ return grub_errno; ++ ++ ub = &(data->current_uberblock); ++ ub_endian = (grub_zfs_to_cpu64 (ub->ub_magic, ++ LITTLE_ENDIAN) == UBERBLOCK_MAGIC ++ ? LITTLE_ENDIAN : BIG_ENDIAN); ++ ++ *mt = grub_zfs_to_cpu64 (ub->ub_timestamp, ub_endian); ++ zfs_unmount (data); ++ return GRUB_ERR_NONE; ++} ++ + /* + * zfs_open() locates a file in the rootpool by following the + * MOS and places the dnode of the file in the memory address DNODE. +@@ -2177,7 +3055,7 @@ + return grub_errno; + + err = dnode_get_fullpath (fsfilename, &(data->mdn), 0, +- &(data->dnode), &isfs, data); ++ &(data->dnode), &isfs, data, NULL); + if (err) + { + zfs_unmount (data); +@@ -2227,12 +3105,14 @@ + } + + hdrsize = SA_HDR_SIZE (((sa_hdr_phys_t *) sahdrp)); +- file->size = *(grub_uint64_t *) ((char *) sahdrp + hdrsize + SA_SIZE_OFFSET); ++ file->size = grub_zfs_to_cpu64 (*(grub_uint64_t *) ((char *) sahdrp + hdrsize + SA_SIZE_OFFSET), data->dnode.endian); + } +- else ++ else if (data->dnode.dn.dn_bonustype == DMU_OT_ZNODE) + { + file->size = grub_zfs_to_cpu64 (((znode_phys_t *) DN_BONUS (&data->dnode.dn))->zp_size, data->dnode.endian); + } ++ else ++ return grub_error (GRUB_ERR_BAD_FS, "bad bonus type"); + + file->data = data; + file->offset = 0; +@@ -2248,7 +3128,7 @@ + grub_zfs_read (grub_file_t file, char *buf, grub_size_t len) + { + struct grub_zfs_data *data = (struct grub_zfs_data *) file->data; +- int blksz, movesize; ++ grub_size_t blksz, movesize; + grub_size_t length; + grub_size_t read; + grub_err_t err; +@@ -2302,7 +3182,7 @@ + data->file_start = blkid * blksz; + data->file_end = data->file_start + blksz; + +- movesize = MIN (length, data->file_end - (int) file->offset - read); ++ movesize = MIN (length, data->file_end - file->offset - read); + + grub_memmove (buf, data->file_buf + file->offset + read + - data->file_start, movesize); +@@ -2339,7 +3219,7 @@ + return grub_errno; + + err = dnode_get_fullpath (fsfilename, &(data->mdn), mdnobj, +- &(data->dnode), &isfs, data); ++ &(data->dnode), &isfs, data, NULL); + zfs_unmount (data); + return err; + } +@@ -2377,7 +3257,7 @@ + return; + } + +- err = zap_lookup (&dn, ZFS_ROOT_OBJ, &objnum, data); ++ err = zap_lookup (&dn, ZFS_ROOT_OBJ, &objnum, data, 0); + if (err) + { + grub_dprintf ("zfs", "failed here\n"); +@@ -2391,8 +3271,39 @@ + return; + } + +- info->mtimeset = 1; +- info->mtime = grub_zfs_to_cpu64 (((znode_phys_t *) DN_BONUS (&dn.dn))->zp_mtime[0], dn.endian); ++ if (dn.dn.dn_bonustype == DMU_OT_SA) ++ { ++ void *sahdrp; ++ int hdrsize; ++ ++ if (dn.dn.dn_bonuslen != 0) ++ { ++ sahdrp = (sa_hdr_phys_t *) DN_BONUS (&dn.dn); ++ } ++ else if (dn.dn.dn_flags & DNODE_FLAG_SPILL_BLKPTR) ++ { ++ blkptr_t *bp = &dn.dn.dn_spill; ++ ++ err = zio_read (bp, dn.endian, &sahdrp, NULL, data); ++ if (err) ++ return; ++ } ++ else ++ { ++ grub_error (GRUB_ERR_BAD_FS, "filesystem is corrupt"); ++ return; ++ } ++ ++ hdrsize = SA_HDR_SIZE (((sa_hdr_phys_t *) sahdrp)); ++ info->mtimeset = 1; ++ info->mtime = grub_zfs_to_cpu64 (*(grub_uint64_t *) ((char *) sahdrp + hdrsize + SA_MTIME_OFFSET), dn.endian); ++ } ++ ++ if (dn.dn.dn_bonustype == DMU_OT_ZNODE) ++ { ++ info->mtimeset = 1; ++ info->mtime = grub_zfs_to_cpu64 (((znode_phys_t *) DN_BONUS (&dn.dn))->zp_mtime[0], dn.endian); ++ } + return; + } + +@@ -2403,6 +3314,7 @@ + struct grub_zfs_data *data; + grub_err_t err; + int isfs; ++ int case_insensitive = 0; + auto int NESTED_FUNC_ATTR iterate_zap (const char *name, grub_uint64_t val); + auto int NESTED_FUNC_ATTR iterate_zap_fs (const char *name, + grub_uint64_t val); +@@ -2416,10 +3328,48 @@ + grub_memset (&info, 0, sizeof (info)); + + dnode_get (&(data->mdn), val, 0, &dn, data); +- info.mtimeset = 1; +- info.mtime = grub_zfs_to_cpu64 (((znode_phys_t *) DN_BONUS (&dn.dn))->zp_mtime[0], dn.endian); +- info.dir = (dn.dn.dn_type == DMU_OT_DIRECTORY_CONTENTS); +- grub_dprintf ("zfs", "type=%d, name=%s\n", ++ ++ if (dn.dn.dn_bonustype == DMU_OT_SA) ++ { ++ void *sahdrp; ++ int hdrsize; ++ ++ if (dn.dn.dn_bonuslen != 0) ++ { ++ sahdrp = (sa_hdr_phys_t *) DN_BONUS (&data->dnode.dn); ++ } ++ else if (dn.dn.dn_flags & DNODE_FLAG_SPILL_BLKPTR) ++ { ++ blkptr_t *bp = &dn.dn.dn_spill; ++ ++ err = zio_read (bp, dn.endian, &sahdrp, NULL, data); ++ if (err) ++ { ++ grub_print_error (); ++ return 0; ++ } ++ } ++ else ++ { ++ grub_error (GRUB_ERR_BAD_FS, "filesystem is corrupt"); ++ grub_print_error (); ++ return 0; ++ } ++ ++ hdrsize = SA_HDR_SIZE (((sa_hdr_phys_t *) sahdrp)); ++ info.mtimeset = 1; ++ info.mtime = grub_zfs_to_cpu64 (*(grub_uint64_t *) ((char *) sahdrp + hdrsize + SA_MTIME_OFFSET), dn.endian); ++ info.case_insensitive = case_insensitive; ++ } ++ ++ if (dn.dn.dn_bonustype == DMU_OT_ZNODE) ++ { ++ info.mtimeset = 1; ++ info.mtime = grub_zfs_to_cpu64 (((znode_phys_t *) DN_BONUS (&dn.dn))->zp_mtime[0], ++ dn.endian); ++ } ++ info.dir = (dn.dn.dn_type == DMU_OT_DIRECTORY_CONTENTS); ++ grub_dprintf ("zfs", "type=%d, name=%s\n", + (int)dn.dn.dn_type, (char *)name); + return hook (name, &info); + } +@@ -2464,7 +3414,8 @@ + data = zfs_mount (device); + if (! data) + return grub_errno; +- err = dnode_get_fullpath (path, &(data->mdn), 0, &(data->dnode), &isfs, data); ++ err = dnode_get_fullpath (path, &(data->mdn), 0, &(data->dnode), &isfs, data, ++ &case_insensitive); + if (err) + { + zfs_unmount (data); +@@ -2532,12 +3483,13 @@ + .close = grub_zfs_close, + .label = zfs_label, + .uuid = zfs_uuid, +- .mtime = 0, ++ .mtime = zfs_mtime, + .next = 0 + }; + + GRUB_MOD_INIT (zfs) + { ++ COMPILE_TIME_ASSERT (sizeof (zap_leaf_chunk_t) == ZAP_LEAF_CHUNKSIZE); + grub_fs_register (&grub_zfs_fs); + #ifndef GRUB_UTIL + my_mod = mod; +--- a/include/grub/zfs/zio.h ++++ b/include/grub/zfs/zio.h +@@ -77,7 +77,15 @@ + ZIO_COMPRESS_OFF, + ZIO_COMPRESS_LZJB, + ZIO_COMPRESS_EMPTY, +- ZIO_COMPRESS_GZIP, ++ ZIO_COMPRESS_GZIP1, ++ ZIO_COMPRESS_GZIP2, ++ ZIO_COMPRESS_GZIP3, ++ ZIO_COMPRESS_GZIP4, ++ ZIO_COMPRESS_GZIP5, ++ ZIO_COMPRESS_GZIP6, ++ ZIO_COMPRESS_GZIP7, ++ ZIO_COMPRESS_GZIP8, ++ ZIO_COMPRESS_GZIP9, + ZIO_COMPRESS_FUNCTIONS + }; + +--- a/grub-core/fs/zfs/zfsinfo.c ++++ b/grub-core/fs/zfs/zfsinfo.c +@@ -141,7 +141,6 @@ + } + grub_printf ("Mirror VDEV with %d children\n", nelm); + print_state (nvlist, tab); +- + for (i = 0; i < nelm; i++) + { + char *child; +@@ -161,6 +160,7 @@ + + grub_free (child); + } ++ return GRUB_ERR_NONE; + } + + print_tabs (tab); +--- a/include/grub/zfs/sa_impl.h ++++ b/include/grub/zfs/sa_impl.h +@@ -29,6 +29,9 @@ + } sa_hdr_phys_t; + + #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 16, 3, 0) ++#define SA_TYPE_OFFSET 0x0 + #define SA_SIZE_OFFSET 0x8 ++#define SA_MTIME_OFFSET 0x38 ++#define SA_SYMLINK_OFFSET 0xa0 + + #endif /* _SYS_SA_IMPL_H */ +--- a/include/grub/zfs/zfs.h ++++ b/include/grub/zfs/zfs.h +@@ -28,7 +28,7 @@ + /* + * On-disk version number. + */ +-#define SPA_VERSION 28ULL ++#define SPA_VERSION 33ULL + + /* + * The following are configuration names used in the nvlist describing a pool's +@@ -112,12 +112,14 @@ + grub_err_t grub_zfs_getmdnobj (grub_device_t dev, const char *fsfilename, + grub_uint64_t *mdnobj); + +-char *grub_zfs_nvlist_lookup_string (char *nvlist, char *name); +-char *grub_zfs_nvlist_lookup_nvlist (char *nvlist, char *name); +-int grub_zfs_nvlist_lookup_uint64 (char *nvlist, char *name, ++char *grub_zfs_nvlist_lookup_string (const char *nvlist, const char *name); ++char *grub_zfs_nvlist_lookup_nvlist (const char *nvlist, const char *name); ++int grub_zfs_nvlist_lookup_uint64 (const char *nvlist, const char *name, + grub_uint64_t *out); +-char *grub_zfs_nvlist_lookup_nvlist_array (char *nvlist, char *name, ++char *grub_zfs_nvlist_lookup_nvlist_array (const char *nvlist, ++ const char *name, + grub_size_t index); +-int grub_zfs_nvlist_lookup_nvlist_array_get_nelm (char *nvlist, char *name); ++int grub_zfs_nvlist_lookup_nvlist_array_get_nelm (const char *nvlist, ++ const char *name); + + #endif /* ! GRUB_ZFS_HEADER */ --- grub2-1.99.orig/debian/patches/core_in_fs.patch +++ grub2-1.99/debian/patches/core_in_fs.patch @@ -0,0 +1,31 @@ +Index: b/util/grub-setup.c +=================================================================== +--- a/util/grub-setup.c ++++ b/util/grub-setup.c +@@ -76,6 +76,7 @@ + + #define DEFAULT_BOOT_FILE "boot.img" + #define DEFAULT_CORE_FILE "core.img" ++#define CORE_IMG_IN_FS "setup_left_core_image_in_filesystem" + + #ifdef GRUB_MACHINE_SPARC64 + #define grub_target_to_host16(x) grub_be_to_cpu16(x) +@@ -489,6 +490,8 @@ + + grub_free (sectors); + ++ unlink (DEFAULT_DIRECTORY "/" CORE_IMG_IN_FS); ++ + goto finish; + } + #endif +@@ -514,6 +517,9 @@ + /* The core image must be put on a filesystem unfortunately. */ + grub_util_info ("will leave the core image on the filesystem"); + ++ fp = fopen (DEFAULT_DIRECTORY "/" CORE_IMG_IN_FS, "w"); ++ fclose (fp); ++ + /* Make sure that GRUB reads the identical image as the OS. */ + tmp_img = xmalloc (core_size); + core_path_dev_full = grub_util_get_path (dir, core_file); --- grub2-1.99.orig/debian/patches/kfreebsd_lvm.patch +++ grub2-1.99/debian/patches/kfreebsd_lvm.patch @@ -0,0 +1,187 @@ +2011-10-09 Robert Millan + + LVM support for FreeBSD and GNU/kFreeBSD. + + * util/lvm.c (grub_util_lvm_isvolume): Enable on FreeBSD and + GNU/kFreeBSD. + (LVM_DEV_MAPPER_STRING): Move from here ... + * include/grub/util/lvm.h (LVM_DEV_MAPPER_STRING): ... to here. + * util/getroot.c: Include `'. + (grub_util_get_dev_abstraction): Enable + grub_util_biosdisk_is_present() on FreeBSD and GNU/kFreeBSD. + Check for LVM abstraction on FreeBSD and GNU/kFreeBSD. + (grub_util_get_grub_dev): Replace "/dev/mapper/" with + `LVM_DEV_MAPPER_STRING'. Enable LVM and mdRAID only on platforms that + support it. + * util/grub-setup.c (main): Check for LVM also on FreeBSD and + GNU/kFreeBSD. + * util/grub.d/10_kfreebsd.in: Load `geom_linux_lvm' kernel module + when LVM abstraction is required for ${GRUB_DEVICE}. + +--- a/grub-core/kern/emu/getroot.c ++++ b/grub-core/kern/emu/getroot.c +@@ -33,6 +33,7 @@ + #include + #include + #include ++#include + + #ifdef HAVE_DEVICE_MAPPER + # include +@@ -709,11 +710,13 @@ + int + grub_util_get_dev_abstraction (const char *os_dev __attribute__((unused))) + { +-#ifdef __linux__ ++#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + /* User explicitly claims that this drive is visible by BIOS. */ + if (grub_util_biosdisk_is_present (os_dev)) + return GRUB_DEV_ABSTRACTION_NONE; ++#endif + ++#if defined(__linux__) + /* Check for LVM. */ + if (grub_util_is_lvm (os_dev)) + return GRUB_DEV_ABSTRACTION_LVM; +@@ -723,6 +726,12 @@ + return GRUB_DEV_ABSTRACTION_RAID; + #endif + ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ++ /* Check for LVM. */ ++ if (!strncmp (os_dev, LVM_DEV_MAPPER_STRING, sizeof(LVM_DEV_MAPPER_STRING)-1)) ++ return GRUB_DEV_ABSTRACTION_LVM; ++#endif ++ + /* No abstraction found. */ + return GRUB_DEV_ABSTRACTION_NONE; + } +@@ -815,11 +824,12 @@ + + switch (grub_util_get_dev_abstraction (os_dev)) + { ++#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + case GRUB_DEV_ABSTRACTION_LVM: + + { + unsigned short i, len; +- grub_size_t offset = sizeof ("/dev/mapper/") - 1; ++ grub_size_t offset = sizeof (LVM_DEV_MAPPER_STRING) - 1; + + len = strlen (os_dev) - offset + 1; + grub_dev = xmalloc (len); +@@ -833,7 +843,9 @@ + } + + break; ++#endif + ++#ifdef __linux__ + case GRUB_DEV_ABSTRACTION_RAID: + + if (os_dev[7] == '_' && os_dev[8] == 'd') +@@ -909,7 +921,6 @@ + else + grub_util_error ("unknown kind of RAID device `%s'", os_dev); + +-#ifdef __linux__ + { + char *mdadm_name = get_mdadm_uuid (os_dev); + struct stat st; +@@ -934,9 +945,8 @@ + free (mdadm_name); + } + } +-#endif /* __linux__ */ +- + break; ++#endif /* __linux__ */ + + default: /* GRUB_DEV_ABSTRACTION_NONE */ + grub_dev = grub_util_biosdisk_get_grub_dev (os_dev); +--- a/include/grub/util/lvm.h ++++ b/include/grub/util/lvm.h +@@ -20,7 +20,14 @@ + #ifndef GRUB_LVM_UTIL_HEADER + #define GRUB_LVM_UTIL_HEADER 1 + ++#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ++ + #ifdef __linux__ ++#define LVM_DEV_MAPPER_STRING "/dev/mapper/" ++#else ++#define LVM_DEV_MAPPER_STRING "/dev/linux_lvm/" ++#endif ++ + int grub_util_lvm_isvolume (char *name); + #endif + +--- a/util/grub-setup.c ++++ b/util/grub-setup.c +@@ -959,10 +959,12 @@ + arguments.dir ? : DEFAULT_DIRECTORY); + } + +-#ifdef __linux__ ++#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + if (grub_util_lvm_isvolume (root_dev)) + must_embed = 1; ++#endif + ++#ifdef __linux__ + if (root_dev[0] == 'm' && root_dev[1] == 'd' + && ((root_dev[2] >= '0' && root_dev[2] <= '9') || root_dev[2] == '/')) + { +--- a/util/grub.d/10_kfreebsd.in ++++ b/util/grub.d/10_kfreebsd.in +@@ -98,6 +98,23 @@ + + load_kfreebsd_module acpi true + ++ for abstraction in dummy $(grub-probe -t abstraction --device ${GRUB_DEVICE}) ; do ++ case $abstraction in ++ lvm) load_kfreebsd_module geom_linux_lvm false ;; ++ esac ++ done ++ ++ case "$(grub-probe -t abstraction --device ${GRUB_DEVICE})" in ++ lvm) ++ test -e "${module_dir}/geom_linux_lvm.ko" ++ ++ printf '%s\n' "${prepare_module_dir_cache}" ++ cat << EOF ++ kfreebsd_module_elf ${module_dir_rel}/geom_linux_lvm.ko ++EOF ++ ;; ++ esac ++ + case "${kfreebsd_fs}" in + zfs) + load_kfreebsd_module opensolaris false +--- a/util/lvm.c ++++ b/util/lvm.c +@@ -17,8 +17,7 @@ + * along with GRUB. If not, see . + */ + +-/* We only support LVM on Linux. */ +-#ifdef __linux__ ++#if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + #include + #include + #include +@@ -26,8 +25,6 @@ + #include + #include + +-#define LVM_DEV_MAPPER_STRING "/dev/mapper/" +- + int + grub_util_lvm_isvolume (char *name) + { +@@ -49,4 +46,4 @@ + return 1; + } + +-#endif /* ! __linux__ */ ++#endif --- grub2-1.99.orig/debian/patches/branch_longlinuxcmd.patch +++ grub2-1.99/debian/patches/branch_longlinuxcmd.patch @@ -0,0 +1,179 @@ +Description: Support long Linux command lines +Author: Vladimir Serbinenko +Origin: upstream, http://bzr.sv.gnu.org/r/grub/branches/longlinuxcmd/ +Forwarded: not-needed +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3303 +Last-Update: 2011-05-19 + +Index: b/grub-core/loader/i386/linux.c +=================================================================== +--- a/grub-core/loader/i386/linux.c ++++ b/grub-core/loader/i386/linux.c +@@ -57,7 +57,6 @@ + #endif + + #define GRUB_LINUX_CL_OFFSET 0x1000 +-#define GRUB_LINUX_CL_END_OFFSET 0x2000 + + static grub_dl_t my_mod; + +@@ -74,6 +73,7 @@ + static grub_uint32_t initrd_pages; + static struct grub_relocator *relocator = NULL; + static void *efi_mmap_buf; ++static grub_size_t maximal_cmdline_size; + #ifdef GRUB_MACHINE_EFI + static grub_efi_uintn_t efi_mmap_size; + #else +@@ -189,7 +189,7 @@ + grub_err_t err; + + /* Make sure that each size is aligned to a page boundary. */ +- real_size = GRUB_LINUX_CL_END_OFFSET; ++ real_size = GRUB_LINUX_CL_OFFSET + maximal_cmdline_size; + prot_size = page_align (prot_size); + mmap_size = find_mmap_size (); + +@@ -662,6 +662,14 @@ + goto fail; + } + ++ if (grub_le_to_cpu16 (lh.version) >= 0x0206) ++ maximal_cmdline_size = grub_le_to_cpu32 (lh.cmdline_size) + 1; ++ else ++ maximal_cmdline_size = 256; ++ ++ if (maximal_cmdline_size < 128) ++ maximal_cmdline_size = 128; ++ + setup_sects = lh.setup_sects; + + /* If SETUP_SECTS is not set, set it to the default (4). */ +@@ -675,7 +683,7 @@ + goto fail; + + params = (struct linux_kernel_params *) real_mode_mem; +- grub_memset (params, 0, GRUB_LINUX_CL_END_OFFSET); ++ grub_memset (params, 0, GRUB_LINUX_CL_OFFSET + maximal_cmdline_size); + grub_memcpy (¶ms->setup_sects, &lh.setup_sects, sizeof (lh) - 0x1F1); + + params->ps_mouse = params->padding10 = 0; +@@ -870,7 +878,7 @@ + grub_create_loader_cmdline (argc, argv, + (char *)real_mode_mem + GRUB_LINUX_CL_OFFSET + + sizeof (LINUX_IMAGE) - 1, +- GRUB_LINUX_CL_END_OFFSET - GRUB_LINUX_CL_OFFSET ++ maximal_cmdline_size + - (sizeof (LINUX_IMAGE) - 1)); + + len = prot_size; +Index: b/grub-core/loader/i386/pc/linux.c +=================================================================== +--- a/grub-core/loader/i386/pc/linux.c ++++ b/grub-core/loader/i386/pc/linux.c +@@ -39,7 +39,6 @@ + GRUB_MOD_LICENSE ("GPLv3+"); + + #define GRUB_LINUX_CL_OFFSET 0x9000 +-#define GRUB_LINUX_CL_END_OFFSET 0x90FF + + static grub_dl_t my_mod; + +@@ -49,6 +48,7 @@ + static grub_addr_t grub_linux_real_target; + static char *grub_linux_real_chunk; + static grub_size_t grub_linux16_prot_size; ++static grub_size_t maximal_cmdline_size; + + static grub_err_t + grub_linux16_boot (void) +@@ -128,15 +128,20 @@ + setup_sects = lh.setup_sects; + linux_mem_size = 0; + ++ maximal_cmdline_size = 256; ++ + if (lh.header == grub_cpu_to_le32 (GRUB_LINUX_MAGIC_SIGNATURE) + && grub_le_to_cpu16 (lh.version) >= 0x0200) + { + grub_linux_is_bzimage = (lh.loadflags & GRUB_LINUX_FLAG_BIG_KERNEL); + lh.type_of_loader = GRUB_LINUX_BOOT_LOADER_TYPE; + ++ if (grub_le_to_cpu16 (lh.version) >= 0x0206) ++ maximal_cmdline_size = grub_le_to_cpu32 (lh.cmdline_size) + 1; ++ + /* Put the real mode part at as a high location as possible. */ + grub_linux_real_target = grub_mmap_get_lower () +- - GRUB_LINUX_SETUP_MOVE_SIZE; ++ - (GRUB_LINUX_CL_OFFSET + maximal_cmdline_size); + /* But it must not exceed the traditional area. */ + if (grub_linux_real_target > GRUB_LINUX_OLD_REAL_MODE_ADDR) + grub_linux_real_target = GRUB_LINUX_OLD_REAL_MODE_ADDR; +@@ -153,7 +158,8 @@ + { + lh.cl_magic = grub_cpu_to_le16 (GRUB_LINUX_CL_MAGIC); + lh.cl_offset = grub_cpu_to_le16 (GRUB_LINUX_CL_OFFSET); +- lh.setup_move_size = grub_cpu_to_le16 (GRUB_LINUX_SETUP_MOVE_SIZE); ++ lh.setup_move_size = grub_cpu_to_le16 (GRUB_LINUX_CL_OFFSET ++ + maximal_cmdline_size); + } + } + else +@@ -185,12 +191,13 @@ + goto fail; + } + +- if (grub_linux_real_target + GRUB_LINUX_SETUP_MOVE_SIZE ++ if (grub_linux_real_target + GRUB_LINUX_CL_OFFSET + maximal_cmdline_size + > grub_mmap_get_lower ()) + { + grub_error (GRUB_ERR_OUT_OF_RANGE, + "too small lower memory (0x%x > 0x%x)", +- grub_linux_real_target + GRUB_LINUX_SETUP_MOVE_SIZE, ++ grub_linux_real_target + GRUB_LINUX_CL_OFFSET ++ + maximal_cmdline_size, + (int) grub_mmap_get_lower ()); + goto fail; + } +@@ -263,7 +270,8 @@ + grub_relocator_chunk_t ch; + err = grub_relocator_alloc_chunk_addr (relocator, &ch, + grub_linux_real_target, +- GRUB_LINUX_SETUP_MOVE_SIZE); ++ GRUB_LINUX_CL_OFFSET ++ + maximal_cmdline_size); + if (err) + return err; + grub_linux_real_chunk = get_virtual_current_address (ch); +@@ -294,7 +302,7 @@ + grub_create_loader_cmdline (argc, argv, + (char *)grub_linux_real_chunk + + GRUB_LINUX_CL_OFFSET + sizeof (LINUX_IMAGE) - 1, +- GRUB_LINUX_CL_END_OFFSET - GRUB_LINUX_CL_OFFSET ++ maximal_cmdline_size + - (sizeof (LINUX_IMAGE) - 1)); + + if (grub_linux_is_bzimage) +Index: b/include/grub/i386/linux.h +=================================================================== +--- a/include/grub/i386/linux.h ++++ b/include/grub/i386/linux.h +@@ -41,7 +41,6 @@ + #define GRUB_LINUX_VID_MODE_ASK 0xFFFD + #define GRUB_LINUX_VID_MODE_VESA_START 0x0300 + +-#define GRUB_LINUX_SETUP_MOVE_SIZE 0x9100 + #define GRUB_LINUX_CL_MAGIC 0xA33F + + #ifdef __x86_64__ +@@ -130,6 +129,10 @@ + grub_uint16_t pad1; /* Unused */ + grub_uint32_t cmd_line_ptr; /* Points to the kernel command line */ + grub_uint32_t initrd_addr_max; /* Highest address for initrd */ ++ grub_uint32_t kernel_alignment; ++ grub_uint8_t relocatable; ++ grub_uint8_t pad[3]; ++ grub_uint32_t cmdline_size; + } __attribute__ ((packed)); + + /* Boot parameters for Linux based on 2.6.12. This is used by the setup --- grub2-1.99.orig/debian/patches/grub.cfg_400.patch +++ grub2-1.99/debian/patches/grub.cfg_400.patch @@ -0,0 +1,15 @@ +Index: b/util/grub-mkconfig.in +=================================================================== +--- a/util/grub-mkconfig.in ++++ b/util/grub-mkconfig.in +@@ -293,6 +293,10 @@ + esac + done + ++if [ "x${grub_cfg}" != "x" ] && ! grep -q "^password " ${grub_cfg}.new ; then ++ chmod 444 ${grub_cfg}.new || true ++fi ++ + if test "x${grub_cfg}" != "x" ; then + if ! ${grub_script_check} ${grub_cfg}.new; then + echo "Syntax errors are detected in generated GRUB config file." >&2 --- grub2-1.99.orig/debian/patches/dpkg_version_comparison.patch +++ grub2-1.99/debian/patches/dpkg_version_comparison.patch @@ -0,0 +1,30 @@ +Description: Improve handling of Debian kernel version numbers +Author: Robert Millan +Forwarded: not-needed +Last-Update: 2011-04-21 + +Index: b/util/grub-mkconfig_lib.in +=================================================================== +--- a/util/grub-mkconfig_lib.in ++++ b/util/grub-mkconfig_lib.in +@@ -172,8 +172,9 @@ + + version_test_gt () + { +- local a="`echo "$1" | sed -e "s/[^-]*-//"`" +- local b="`echo "$2" | sed -e "s/[^-]*-//"`" ++ local sedexp="s/[^-]*-//;s/[._-]\(pre\|rc\|test\|git\|old\|trunk\)/~\1/g" ++ local a="`echo "$1" | sed -e "$sedexp"`" ++ local b="`echo "$2" | sed -e "$sedexp"`" + local cmp=gt + if [ "x$b" = "x" ] ; then + return 0 +@@ -183,7 +184,7 @@ + *.old:*) a="`echo -n "$a" | sed -e 's/\.old$//'`" ; cmp=gt ;; + *:*.old) b="`echo -n "$b" | sed -e 's/\.old$//'`" ; cmp=ge ;; + esac +- version_test_numeric "$a" "$cmp" "$b" ++ dpkg --compare-versions "$a" $cmp "$b" + return "$?" + } + --- grub2-1.99.orig/debian/patches/btrfs_stat.patch +++ grub2-1.99/debian/patches/btrfs_stat.patch @@ -0,0 +1,36 @@ +Description: Cope with btrfs / inside an encrypted block device + If / is inside an encrypted block device, then grub-probe can't tell what + its filesystem type is. Work around this. +Author: alexeagar@gmail.com +Bug-Ubuntu: https://bugs.launchpad.net/bugs/757631 +Forwarded: no +Last-Update: 2011-06-15 + +Index: b/util/grub.d/10_linux.in +=================================================================== +--- a/util/grub.d/10_linux.in ++++ b/util/grub.d/10_linux.in +@@ -56,7 +56,8 @@ + LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID} + fi + +-if [ "x`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`" = xbtrfs ]; then ++if [ "x`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`" = xbtrfs ] \ ++ || [ "x`stat -f --printf=%T /`" = xbtrfs ]; then + rootsubvol="`make_system_path_relative_to_its_root /`" + rootsubvol="${rootsubvol#/}" + if [ "x${rootsubvol}" != x ]; then +Index: b/util/grub.d/20_linux_xen.in +=================================================================== +--- a/util/grub.d/20_linux_xen.in ++++ b/util/grub.d/20_linux_xen.in +@@ -56,7 +56,8 @@ + LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID} + fi + +-if [ "x`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`" = xbtrfs ]; then ++if [ "x`${grub_probe} --device ${GRUB_DEVICE} --target=fs 2>/dev/null || true`" = xbtrfs ] \ ++ || [ "x`stat -f --printf=%T /`" = xbtrfs ]; then + rootsubvol="`make_system_path_relative_to_its_root /`" + rootsubvol="${rootsubvol#/}" + if [ "x${rootsubvol}" != x ]; then --- grub2-1.99.orig/debian/patches/lazy_stat.patch +++ grub2-1.99/debian/patches/lazy_stat.patch @@ -0,0 +1,73 @@ +Description: Don't stat devices unless we have to +Author: Vladimir Serbinenko +Author: Colin Watson +Bug-Debian: http://bugs.debian.org/627587 +Forwarded: yes +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3318 +Last-Update: 2011-05-31 + +Index: b/grub-core/kern/emu/getroot.c +=================================================================== +--- a/grub-core/kern/emu/getroot.c ++++ b/grub-core/kern/emu/getroot.c +@@ -358,7 +358,7 @@ + + if (S_ISLNK (st.st_mode)) { + #ifdef __linux__ +- if (strcmp (dir, "mapper") == 0) { ++ if (strcmp (dir, "mapper") == 0 || strcmp (dir, "/dev/mapper") == 0) { + /* Follow symbolic links under /dev/mapper/; the canonical name + may be something like /dev/dm-0, but the names under + /dev/mapper/ are more human-readable and so we prefer them if +@@ -609,20 +609,27 @@ + + if (os_dev) + { +- if (stat (os_dev, &st) >= 0) +- dev = st.st_rdev; +- else +- grub_util_error ("cannot stat `%s'", os_dev); +- free (os_dev); ++ char *tmp = os_dev; ++ os_dev = canonicalize_file_name (os_dev); ++ free (tmp); + } +- else ++ ++ if (os_dev) + { +- if (stat (dir, &st) >= 0) +- dev = st.st_dev; +- else +- grub_util_error ("cannot stat `%s'", dir); ++ if (strncmp (os_dev, "/dev/dm-", sizeof ("/dev/dm-") - 1) != 0) ++ return os_dev; ++ if (stat (os_dev, &st) < 0) ++ grub_util_error ("cannot stat `%s'", os_dev); ++ free (os_dev); ++ dev = st.st_rdev; ++ return grub_find_device ("/dev/mapper", dev); + } + ++ if (stat (dir, &st) < 0) ++ grub_util_error ("cannot stat `%s'", dir); ++ ++ dev = st.st_dev; ++ + #ifdef __CYGWIN__ + /* Cygwin specific function. */ + os_dev = grub_find_device (dir, dev); +Index: b/grub-core/kern/emu/hostdisk.c +=================================================================== +--- a/grub-core/kern/emu/hostdisk.c ++++ b/grub-core/kern/emu/hostdisk.c +@@ -1420,7 +1420,8 @@ + if (tree) + dm_tree_free (tree); + free (path); +- char *ret = grub_find_device (NULL, (major << 8) | minor); ++ char *ret = grub_find_device ("/dev/mapper", ++ (major << 8) | minor); + return ret; + } + --- grub2-1.99.orig/debian/patches/mkconfig_skip_dmcrypt.patch +++ grub2-1.99/debian/patches/mkconfig_skip_dmcrypt.patch @@ -0,0 +1,30 @@ +Description: Warn and return without error if /boot is a dm-crypt device + With any luck the administrator knows what they're doing; in any event, we + probably can't improve matters by having update-grub exit non-zero. +Author: Marc Haber +Author: Colin Watson +Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=542165#25 +Bug-Debian: http://bugs.debian.org/542165 +Forwarded: no +Last-Update: 2010-06-05 + +Index: b/util/grub-mkconfig_lib.in +=================================================================== +--- a/util/grub-mkconfig_lib.in ++++ b/util/grub-mkconfig_lib.in +@@ -105,6 +105,15 @@ + { + device="$1" + ++ if dmsetup status $device 2>/dev/null | grep -q 'crypt[[:space:]]$'; then ++ grub_warn \ ++ "$device is a crypto device, which GRUB cannot read directly. Some" \ ++ "necessary modules may be missing from /boot/grub/grub.cfg. You may" \ ++ "need to list them in GRUB_PRELOAD_MODULES in /etc/default/grub. See" \ ++ "http://bugs.debian.org/542165 for details." ++ return 0 ++ fi ++ + # Abstraction modules aren't auto-loaded. + abstraction="`"${grub_probe}" --device "${device}" --target=abstraction`" + for module in ${abstraction} ; do --- grub2-1.99.orig/debian/patches/qemu_img_exists.patch +++ grub2-1.99/debian/patches/qemu_img_exists.patch @@ -0,0 +1,18 @@ +Description: Skip partmap test if qemu-img doesn't exist (e.g. on the Hurd) +Author: Colin Watson +Forwarded: no +Last-Update: 2010-11-22 + +Index: b/tests/partmap_test.in +=================================================================== +--- a/tests/partmap_test.in ++++ b/tests/partmap_test.in +@@ -51,6 +51,8 @@ + echo + } + ++which qemu-img >/dev/null 2>&1 || exit 77 ++ + imgfile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1 + outfile=`mktemp "${TMPDIR:-/tmp}/tmp.XXXXXXXXXX"` || exit 1 + --- grub2-1.99.orig/debian/patches/mkconfig_skip_readme.patch +++ grub2-1.99/debian/patches/mkconfig_skip_readme.patch @@ -0,0 +1,20 @@ +Description: Skip */README* as well as README* +Author: Colin Watson +Bug-Ubuntu: https://bugs.launchpad.net/bugs/537123 +Forwarded: yes +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3422 +Last-Update: 2011-09-05 + +Index: b/util/grub-mkconfig_lib.in +=================================================================== +--- a/util/grub-mkconfig_lib.in ++++ b/util/grub-mkconfig_lib.in +@@ -170,7 +170,7 @@ + if test -f "$1" ; then + case "$1" in + *.dpkg-*) return 1 ;; # debian dpkg +- README*) return 1 ;; # documentation ++ README*|*/README*) return 1 ;; # documentation + esac + else + return 1 --- grub2-1.99.orig/debian/patches/branch_embed-sectors.patch +++ grub2-1.99/debian/patches/branch_embed-sectors.patch @@ -0,0 +1,247 @@ +Description: Detect other software using embedding area + When embedding the core image in a post-MBR gap, check for and avoid + sectors matching any of the signatures in embed_signatures. +Author: Colin Watson +Origin: upstream, http://bzr.sv.gnu.org/r/grub/branches/embed-sectors/ +Forwarded: http://lists.gnu.org/archive/html/grub-devel/2010-08/msg00137.html +Last-Update: 2011-04-21 + +Index: b/ChangeLog.embed-sectors +=================================================================== +--- /dev/null ++++ b/ChangeLog.embed-sectors +@@ -0,0 +1,12 @@ ++2011-03-14 Colin Watson ++ ++ * include/grub/partition.h (grub_partition_map): Change prototype of ++ embed to take a maximum value for nsectors. ++ * grub-core/partmap/msdos.c (embed_signatures): New array. ++ (pc_partition_map_embed): Check for and avoid sectors matching any ++ of the signatures in embed_signatures, up to max_nsectors. ++ * grub-core/partmap/gpt.c (gpt_partition_map_embed): Restrict ++ returned sector map to max_nsectors. ++ * util/grub-setup.c (setup): Allow for the embedding area being ++ split into multiple blocklists. Tell dest_partmap->embed the ++ maximum number of sectors we care about. +Index: b/grub-core/partmap/gpt.c +=================================================================== +--- a/grub-core/partmap/gpt.c ++++ b/grub-core/partmap/gpt.c +@@ -127,6 +127,7 @@ + #ifdef GRUB_UTIL + static grub_err_t + gpt_partition_map_embed (struct grub_disk *disk, unsigned int *nsectors, ++ unsigned int max_nsectors, + grub_embed_type_t embed_type, + grub_disk_addr_t **sectors) + { +@@ -176,6 +177,8 @@ + " embedding won't be possible!"); + + *nsectors = len; ++ if (*nsectors > max_nsectors) ++ *nsectors = max_nsectors; + *sectors = grub_malloc (*nsectors * sizeof (**sectors)); + if (!*sectors) + return grub_errno; +Index: b/grub-core/partmap/msdos.c +=================================================================== +--- a/grub-core/partmap/msdos.c ++++ b/grub-core/partmap/msdos.c +@@ -29,6 +29,66 @@ + static struct grub_partition_map grub_msdos_partition_map; + + ++#ifdef GRUB_UTIL ++#include ++ ++struct embed_signature ++{ ++ const char *name; ++ const char *signature; ++ int signature_len; ++ enum { TYPE_SOFTWARE, TYPE_RAID } type; ++}; ++ ++const char message_warn[][200] = { ++ [TYPE_RAID] = "Sector %llu is already in use by %s; avoiding it. " ++ "Please ask the manufacturer not to store data in MBR gap", ++ [TYPE_SOFTWARE] = "Sector %llu is already in use by %s; avoiding it. " ++ "This software may cause boot or other problems in " ++ "future. Please ask its authors not to store data " ++ "in the boot track" ++}; ++ ++ ++/* Signatures of other software that may be using sectors in the embedding ++ area. */ ++struct embed_signature embed_signatures[] = ++ { ++ { ++ .name = "ZISD", ++ .signature = "ZISD", ++ .signature_len = 4, ++ .type = TYPE_SOFTWARE ++ }, ++ { ++ .name = "FlexNet", ++ .signature = "\xd4\x41\xa0\xf5\x03\x00\x03\x00", ++ .signature_len = 8, ++ .type = TYPE_SOFTWARE ++ }, ++ { ++ .name = "FlexNet", ++ .signature = "\xd8\x41\xa0\xf5\x02\x00\x02\x00", ++ .signature_len = 8, ++ .type = TYPE_SOFTWARE ++ }, ++ { ++ /* from Ryan Perkins */ ++ .name = "HP Backup and Recovery Manager (?)", ++ .signature = "\x70\x8a\x5d\x46\x35\xc5\x1b\x93" ++ "\xae\x3d\x86\xfd\xb1\x55\x3e\xe0", ++ .signature_len = 16, ++ .type = TYPE_SOFTWARE ++ }, ++ { ++ .name = "HighPoint RAID controller", ++ .signature = "ycgl", ++ .signature_len = 4, ++ .type = TYPE_RAID ++ } ++ }; ++#endif ++ + grub_err_t + grub_partition_msdos_iterate (grub_disk_t disk, + int (*hook) (grub_disk_t disk, +@@ -148,6 +208,7 @@ + #ifdef GRUB_UTIL + static grub_err_t + pc_partition_map_embed (struct grub_disk *disk, unsigned int *nsectors, ++ unsigned int max_nsectors, + grub_embed_type_t embed_type, + grub_disk_addr_t **sectors) + { +@@ -236,13 +297,65 @@ + + if (end >= *nsectors + 2) + { +- unsigned i; ++ unsigned i, j; ++ char *embed_signature_check; ++ unsigned int orig_nsectors, avail_nsectors; ++ ++ orig_nsectors = *nsectors; + *nsectors = end - 2; ++ avail_nsectors = *nsectors; ++ if (*nsectors > max_nsectors) ++ *nsectors = max_nsectors; + *sectors = grub_malloc (*nsectors * sizeof (**sectors)); + if (!*sectors) + return grub_errno; + for (i = 0; i < *nsectors; i++) + (*sectors)[i] = 1 + i; ++ ++ /* Check for software that is already using parts of the embedding ++ * area. ++ */ ++ embed_signature_check = grub_malloc (GRUB_DISK_SECTOR_SIZE); ++ for (i = 0; i < *nsectors; i++) ++ { ++ if (grub_disk_read (disk, (*sectors)[i], 0, GRUB_DISK_SECTOR_SIZE, ++ embed_signature_check)) ++ continue; ++ ++ for (j = 0; j < ARRAY_SIZE (embed_signatures); j++) ++ if (! grub_memcmp (embed_signatures[j].signature, ++ embed_signature_check, ++ embed_signatures[j].signature_len)) ++ break; ++ if (j == ARRAY_SIZE (embed_signatures)) ++ continue; ++ grub_util_warn (message_warn[embed_signatures[j].type], ++ (*sectors)[i], embed_signatures[j].name); ++ avail_nsectors--; ++ if (avail_nsectors < *nsectors) ++ *nsectors = avail_nsectors; ++ ++ /* Avoid this sector. */ ++ for (j = i; j < *nsectors; j++) ++ (*sectors)[j]++; ++ ++ /* Have we run out of space? */ ++ if (avail_nsectors < orig_nsectors) ++ break; ++ ++ /* Make sure to check the next sector. */ ++ i--; ++ } ++ grub_free (embed_signature_check); ++ ++ if (*nsectors < orig_nsectors) ++ return grub_error (GRUB_ERR_OUT_OF_RANGE, ++ "Other software is using the embedding area, and " ++ "there is not enough room for core.img. Such " ++ "software is often trying to store data in a way " ++ "that avoids detection. We recommend you " ++ "investigate."); ++ + return GRUB_ERR_NONE; + } + +Index: b/include/grub/partition.h +=================================================================== +--- a/include/grub/partition.h ++++ b/include/grub/partition.h +@@ -49,6 +49,7 @@ + #ifdef GRUB_UTIL + /* Determine sectors available for embedding. */ + grub_err_t (*embed) (struct grub_disk *disk, unsigned int *nsectors, ++ unsigned int max_nsectors, + grub_embed_type_t embed_type, + grub_disk_addr_t **sectors); + #endif +Index: b/util/grub-setup.c +=================================================================== +--- a/util/grub-setup.c ++++ b/util/grub-setup.c +@@ -428,10 +428,8 @@ + } + + nsec = core_sectors; +- err = dest_partmap->embed (dest_dev->disk, &nsec, ++ err = dest_partmap->embed (dest_dev->disk, &nsec, 2 * core_sectors, + GRUB_EMBED_PCBIOS, §ors); +- if (nsec > 2 * core_sectors) +- nsec = 2 * core_sectors; + + if (err) + { +@@ -460,6 +458,13 @@ + save_blocklists (sectors[i] + grub_partition_get_start (container), + 0, GRUB_DISK_SECTOR_SIZE); + ++ /* Make sure that the last blocklist is a terminator. */ ++ if (block == first_block) ++ block--; ++ block->start = 0; ++ block->len = 0; ++ block->segment = 0; ++ + write_rootdev (core_img, root_dev, boot_img, first_sector); + + core_img = realloc (core_img, nsec * GRUB_DISK_SECTOR_SIZE); +@@ -476,12 +481,6 @@ + nsec * GRUB_DISK_SECTOR_SIZE + - core_size); + +- /* Make sure that the second blocklist is a terminator. */ +- block = first_block - 1; +- block->start = 0; +- block->len = 0; +- block->segment = 0; +- + /* Write the core image onto the disk. */ + for (i = 0; i < nsec; i++) + grub_disk_write (dest_dev->disk, sectors[i], 0, --- grub2-1.99.orig/debian/patches/mkconfig_loopback.patch +++ grub2-1.99/debian/patches/mkconfig_loopback.patch @@ -0,0 +1,83 @@ +Description: Handle filesystems loop-mounted on file images + Improve prepare_grub_to_access_device to emit appropriate commands for such + filesystems, and ignore them in Linux grub.d scripts. + . + This is needed for Ubuntu's Wubi installation method. + . + This patch isn't inherently Debian/Ubuntu-specific. losetup and + /proc/mounts are Linux-specific, though, so we might need to refine this + before sending it upstream. The changes to the Linux grub.d scripts might + be better handled by integrating 10_lupin properly instead. + +Index: b/util/grub-mkconfig_lib.in +=================================================================== +--- a/util/grub-mkconfig_lib.in ++++ b/util/grub-mkconfig_lib.in +@@ -105,6 +105,20 @@ + { + device="$1" + ++ loop_file= ++ case ${device} in ++ /dev/loop/*|/dev/loop[0-9]) ++ loop_file=`losetup "${device}" | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/"` ++ case $loop_file in ++ /dev/*) ;; ++ *) ++ loop_device="${device}" ++ device=`"${grub_probe}" --target=device "${loop_file}"` ++ ;; ++ esac ++ ;; ++ esac ++ + if dmsetup status $device 2>/dev/null | grep -q 'crypt[[:space:]]$'; then + grub_warn \ + "$device is a crypto device, which GRUB cannot read directly. Some" \ +@@ -141,6 +155,14 @@ + if fs_uuid="`"${grub_probe}" --device "${device}" --target=fs_uuid 2> /dev/null`" ; then + echo "search --no-floppy --fs-uuid --set=root ${fs_uuid}" + fi ++ ++ if [ "x${loop_file}" != x ]; then ++ loop_mountpoint="$(awk '"'${loop_file}'" ~ "^"$2 && $2 != "/" { print $2 }' /proc/mounts | tail -n1)" ++ if [ "x${loop_mountpoint}" != x ]; then ++ echo "loopback loop0 ${loop_file#$loop_mountpoint}" ++ echo "set root=(loop0)" ++ fi ++ fi + } + + grub_file_is_not_garbage () +Index: b/util/grub.d/10_linux.in +=================================================================== +--- a/util/grub.d/10_linux.in ++++ b/util/grub.d/10_linux.in +@@ -40,6 +40,11 @@ + case ${GRUB_DEVICE} in + /dev/loop/*|/dev/loop[0-9]) + GRUB_DEVICE=`losetup ${GRUB_DEVICE} | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/"` ++ # We can't cope with devices loop-mounted from files here. ++ case ${GRUB_DEVICE} in ++ /dev/*) ;; ++ *) exit 0 ;; ++ esac + ;; + esac + +Index: b/util/grub.d/20_linux_xen.in +=================================================================== +--- a/util/grub.d/20_linux_xen.in ++++ b/util/grub.d/20_linux_xen.in +@@ -40,6 +40,11 @@ + case ${GRUB_DEVICE} in + /dev/loop/*|/dev/loop[0-9]) + GRUB_DEVICE=`losetup ${GRUB_DEVICE} | sed -e "s/^[^(]*(\([^)]\+\)).*/\1/"` ++ # We can't cope with devices loop-mounted from files here. ++ case ${GRUB_DEVICE} in ++ /dev/*) ;; ++ *) exit 0 ;; ++ esac + ;; + esac + --- grub2-1.99.orig/debian/patches/zfs_packed_la_array.patch +++ grub2-1.99/debian/patches/zfs_packed_la_array.patch @@ -0,0 +1,17 @@ +2011-08-03 Robert Millan + + * include/grub/zfs/zap_leaf.h (typedef union zap_leaf_chunk): Mark + la_array as packed. + Reported by: Zachary Bedell + +--- a/include/grub/zfs/zap_leaf.h ++++ b/include/grub/zfs/zap_leaf.h +@@ -90,7 +90,7 @@ + { + grub_uint8_t la_array[ZAP_LEAF_ARRAY_BYTES]; + grub_uint64_t la_array64; +- }; ++ } __attribute__ ((packed)); + grub_uint16_t la_next; /* next blk or CHAIN_END */ + } l_array; + struct zap_leaf_free { --- grub2-1.99.orig/debian/patches/grub_legacy_0_based_partitions.patch +++ grub2-1.99/debian/patches/grub_legacy_0_based_partitions.patch @@ -0,0 +1,43 @@ +Index: b/grub-core/kern/emu/hostdisk.c +=================================================================== +--- a/grub-core/kern/emu/hostdisk.c ++++ b/grub-core/kern/emu/hostdisk.c +@@ -1131,7 +1131,7 @@ + char *bsd_part_str = NULL; + + if (dos_part >= 0) +- dos_part_str = xasprintf (",%d", dos_part + 1); ++ dos_part_str = xasprintf (",%d", dos_part + (getenv ("GRUB_LEGACY_0_BASED_PARTITIONS") ? 0 : 1)); + + if (bsd_part >= 0) + bsd_part_str = xasprintf (",%d", bsd_part + 1); +@@ -1619,6 +1619,29 @@ + + if (start == part_start) + { ++ if (getenv ("GRUB_LEGACY_0_BASED_PARTITIONS")) ++ { ++ int dos_part, bsd_part; ++ char *fullname, *comma; ++ ++ if (partition->parent) ++ { ++ dos_part = partition->parent->number; ++ bsd_part = partition->number; ++ } ++ else ++ { ++ dos_part = partition->number; ++ bsd_part = -1; ++ } ++ ++ fullname = make_device_name (drive, dos_part, bsd_part); ++ comma = strchr (fullname, ','); ++ partname = comma ? xstrdup (comma + 1) : NULL; ++ free (fullname); ++ return 1; ++ } ++ + partname = grub_partition_get_name (partition); + return 1; + } --- grub2-1.99.orig/debian/patches/partition_performance.patch +++ grub2-1.99/debian/patches/partition_performance.patch @@ -0,0 +1,36 @@ +Description: Give up scanning partitions after ten consecutive open failures + Scanning all the way up to 10000 is excessive and can cause serious + performance problems in some configurations. +Author: Colin Watson +Bug-Ubuntu: https://bugs.launchpad.net/bugs/787461 +Forwarded: yes +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3320 +Last-Update: 2011-05-27 + +Index: b/grub-core/kern/emu/hostdisk.c +=================================================================== +--- a/grub-core/kern/emu/hostdisk.c ++++ b/grub-core/kern/emu/hostdisk.c +@@ -564,6 +564,7 @@ + int i; + char real_dev[PATH_MAX]; + struct linux_partition_cache *cache; ++ int missing = 0; + + strcpy(real_dev, dev); + +@@ -602,7 +603,13 @@ + + fd = open (real_dev, O_RDONLY); + if (fd == -1) +- continue; ++ { ++ if (missing++ < 10) ++ continue; ++ else ++ return 0; ++ } ++ missing = 0; + close (fd); + + start = find_partition_start (real_dev); --- grub2-1.99.orig/debian/patches/probe_canonicalise.patch +++ grub2-1.99/debian/patches/probe_canonicalise.patch @@ -0,0 +1,26 @@ +Description: Canonicalise path argument to grub-probe + This fixes use of "/path/.." as in grub-install for EFI, as well as + handling symlinks correctly. +Author: Mario Limonciello +Author: Colin Watson +Bug-Debian: http://bugs.debian.org/637768 +Forwarded: yes +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3401 +Last-Update: 2011-08-15 + +Index: b/util/grub-probe.c +=================================================================== +--- a/util/grub-probe.c ++++ b/util/grub-probe.c +@@ -108,7 +108,10 @@ + #endif + } + else +- device_name = grub_guess_root_device (path); ++ { ++ grub_path = canonicalize_file_name (path); ++ device_name = grub_guess_root_device (grub_path); ++ } + + if (! device_name) + grub_util_error ("cannot find a device for %s (is /dev mounted?)", path); --- grub2-1.99.orig/debian/patches/no_libzfs.patch +++ grub2-1.99/debian/patches/no_libzfs.patch @@ -0,0 +1,227 @@ +--- a/grub-core/kern/emu/getroot.c ++++ b/grub-core/kern/emu/getroot.c +@@ -32,6 +32,9 @@ + #include + #include + #include ++#ifdef HAVE_LIMITS_H ++#include ++#endif + #include + #include + +@@ -238,7 +241,67 @@ + + #endif /* __linux__ */ + +-#if defined(HAVE_LIBZFS) && defined(HAVE_LIBNVPAIR) ++static char * ++find_device_from_pool (const char *poolname) ++{ ++ char *device; ++ char *cmd; ++ FILE *fp; ++ int ret; ++ char *line; ++ size_t len; ++ int st; ++ ++ char name[PATH_MAX], state[256], readlen[256], writelen[256], cksum[256], notes[256]; ++ unsigned int dummy; ++ ++ asprintf (&cmd, "zpool status %s", poolname); ++ fp = popen (cmd, "r"); ++ free (cmd); ++ ++ st = 0; ++ while (st < 3) ++ { ++ line = NULL; ++ ret = getline (&line, &len, fp); ++ if (ret == -1) ++ { ++ pclose (fp); ++ return NULL; ++ } ++ ++ if (sscanf (line, " %s %s %s %s %s %s", name, state, readlen, writelen, cksum, notes) >= 5) ++ switch (st) ++ { ++ case 0: ++ if (!strcmp (name, "NAME") ++ && !strcmp (state, "STATE") ++ && !strcmp (readlen, "READ") ++ && !strcmp (writelen, "WRITE") ++ && !strcmp (cksum, "CKSUM")) ++ st++; ++ break; ++ case 1: ++ if (!strcmp (name, poolname)) ++ st++; ++ break; ++ case 2: ++ if (strcmp (name, "mirror") && !sscanf (name, "mirror-%u", &dummy) ++ && !sscanf (name, "raidz%u", &dummy) ++ && !strcmp (state, "ONLINE")) ++ st++; ++ break; ++ } ++ ++ free (line); ++ } ++ pclose (fp); ++ ++ asprintf (&device, "/dev/%s", name); ++ ++ return device; ++} ++ + static char * + find_root_device_from_libzfs (const char *dir) + { +@@ -250,49 +313,7 @@ + if (! poolname) + return NULL; + +- { +- zpool_handle_t *zpool; +- libzfs_handle_t *libzfs; +- nvlist_t *config, *vdev_tree; +- nvlist_t **children, **path; +- unsigned int nvlist_count; +- unsigned int i; +- +- libzfs = grub_get_libzfs_handle (); +- if (! libzfs) +- return NULL; +- +- zpool = zpool_open (libzfs, poolname); +- config = zpool_get_config (zpool, NULL); +- +- if (nvlist_lookup_nvlist (config, "vdev_tree", &vdev_tree) != 0) +- error (1, errno, "nvlist_lookup_nvlist (\"vdev_tree\")"); +- +- if (nvlist_lookup_nvlist_array (vdev_tree, "children", &children, &nvlist_count) != 0) +- error (1, errno, "nvlist_lookup_nvlist_array (\"children\")"); +- assert (nvlist_count > 0); +- +- while (nvlist_lookup_nvlist_array (children[0], "children", +- &children, &nvlist_count) == 0) +- assert (nvlist_count > 0); +- +- for (i = 0; i < nvlist_count; i++) +- { +- if (nvlist_lookup_string (children[i], "path", &device) != 0) +- error (1, errno, "nvlist_lookup_string (\"path\")"); +- +- struct stat st; +- if (stat (device, &st) == 0) +- { +- device = xstrdup (device); +- break; +- } +- +- device = NULL; +- } +- +- zpool_close (zpool); +- } ++ device = find_device_from_pool (poolname); + + free (poolname); + if (poolfs) +@@ -300,7 +321,6 @@ + + return device; + } +-#endif + + #ifdef __MINGW32__ + +@@ -603,10 +623,8 @@ + os_dev = grub_find_root_device_from_mountinfo (dir, NULL); + #endif /* __linux__ */ + +-#if defined(HAVE_LIBZFS) && defined(HAVE_LIBNVPAIR) + if (!os_dev) + os_dev = find_root_device_from_libzfs (dir); +-#endif + + if (os_dev) + { +@@ -708,7 +726,7 @@ + } + + int +-grub_util_get_dev_abstraction (const char *os_dev __attribute__((unused))) ++grub_util_get_dev_abstraction (const char *os_dev) + { + #if defined(__linux__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + /* User explicitly claims that this drive is visible by BIOS. */ +--- a/grub-core/kern/emu/misc.c ++++ b/grub-core/kern/emu/misc.c +@@ -287,7 +287,6 @@ + } + #endif /* HAVE_LIBZFS */ + +-#if defined(HAVE_LIBZFS) && defined(HAVE_LIBNVPAIR) + /* ZFS has similar problems to those of btrfs (see above). */ + void + grub_find_zpool_from_dir (const char *dir, char **poolname, char **poolfs) +@@ -348,7 +347,6 @@ + else + *poolfs = xstrdup (""); + } +-#endif + + /* This function never prints trailing slashes (so that its output + can be appended a slash unconditionally). */ +@@ -361,22 +359,18 @@ + dev_t num; + size_t len; + +-#if defined(HAVE_LIBZFS) && defined(HAVE_LIBNVPAIR) + char *poolfs = NULL; +-#endif + + /* canonicalize. */ + p = canonicalize_file_name (path); + if (p == NULL) + grub_util_error ("failed to get canonical path of %s", path); + +-#if defined(HAVE_LIBZFS) && defined(HAVE_LIBNVPAIR) + /* For ZFS sub-pool filesystems, could be extended to others (btrfs?). */ + { + char *dummy; + grub_find_zpool_from_dir (p, &dummy, &poolfs); + } +-#endif + + len = strlen (p) + 1; + buf = xstrdup (p); +@@ -428,10 +422,8 @@ + } + #endif + free (buf2); +-#if defined(HAVE_LIBZFS) && defined(HAVE_LIBNVPAIR) + if (poolfs) + return xasprintf ("/%s/@", poolfs); +-#endif + return xstrdup (""); + } + else +@@ -488,14 +480,12 @@ + len--; + } + +-#if defined(HAVE_LIBZFS) && defined(HAVE_LIBNVPAIR) + if (poolfs) + { + ret = xasprintf ("/%s/@%s", poolfs, buf3); + free (buf3); + } + else +-#endif + ret = buf3; + + return ret; --- grub2-1.99.orig/debian/patches/kfreebsd_mfi_devices.patch +++ grub2-1.99/debian/patches/kfreebsd_mfi_devices.patch @@ -0,0 +1,35 @@ +--- a/util/deviceiter.c ++++ b/util/deviceiter.c +@@ -298,6 +298,12 @@ + { + sprintf (name, "/dev/ar%d", unit); + } ++ ++static void ++get_mfi_disk_name (char *name, int unit) ++{ ++ sprintf (name, "/dev/mfid%d", unit); ++} + #endif + + #ifdef __linux__ +@@ -658,6 +664,19 @@ + if (check_device_readable_unique (name)) + { + if (hook (name, 0)) ++ goto out; ++ } ++ } ++ ++ /* LSI MegaRAID SAS. */ ++ for (i = 0; i < 32; i++) ++ { ++ char name[20]; ++ ++ get_mfi_disk_name (name, i); ++ if (check_device_readable_unique (name)) ++ { ++ if (hook (name, 0)) + goto out; + } + } --- grub2-1.99.orig/debian/patches/mkrescue_diet.patch +++ grub2-1.99/debian/patches/mkrescue_diet.patch @@ -0,0 +1,54 @@ +Description: Allow reducing size of xorriso-created rescue images + This lets us create smaller images that will fit on floppy disks. It has + been approved by the upstream maintainer but has not yet been applied. +Author: Thomas Schmitt +Origin: other, http://lists.gnu.org/archive/html/grub-devel/2010-05/msg00100.html +Forwarded: yes +Last-Update: 2010-06-02 + +Index: b/util/grub-mkrescue.in +=================================================================== +--- a/util/grub-mkrescue.in ++++ b/util/grub-mkrescue.in +@@ -44,6 +44,7 @@ + grub_mkimage=${bindir}/`echo grub-mkimage | sed ${transform}` + + xorriso=xorriso ++diet=no + + # Usage: usage + # Print the usage. +@@ -59,6 +60,7 @@ + --rom-directory=DIR save rom images in DIR [optional] + --xorriso=FILE use FILE as xorriso [optional] + --grub-mkimage=FILE use FILE as grub-mkimage ++ --diet apply size reducing measures [optional] + + $self generates a bootable rescue image with specified source files, source + directories, or mkisofs options listed by: xorriso -as mkisofs -help +@@ -133,6 +135,9 @@ + --xorriso=*) + xorriso=`echo "${option}/" | sed 's/--xorriso=//'` ;; + ++ --diet) ++ diet=yes ;; ++ + *) + source="${source} ${option} $@"; break ;; + esac +@@ -307,7 +312,14 @@ + fi + + # build iso image +-"${xorriso}" -as mkisofs -graft-points ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} --sort-weight 0 / --sort-weight 1 /boot ${source} ++if [ "${diet}" = yes ]; then ++ if [ -e "${output_image}" ]; then ++ rm "${output_image}" || exit 1 ++ fi ++ "${xorriso}" -report_about HINT -as mkisofs -graft-points -no-pad ${grub_mkisofs_arguments} --protective-msdos-label -r ${iso9660_dir} --sort-weight 0 / --sort-weight 1 /boot ${source} | cat >"${output_image}" ++else ++ "${xorriso}" -report_about HINT -as mkisofs -graft-points ${grub_mkisofs_arguments} --protective-msdos-label -o ${output_image} -r ${iso9660_dir} --sort-weight 0 / --sort-weight 1 /boot ${source} ++fi + rm -rf ${iso9660_dir} + + rm -f ${embed_img} --- grub2-1.99.orig/debian/patches/branch_devmapper.patch +++ grub2-1.99/debian/patches/branch_devmapper.patch @@ -0,0 +1,286 @@ +Description: Support for partitioned loop devices; improved devmapper support +Author: Vladimir Serbinenko +Origin: upstream, http://bzr.sv.gnu.org/r/grub/branches/devmapper/ +Forwarded: not-needed +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3302 +Last-Update: 2011-05-19 + +Index: b/grub-core/kern/emu/getroot.c +=================================================================== +--- a/grub-core/kern/emu/getroot.c ++++ b/grub-core/kern/emu/getroot.c +@@ -34,6 +34,10 @@ + #include + #include + ++#ifdef HAVE_DEVICE_MAPPER ++# include ++#endif ++ + #ifdef __GNU__ + #include + #include +@@ -634,32 +638,65 @@ + } + + static int +-grub_util_is_dmraid (const char *os_dev) ++grub_util_is_lvm (const char *os_dev) + { +- if (! strncmp (os_dev, "/dev/mapper/nvidia_", 19)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/isw_", 16)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/hpt37x_", 19)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/hpt45x_", 19)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/via_", 16)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/lsi_", 16)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/pdc_", 16)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/jmicron_", 20)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/asr_", 16)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/sil_", 16)) +- return 1; +- else if (! strncmp (os_dev, "/dev/mapper/ddf1_", 17)) +- return 1; ++ if ((strncmp ("/dev/mapper/", os_dev, 12) != 0)) ++ return 0; ++ ++#ifdef HAVE_DEVICE_MAPPER ++ { ++ struct dm_tree *tree; ++ uint32_t maj, min; ++ struct dm_tree_node *node = NULL; ++ const char *node_uuid; ++ struct stat st; + +- return 0; ++ if (stat (os_dev, &st) < 0) ++ return 0; ++ ++ tree = dm_tree_create (); ++ if (! tree) ++ { ++ grub_printf ("Failed to create tree\n"); ++ grub_dprintf ("hostdisk", "dm_tree_create failed\n"); ++ return 0; ++ } ++ ++ maj = major (st.st_rdev); ++ min = minor (st.st_rdev); ++ ++ if (! dm_tree_add_dev (tree, maj, min)) ++ { ++ grub_dprintf ("hostdisk", "dm_tree_add_dev failed\n"); ++ dm_tree_free (tree); ++ return 0; ++ } ++ ++ node = dm_tree_find_node (tree, maj, min); ++ if (! node) ++ { ++ grub_dprintf ("hostdisk", "dm_tree_find_node failed\n"); ++ dm_tree_free (tree); ++ return 0; ++ } ++ node_uuid = dm_tree_node_get_uuid (node); ++ if (! node_uuid) ++ { ++ grub_dprintf ("hostdisk", "%s has no DM uuid\n", os_dev); ++ dm_tree_free (tree); ++ return 0; ++ } ++ if (strncmp (node_uuid, "LVM-", 4) != 0) ++ { ++ dm_tree_free (tree); ++ return 0; ++ } ++ dm_tree_free (tree); ++ return 1; ++ } ++#else ++ return 1; ++#endif /* HAVE_DEVICE_MAPPER */ + } + + int +@@ -671,13 +708,11 @@ + return GRUB_DEV_ABSTRACTION_NONE; + + /* Check for LVM. */ +- if (!strncmp (os_dev, "/dev/mapper/", 12) +- && ! grub_util_is_dmraid (os_dev) +- && strncmp (os_dev, "/dev/mapper/mpath", 17) != 0) ++ if (grub_util_is_lvm (os_dev)) + return GRUB_DEV_ABSTRACTION_LVM; + + /* Check for RAID. */ +- if (!strncmp (os_dev, "/dev/md", 7)) ++ if (!strncmp (os_dev, "/dev/md", 7) && ! grub_util_device_is_mapped (os_dev)) + return GRUB_DEV_ABSTRACTION_RAID; + #endif + +Index: b/grub-core/kern/emu/hostdisk.c +=================================================================== +--- a/grub-core/kern/emu/hostdisk.c ++++ b/grub-core/kern/emu/hostdisk.c +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -331,18 +332,23 @@ + return GRUB_ERR_NONE; + } + +-#ifdef HAVE_DEVICE_MAPPER +-static int +-device_is_mapped (const char *dev) ++int ++grub_util_device_is_mapped (const char *dev) + { ++#ifdef HAVE_DEVICE_MAPPER + struct stat st; + ++ if (!grub_device_mapper_supported ()) ++ return 0; ++ + if (stat (dev, &st) < 0) + return 0; + + return dm_is_dm_major (major (st.st_rdev)); +-} ++#else ++ return 0; + #endif /* HAVE_DEVICE_MAPPER */ ++} + + #if defined (__FreeBSD__) || defined(__FreeBSD_kernel__) + /* FIXME: geom actually gives us the whole container hierarchy. +@@ -418,7 +424,7 @@ + # endif /* !defined(HAVE_DIOCGDINFO) */ + + # ifdef HAVE_DEVICE_MAPPER +- if (grub_device_mapper_supported () && device_is_mapped (dev)) { ++ if (grub_util_device_is_mapped (dev)) { + struct dm_task *task = NULL; + grub_uint64_t start, length; + char *target_type, *params, *space; +@@ -1161,6 +1167,54 @@ + return ret; + } + ++#ifdef HAVE_DEVICE_MAPPER ++static int ++grub_util_get_dm_node_linear_info (const char *dev, ++ int *maj, int *min) ++{ ++ struct dm_task *dmt; ++ void *next = NULL; ++ uint64_t length, start; ++ char *target, *params; ++ char *ptr; ++ int major, minor; ++ ++ dmt = dm_task_create(DM_DEVICE_TABLE); ++ if (!dmt) ++ return 0; ++ ++ if (!dm_task_set_name(dmt, dev)) ++ return 0; ++ dm_task_no_open_count(dmt); ++ if (!dm_task_run(dmt)) ++ return 0; ++ next = dm_get_next_target(dmt, next, &start, &length, ++ &target, ¶ms); ++ if (grub_strcmp (target, "linear") != 0) ++ return 0; ++ major = grub_strtoul (params, &ptr, 10); ++ if (grub_errno) ++ { ++ grub_errno = GRUB_ERR_NONE; ++ return 0; ++ } ++ if (*ptr != ':') ++ return 0; ++ ptr++; ++ minor = grub_strtoul (ptr, 0, 10); ++ if (grub_errno) ++ { ++ grub_errno = GRUB_ERR_NONE; ++ return 0; ++ } ++ if (maj) ++ *maj = major; ++ if (min) ++ *min = minor; ++ return 1; ++} ++#endif ++ + static char * + convert_system_partition_to_system_disk (const char *os_dev, struct stat *st) + { +@@ -1337,9 +1391,39 @@ + node = NULL; + goto devmapper_out; + } +- else if (strncmp (node_uuid, "DMRAID-", 7) != 0) ++ if (strncmp (node_uuid, "LVM-", 4) == 0) + { ++ grub_dprintf ("hostdisk", "%s is an LVM\n", path); ++ node = NULL; ++ goto devmapper_out; ++ } ++ if (strncmp (node_uuid, "mpath-", 6) == 0) ++ { ++ /* Multipath partitions have partN-mpath-* UUIDs, and are ++ linear mappings so are handled by ++ grub_util_get_dm_node_linear_info. Multipath disks are not ++ linear mappings and must be handled specially. */ ++ grub_dprintf ("hostdisk", "%s is a multipath disk\n", path); ++ mapper_name = dm_tree_node_get_name (node); ++ goto devmapper_out; ++ } ++ if (strncmp (node_uuid, "DMRAID-", 7) != 0) ++ { ++ int major, minor; ++ const char *node_name; + grub_dprintf ("hostdisk", "%s is not DM-RAID\n", path); ++ ++ if ((node_name = dm_tree_node_get_name (node)) ++ && grub_util_get_dm_node_linear_info (node_name, ++ &major, &minor)) ++ { ++ if (tree) ++ dm_tree_free (tree); ++ free (path); ++ char *ret = grub_find_device (NULL, (major << 8) | minor); ++ return ret; ++ } ++ + node = NULL; + goto devmapper_out; + } +Index: b/include/grub/emu/misc.h +=================================================================== +--- a/include/grub/emu/misc.h ++++ b/include/grub/emu/misc.h +@@ -54,6 +54,8 @@ + + char *grub_make_system_path_relative_to_its_root (const char *path) + __attribute__ ((warn_unused_result)); ++int ++grub_util_device_is_mapped (const char *dev); + + void * EXPORT_FUNC(xmalloc) (grub_size_t size) __attribute__ ((warn_unused_result)); + void * EXPORT_FUNC(xrealloc) (void *ptr, grub_size_t size) __attribute__ ((warn_unused_result)); --- grub2-1.99.orig/debian/patches/mkrescue_efi_modules.patch +++ grub2-1.99/debian/patches/mkrescue_efi_modules.patch @@ -0,0 +1,22 @@ +Description: Build part_msdos and vfat into EFI boot images +Author: Mario Limonciello +Bug-Ubuntu: https://bugs.launchpad.net/bugs/677758 +Forwarded: http://lists.gnu.org/archive/html/grub-devel/2011-01/msg00028.html +Last-Update: 2011-04-11 + +Index: b/util/grub-mkrescue.in +=================================================================== +--- a/util/grub-mkrescue.in ++++ b/util/grub-mkrescue.in +@@ -288,9 +288,9 @@ + mkdir -p "${efi_dir}/efi/boot" + + # build bootx64.efi +- make_image "${efi64_dir}" x86_64-efi "${efi_dir}"/efi/boot/bootx64.efi "" ++ make_image "${efi64_dir}" x86_64-efi "${efi_dir}"/efi/boot/bootx64.efi "part_msdos fat" + # build bootia32.efi +- make_image "${efi32_dir}" i386-efi "${efi_dir}"/efi/boot/bootia32.efi "" ++ make_image "${efi32_dir}" i386-efi "${efi_dir}"/efi/boot/bootia32.efi "part_msdos fat" + if [ -e "${efi_dir}"/efi/boot/bootia32.efi ]; then + # For old macs. Suggested by Peter Jones. + cp "${efi_dir}"/efi/boot/bootia32.efi "${efi_dir}"/efi/boot/boot.efi --- grub2-1.99.orig/debian/patches/branch_squash.patch +++ grub2-1.99/debian/patches/branch_squash.patch @@ -0,0 +1,694 @@ +Description: Add squashfs 4 support +Author: Vladimir Serbinenko +Origin: upstream, http://bzr.sv.gnu.org/r/grub/branches/squash/ +Forwarded: not-needed +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3278 +Last-Update: 2011-05-19 + +Index: b/Makefile.util.def +=================================================================== +--- a/Makefile.util.def ++++ b/Makefile.util.def +@@ -65,6 +65,7 @@ + common = grub-core/fs/ntfscomp.c; + common = grub-core/fs/reiserfs.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; +Index: b/grub-core/Makefile.core.def +=================================================================== +--- a/grub-core/Makefile.core.def ++++ b/grub-core/Makefile.core.def +@@ -985,6 +985,11 @@ + }; + + module = { ++ name = squash4; ++ common = fs/squash4.c; ++}; ++ ++module = { + name = tar; + common = fs/tar.c; + }; +Index: b/grub-core/fs/squash4.c +=================================================================== +--- /dev/null ++++ b/grub-core/fs/squash4.c +@@ -0,0 +1,548 @@ ++/* squash4.c - SquashFS */ ++/* ++ * GRUB -- GRand Unified Bootloader ++ * Copyright (C) 2010 Free Software Foundation, Inc. ++ * ++ * GRUB is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ * ++ * GRUB is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with GRUB. If not, see . ++ */ ++ ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++ ++GRUB_MOD_LICENSE ("GPLv3+"); ++ ++/* ++ object format Pointed by ++ superblock RAW Fixed offset (0) ++ data RAW ? Fixed offset (60) ++ inode table Chunk superblock ++ dir table Chunk superblock ++ fragment table Chunk unk1 ++ unk1 RAW, Chunk superblock ++ unk2 RAW superblock ++ UID/GID Chunk exttblptr ++ exttblptr RAW superblock ++ ++ UID/GID table is the array ot uint32_t ++ unk1 contains pointer to unk3 followed by some chunk. ++ unk2 containts one uint64_t ++*/ ++ ++struct grub_squash_super ++{ ++ grub_uint32_t magic; ++#define SQUASH_MAGIC 0x73717368 ++ grub_uint32_t dummy1; ++ grub_uint32_t creation_time; ++ grub_uint32_t dummy2; ++ grub_uint64_t dummy3; ++ grub_uint8_t flags; ++#define SQUASH_FLAG_UNCOMPRESSED_INODES 1 ++#define SQUASH_FLAG_UNCOMPRESSED_DATA 2 ++#define SQUASH_FLAG_UNCOMPRESSED_FRAGMENTS 8 ++ grub_uint8_t dummy4[7]; ++ grub_uint16_t root_ino_offset; ++ grub_uint32_t root_ino_chunk; ++ grub_uint16_t dummy5; ++ grub_uint64_t total_size; ++ grub_uint64_t exttbloffset; ++ grub_uint64_t dummy6; ++ grub_uint64_t inodeoffset; ++ grub_uint64_t diroffset; ++ grub_uint64_t unk1offset; ++ grub_uint64_t unk2offset; ++} __attribute__ ((packed)); ++ ++ ++/* Chunk-based */ ++struct grub_squash_inode ++{ ++ /* Same values as direlem types. */ ++ grub_uint16_t type; ++ grub_uint16_t dummy[3]; ++ grub_uint32_t mtime; ++ union ++ { ++ struct { ++ grub_uint32_t dummy; ++ grub_uint32_t chunk; ++ grub_uint32_t fragment; ++ grub_uint32_t offset; ++ grub_uint32_t size; ++ } __attribute__ ((packed)) file; ++ struct { ++ grub_uint32_t dummy1; ++ grub_uint32_t chunk; ++ grub_uint32_t dummy2; ++ grub_uint16_t size; ++ grub_uint32_t offset; ++ grub_uint16_t dummy3; ++ } __attribute__ ((packed)) dir; ++ struct { ++ grub_uint64_t dummy; ++ grub_uint32_t namelen; ++ char name[0]; ++ } __attribute__ ((packed)) symlink; ++ } __attribute__ ((packed)); ++} __attribute__ ((packed)); ++ ++/* Chunk-based. */ ++struct grub_squash_dirent_header ++{ ++ /* Actually the value is the number of elements - 1. */ ++ grub_uint32_t nelems; ++ grub_uint64_t ino_chunk; ++} __attribute__ ((packed)); ++ ++struct grub_squash_dirent ++{ ++ grub_uint16_t ino_offset; ++ grub_uint16_t dummy; ++ grub_uint16_t type; ++#define SQUASH_TYPE_DIR 1 ++#define SQUASH_TYPE_REGULAR 2 ++#define SQUASH_TYPE_SYMLINK 3 ++ /* Actually the value is the length of name - 1. */ ++ grub_uint16_t namelen; ++ char name[0]; ++} __attribute__ ((packed)); ++ ++struct grub_squash_frag_desc ++{ ++ grub_uint64_t offset; ++ grub_uint64_t dummy; ++} __attribute__ ((packed)); ++ ++#define SQUASH_CHUNK_SIZE 0x2000 ++#define SQUASH_CHUNK_FLAGS 0x8000 ++#define SQUASH_CHUNK_UNCOMPRESSED 0x8000 ++ ++struct grub_squash_data ++{ ++ grub_disk_t disk; ++ struct grub_squash_super sb; ++ struct grub_squash_inode ino; ++ grub_uint64_t fragments; ++}; ++ ++struct grub_fshelp_node ++{ ++ struct grub_squash_data *data; ++ struct grub_squash_inode ino; ++ grub_uint32_t ino_chunk; ++ grub_uint16_t ino_offset; ++}; ++ ++static grub_err_t ++read_chunk (grub_disk_t disk, void *buf, grub_size_t len, ++ grub_uint64_t chunk, grub_off_t offset) ++{ ++ grub_uint64_t chunk_start; ++ chunk_start = grub_le_to_cpu64 (chunk); ++ while (len > 0) ++ { ++ grub_uint64_t csize; ++ grub_uint16_t d; ++ grub_err_t err; ++ while (1) ++ { ++ err = grub_disk_read (disk, chunk_start >> GRUB_DISK_SECTOR_BITS, ++ chunk_start & (GRUB_DISK_SECTOR_SIZE - 1), ++ sizeof (d), &d); ++ if (err) ++ return err; ++ if (offset < SQUASH_CHUNK_SIZE) ++ break; ++ offset -= SQUASH_CHUNK_SIZE; ++ chunk_start += 2 + (grub_le_to_cpu16 (d) & ~SQUASH_CHUNK_FLAGS); ++ } ++ ++ csize = SQUASH_CHUNK_SIZE - offset; ++ if (csize > len) ++ csize = len; ++ ++ if (grub_le_to_cpu16 (d) & SQUASH_CHUNK_UNCOMPRESSED) ++ { ++ grub_disk_addr_t a = chunk_start + 2 + offset; ++ err = grub_disk_read (disk, (a >> GRUB_DISK_SECTOR_BITS), ++ a & (GRUB_DISK_SECTOR_SIZE - 1), ++ csize, buf); ++ if (err) ++ return err; ++ } ++ else ++ { ++ char *tmp; ++ grub_size_t bsize = grub_le_to_cpu16 (d) & ~SQUASH_CHUNK_FLAGS; ++ grub_disk_addr_t a = chunk_start + 2; ++ tmp = grub_malloc (bsize); ++ if (!tmp) ++ return grub_errno; ++ /* FIXME: buffer uncompressed data. */ ++ err = grub_disk_read (disk, (a >> GRUB_DISK_SECTOR_BITS), ++ a & (GRUB_DISK_SECTOR_SIZE - 1), ++ bsize, tmp); ++ if (err) ++ { ++ grub_free (tmp); ++ return err; ++ } ++ ++ if (grub_zlib_decompress (tmp, bsize, offset, ++ buf, csize) < 0) ++ { ++ grub_free (tmp); ++ return grub_errno; ++ } ++ grub_free (tmp); ++ } ++ len -= csize; ++ offset += csize; ++ buf = (char *) buf + csize; ++ } ++ return GRUB_ERR_NONE; ++} ++ ++static struct grub_squash_data * ++squash_mount (grub_disk_t disk) ++{ ++ struct grub_squash_super sb; ++ grub_err_t err; ++ struct grub_squash_data *data; ++ grub_uint64_t frag; ++ ++ err = grub_disk_read (disk, 0, 0, sizeof (sb), &sb); ++ if (grub_errno == GRUB_ERR_OUT_OF_RANGE) ++ grub_error (GRUB_ERR_BAD_FS, "not a squash4"); ++ if (err) ++ return NULL; ++ if (grub_le_to_cpu32 (sb.magic) != SQUASH_MAGIC) ++ { ++ grub_error (GRUB_ERR_BAD_FS, "not squash4"); ++ return NULL; ++ } ++ ++ err = grub_disk_read (disk, grub_le_to_cpu32 (sb.unk1offset) ++ >> GRUB_DISK_SECTOR_BITS, ++ grub_le_to_cpu32 (sb.unk1offset) ++ & (GRUB_DISK_SECTOR_SIZE - 1), sizeof (frag), &frag); ++ if (grub_errno == GRUB_ERR_OUT_OF_RANGE) ++ grub_error (GRUB_ERR_BAD_FS, "not a squash4"); ++ if (err) ++ return NULL; ++ ++ data = grub_malloc (sizeof (*data)); ++ if (!data) ++ return NULL; ++ data->sb = sb; ++ data->disk = disk; ++ data->fragments = frag; ++ ++ return data; ++} ++ ++static char * ++grub_squash_read_symlink (grub_fshelp_node_t node) ++{ ++ char *ret; ++ grub_err_t err; ++ ret = grub_malloc (grub_le_to_cpu32 (node->ino.symlink.namelen) + 1); ++ ++ err = read_chunk (node->data->disk, ret, ++ grub_le_to_cpu32 (node->ino.symlink.namelen), ++ grub_le_to_cpu64 (node->data->sb.inodeoffset) ++ + node->ino_chunk, ++ node->ino_offset + (node->ino.symlink.name ++ - (char *) &node->ino)); ++ if (err) ++ { ++ grub_free (ret); ++ return NULL; ++ } ++ ret[grub_le_to_cpu32 (node->ino.symlink.namelen)] = 0; ++ return ret; ++} ++ ++static int ++grub_squash_iterate_dir (grub_fshelp_node_t dir, ++ int NESTED_FUNC_ATTR ++ (*hook) (const char *filename, ++ enum grub_fshelp_filetype filetype, ++ grub_fshelp_node_t node)) ++{ ++ grub_uint32_t off = grub_le_to_cpu16 (dir->ino.dir.offset); ++ grub_uint32_t endoff; ++ unsigned i; ++ ++ /* FIXME: why - 3 ? */ ++ endoff = grub_le_to_cpu32 (dir->ino.dir.size) + off - 3; ++ ++ while (off < endoff) ++ { ++ struct grub_squash_dirent_header dh; ++ grub_err_t err; ++ ++ err = read_chunk (dir->data->disk, &dh, sizeof (dh), ++ grub_le_to_cpu64 (dir->data->sb.diroffset) ++ + grub_le_to_cpu32 (dir->ino.dir.chunk), off); ++ if (err) ++ return 0; ++ off += sizeof (dh); ++ for (i = 0; i < (unsigned) grub_le_to_cpu16 (dh.nelems) + 1; i++) ++ { ++ char *buf; ++ int r; ++ struct grub_fshelp_node *node; ++ enum grub_fshelp_filetype filetype = GRUB_FSHELP_REG; ++ struct grub_squash_dirent di; ++ struct grub_squash_inode ino; ++ ++ err = read_chunk (dir->data->disk, &di, sizeof (di), ++ grub_le_to_cpu64 (dir->data->sb.diroffset) ++ + grub_le_to_cpu32 (dir->ino.dir.chunk), off); ++ if (err) ++ return 0; ++ off += sizeof (di); ++ ++ err = read_chunk (dir->data->disk, &ino, sizeof (ino), ++ grub_le_to_cpu64 (dir->data->sb.inodeoffset) ++ + grub_le_to_cpu32 (dh.ino_chunk), ++ grub_cpu_to_le16 (di.ino_offset)); ++ if (err) ++ return 0; ++ ++ buf = grub_malloc (grub_le_to_cpu16 (di.namelen) + 2); ++ if (!buf) ++ return 0; ++ err = read_chunk (dir->data->disk, buf, ++ grub_le_to_cpu16 (di.namelen) + 1, ++ grub_le_to_cpu64 (dir->data->sb.diroffset) ++ + grub_le_to_cpu32 (dir->ino.dir.chunk), off); ++ if (err) ++ return 0; ++ ++ off += grub_le_to_cpu16 (di.namelen) + 1; ++ buf[grub_le_to_cpu16 (di.namelen) + 1] = 0; ++ if (grub_le_to_cpu16 (di.type) == SQUASH_TYPE_DIR) ++ filetype = GRUB_FSHELP_DIR; ++ if (grub_le_to_cpu16 (di.type) == SQUASH_TYPE_SYMLINK) ++ filetype = GRUB_FSHELP_SYMLINK; ++ ++ node = grub_malloc (sizeof (*node)); ++ if (! node) ++ return 0; ++ *node = *dir; ++ node->ino = ino; ++ node->ino_chunk = grub_le_to_cpu32 (dh.ino_chunk); ++ node->ino_offset = grub_le_to_cpu16 (di.ino_offset); ++ ++ r = hook (buf, filetype, node); ++ ++ grub_free (buf); ++ if (r) ++ return r; ++ } ++ } ++ return 0; ++} ++ ++static grub_err_t ++make_root_node (struct grub_squash_data *data, struct grub_fshelp_node *root) ++{ ++ grub_memset (root, 0, sizeof (*root)); ++ root->data = data; ++ ++ return read_chunk (data->disk, &root->ino, sizeof (root->ino), ++ grub_le_to_cpu64 (data->sb.inodeoffset) ++ + grub_le_to_cpu16 (data->sb.root_ino_chunk), ++ grub_cpu_to_le16 (data->sb.root_ino_offset)); ++} ++ ++static grub_err_t ++grub_squash_dir (grub_device_t device, const char *path, ++ int (*hook) (const char *filename, ++ const struct grub_dirhook_info *info)) ++{ ++ auto int NESTED_FUNC_ATTR iterate (const char *filename, ++ enum grub_fshelp_filetype filetype, ++ grub_fshelp_node_t node); ++ ++ int NESTED_FUNC_ATTR iterate (const char *filename, ++ enum grub_fshelp_filetype filetype, ++ grub_fshelp_node_t node) ++ { ++ struct grub_dirhook_info info; ++ grub_memset (&info, 0, sizeof (info)); ++ info.dir = ((filetype & GRUB_FSHELP_TYPE_MASK) == GRUB_FSHELP_DIR); ++ info.mtimeset = 1; ++ info.mtime = grub_le_to_cpu32 (node->ino.mtime); ++ return hook (filename, &info); ++ } ++ ++ struct grub_squash_data *data = 0; ++ struct grub_fshelp_node *fdiro = 0; ++ struct grub_fshelp_node root; ++ grub_err_t err; ++ ++ data = squash_mount (device->disk); ++ if (! data) ++ return grub_errno; ++ ++ err = make_root_node (data, &root); ++ if (err) ++ return err; ++ ++ grub_fshelp_find_file (path, &root, &fdiro, grub_squash_iterate_dir, ++ grub_squash_read_symlink, GRUB_FSHELP_DIR); ++ if (!grub_errno) ++ grub_squash_iterate_dir (fdiro, iterate); ++ ++ grub_free (data); ++ ++ return grub_errno; ++} ++ ++static grub_err_t ++grub_squash_open (struct grub_file *file, const char *name) ++{ ++ struct grub_squash_data *data = 0; ++ struct grub_fshelp_node *fdiro = 0; ++ struct grub_fshelp_node root; ++ grub_err_t err; ++ ++ data = squash_mount (file->device->disk); ++ if (! data) ++ return grub_errno; ++ ++ err = make_root_node (data, &root); ++ if (err) ++ return err; ++ ++ grub_fshelp_find_file (name, &root, &fdiro, grub_squash_iterate_dir, ++ grub_squash_read_symlink, GRUB_FSHELP_REG); ++ if (grub_errno) ++ { ++ grub_free (data); ++ return grub_errno; ++ } ++ ++ file->data = data; ++ data->ino = fdiro->ino; ++ file->size = grub_le_to_cpu32 (fdiro->ino.file.size); ++ ++ return GRUB_ERR_NONE; ++} ++ ++static grub_ssize_t ++grub_squash_read_data (struct grub_squash_data *data, ++ grub_disk_t disk, const struct grub_squash_inode *ino, ++ grub_off_t off, char *buf, grub_size_t len) ++{ ++ grub_err_t err; ++ grub_uint64_t a, b; ++ int compressed = 0; ++ ++ if (grub_le_to_cpu16 (ino->file.fragment) == 0xffff) ++ { ++ if (grub_le_to_cpu32 (ino->file.chunk)) ++ a = grub_le_to_cpu32 (ino->file.chunk); ++ else ++ a = sizeof (struct grub_squash_super); ++ compressed = !(data->sb.flags & SQUASH_FLAG_UNCOMPRESSED_DATA); ++ } ++ else ++ { ++ struct grub_squash_frag_desc frag; ++ err = read_chunk (disk, &frag, sizeof (frag), ++ data->fragments, sizeof (frag) ++ * grub_le_to_cpu16 (ino->file.fragment)); ++ if (err) ++ return -1; ++ a = grub_le_to_cpu64 (frag.offset) + grub_le_to_cpu32 (ino->file.chunk); ++ compressed = !(data->sb.flags & SQUASH_FLAG_UNCOMPRESSED_FRAGMENTS); ++ } ++ ++ b = grub_le_to_cpu32 (data->ino.file.offset) + off; ++ ++ /* FIXME: cache uncompressed chunks. */ ++ if (compressed) ++ err = grub_zlib_disk_read (disk, a, b, buf, len); ++ else ++ err = grub_disk_read (disk, (a + b) >> GRUB_DISK_SECTOR_BITS, ++ (a + b) & (GRUB_DISK_SECTOR_SIZE - 1), len, buf); ++ if (err) ++ return -1; ++ return len; ++} ++ ++static grub_ssize_t ++grub_squash_read (grub_file_t file, char *buf, grub_size_t len) ++{ ++ struct grub_squash_data *data = file->data; ++ ++ return grub_squash_read_data (data, file->device->disk, &data->ino, ++ file->offset, buf, len); ++} ++ ++static grub_err_t ++grub_squash_close (grub_file_t file) ++{ ++ grub_free (file->data); ++ return GRUB_ERR_NONE; ++} ++ ++static grub_err_t ++grub_squash_mtime (grub_device_t dev, grub_int32_t *tm) ++{ ++ struct grub_squash_data *data = 0; ++ ++ data = squash_mount (dev->disk); ++ if (! data) ++ return grub_errno; ++ *tm = grub_le_to_cpu32 (data->sb.creation_time); ++ grub_free (data); ++ return GRUB_ERR_NONE; ++} ++ ++static struct grub_fs grub_squash_fs = ++ { ++ .name = "squash4", ++ .dir = grub_squash_dir, ++ .open = grub_squash_open, ++ .read = grub_squash_read, ++ .close = grub_squash_close, ++ .mtime = grub_squash_mtime, ++#ifdef GRUB_UTIL ++ .reserved_first_sector = 0, ++#endif ++ .next = 0 ++ }; ++ ++GRUB_MOD_INIT(squash4) ++{ ++ grub_fs_register (&grub_squash_fs); ++} ++ ++GRUB_MOD_FINI(squash4) ++{ ++ grub_fs_unregister (&grub_squash_fs); ++} ++ +Index: b/grub-core/io/gzio.c +=================================================================== +--- a/grub-core/io/gzio.c ++++ b/grub-core/io/gzio.c +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + #include + + GRUB_MOD_LICENSE ("GPLv3+"); +@@ -64,6 +65,9 @@ + /* If input is in memory following fields are used instead of file. */ + grub_size_t mem_input_size, mem_input_off; + grub_uint8_t *mem_input; ++ grub_disk_addr_t disk_input_off; ++ grub_disk_addr_t disk_input_start; ++ grub_disk_t disk_input; + /* The offset at which the data starts in the underlying file. */ + grub_off_t data_offset; + /* The type of current block. */ +@@ -384,8 +388,21 @@ + return 0; + } + +- if (grub_file_tell (gzio->file) == (grub_off_t) gzio->data_offset +- || gzio->inbuf_d == INBUFSIZ) ++ if (gzio->disk_input && (gzio->disk_input_off == gzio->data_offset ++ || gzio->inbuf_d == INBUFSIZ)) ++ { ++ grub_disk_addr_t d = gzio->disk_input_start + gzio->disk_input_off; ++ gzio->inbuf_d = 0; ++ grub_disk_read (gzio->disk_input, ++ d >> GRUB_DISK_SECTOR_BITS, ++ d & (GRUB_DISK_SECTOR_SIZE - 1), ++ INBUFSIZ, gzio->inbuf); ++ gzio->disk_input_off += INBUFSIZ; ++ } ++ ++ if (gzio->file && (grub_file_tell (gzio->file) ++ == (grub_off_t) gzio->data_offset ++ || gzio->inbuf_d == INBUFSIZ)) + { + gzio->inbuf_d = 0; + grub_file_read (gzio->file, gzio->inbuf, INBUFSIZ); +@@ -403,8 +420,10 @@ + grub_error (GRUB_ERR_OUT_OF_RANGE, + "attempt to seek outside of the file"); + else +- gzio->mem_input_off = gzio->data_offset; ++ gzio->mem_input_off = off; + } ++ else if (gzio->disk_input) ++ gzio->disk_input_off = off; + else + grub_file_seek (gzio->file, off); + } +@@ -1298,6 +1317,34 @@ + return ret; + } + ++grub_err_t ++grub_zlib_disk_read (grub_disk_t disk, grub_disk_addr_t zlibstart, ++ grub_off_t off, char *outbuf, grub_size_t outsize) ++{ ++ grub_gzio_t gzio = 0; ++ grub_ssize_t ret; ++ ++ gzio = grub_zalloc (sizeof (*gzio)); ++ if (! gzio) ++ return -1; ++ ++ gzio->disk_input_off = 0; ++ gzio->disk_input_start = zlibstart; ++ gzio->disk_input = disk; ++ ++ if (!test_zlib_header (gzio)) ++ { ++ grub_free (gzio); ++ return -1; ++ } ++ ++ ret = grub_gzio_read_real (gzio, off, outbuf, outsize); ++ grub_free (gzio); ++ ++ /* FIXME: Check Adler. */ ++ return ret < 0 ? grub_errno : GRUB_ERR_NONE; ++} ++ + + + static struct grub_fs grub_gzio_fs = +Index: b/include/grub/deflate.h +=================================================================== +--- a/include/grub/deflate.h ++++ b/include/grub/deflate.h +@@ -23,4 +23,8 @@ + grub_zlib_decompress (char *inbuf, grub_size_t insize, grub_off_t off, + char *outbuf, grub_size_t outsize); + ++grub_err_t ++grub_zlib_disk_read (grub_disk_t disk, grub_disk_addr_t zlibstart, ++ grub_off_t off, char *outbuf, grub_size_t outsize); ++ + #endif --- grub2-1.99.orig/debian/patches/branch_parse-color.patch +++ grub2-1.99/debian/patches/branch_parse-color.patch @@ -0,0 +1,1310 @@ +Description: Add a background_color command + Move gfxmenu color handling to video, so that gfxterm can use it too; add a + background_color command. +Author: Colin Watson +Origin: upstream, http://bzr.sv.gnu.org/r/grub/branches/parse-color/ +Forwarded: http://lists.gnu.org/archive/html/grub-devel/2010-12/msg00045.html +Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3308 +Last-Update: 2011-05-19 + +Index: b/ChangeLog.parse-color +=================================================================== +--- /dev/null ++++ b/ChangeLog.parse-color +@@ -0,0 +1,44 @@ ++2010-12-23 Colin Watson ++ ++ Move gfxmenu color handling to video, so that gfxterm can use it ++ too. ++ ++ * grub-core/gfxmenu/named_colors.c: Move to ... ++ * grub-core/video/colors.c: ... here. Rename ++ grub_gui_get_named_color to grub_video_get_named_color. ++ * grub-core/gfxmenu/gui_string_util.c (my_isxdigit): Move to ... ++ * grub-core/video/colors.c (my_isxdigit): ... here. ++ * grub-core/gfxmenu/gui_string_util.c (parse_hex_color_component): ++ Move to ... ++ * grub-core/video/colors.c (parse_hex_color_component): ... here. ++ * grub-core/gfxmenu/gui_string_util.c (grub_gui_parse_color): Move ++ to ... ++ * grub-core/video/colors.c (grub_video_parse_color): ... here. ++ ++ * include/grub/gui.h (grub_gui_color_t): Move to ... ++ * include/grub/video.h (grub_video_rgba_color_t): ... here. ++ * include/grub/gui.h (grub_gui_color_rgb): Move to ... ++ * include/grub/video.h (grub_video_rgba_color_rgb): ... here. ++ * include/grub/gui.h (grub_gui_map_color): Move to ... ++ * include/grub/video.h (grub_video_map_rgba_color): ... here. ++ * include/grub/gui_string_util.h (grub_gui_get_named_color): Move ++ to ... ++ * include/grub/video.h (grub_video_get_named_color): ... here. ++ * include/grub/gui_string_util.h (grub_gui_parse_color): Move to ... ++ * include/grub/video.h (grub_video_parse_color): ... here. ++ ++ * grub-core/Makefile.core.def (kernel) [videoinkernel]: Add ++ video/colors.c. ++ (gfxmenu): Remove gfxmenu/named_colors.c. ++ (video) [videomodules]: Add video/colors.c. ++ ++ Add a background_color command. ++ ++ * grub-core/term/gfxterm.c (grub_gfxterm_background_color_cmd): New ++ function. ++ (GRUB_MOD_INIT): Register background_color command. ++ (GRUB_MOD_FINI): Unregister background_color command. ++ (redraw_screen_rect): Allow blend/replace of text layer to be ++ controlled independently from whether there is a background bitmap. ++ (grub_gfxterm_background_image_cmd): Change blend_text_bg when ++ changing bitmap. +Index: b/grub-core/Makefile.core.def +=================================================================== +--- a/grub-core/Makefile.core.def ++++ b/grub-core/Makefile.core.def +@@ -178,6 +178,7 @@ + videoinkernel = io/bufio.c; + videoinkernel = video/bitmap.c; + videoinkernel = video/bitmap_scale.c; ++ videoinkernel = video/colors.c; + videoinkernel = video/fb/fbblit.c; + videoinkernel = video/fb/fbfill.c; + videoinkernel = video/fb/fbutil.c; +@@ -1056,7 +1057,6 @@ + common = gfxmenu/gui_progress_bar.c; + common = gfxmenu/gui_util.c; + common = gfxmenu/gui_string_util.c; +- common = gfxmenu/named_colors.c; + }; + + module = { +@@ -1463,6 +1463,7 @@ + module = { + name = video; + common = video/video.c; ++ common = video/colors.c; + enable = videomodules; + }; + +Index: b/grub-core/gfxmenu/gui_label.c +=================================================================== +--- a/grub-core/gfxmenu/gui_label.c ++++ b/grub-core/gfxmenu/gui_label.c +@@ -48,7 +48,7 @@ + char *text; + char *template; + grub_font_t font; +- grub_gui_color_t color; ++ grub_video_rgba_color_t color; + int value; + enum align_mode align; + }; +@@ -107,7 +107,7 @@ + grub_gui_set_viewport (&self->bounds, &vpsave); + grub_font_draw_string (self->text, + self->font, +- grub_gui_map_color (self->color), ++ grub_video_map_rgba_color (self->color), + left_x, + grub_font_get_ascent (self->font)); + grub_gui_restore_viewport (&vpsave); +@@ -186,7 +186,7 @@ + } + else if (grub_strcmp (name, "color") == 0) + { +- grub_gui_parse_color (value, &self->color); ++ grub_video_parse_color (value, &self->color); + } + else if (grub_strcmp (name, "align") == 0) + { +Index: b/grub-core/gfxmenu/gui_list.c +=================================================================== +--- a/grub-core/gfxmenu/gui_list.c ++++ b/grub-core/gfxmenu/gui_list.c +@@ -41,9 +41,9 @@ + int item_spacing; + grub_font_t item_font; + grub_font_t selected_item_font; +- grub_gui_color_t item_color; ++ grub_video_rgba_color_t item_color; + int selected_item_color_set; +- grub_gui_color_t selected_item_color; ++ grub_video_rgba_color_t selected_item_color; + + int draw_scrollbar; + int need_to_recreate_scrollbar; +@@ -269,13 +269,13 @@ + (is_selected && self->selected_item_font + ? self->selected_item_font + : self->item_font); +- grub_gui_color_t text_color = ++ grub_video_rgba_color_t text_color = + ((is_selected && self->selected_item_color_set) + ? self->selected_item_color + : self->item_color); + grub_font_draw_string (item_title, + font, +- grub_gui_map_color (text_color), ++ grub_video_map_rgba_color (text_color), + sel_leftpad + self->icon_width + icon_text_space, + (item_top + (item_height - (ascent + descent)) + / 2 + ascent)); +@@ -431,7 +431,7 @@ + } + else if (grub_strcmp (name, "item_color") == 0) + { +- grub_gui_parse_color (value, &self->item_color); ++ grub_video_parse_color (value, &self->item_color); + } + else if (grub_strcmp (name, "selected_item_color") == 0) + { +@@ -441,7 +441,7 @@ + } + else + { +- if (grub_gui_parse_color (value, &self->selected_item_color) ++ if (grub_video_parse_color (value, &self->selected_item_color) + == GRUB_ERR_NONE) + self->selected_item_color_set = 1; + } +@@ -564,7 +564,7 @@ + { + list_impl_t self; + grub_font_t default_font; +- grub_gui_color_t default_fg_color; ++ grub_video_rgba_color_t default_fg_color; + + self = grub_zalloc (sizeof (*self)); + if (! self) +@@ -576,7 +576,7 @@ + self->visible = 1; + + default_font = grub_font_get ("Unknown Regular 16"); +- default_fg_color = grub_gui_color_rgb (0, 0, 0); ++ default_fg_color = grub_video_rgba_color_rgb (0, 0, 0); + + self->icon_width = 32; + self->icon_height = 32; +Index: b/grub-core/gfxmenu/gui_progress_bar.c +=================================================================== +--- a/grub-core/gfxmenu/gui_progress_bar.c ++++ b/grub-core/gfxmenu/gui_progress_bar.c +@@ -40,10 +40,10 @@ + int show_text; + char *template; + grub_font_t font; +- grub_gui_color_t text_color; +- grub_gui_color_t border_color; +- grub_gui_color_t bg_color; +- grub_gui_color_t fg_color; ++ grub_video_rgba_color_t text_color; ++ grub_video_rgba_color_t border_color; ++ grub_video_rgba_color_t bg_color; ++ grub_video_rgba_color_t fg_color; + + char *theme_dir; + int need_to_recreate_pixmaps; +@@ -109,7 +109,7 @@ + f.height = self->bounds.height - 2; + + /* Border. */ +- grub_video_fill_rect (grub_gui_map_color (self->border_color), ++ grub_video_fill_rect (grub_video_map_rgba_color (self->border_color), + f.x - 1, f.y - 1, + f.width + 2, f.height + 2); + +@@ -117,12 +117,12 @@ + int barwidth = (f.width + * (self->value - self->start) + / (self->end - self->start)); +- grub_video_fill_rect (grub_gui_map_color (self->bg_color), ++ grub_video_fill_rect (grub_video_map_rgba_color (self->bg_color), + f.x + barwidth, f.y, + f.width - barwidth, f.height); + + /* Bar foreground. */ +- grub_video_fill_rect (grub_gui_map_color (self->fg_color), ++ grub_video_fill_rect (grub_video_map_rgba_color (self->fg_color), + f.x, f.y, + barwidth, f.height); + } +@@ -161,7 +161,8 @@ + if (self->template) + { + grub_font_t font = self->font; +- grub_video_color_t text_color = grub_gui_map_color (self->text_color); ++ grub_video_color_t text_color = ++ grub_video_map_rgba_color (self->text_color); + int width = self->bounds.width; + int height = self->bounds.height; + char *text; +@@ -298,19 +299,19 @@ + } + else if (grub_strcmp (name, "text_color") == 0) + { +- grub_gui_parse_color (value, &self->text_color); ++ grub_video_parse_color (value, &self->text_color); + } + else if (grub_strcmp (name, "border_color") == 0) + { +- grub_gui_parse_color (value, &self->border_color); ++ grub_video_parse_color (value, &self->border_color); + } + else if (grub_strcmp (name, "bg_color") == 0) + { +- grub_gui_parse_color (value, &self->bg_color); ++ grub_video_parse_color (value, &self->bg_color); + } + else if (grub_strcmp (name, "fg_color") == 0) + { +- grub_gui_parse_color (value, &self->fg_color); ++ grub_video_parse_color (value, &self->fg_color); + } + else if (grub_strcmp (name, "bar_style") == 0) + { +@@ -379,9 +380,9 @@ + self->progress.component.ops = &progress_bar_ops; + self->visible = 1; + self->font = grub_font_get ("Unknown Regular 16"); +- grub_gui_color_t black = { .red = 0, .green = 0, .blue = 0, .alpha = 255 }; +- grub_gui_color_t gray = { .red = 128, .green = 128, .blue = 128, .alpha = 255 }; +- grub_gui_color_t lightgray = { .red = 200, .green = 200, .blue = 200, .alpha = 255 }; ++ grub_video_rgba_color_t black = { .red = 0, .green = 0, .blue = 0, .alpha = 255 }; ++ grub_video_rgba_color_t gray = { .red = 128, .green = 128, .blue = 128, .alpha = 255 }; ++ grub_video_rgba_color_t lightgray = { .red = 200, .green = 200, .blue = 200, .alpha = 255 }; + self->text_color = black; + self->border_color = black; + self->bg_color = gray; +Index: b/grub-core/gfxmenu/gui_string_util.c +=================================================================== +--- a/grub-core/gfxmenu/gui_string_util.c ++++ b/grub-core/gfxmenu/gui_string_util.c +@@ -204,124 +204,3 @@ + + return grub_new_substring (file_path, 0, last_slash + 1); + } +- +-static __inline int +-my_isxdigit (char c) +-{ +- return ((c >= '0' && c <= '9') +- || (c >= 'a' && c <= 'f') +- || (c >= 'A' && c <= 'F')); +-} +- +-static int +-parse_hex_color_component (const char *s, unsigned start, unsigned end) +-{ +- unsigned len; +- char buf[3]; +- +- len = end - start; +- /* Check the limits so we don't overrun the buffer. */ +- if (len < 1 || len > 2) +- return 0; +- +- if (len == 1) +- { +- buf[0] = s[start]; /* Get the first and only hex digit. */ +- buf[1] = buf[0]; /* Duplicate the hex digit. */ +- } +- else if (len == 2) +- { +- buf[0] = s[start]; +- buf[1] = s[start + 1]; +- } +- +- buf[2] = '\0'; +- +- return grub_strtoul (buf, 0, 16); +-} +- +-/* Parse a color string of the form "r, g, b", "#RGB", "#RGBA", +- "#RRGGBB", or "#RRGGBBAA". */ +-grub_err_t +-grub_gui_parse_color (const char *s, grub_gui_color_t *color) +-{ +- grub_gui_color_t c; +- +- /* Skip whitespace. */ +- while (*s && grub_isspace (*s)) +- s++; +- +- if (*s == '#') +- { +- /* HTML-style. Number if hex digits: +- [6] #RRGGBB [3] #RGB +- [8] #RRGGBBAA [4] #RGBA */ +- +- s++; /* Skip the '#'. */ +- /* Count the hexits to determine the format. */ +- int hexits = 0; +- const char *end = s; +- while (my_isxdigit (*end)) +- { +- end++; +- hexits++; +- } +- +- /* Parse the color components based on the format. */ +- if (hexits == 3 || hexits == 4) +- { +- c.red = parse_hex_color_component (s, 0, 1); +- c.green = parse_hex_color_component (s, 1, 2); +- c.blue = parse_hex_color_component (s, 2, 3); +- if (hexits == 4) +- c.alpha = parse_hex_color_component (s, 3, 4); +- else +- c.alpha = 255; +- } +- else if (hexits == 6 || hexits == 8) +- { +- c.red = parse_hex_color_component (s, 0, 2); +- c.green = parse_hex_color_component (s, 2, 4); +- c.blue = parse_hex_color_component (s, 4, 6); +- if (hexits == 8) +- c.alpha = parse_hex_color_component (s, 6, 8); +- else +- c.alpha = 255; +- } +- else +- return grub_error (GRUB_ERR_BAD_ARGUMENT, +- "invalid HTML-type color string `%s'", s); +- } +- else if (grub_isdigit (*s)) +- { +- /* Comma separated decimal values. */ +- c.red = grub_strtoul (s, 0, 0); +- if ((s = grub_strchr (s, ',')) == 0) +- return grub_error (GRUB_ERR_BAD_ARGUMENT, +- "missing 1st comma separator in color `%s'", s); +- s++; +- c.green = grub_strtoul (s, 0, 0); +- if ((s = grub_strchr (s, ',')) == 0) +- return grub_error (GRUB_ERR_BAD_ARGUMENT, +- "missing 2nd comma separator in color `%s'", s); +- s++; +- c.blue = grub_strtoul (s, 0, 0); +- if ((s = grub_strchr (s, ',')) == 0) +- c.alpha = 255; +- else +- { +- s++; +- c.alpha = grub_strtoul (s, 0, 0); +- } +- } +- else +- { +- if (! grub_gui_get_named_color (s, &c)) +- return grub_error (GRUB_ERR_BAD_ARGUMENT, +- "invalid named color `%s'", s); +- } +- +- if (grub_errno == GRUB_ERR_NONE) +- *color = c; +- return grub_errno; +-} +Index: b/grub-core/gfxmenu/named_colors.c +=================================================================== +--- a/grub-core/gfxmenu/named_colors.c ++++ /dev/null +@@ -1,209 +0,0 @@ +-/* named_colors.c - Named color values. */ +-/* +- * GRUB -- GRand Unified Bootloader +- * Copyright (C) 2008 Free Software Foundation, Inc. +- * +- * GRUB is free software: you can redistribute it and/or modify +- * it under the terms of the GNU General Public License as published by +- * the Free Software Foundation, either version 3 of the License, or +- * (at your option) any later version. +- * +- * GRUB is distributed in the hope that it will be useful, +- * but WITHOUT ANY WARRANTY; without even the implied warranty of +- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +- * GNU General Public License for more details. +- * +- * You should have received a copy of the GNU General Public License +- * along with GRUB. If not, see . +- */ +- +-#include +-#include +-#include +-#include +- +-struct named_color +-{ +- const char *name; +- grub_gui_color_t color; +-}; +- +-/* +- Named color list generated from the list of SVG color keywords from +- , +- processed through the following Perl command: +- perl -ne 'chomp;split;print "{ \"$_[0]\", RGB_COLOR($_[2]) },\n"' +- */ +- +-#define RGB_COLOR(r,g,b) {.red = r, .green = g, .blue = b, .alpha = 255} +- +-static struct named_color named_colors[] = +-{ +- { "aliceblue", RGB_COLOR(240,248,255) }, +- { "antiquewhite", RGB_COLOR(250,235,215) }, +- { "aqua", RGB_COLOR(0,255,255) }, +- { "aquamarine", RGB_COLOR(127,255,212) }, +- { "azure", RGB_COLOR(240,255,255) }, +- { "beige", RGB_COLOR(245,245,220) }, +- { "bisque", RGB_COLOR(255,228,196) }, +- { "black", RGB_COLOR(0,0,0) }, +- { "blanchedalmond", RGB_COLOR(255,235,205) }, +- { "blue", RGB_COLOR(0,0,255) }, +- { "blueviolet", RGB_COLOR(138,43,226) }, +- { "brown", RGB_COLOR(165,42,42) }, +- { "burlywood", RGB_COLOR(222,184,135) }, +- { "cadetblue", RGB_COLOR(95,158,160) }, +- { "chartreuse", RGB_COLOR(127,255,0) }, +- { "chocolate", RGB_COLOR(210,105,30) }, +- { "coral", RGB_COLOR(255,127,80) }, +- { "cornflowerblue", RGB_COLOR(100,149,237) }, +- { "cornsilk", RGB_COLOR(255,248,220) }, +- { "crimson", RGB_COLOR(220,20,60) }, +- { "cyan", RGB_COLOR(0,255,255) }, +- { "darkblue", RGB_COLOR(0,0,139) }, +- { "darkcyan", RGB_COLOR(0,139,139) }, +- { "darkgoldenrod", RGB_COLOR(184,134,11) }, +- { "darkgray", RGB_COLOR(169,169,169) }, +- { "darkgreen", RGB_COLOR(0,100,0) }, +- { "darkgrey", RGB_COLOR(169,169,169) }, +- { "darkkhaki", RGB_COLOR(189,183,107) }, +- { "darkmagenta", RGB_COLOR(139,0,139) }, +- { "darkolivegreen", RGB_COLOR(85,107,47) }, +- { "darkorange", RGB_COLOR(255,140,0) }, +- { "darkorchid", RGB_COLOR(153,50,204) }, +- { "darkred", RGB_COLOR(139,0,0) }, +- { "darksalmon", RGB_COLOR(233,150,122) }, +- { "darkseagreen", RGB_COLOR(143,188,143) }, +- { "darkslateblue", RGB_COLOR(72,61,139) }, +- { "darkslategray", RGB_COLOR(47,79,79) }, +- { "darkslategrey", RGB_COLOR(47,79,79) }, +- { "darkturquoise", RGB_COLOR(0,206,209) }, +- { "darkviolet", RGB_COLOR(148,0,211) }, +- { "deeppink", RGB_COLOR(255,20,147) }, +- { "deepskyblue", RGB_COLOR(0,191,255) }, +- { "dimgray", RGB_COLOR(105,105,105) }, +- { "dimgrey", RGB_COLOR(105,105,105) }, +- { "dodgerblue", RGB_COLOR(30,144,255) }, +- { "firebrick", RGB_COLOR(178,34,34) }, +- { "floralwhite", RGB_COLOR(255,250,240) }, +- { "forestgreen", RGB_COLOR(34,139,34) }, +- { "fuchsia", RGB_COLOR(255,0,255) }, +- { "gainsboro", RGB_COLOR(220,220,220) }, +- { "ghostwhite", RGB_COLOR(248,248,255) }, +- { "gold", RGB_COLOR(255,215,0) }, +- { "goldenrod", RGB_COLOR(218,165,32) }, +- { "gray", RGB_COLOR(128,128,128) }, +- { "green", RGB_COLOR(0,128,0) }, +- { "greenyellow", RGB_COLOR(173,255,47) }, +- { "grey", RGB_COLOR(128,128,128) }, +- { "honeydew", RGB_COLOR(240,255,240) }, +- { "hotpink", RGB_COLOR(255,105,180) }, +- { "indianred", RGB_COLOR(205,92,92) }, +- { "indigo", RGB_COLOR(75,0,130) }, +- { "ivory", RGB_COLOR(255,255,240) }, +- { "khaki", RGB_COLOR(240,230,140) }, +- { "lavender", RGB_COLOR(230,230,250) }, +- { "lavenderblush", RGB_COLOR(255,240,245) }, +- { "lawngreen", RGB_COLOR(124,252,0) }, +- { "lemonchiffon", RGB_COLOR(255,250,205) }, +- { "lightblue", RGB_COLOR(173,216,230) }, +- { "lightcoral", RGB_COLOR(240,128,128) }, +- { "lightcyan", RGB_COLOR(224,255,255) }, +- { "lightgoldenrodyellow", RGB_COLOR(250,250,210) }, +- { "lightgray", RGB_COLOR(211,211,211) }, +- { "lightgreen", RGB_COLOR(144,238,144) }, +- { "lightgrey", RGB_COLOR(211,211,211) }, +- { "lightpink", RGB_COLOR(255,182,193) }, +- { "lightsalmon", RGB_COLOR(255,160,122) }, +- { "lightseagreen", RGB_COLOR(32,178,170) }, +- { "lightskyblue", RGB_COLOR(135,206,250) }, +- { "lightslategray", RGB_COLOR(119,136,153) }, +- { "lightslategrey", RGB_COLOR(119,136,153) }, +- { "lightsteelblue", RGB_COLOR(176,196,222) }, +- { "lightyellow", RGB_COLOR(255,255,224) }, +- { "lime", RGB_COLOR(0,255,0) }, +- { "limegreen", RGB_COLOR(50,205,50) }, +- { "linen", RGB_COLOR(250,240,230) }, +- { "magenta", RGB_COLOR(255,0,255) }, +- { "maroon", RGB_COLOR(128,0,0) }, +- { "mediumaquamarine", RGB_COLOR(102,205,170) }, +- { "mediumblue", RGB_COLOR(0,0,205) }, +- { "mediumorchid", RGB_COLOR(186,85,211) }, +- { "mediumpurple", RGB_COLOR(147,112,219) }, +- { "mediumseagreen", RGB_COLOR(60,179,113) }, +- { "mediumslateblue", RGB_COLOR(123,104,238) }, +- { "mediumspringgreen", RGB_COLOR(0,250,154) }, +- { "mediumturquoise", RGB_COLOR(72,209,204) }, +- { "mediumvioletred", RGB_COLOR(199,21,133) }, +- { "midnightblue", RGB_COLOR(25,25,112) }, +- { "mintcream", RGB_COLOR(245,255,250) }, +- { "mistyrose", RGB_COLOR(255,228,225) }, +- { "moccasin", RGB_COLOR(255,228,181) }, +- { "navajowhite", RGB_COLOR(255,222,173) }, +- { "navy", RGB_COLOR(0,0,128) }, +- { "oldlace", RGB_COLOR(253,245,230) }, +- { "olive", RGB_COLOR(128,128,0) }, +- { "olivedrab", RGB_COLOR(107,142,35) }, +- { "orange", RGB_COLOR(255,165,0) }, +- { "orangered", RGB_COLOR(255,69,0) }, +- { "orchid", RGB_COLOR(218,112,214) }, +- { "palegoldenrod", RGB_COLOR(238,232,170) }, +- { "palegreen", RGB_COLOR(152,251,152) }, +- { "paleturquoise", RGB_COLOR(175,238,238) }, +- { "palevioletred", RGB_COLOR(219,112,147) }, +- { "papayawhip", RGB_COLOR(255,239,213) }, +- { "peachpuff", RGB_COLOR(255,218,185) }, +- { "peru", RGB_COLOR(205,133,63) }, +- { "pink", RGB_COLOR(255,192,203) }, +- { "plum", RGB_COLOR(221,160,221) }, +- { "powderblue", RGB_COLOR(176,224,230) }, +- { "purple", RGB_COLOR(128,0,128) }, +- { "red", RGB_COLOR(255,0,0) }, +- { "rosybrown", RGB_COLOR(188,143,143) }, +- { "royalblue", RGB_COLOR(65,105,225) }, +- { "saddlebrown", RGB_COLOR(139,69,19) }, +- { "salmon", RGB_COLOR(250,128,114) }, +- { "sandybrown", RGB_COLOR(244,164,96) }, +- { "seagreen", RGB_COLOR(46,139,87) }, +- { "seashell", RGB_COLOR(255,245,238) }, +- { "sienna", RGB_COLOR(160,82,45) }, +- { "silver", RGB_COLOR(192,192,192) }, +- { "skyblue", RGB_COLOR(135,206,235) }, +- { "slateblue", RGB_COLOR(106,90,205) }, +- { "slategray", RGB_COLOR(112,128,144) }, +- { "slategrey", RGB_COLOR(112,128,144) }, +- { "snow", RGB_COLOR(255,250,250) }, +- { "springgreen", RGB_COLOR(0,255,127) }, +- { "steelblue", RGB_COLOR(70,130,180) }, +- { "tan", RGB_COLOR(210,180,140) }, +- { "teal", RGB_COLOR(0,128,128) }, +- { "thistle", RGB_COLOR(216,191,216) }, +- { "tomato", RGB_COLOR(255,99,71) }, +- { "turquoise", RGB_COLOR(64,224,208) }, +- { "violet", RGB_COLOR(238,130,238) }, +- { "wheat", RGB_COLOR(245,222,179) }, +- { "white", RGB_COLOR(255,255,255) }, +- { "whitesmoke", RGB_COLOR(245,245,245) }, +- { "yellow", RGB_COLOR(255,255,0) }, +- { "yellowgreen", RGB_COLOR(154,205,50) }, +- { 0, { 0, 0, 0, 0 } } /* Terminator. */ +-}; +- +-/* Get the color named NAME. If the color was found, returns 1 and +- stores the color into *COLOR. If the color was not found, returns 0 and +- does not modify *COLOR. */ +-int +-grub_gui_get_named_color (const char *name, +- grub_gui_color_t *color) +-{ +- int i; +- for (i = 0; named_colors[i].name; i++) +- { +- if (grub_strcmp (named_colors[i].name, name) == 0) +- { +- *color = named_colors[i].color; +- return 1; +- } +- } +- return 0; +-} +Index: b/grub-core/gfxmenu/theme_loader.c +=================================================================== +--- a/grub-core/gfxmenu/theme_loader.c ++++ b/grub-core/gfxmenu/theme_loader.c +@@ -135,11 +135,11 @@ + return grub_errno; + } + else if (! grub_strcmp ("title-color", name)) +- grub_gui_parse_color (value, &view->title_color); ++ grub_video_parse_color (value, &view->title_color); + else if (! grub_strcmp ("message-color", name)) +- grub_gui_parse_color (value, &view->message_color); ++ grub_video_parse_color (value, &view->message_color); + else if (! grub_strcmp ("message-bg-color", name)) +- grub_gui_parse_color (value, &view->message_bg_color); ++ grub_video_parse_color (value, &view->message_bg_color); + else if (! grub_strcmp ("desktop-image", name)) + { + struct grub_video_bitmap *raw_bitmap; +@@ -170,7 +170,7 @@ + view->desktop_image = scaled_bitmap; + } + else if (! grub_strcmp ("desktop-color", name)) +- grub_gui_parse_color (value, &view->desktop_color); ++ grub_video_parse_color (value, &view->desktop_color); + else if (! grub_strcmp ("terminal-box", name)) + { + grub_err_t err; +Index: b/grub-core/gfxmenu/view.c +=================================================================== +--- a/grub-core/gfxmenu/view.c ++++ b/grub-core/gfxmenu/view.c +@@ -50,8 +50,8 @@ + { + grub_gfxmenu_view_t view; + grub_font_t default_font; +- grub_gui_color_t default_fg_color; +- grub_gui_color_t default_bg_color; ++ grub_video_rgba_color_t default_fg_color; ++ grub_video_rgba_color_t default_bg_color; + + view = grub_malloc (sizeof (*view)); + if (! view) +@@ -63,8 +63,8 @@ + view->screen.height = height; + + default_font = grub_font_get ("Unknown Regular 16"); +- default_fg_color = grub_gui_color_rgb (0, 0, 0); +- default_bg_color = grub_gui_color_rgb (255, 255, 255); ++ default_fg_color = grub_video_rgba_color_rgb (0, 0, 0); ++ default_bg_color = grub_video_rgba_color_rgb (255, 255, 255); + + view->canvas = 0; + +@@ -131,7 +131,7 @@ + } + else + { +- grub_video_fill_rect (grub_gui_map_color (view->desktop_color), ++ grub_video_fill_rect (grub_video_map_rgba_color (view->desktop_color), + bounds->x, bounds->y, + bounds->width, bounds->height); + } +@@ -150,7 +150,7 @@ + int y = 40 + grub_font_get_ascent (view->title_font); + grub_font_draw_string (view->title_text, + view->title_font, +- grub_gui_map_color (view->title_color), ++ grub_video_map_rgba_color (view->title_color), + x, y); + } + +@@ -244,13 +244,13 @@ + return; + + grub_font_t font = view->message_font; +- grub_video_color_t color = grub_gui_map_color (view->message_color); ++ grub_video_color_t color = grub_video_map_rgba_color (view->message_color); + + /* Border. */ + grub_video_fill_rect (color, + f.x-1, f.y-1, f.width+2, f.height+2); + /* Fill. */ +- grub_video_fill_rect (grub_gui_map_color (view->message_bg_color), ++ grub_video_fill_rect (grub_video_map_rgba_color (view->message_bg_color), + f.x, f.y, f.width, f.height); + + /* Center the text. */ +Index: b/grub-core/term/gfxterm.c +=================================================================== +--- a/grub-core/term/gfxterm.c ++++ b/grub-core/term/gfxterm.c +@@ -130,6 +130,7 @@ + static unsigned int bitmap_width; + static unsigned int bitmap_height; + static struct grub_video_bitmap *bitmap; ++static int blend_text_bg; + + static struct grub_dirty_region dirty_region; + +@@ -476,26 +477,27 @@ + /* Render background layer. */ + grub_video_fill_rect (color, x, ty, width, h); + } +- +- /* Render text layer as blended. */ +- grub_video_blit_render_target (text_layer, GRUB_VIDEO_BLIT_BLEND, x, y, +- x - virtual_screen.offset_x, +- y - virtual_screen.offset_y, +- width, height); + } + else + { + /* Render background layer. */ + color = virtual_screen.bg_color_display; + grub_video_fill_rect (color, x, y, width, height); +- +- /* Render text layer as replaced (to get texts background color). */ +- grub_video_blit_render_target (text_layer, GRUB_VIDEO_BLIT_REPLACE, x, y, +- x - virtual_screen.offset_x, +- y - virtual_screen.offset_y, +- width, height); + } + ++ if (blend_text_bg) ++ /* Render text layer as blended. */ ++ grub_video_blit_render_target (text_layer, GRUB_VIDEO_BLIT_BLEND, x, y, ++ x - virtual_screen.offset_x, ++ y - virtual_screen.offset_y, ++ width, height); ++ else ++ /* Render text layer as replaced (to get texts background color). */ ++ grub_video_blit_render_target (text_layer, GRUB_VIDEO_BLIT_REPLACE, x, y, ++ x - virtual_screen.offset_x, ++ y - virtual_screen.offset_y, ++ width, height); ++ + /* Restore saved viewport. */ + grub_video_set_viewport (saved_view.x, saved_view.y, + saved_view.width, saved_view.height); +@@ -1127,6 +1129,7 @@ + { + grub_video_bitmap_destroy (bitmap); + bitmap = 0; ++ blend_text_bg = 0; + + /* Mark whole screen as dirty. */ + dirty_region_add (0, 0, window.width, window.height); +@@ -1166,6 +1169,8 @@ + /* If bitmap was loaded correctly, display it. */ + if (bitmap) + { ++ blend_text_bg = 1; ++ + /* Determine bitmap dimensions. */ + bitmap_width = grub_video_bitmap_get_width (bitmap); + bitmap_height = grub_video_bitmap_get_height (bitmap); +@@ -1180,6 +1185,48 @@ + return grub_errno; + } + ++static grub_err_t ++grub_gfxterm_background_color_cmd (grub_command_t cmd __attribute__ ((unused)), ++ int argc, char **args) ++{ ++ grub_video_rgba_color_t color; ++ struct grub_video_render_target *old_target; ++ ++ if (argc != 1) ++ return grub_error (GRUB_ERR_BAD_ARGUMENT, "missing operand"); ++ ++ /* Check that we have video adapter active. */ ++ if (grub_video_get_info (NULL) != GRUB_ERR_NONE) ++ return grub_errno; ++ ++ if (grub_video_parse_color (args[0], &color) != GRUB_ERR_NONE) ++ return grub_errno; ++ ++ /* Destroy existing background bitmap if loaded. */ ++ if (bitmap) ++ { ++ grub_video_bitmap_destroy (bitmap); ++ bitmap = 0; ++ ++ /* Mark whole screen as dirty. */ ++ dirty_region_add (0, 0, window.width, window.height); ++ } ++ ++ /* Set the background and border colors. The background color needs to be ++ compatible with the text layer. */ ++ grub_video_get_active_render_target (&old_target); ++ grub_video_set_active_render_target (text_layer); ++ virtual_screen.bg_color = grub_video_map_rgba_color (color); ++ grub_video_set_active_render_target (old_target); ++ virtual_screen.bg_color_display = grub_video_map_rgba_color (color); ++ blend_text_bg = 1; ++ ++ /* Mark whole screen as dirty. */ ++ dirty_region_add (0, 0, window.width, window.height); ++ ++ return GRUB_ERR_NONE; ++} ++ + static struct grub_term_output grub_video_term = + { + .name = "gfxterm", +@@ -1201,6 +1248,7 @@ + }; + + static grub_extcmd_t background_image_cmd_handle; ++static grub_command_t background_color_cmd_handle; + + GRUB_MOD_INIT(gfxterm) + { +@@ -1211,10 +1259,16 @@ + N_("[-m (stretch|normal)] FILE"), + N_("Load background image for active terminal."), + background_image_cmd_options); ++ background_color_cmd_handle = ++ grub_register_command ("background_color", ++ grub_gfxterm_background_color_cmd, ++ N_("COLOR"), ++ N_("Set background color for active terminal.")); + } + + GRUB_MOD_FINI(gfxterm) + { ++ grub_unregister_command (background_color_cmd_handle); + grub_unregister_extcmd (background_image_cmd_handle); + grub_term_unregister_output (&grub_video_term); + } +Index: b/include/grub/gfxmenu_view.h +=================================================================== +--- a/include/grub/gfxmenu_view.h ++++ b/include/grub/gfxmenu_view.h +@@ -87,11 +87,11 @@ + grub_font_t title_font; + grub_font_t message_font; + char *terminal_font_name; +- grub_gui_color_t title_color; +- grub_gui_color_t message_color; +- grub_gui_color_t message_bg_color; ++ grub_video_rgba_color_t title_color; ++ grub_video_rgba_color_t message_color; ++ grub_video_rgba_color_t message_bg_color; + struct grub_video_bitmap *desktop_image; +- grub_gui_color_t desktop_color; ++ grub_video_rgba_color_t desktop_color; + grub_gfxmenu_box_t terminal_box; + char *title_text; + char *progress_message_text; +Index: b/include/grub/gui.h +=================================================================== +--- a/include/grub/gui.h ++++ b/include/grub/gui.h +@@ -31,16 +31,6 @@ + status changes. */ + #define GRUB_GFXMENU_TIMEOUT_COMPONENT_ID "__timeout__" + +-/* A representation of a color. Unlike grub_video_color_t, this +- representation is independent of any video mode specifics. */ +-typedef struct grub_gui_color +-{ +- grub_uint8_t red; +- grub_uint8_t green; +- grub_uint8_t blue; +- grub_uint8_t alpha; +-} grub_gui_color_t; +- + typedef struct grub_gui_component *grub_gui_component_t; + typedef struct grub_gui_container *grub_gui_container_t; + typedef struct grub_gui_list *grub_gui_list_t; +@@ -242,23 +232,6 @@ + r->height); + } + +-static __inline grub_gui_color_t +-grub_gui_color_rgb (int r, int g, int b) +-{ +- grub_gui_color_t c; +- c.red = r; +- c.green = g; +- c.blue = b; +- c.alpha = 255; +- return c; +-} +- +-static __inline grub_video_color_t +-grub_gui_map_color (grub_gui_color_t c) +-{ +- return grub_video_map_rgba (c.red, c.green, c.blue, c.alpha); +-} +- + static inline int + grub_video_have_common_points (const grub_video_rect_t *a, + const grub_video_rect_t *b) +Index: b/include/grub/gui_string_util.h +=================================================================== +--- a/include/grub/gui_string_util.h ++++ b/include/grub/gui_string_util.h +@@ -30,8 +30,4 @@ + + char *grub_get_dirname (const char *file_path); + +-int grub_gui_get_named_color (const char *name, grub_gui_color_t *color); +- +-grub_err_t grub_gui_parse_color (const char *s, grub_gui_color_t *color); +- + #endif /* GRUB_GUI_STRING_UTIL_HEADER */ +Index: b/include/grub/video.h +=================================================================== +--- a/include/grub/video.h ++++ b/include/grub/video.h +@@ -27,6 +27,15 @@ + specific coding format. */ + typedef grub_uint32_t grub_video_color_t; + ++/* Video color in hardware independent format. */ ++typedef struct grub_video_rgba_color ++{ ++ grub_uint8_t red; ++ grub_uint8_t green; ++ grub_uint8_t blue; ++ grub_uint8_t alpha; ++} grub_video_rgba_color_t; ++ + /* This structure is driver specific and should not be accessed directly by + outside code. */ + struct grub_video_render_target; +@@ -428,4 +437,27 @@ + + grub_video_driver_id_t EXPORT_FUNC (grub_video_get_driver_id) (void); + ++static __inline grub_video_rgba_color_t ++grub_video_rgba_color_rgb (int r, int g, int b) ++{ ++ grub_video_rgba_color_t c; ++ c.red = r; ++ c.green = g; ++ c.blue = b; ++ c.alpha = 255; ++ return c; ++} ++ ++static __inline grub_video_color_t ++grub_video_map_rgba_color (grub_video_rgba_color_t c) ++{ ++ return grub_video_map_rgba (c.red, c.green, c.blue, c.alpha); ++} ++ ++int EXPORT_FUNC (grub_video_get_named_color) (const char *name, ++ grub_video_rgba_color_t *color); ++ ++grub_err_t EXPORT_FUNC (grub_video_parse_color) (const char *s, ++ grub_video_rgba_color_t *color); ++ + #endif /* ! GRUB_VIDEO_HEADER */ +Index: b/grub-core/video/colors.c +=================================================================== +--- /dev/null ++++ b/grub-core/video/colors.c +@@ -0,0 +1,330 @@ ++/* named_colors.c - Named color values. */ ++/* ++ * GRUB -- GRand Unified Bootloader ++ * Copyright (C) 2008 Free Software Foundation, Inc. ++ * ++ * GRUB is free software: you can redistribute it and/or modify ++ * it under the terms of the GNU General Public License as published by ++ * the Free Software Foundation, either version 3 of the License, or ++ * (at your option) any later version. ++ * ++ * GRUB is distributed in the hope that it will be useful, ++ * but WITHOUT ANY WARRANTY; without even the implied warranty of ++ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ++ * GNU General Public License for more details. ++ * ++ * You should have received a copy of the GNU General Public License ++ * along with GRUB. If not, see . ++ */ ++ ++#include ++#include ++#include ++#include ++ ++struct named_color ++{ ++ const char *name; ++ grub_video_rgba_color_t color; ++}; ++ ++/* ++ Named color list generated from the list of SVG color keywords from ++ , ++ processed through the following Perl command: ++ perl -ne 'chomp;split;print "{ \"$_[0]\", RGB_COLOR($_[2]) },\n"' ++ */ ++ ++#define RGB_COLOR(r,g,b) {.red = r, .green = g, .blue = b, .alpha = 255} ++ ++static struct named_color named_colors[] = ++{ ++ { "aliceblue", RGB_COLOR(240,248,255) }, ++ { "antiquewhite", RGB_COLOR(250,235,215) }, ++ { "aqua", RGB_COLOR(0,255,255) }, ++ { "aquamarine", RGB_COLOR(127,255,212) }, ++ { "azure", RGB_COLOR(240,255,255) }, ++ { "beige", RGB_COLOR(245,245,220) }, ++ { "bisque", RGB_COLOR(255,228,196) }, ++ { "black", RGB_COLOR(0,0,0) }, ++ { "blanchedalmond", RGB_COLOR(255,235,205) }, ++ { "blue", RGB_COLOR(0,0,255) }, ++ { "blueviolet", RGB_COLOR(138,43,226) }, ++ { "brown", RGB_COLOR(165,42,42) }, ++ { "burlywood", RGB_COLOR(222,184,135) }, ++ { "cadetblue", RGB_COLOR(95,158,160) }, ++ { "chartreuse", RGB_COLOR(127,255,0) }, ++ { "chocolate", RGB_COLOR(210,105,30) }, ++ { "coral", RGB_COLOR(255,127,80) }, ++ { "cornflowerblue", RGB_COLOR(100,149,237) }, ++ { "cornsilk", RGB_COLOR(255,248,220) }, ++ { "crimson", RGB_COLOR(220,20,60) }, ++ { "cyan", RGB_COLOR(0,255,255) }, ++ { "darkblue", RGB_COLOR(0,0,139) }, ++ { "darkcyan", RGB_COLOR(0,139,139) }, ++ { "darkgoldenrod", RGB_COLOR(184,134,11) }, ++ { "darkgray", RGB_COLOR(169,169,169) }, ++ { "darkgreen", RGB_COLOR(0,100,0) }, ++ { "darkgrey", RGB_COLOR(169,169,169) }, ++ { "darkkhaki", RGB_COLOR(189,183,107) }, ++ { "darkmagenta", RGB_COLOR(139,0,139) }, ++ { "darkolivegreen", RGB_COLOR(85,107,47) }, ++ { "darkorange", RGB_COLOR(255,140,0) }, ++ { "darkorchid", RGB_COLOR(153,50,204) }, ++ { "darkred", RGB_COLOR(139,0,0) }, ++ { "darksalmon", RGB_COLOR(233,150,122) }, ++ { "darkseagreen", RGB_COLOR(143,188,143) }, ++ { "darkslateblue", RGB_COLOR(72,61,139) }, ++ { "darkslategray", RGB_COLOR(47,79,79) }, ++ { "darkslategrey", RGB_COLOR(47,79,79) }, ++ { "darkturquoise", RGB_COLOR(0,206,209) }, ++ { "darkviolet", RGB_COLOR(148,0,211) }, ++ { "deeppink", RGB_COLOR(255,20,147) }, ++ { "deepskyblue", RGB_COLOR(0,191,255) }, ++ { "dimgray", RGB_COLOR(105,105,105) }, ++ { "dimgrey", RGB_COLOR(105,105,105) }, ++ { "dodgerblue", RGB_COLOR(30,144,255) }, ++ { "firebrick", RGB_COLOR(178,34,34) }, ++ { "floralwhite", RGB_COLOR(255,250,240) }, ++ { "forestgreen", RGB_COLOR(34,139,34) }, ++ { "fuchsia", RGB_COLOR(255,0,255) }, ++ { "gainsboro", RGB_COLOR(220,220,220) }, ++ { "ghostwhite", RGB_COLOR(248,248,255) }, ++ { "gold", RGB_COLOR(255,215,0) }, ++ { "goldenrod", RGB_COLOR(218,165,32) }, ++ { "gray", RGB_COLOR(128,128,128) }, ++ { "green", RGB_COLOR(0,128,0) }, ++ { "greenyellow", RGB_COLOR(173,255,47) }, ++ { "grey", RGB_COLOR(128,128,128) }, ++ { "honeydew", RGB_COLOR(240,255,240) }, ++ { "hotpink", RGB_COLOR(255,105,180) }, ++ { "indianred", RGB_COLOR(205,92,92) }, ++ { "indigo", RGB_COLOR(75,0,130) }, ++ { "ivory", RGB_COLOR(255,255,240) }, ++ { "khaki", RGB_COLOR(240,230,140) }, ++ { "lavender", RGB_COLOR(230,230,250) }, ++ { "lavenderblush", RGB_COLOR(255,240,245) }, ++ { "lawngreen", RGB_COLOR(124,252,0) }, ++ { "lemonchiffon", RGB_COLOR(255,250,205) }, ++ { "lightblue", RGB_COLOR(173,216,230) }, ++ { "lightcoral", RGB_COLOR(240,128,128) }, ++ { "lightcyan", RGB_COLOR(224,255,255) }, ++ { "lightgoldenrodyellow", RGB_COLOR(250,250,210) }, ++ { "lightgray", RGB_COLOR(211,211,211) }, ++ { "lightgreen", RGB_COLOR(144,238,144) }, ++ { "lightgrey", RGB_COLOR(211,211,211) }, ++ { "lightpink", RGB_COLOR(255,182,193) }, ++ { "lightsalmon", RGB_COLOR(255,160,122) }, ++ { "lightseagreen", RGB_COLOR(32,178,170) }, ++ { "lightskyblue", RGB_COLOR(135,206,250) }, ++ { "lightslategray", RGB_COLOR(119,136,153) }, ++ { "lightslategrey", RGB_COLOR(119,136,153) }, ++ { "lightsteelblue", RGB_COLOR(176,196,222) }, ++ { "lightyellow", RGB_COLOR(255,255,224) }, ++ { "lime", RGB_COLOR(0,255,0) }, ++ { "limegreen", RGB_COLOR(50,205,50) }, ++ { "linen", RGB_COLOR(250,240,230) }, ++ { "magenta", RGB_COLOR(255,0,255) }, ++ { "maroon", RGB_COLOR(128,0,0) }, ++ { "mediumaquamarine", RGB_COLOR(102,205,170) }, ++ { "mediumblue", RGB_COLOR(0,0,205) }, ++ { "mediumorchid", RGB_COLOR(186,85,211) }, ++ { "mediumpurple", RGB_COLOR(147,112,219) }, ++ { "mediumseagreen", RGB_COLOR(60,179,113) }, ++ { "mediumslateblue", RGB_COLOR(123,104,238) }, ++ { "mediumspringgreen", RGB_COLOR(0,250,154) }, ++ { "mediumturquoise", RGB_COLOR(72,209,204) }, ++ { "mediumvioletred", RGB_COLOR(199,21,133) }, ++ { "midnightblue", RGB_COLOR(25,25,112) }, ++ { "mintcream", RGB_COLOR(245,255,250) }, ++ { "mistyrose", RGB_COLOR(255,228,225) }, ++ { "moccasin", RGB_COLOR(255,228,181) }, ++ { "navajowhite", RGB_COLOR(255,222,173) }, ++ { "navy", RGB_COLOR(0,0,128) }, ++ { "oldlace", RGB_COLOR(253,245,230) }, ++ { "olive", RGB_COLOR(128,128,0) }, ++ { "olivedrab", RGB_COLOR(107,142,35) }, ++ { "orange", RGB_COLOR(255,165,0) }, ++ { "orangered", RGB_COLOR(255,69,0) }, ++ { "orchid", RGB_COLOR(218,112,214) }, ++ { "palegoldenrod", RGB_COLOR(238,232,170) }, ++ { "palegreen", RGB_COLOR(152,251,152) }, ++ { "paleturquoise", RGB_COLOR(175,238,238) }, ++ { "palevioletred", RGB_COLOR(219,112,147) }, ++ { "papayawhip", RGB_COLOR(255,239,213) }, ++ { "peachpuff", RGB_COLOR(255,218,185) }, ++ { "peru", RGB_COLOR(205,133,63) }, ++ { "pink", RGB_COLOR(255,192,203) }, ++ { "plum", RGB_COLOR(221,160,221) }, ++ { "powderblue", RGB_COLOR(176,224,230) }, ++ { "purple", RGB_COLOR(128,0,128) }, ++ { "red", RGB_COLOR(255,0,0) }, ++ { "rosybrown", RGB_COLOR(188,143,143) }, ++ { "royalblue", RGB_COLOR(65,105,225) }, ++ { "saddlebrown", RGB_COLOR(139,69,19) }, ++ { "salmon", RGB_COLOR(250,128,114) }, ++ { "sandybrown", RGB_COLOR(244,164,96) }, ++ { "seagreen", RGB_COLOR(46,139,87) }, ++ { "seashell", RGB_COLOR(255,245,238) }, ++ { "sienna", RGB_COLOR(160,82,45) }, ++ { "silver", RGB_COLOR(192,192,192) }, ++ { "skyblue", RGB_COLOR(135,206,235) }, ++ { "slateblue", RGB_COLOR(106,90,205) }, ++ { "slategray", RGB_COLOR(112,128,144) }, ++ { "slategrey", RGB_COLOR(112,128,144) }, ++ { "snow", RGB_COLOR(255,250,250) }, ++ { "springgreen", RGB_COLOR(0,255,127) }, ++ { "steelblue", RGB_COLOR(70,130,180) }, ++ { "tan", RGB_COLOR(210,180,140) }, ++ { "teal", RGB_COLOR(0,128,128) }, ++ { "thistle", RGB_COLOR(216,191,216) }, ++ { "tomato", RGB_COLOR(255,99,71) }, ++ { "turquoise", RGB_COLOR(64,224,208) }, ++ { "violet", RGB_COLOR(238,130,238) }, ++ { "wheat", RGB_COLOR(245,222,179) }, ++ { "white", RGB_COLOR(255,255,255) }, ++ { "whitesmoke", RGB_COLOR(245,245,245) }, ++ { "yellow", RGB_COLOR(255,255,0) }, ++ { "yellowgreen", RGB_COLOR(154,205,50) }, ++ { 0, { 0, 0, 0, 0 } } /* Terminator. */ ++}; ++ ++/* Get the color named NAME. If the color was found, returns 1 and ++ stores the color into *COLOR. If the color was not found, returns 0 and ++ does not modify *COLOR. */ ++int ++grub_video_get_named_color (const char *name, ++ grub_video_rgba_color_t *color) ++{ ++ int i; ++ for (i = 0; named_colors[i].name; i++) ++ { ++ if (grub_strcmp (named_colors[i].name, name) == 0) ++ { ++ *color = named_colors[i].color; ++ return 1; ++ } ++ } ++ return 0; ++} ++ ++static __inline int ++my_isxdigit (char c) ++{ ++ return ((c >= '0' && c <= '9') ++ || (c >= 'a' && c <= 'f') ++ || (c >= 'A' && c <= 'F')); ++} ++ ++static int ++parse_hex_color_component (const char *s, unsigned start, unsigned end) ++{ ++ unsigned len; ++ char buf[3]; ++ ++ len = end - start; ++ /* Check the limits so we don't overrun the buffer. */ ++ if (len < 1 || len > 2) ++ return 0; ++ ++ if (len == 1) ++ { ++ buf[0] = s[start]; /* Get the first and only hex digit. */ ++ buf[1] = buf[0]; /* Duplicate the hex digit. */ ++ } ++ else if (len == 2) ++ { ++ buf[0] = s[start]; ++ buf[1] = s[start + 1]; ++ } ++ ++ buf[2] = '\0'; ++ ++ return grub_strtoul (buf, 0, 16); ++} ++ ++/* Parse a color string of the form "r, g, b", "#RGB", "#RGBA", ++ "#RRGGBB", or "#RRGGBBAA". */ ++grub_err_t ++grub_video_parse_color (const char *s, grub_video_rgba_color_t *color) ++{ ++ grub_video_rgba_color_t c; ++ ++ /* Skip whitespace. */ ++ while (*s && grub_isspace (*s)) ++ s++; ++ ++ if (*s == '#') ++ { ++ /* HTML-style. Number if hex digits: ++ [6] #RRGGBB [3] #RGB ++ [8] #RRGGBBAA [4] #RGBA */ ++ ++ s++; /* Skip the '#'. */ ++ /* Count the hexits to determine the format. */ ++ int hexits = 0; ++ const char *end = s; ++ while (my_isxdigit (*end)) ++ { ++ end++; ++ hexits++; ++ } ++ ++ /* Parse the color components based on the format. */ ++ if (hexits == 3 || hexits == 4) ++ { ++ c.red = parse_hex_color_component (s, 0, 1); ++ c.green = parse_hex_color_component (s, 1, 2); ++ c.blue = parse_hex_color_component (s, 2, 3); ++ if (hexits == 4) ++ c.alpha = parse_hex_color_component (s, 3, 4); ++ else ++ c.alpha = 255; ++ } ++ else if (hexits == 6 || hexits == 8) ++ { ++ c.red = parse_hex_color_component (s, 0, 2); ++ c.green = parse_hex_color_component (s, 2, 4); ++ c.blue = parse_hex_color_component (s, 4, 6); ++ if (hexits == 8) ++ c.alpha = parse_hex_color_component (s, 6, 8); ++ else ++ c.alpha = 255; ++ } ++ else ++ return grub_error (GRUB_ERR_BAD_ARGUMENT, ++ "invalid HTML-type color string `%s'", s); ++ } ++ else if (grub_isdigit (*s)) ++ { ++ /* Comma separated decimal values. */ ++ c.red = grub_strtoul (s, 0, 0); ++ if ((s = grub_strchr (s, ',')) == 0) ++ return grub_error (GRUB_ERR_BAD_ARGUMENT, ++ "missing 1st comma separator in color `%s'", s); ++ s++; ++ c.green = grub_strtoul (s, 0, 0); ++ if ((s = grub_strchr (s, ',')) == 0) ++ return grub_error (GRUB_ERR_BAD_ARGUMENT, ++ "missing 2nd comma separator in color `%s'", s); ++ s++; ++ c.blue = grub_strtoul (s, 0, 0); ++ if ((s = grub_strchr (s, ',')) == 0) ++ c.alpha = 255; ++ else ++ { ++ s++; ++ c.alpha = grub_strtoul (s, 0, 0); ++ } ++ } ++ else ++ { ++ if (! grub_video_get_named_color (s, &c)) ++ return grub_error (GRUB_ERR_BAD_ARGUMENT, ++ "invalid named color `%s'", s); ++ } ++ ++ if (grub_errno == GRUB_ERR_NONE) ++ *color = c; ++ return grub_errno; ++} --- grub2-1.99.orig/debian/patches/install_stage2_confusion.patch +++ grub2-1.99/debian/patches/install_stage2_confusion.patch @@ -0,0 +1,24 @@ +Description: If GRUB Legacy is still around, tell packaging to ignore it +Author: Colin Watson +Bug-Debian: http://bugs.debian.org/586143 +Forwarded: not-needed +Last-Update: 2010-06-18 + +Index: b/util/grub-install.in +=================================================================== +--- a/util/grub-install.in ++++ b/util/grub-install.in +@@ -660,6 +660,13 @@ + fi + fi + ++# If vestiges of GRUB Legacy still exist, tell the Debian packaging that ++# they can ignore them. ++if test -z "$rootdir" && \ ++ test -e /boot/grub/stage2 && test -e /boot/grub/menu.lst; then ++ touch /boot/grub/grub2-installed ++fi ++ + echo "Installation finished. No error reported." + + # Bye. --- grub2-1.99.orig/debian/patches/olpc_prefix_hack.patch +++ grub2-1.99/debian/patches/olpc_prefix_hack.patch @@ -0,0 +1,50 @@ + +This sucks, but it's better than what OFW was giving us. + +Index: b/grub-core/kern/ieee1275/init.c +=================================================================== +--- a/grub-core/kern/ieee1275/init.c ++++ b/grub-core/kern/ieee1275/init.c +@@ -53,6 +53,7 @@ + grub_ieee1275_exit (); + } + ++#ifndef __i386__ + /* Translate an OF filesystem path (separated by backslashes), into a GRUB + path (separated by forward slashes). */ + static void +@@ -67,13 +68,16 @@ + backslash = grub_strchr (filepath, '\\'); + } + } ++#endif + + void + grub_machine_set_prefix (void) + { ++#ifndef __i386__ + char bootpath[64]; /* XXX check length */ + char *filename; + char *prefix; ++#endif + + if (grub_prefix[0]) + { +@@ -82,6 +86,9 @@ + return; + } + ++#ifdef __i386__ ++ grub_env_set ("prefix", "(sd,1)/"); ++#else + if (grub_ieee1275_get_property (grub_ieee1275_chosen, "bootpath", &bootpath, + sizeof (bootpath), 0)) + { +@@ -120,6 +127,7 @@ + + grub_free (filename); + grub_free (prefix); ++#endif + } + + /* Claim some available memory in the first /memory node. */ --- grub2-1.99.orig/debian/patches/disable_floppies.patch +++ grub2-1.99/debian/patches/disable_floppies.patch @@ -0,0 +1,28 @@ + +Author: Robert Millan + +An ugly kludge. Should this be merged upstream? + +Index: b/grub-core/kern/emu/hostdisk.c +=================================================================== +--- a/grub-core/kern/emu/hostdisk.c ++++ b/grub-core/kern/emu/hostdisk.c +@@ -1077,6 +1077,18 @@ + continue; + } + ++ if (! strncmp (p, "/dev/fd", sizeof ("/dev/fd") - 1)) ++ { ++ char *q = p + sizeof ("/dev/fd") - 1; ++ if (*q >= '0' && *q <= '9') ++ { ++ free (map[drive].drive); ++ map[drive].drive = NULL; ++ grub_util_info ("`%s' looks like a floppy drive, skipping", p); ++ continue; ++ } ++ } ++ + #ifdef __linux__ + /* On Linux, the devfs uses symbolic links horribly, and that + confuses the interface very much, so use realpath to expand --- grub2-1.99.orig/docs/version.texi +++ grub2-1.99/docs/version.texi @@ -1,4 +1,4 @@ -@set UPDATED 14 May 2011 -@set UPDATED-MONTH May 2011 +@set UPDATED 13 November 2011 +@set UPDATED-MONTH November 2011 @set EDITION 1.99 @set VERSION 1.99 --- grub2-1.99.orig/docs/grub.info +++ grub2-1.99/docs/grub.info @@ -1,8 +1,7 @@ -This is /home/phcoder/grub2/bzr/grub-1.99/docs/grub.info, produced by -makeinfo version 4.13 from -/home/phcoder/grub2/bzr/grub-1.99/docs/grub.texi. +This is ../../../docs/grub.info, produced by makeinfo version 4.13 from +../../../docs/grub.texi. -This manual is for GNU GRUB (version 1.99, 14 May 2011). +This manual is for GNU GRUB (version 1.99, 13 November 2011). Copyright (C) 1999,2000,2001,2002,2004,2006,2008,2009,2010 Free Software Foundation, Inc. @@ -33,7 +32,7 @@ This edition documents version 1.99. - This manual is for GNU GRUB (version 1.99, 14 May 2011). + This manual is for GNU GRUB (version 1.99, 13 November 2011). Copyright (C) 1999,2000,2001,2002,2004,2006,2008,2009,2010 Free Software Foundation, Inc. @@ -1116,8 +1115,16 @@ `GRUB_CMDLINE_XEN' `GRUB_CMDLINE_XEN_DEFAULT' - As `GRUB_CMDLINE_LINUX' and `GRUB_CMDLINE_LINUX_DEFAULT', but for - Linux and Xen. + The values of these options are appended to the values of + `GRUB_CMDLINE_LINUX' and `GRUB_CMDLINE_LINUX_DEFAULT' for Linux + and Xen menu entries. + +`GRUB_CMDLINE_LINUX_XEN_REPLACE' + +`GRUB_CMDLINE_LINUX_XEN_REPLACE_DEFAULT' + The values of these options replace the values of + `GRUB_CMDLINE_LINUX' and `GRUB_CMDLINE_LINUX_DEFAULT' for Linux + and Xen menu entries. `GRUB_DISABLE_LINUX_UUID' Normally, `grub-mkconfig' will generate menu entries that use @@ -5066,163 +5073,163 @@  Tag Table: -Node: Top961 -Node: Introduction3282 -Node: Overview3726 -Node: Overview-Footnotes5710 -Ref: Overview-Footnote-15771 -Node: History5932 -Node: Changes from GRUB Legacy8020 -Node: Features10496 -Node: Features-Footnotes16487 -Ref: Features-Footnote-116548 -Ref: Features-Footnote-216694 -Node: Role of a boot loader16839 -Node: Role of a boot loader-Footnotes18177 -Ref: Role of a boot loader-Footnote-118264 -Node: Naming convention18343 -Node: Installation21218 -Node: Installing GRUB using grub-install22321 -Node: Making a GRUB bootable CD-ROM24492 -Node: Making a GRUB bootable CD-ROM-Footnotes26346 -Ref: Making a GRUB bootable CD-ROM-Footnote-126449 -Node: Device map26524 -Node: BIOS installation28701 -Node: Booting32078 -Node: General boot methods32470 -Node: Loading an operating system directly33211 -Node: Chain-loading33942 -Node: OS-specific notes34913 -Node: GNU/Hurd35195 -Node: GNU/Linux36312 -Node: DOS/Windows37935 -Node: Configuration39708 -Node: Simple configuration40250 -Node: Shell-like scripting49686 -Node: Shell-like scripting-Footnotes57596 -Ref: Shell-like scripting-Footnote-157681 -Node: Embedded configuration57808 -Node: Theme file format60641 -Ref: Pixmap-styled progress bar62064 -Ref: Plain progress bar62076 -Ref: An example of the slices (in red) used for a terminal window. This drawing was created and sliced in Inkscape_65505 -Node: Network79727 -Node: Serial terminal82130 -Node: Vendor power-on keys84357 -Node: Images86187 -Node: Filesystem91147 -Node: Device syntax91834 -Node: File name syntax93326 -Node: Block list syntax94080 -Node: Interface94813 -Node: Command-line interface95635 -Node: Command-line interface-Footnotes97576 -Ref: Command-line interface-Footnote-197665 -Node: Menu interface97760 -Node: Menu entry editor98770 -Node: Environment99508 -Node: Special environment variables100212 -Node: biosnum100963 -Node: chosen101477 -Node: color_highlight101919 -Node: color_normal102325 -Node: debug102947 -Node: default103294 -Node: fallback104221 -Node: gfxmode104552 -Node: gfxpayload105285 -Node: gfxterm_font106437 -Node: icondir106736 -Node: lang107052 -Node: locale_dir107521 -Node: menu_color_highlight108030 -Node: menu_color_normal108526 -Node: net_pxe_boot_file109019 -Node: net_pxe_dhcp_server_name109230 -Node: net_pxe_domain109452 -Node: net_pxe_extensionspath109659 -Node: net_pxe_hostname109874 -Node: net_pxe_ip110073 -Node: net_pxe_mac110249 -Node: net_pxe_rootpath110427 -Node: pager110610 -Node: prefix110864 -Node: pxe_blksize111313 -Node: pxe_default_gateway111490 -Node: pxe_default_server111695 -Node: root111891 -Node: superusers112432 -Node: theme112680 -Node: timeout113001 -Node: Environment block113498 -Node: Commands114930 -Node: Menu-specific commands115763 -Node: menuentry116490 -Node: submenu117497 -Node: General commands118005 -Node: serial118501 -Node: terminal_input119546 -Node: terminal_output120212 -Node: terminfo120879 -Node: Command-line and menu entry commands122014 -Node: acpi124985 -Node: badram126024 -Node: blocklist127066 -Node: boot127300 -Node: cat127621 -Node: chainloader128256 -Node: cmp128878 -Node: configfile129429 -Node: cpuid129729 -Node: crc130194 -Node: date130384 -Node: drivemap130923 -Node: echo131726 -Node: export132663 -Node: false132973 -Node: gettext133269 -Node: gptsync133716 -Node: halt134661 -Node: help134987 -Node: initrd135450 -Node: initrd16135862 -Node: insmod136367 -Node: keystatus136589 -Node: linux137227 -Node: linux16138130 -Node: list_env138844 -Node: load_env139198 -Node: loopback139576 -Node: ls140024 -Node: normal140569 -Node: normal_exit141328 -Node: parttool141650 -Node: password143155 -Node: password_pbkdf2143437 -Node: play143845 -Node: pxe_unload144597 -Node: read144876 -Node: reboot145225 -Node: save_env145410 -Node: search145796 -Node: sendkey146574 -Node: set152848 -Node: true153146 -Node: unset153431 -Node: uppermem153637 -Node: Security153838 -Node: Supported kernels156526 -Node: Troubleshooting164014 -Node: GRUB only offers a rescue shell164240 -Node: Invoking grub-install167166 -Node: Invoking grub-mkconfig168544 -Node: Invoking grub-mkpasswd-pbkdf2169181 -Node: Invoking grub-mkrescue169839 -Node: Obtaining and Building GRUB171602 -Node: Reporting bugs172846 -Node: Future175649 -Node: Copying This Manual176049 -Node: GNU Free Documentation License176277 -Node: Index198685 +Node: Top916 +Node: Introduction3242 +Node: Overview3686 +Node: Overview-Footnotes5670 +Ref: Overview-Footnote-15731 +Node: History5892 +Node: Changes from GRUB Legacy7980 +Node: Features10456 +Node: Features-Footnotes16447 +Ref: Features-Footnote-116508 +Ref: Features-Footnote-216654 +Node: Role of a boot loader16799 +Node: Role of a boot loader-Footnotes18137 +Ref: Role of a boot loader-Footnote-118224 +Node: Naming convention18303 +Node: Installation21178 +Node: Installing GRUB using grub-install22281 +Node: Making a GRUB bootable CD-ROM24452 +Node: Making a GRUB bootable CD-ROM-Footnotes26306 +Ref: Making a GRUB bootable CD-ROM-Footnote-126409 +Node: Device map26484 +Node: BIOS installation28661 +Node: Booting32038 +Node: General boot methods32430 +Node: Loading an operating system directly33171 +Node: Chain-loading33902 +Node: OS-specific notes34873 +Node: GNU/Hurd35155 +Node: GNU/Linux36272 +Node: DOS/Windows37895 +Node: Configuration39668 +Node: Simple configuration40210 +Node: Shell-like scripting49941 +Node: Shell-like scripting-Footnotes57851 +Ref: Shell-like scripting-Footnote-157936 +Node: Embedded configuration58063 +Node: Theme file format60896 +Ref: Pixmap-styled progress bar62319 +Ref: Plain progress bar62331 +Ref: An example of the slices (in red) used for a terminal window. This drawing was created and sliced in Inkscape_65760 +Node: Network79982 +Node: Serial terminal82385 +Node: Vendor power-on keys84612 +Node: Images86442 +Node: Filesystem91402 +Node: Device syntax92089 +Node: File name syntax93581 +Node: Block list syntax94335 +Node: Interface95068 +Node: Command-line interface95890 +Node: Command-line interface-Footnotes97831 +Ref: Command-line interface-Footnote-197920 +Node: Menu interface98015 +Node: Menu entry editor99025 +Node: Environment99763 +Node: Special environment variables100467 +Node: biosnum101218 +Node: chosen101732 +Node: color_highlight102174 +Node: color_normal102580 +Node: debug103202 +Node: default103549 +Node: fallback104476 +Node: gfxmode104807 +Node: gfxpayload105540 +Node: gfxterm_font106692 +Node: icondir106991 +Node: lang107307 +Node: locale_dir107776 +Node: menu_color_highlight108285 +Node: menu_color_normal108781 +Node: net_pxe_boot_file109274 +Node: net_pxe_dhcp_server_name109485 +Node: net_pxe_domain109707 +Node: net_pxe_extensionspath109914 +Node: net_pxe_hostname110129 +Node: net_pxe_ip110328 +Node: net_pxe_mac110504 +Node: net_pxe_rootpath110682 +Node: pager110865 +Node: prefix111119 +Node: pxe_blksize111568 +Node: pxe_default_gateway111745 +Node: pxe_default_server111950 +Node: root112146 +Node: superusers112687 +Node: theme112935 +Node: timeout113256 +Node: Environment block113753 +Node: Commands115185 +Node: Menu-specific commands116018 +Node: menuentry116745 +Node: submenu117752 +Node: General commands118260 +Node: serial118756 +Node: terminal_input119801 +Node: terminal_output120467 +Node: terminfo121134 +Node: Command-line and menu entry commands122269 +Node: acpi125240 +Node: badram126279 +Node: blocklist127321 +Node: boot127555 +Node: cat127876 +Node: chainloader128511 +Node: cmp129133 +Node: configfile129684 +Node: cpuid129984 +Node: crc130449 +Node: date130639 +Node: drivemap131178 +Node: echo131981 +Node: export132918 +Node: false133228 +Node: gettext133524 +Node: gptsync133971 +Node: halt134916 +Node: help135242 +Node: initrd135705 +Node: initrd16136117 +Node: insmod136622 +Node: keystatus136844 +Node: linux137482 +Node: linux16138385 +Node: list_env139099 +Node: load_env139453 +Node: loopback139831 +Node: ls140279 +Node: normal140824 +Node: normal_exit141583 +Node: parttool141905 +Node: password143410 +Node: password_pbkdf2143692 +Node: play144100 +Node: pxe_unload144852 +Node: read145131 +Node: reboot145480 +Node: save_env145665 +Node: search146051 +Node: sendkey146829 +Node: set153103 +Node: true153401 +Node: unset153686 +Node: uppermem153892 +Node: Security154093 +Node: Supported kernels156781 +Node: Troubleshooting164269 +Node: GRUB only offers a rescue shell164495 +Node: Invoking grub-install167421 +Node: Invoking grub-mkconfig168799 +Node: Invoking grub-mkpasswd-pbkdf2169436 +Node: Invoking grub-mkrescue170094 +Node: Obtaining and Building GRUB171857 +Node: Reporting bugs173101 +Node: Future175904 +Node: Copying This Manual176304 +Node: GNU Free Documentation License176532 +Node: Index198940  End Tag Table --- grub2-1.99.orig/docs/stamp-vti +++ grub2-1.99/docs/stamp-vti @@ -1,4 +1,4 @@ -@set UPDATED 14 May 2011 -@set UPDATED-MONTH May 2011 +@set UPDATED 13 November 2011 +@set UPDATED-MONTH November 2011 @set EDITION 1.99 @set VERSION 1.99 --- grub2-1.99.orig/docs/Makefile.in +++ grub2-1.99/docs/Makefile.in @@ -715,6 +715,7 @@ enable_grub_emu_sdl = @enable_grub_emu_sdl@ enable_grub_emu_usb = @enable_grub_emu_usb@ enable_grub_mkfont = @enable_grub_mkfont@ +enable_grub_mount = @enable_grub_mount@ exec_prefix = @exec_prefix@ freetype_cflags = @freetype_cflags@ freetype_libs = @freetype_libs@ --- grub2-1.99.orig/util/bash-completion.d/Makefile.in +++ grub2-1.99/util/bash-completion.d/Makefile.in @@ -701,6 +701,7 @@ enable_grub_emu_sdl = @enable_grub_emu_sdl@ enable_grub_emu_usb = @enable_grub_emu_usb@ enable_grub_mkfont = @enable_grub_mkfont@ +enable_grub_mount = @enable_grub_mount@ exec_prefix = @exec_prefix@ freetype_cflags = @freetype_cflags@ freetype_libs = @freetype_libs@ --- grub2-1.99.orig/grub-core/Makefile.in +++ grub2-1.99/grub-core/Makefile.in @@ -42,6 +42,7 @@ target_triplet = @target@ DIST_COMMON = $(am__dist_noinst_DATA_DIST) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.core.am $(srcdir)/Makefile.in \ + $(srcdir)/contrib/ntldr-img/Makefile.core.common \ $(top_srcdir)/conf/Makefile.common # Platform specific options @@ -53,593 +54,597 @@ @COND_mips_TRUE@am__append_6 = -mflush-func=grub_cpu_flush_cache @COND_sparc64_ieee1275_TRUE@am__append_7 = -mno-app-regs @COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_x86_64_efi_FALSE@am__append_8 = -lgcc -bin_PROGRAMS = $(am__EXEEXT_1) +bin_PROGRAMS = $(am__EXEEXT_1) $(am__EXEEXT_2) sbin_PROGRAMS = check_PROGRAMS = -noinst_PROGRAMS = $(am__EXEEXT_2) $(am__EXEEXT_3) $(am__EXEEXT_4) \ - $(am__EXEEXT_5) $(am__EXEEXT_6) $(am__EXEEXT_7) \ - $(am__EXEEXT_8) $(am__EXEEXT_9) $(am__EXEEXT_10) \ - $(am__EXEEXT_11) $(am__EXEEXT_12) $(am__EXEEXT_13) \ - $(am__EXEEXT_14) $(am__EXEEXT_15) $(am__EXEEXT_16) \ - $(am__EXEEXT_17) $(am__EXEEXT_18) $(am__EXEEXT_19) \ - $(am__EXEEXT_20) $(am__EXEEXT_21) $(am__EXEEXT_22) \ - $(am__EXEEXT_23) $(am__EXEEXT_24) $(am__EXEEXT_25) \ - $(am__EXEEXT_26) $(am__EXEEXT_27) $(am__EXEEXT_28) \ - $(am__EXEEXT_29) $(am__EXEEXT_30) $(am__EXEEXT_31) \ - $(am__EXEEXT_32) $(am__EXEEXT_33) $(am__EXEEXT_34) \ - $(am__EXEEXT_35) $(am__EXEEXT_36) $(am__EXEEXT_37) \ - $(am__EXEEXT_38) $(am__EXEEXT_39) $(am__EXEEXT_40) \ - $(am__EXEEXT_41) $(am__EXEEXT_42) $(am__EXEEXT_43) \ - $(am__EXEEXT_44) $(am__EXEEXT_45) $(am__EXEEXT_46) \ - $(am__EXEEXT_47) $(am__EXEEXT_48) $(am__EXEEXT_49) \ - $(am__EXEEXT_50) $(am__EXEEXT_51) $(am__EXEEXT_52) \ - $(am__EXEEXT_53) $(am__EXEEXT_54) $(am__EXEEXT_55) \ - $(am__EXEEXT_56) $(am__EXEEXT_57) $(am__EXEEXT_58) \ - $(am__EXEEXT_59) $(am__EXEEXT_60) $(am__EXEEXT_61) \ - $(am__EXEEXT_62) $(am__EXEEXT_63) $(am__EXEEXT_64) \ - $(am__EXEEXT_65) $(am__EXEEXT_66) $(am__EXEEXT_67) \ - $(am__EXEEXT_68) $(am__EXEEXT_69) $(am__EXEEXT_70) \ - $(am__EXEEXT_71) $(am__EXEEXT_72) $(am__EXEEXT_73) \ - $(am__EXEEXT_74) $(am__EXEEXT_75) $(am__EXEEXT_76) \ - $(am__EXEEXT_77) $(am__EXEEXT_78) $(am__EXEEXT_79) \ - $(am__EXEEXT_80) $(am__EXEEXT_81) $(am__EXEEXT_82) \ - $(am__EXEEXT_83) $(am__EXEEXT_84) $(am__EXEEXT_85) \ - $(am__EXEEXT_86) $(am__EXEEXT_87) $(am__EXEEXT_88) \ - $(am__EXEEXT_89) $(am__EXEEXT_90) $(am__EXEEXT_91) \ - $(am__EXEEXT_92) $(am__EXEEXT_93) $(am__EXEEXT_94) \ - $(am__EXEEXT_95) $(am__EXEEXT_96) $(am__EXEEXT_97) \ - $(am__EXEEXT_98) $(am__EXEEXT_99) $(am__EXEEXT_100) \ - $(am__EXEEXT_101) $(am__EXEEXT_102) $(am__EXEEXT_103) \ - $(am__EXEEXT_104) $(am__EXEEXT_105) $(am__EXEEXT_106) \ - $(am__EXEEXT_107) $(am__EXEEXT_108) $(am__EXEEXT_109) \ - $(am__EXEEXT_110) $(am__EXEEXT_111) $(am__EXEEXT_112) \ - $(am__EXEEXT_113) $(am__EXEEXT_114) $(am__EXEEXT_115) \ - $(am__EXEEXT_116) $(am__EXEEXT_117) $(am__EXEEXT_118) \ - $(am__EXEEXT_119) $(am__EXEEXT_120) $(am__EXEEXT_121) \ - $(am__EXEEXT_122) $(am__EXEEXT_123) $(am__EXEEXT_124) \ - $(am__EXEEXT_125) $(am__EXEEXT_126) $(am__EXEEXT_127) \ - $(am__EXEEXT_128) $(am__EXEEXT_129) $(am__EXEEXT_130) \ - $(am__EXEEXT_131) $(am__EXEEXT_132) $(am__EXEEXT_133) \ - $(am__EXEEXT_134) $(am__EXEEXT_135) $(am__EXEEXT_136) \ - $(am__EXEEXT_137) $(am__EXEEXT_138) $(am__EXEEXT_139) \ - $(am__EXEEXT_140) $(am__EXEEXT_141) $(am__EXEEXT_142) \ - $(am__EXEEXT_143) $(am__EXEEXT_144) $(am__EXEEXT_145) \ - $(am__EXEEXT_146) $(am__EXEEXT_147) $(am__EXEEXT_148) \ - $(am__EXEEXT_149) $(am__EXEEXT_150) $(am__EXEEXT_151) \ - $(am__EXEEXT_152) $(am__EXEEXT_153) $(am__EXEEXT_154) \ - $(am__EXEEXT_155) $(am__EXEEXT_156) $(am__EXEEXT_157) \ - $(am__EXEEXT_158) $(am__EXEEXT_159) $(am__EXEEXT_160) \ - $(am__EXEEXT_161) $(am__EXEEXT_162) $(am__EXEEXT_163) \ - $(am__EXEEXT_164) $(am__EXEEXT_165) $(am__EXEEXT_166) \ - $(am__EXEEXT_167) $(am__EXEEXT_168) $(am__EXEEXT_169) \ - $(am__EXEEXT_170) $(am__EXEEXT_171) $(am__EXEEXT_172) \ - $(am__EXEEXT_173) $(am__EXEEXT_174) $(am__EXEEXT_175) \ - $(am__EXEEXT_176) $(am__EXEEXT_177) $(am__EXEEXT_178) \ - $(am__EXEEXT_179) $(am__EXEEXT_180) $(am__EXEEXT_181) \ - $(am__EXEEXT_182) $(am__EXEEXT_183) $(am__EXEEXT_184) \ - $(am__EXEEXT_185) $(am__EXEEXT_186) $(am__EXEEXT_187) \ - $(am__EXEEXT_188) $(am__EXEEXT_189) $(am__EXEEXT_190) \ - $(am__EXEEXT_191) $(am__EXEEXT_192) $(am__EXEEXT_193) \ - $(am__EXEEXT_194) $(am__EXEEXT_195) $(am__EXEEXT_196) \ - $(am__EXEEXT_197) $(am__EXEEXT_198) $(am__EXEEXT_199) \ - $(am__EXEEXT_200) $(am__EXEEXT_201) $(am__EXEEXT_202) \ - $(am__EXEEXT_203) $(am__EXEEXT_204) $(am__EXEEXT_205) \ - $(am__EXEEXT_206) $(am__EXEEXT_207) $(am__EXEEXT_208) \ - $(am__EXEEXT_209) $(am__EXEEXT_210) $(am__EXEEXT_211) \ - $(am__EXEEXT_212) $(am__EXEEXT_213) $(am__EXEEXT_214) \ - $(am__EXEEXT_215) $(am__EXEEXT_216) $(am__EXEEXT_217) \ - $(am__EXEEXT_218) $(am__EXEEXT_219) $(am__EXEEXT_220) \ - $(am__EXEEXT_221) $(am__EXEEXT_222) $(am__EXEEXT_223) \ - $(am__EXEEXT_224) $(am__EXEEXT_225) $(am__EXEEXT_226) \ - $(am__EXEEXT_227) $(am__EXEEXT_228) $(am__EXEEXT_229) \ - $(am__EXEEXT_230) $(am__EXEEXT_231) $(am__EXEEXT_232) \ - $(am__EXEEXT_233) $(am__EXEEXT_234) $(am__EXEEXT_235) \ - $(am__EXEEXT_236) $(am__EXEEXT_237) $(am__EXEEXT_238) \ - $(am__EXEEXT_239) $(am__EXEEXT_240) $(am__EXEEXT_241) \ - $(am__EXEEXT_242) $(am__EXEEXT_243) $(am__EXEEXT_244) \ - $(am__EXEEXT_245) $(am__EXEEXT_246) $(am__EXEEXT_247) \ - $(am__EXEEXT_248) $(am__EXEEXT_249) $(am__EXEEXT_250) \ - $(am__EXEEXT_251) $(am__EXEEXT_252) $(am__EXEEXT_253) \ - $(am__EXEEXT_254) $(am__EXEEXT_255) $(am__EXEEXT_256) \ - $(am__EXEEXT_257) $(am__EXEEXT_258) $(am__EXEEXT_259) \ - $(am__EXEEXT_260) $(am__EXEEXT_261) $(am__EXEEXT_262) \ - $(am__EXEEXT_263) $(am__EXEEXT_264) $(am__EXEEXT_265) \ - $(am__EXEEXT_266) $(am__EXEEXT_267) $(am__EXEEXT_268) \ - $(am__EXEEXT_269) $(am__EXEEXT_270) $(am__EXEEXT_271) \ - $(am__EXEEXT_272) $(am__EXEEXT_273) $(am__EXEEXT_274) \ - $(am__EXEEXT_275) $(am__EXEEXT_276) $(am__EXEEXT_277) \ - $(am__EXEEXT_278) $(am__EXEEXT_279) $(am__EXEEXT_280) \ - $(am__EXEEXT_281) $(am__EXEEXT_282) $(am__EXEEXT_283) \ - $(am__EXEEXT_284) $(am__EXEEXT_285) $(am__EXEEXT_286) \ - $(am__EXEEXT_287) $(am__EXEEXT_288) $(am__EXEEXT_289) \ - $(am__EXEEXT_290) $(am__EXEEXT_291) $(am__EXEEXT_292) \ - $(am__EXEEXT_293) $(am__EXEEXT_294) $(am__EXEEXT_295) \ - $(am__EXEEXT_296) $(am__EXEEXT_297) $(am__EXEEXT_298) \ - $(am__EXEEXT_299) $(am__EXEEXT_300) $(am__EXEEXT_301) \ - $(am__EXEEXT_302) $(am__EXEEXT_303) $(am__EXEEXT_304) \ - $(am__EXEEXT_305) $(am__EXEEXT_306) $(am__EXEEXT_307) \ - $(am__EXEEXT_308) $(am__EXEEXT_309) $(am__EXEEXT_310) \ - $(am__EXEEXT_311) $(am__EXEEXT_312) $(am__EXEEXT_313) \ - $(am__EXEEXT_314) $(am__EXEEXT_315) $(am__EXEEXT_316) \ - $(am__EXEEXT_317) $(am__EXEEXT_318) $(am__EXEEXT_319) \ - $(am__EXEEXT_320) $(am__EXEEXT_321) $(am__EXEEXT_322) \ - $(am__EXEEXT_323) $(am__EXEEXT_324) $(am__EXEEXT_325) \ - $(am__EXEEXT_326) $(am__EXEEXT_327) $(am__EXEEXT_328) \ - $(am__EXEEXT_329) $(am__EXEEXT_330) $(am__EXEEXT_331) \ - $(am__EXEEXT_332) $(am__EXEEXT_333) $(am__EXEEXT_334) \ - $(am__EXEEXT_335) $(am__EXEEXT_336) $(am__EXEEXT_337) \ - $(am__EXEEXT_338) $(am__EXEEXT_339) $(am__EXEEXT_340) \ - $(am__EXEEXT_341) $(am__EXEEXT_342) $(am__EXEEXT_343) \ - $(am__EXEEXT_344) $(am__EXEEXT_345) $(am__EXEEXT_346) \ - $(am__EXEEXT_347) $(am__EXEEXT_348) $(am__EXEEXT_349) \ - $(am__EXEEXT_350) $(am__EXEEXT_351) $(am__EXEEXT_352) \ - $(am__EXEEXT_353) $(am__EXEEXT_354) $(am__EXEEXT_355) \ - $(am__EXEEXT_356) $(am__EXEEXT_357) $(am__EXEEXT_358) \ - $(am__EXEEXT_359) $(am__EXEEXT_360) $(am__EXEEXT_361) \ - $(am__EXEEXT_362) $(am__EXEEXT_363) $(am__EXEEXT_364) \ - $(am__EXEEXT_365) $(am__EXEEXT_366) $(am__EXEEXT_367) \ - $(am__EXEEXT_368) $(am__EXEEXT_369) $(am__EXEEXT_370) \ - $(am__EXEEXT_371) $(am__EXEEXT_372) $(am__EXEEXT_373) \ - $(am__EXEEXT_374) $(am__EXEEXT_375) $(am__EXEEXT_376) \ - $(am__EXEEXT_377) $(am__EXEEXT_378) $(am__EXEEXT_379) \ - $(am__EXEEXT_380) $(am__EXEEXT_381) $(am__EXEEXT_382) \ - $(am__EXEEXT_383) $(am__EXEEXT_384) $(am__EXEEXT_385) \ - $(am__EXEEXT_386) $(am__EXEEXT_387) $(am__EXEEXT_388) \ - $(am__EXEEXT_389) $(am__EXEEXT_390) $(am__EXEEXT_391) \ - $(am__EXEEXT_392) $(am__EXEEXT_393) $(am__EXEEXT_394) \ - $(am__EXEEXT_395) $(am__EXEEXT_396) $(am__EXEEXT_397) \ - $(am__EXEEXT_398) $(am__EXEEXT_399) $(am__EXEEXT_400) \ - $(am__EXEEXT_401) $(am__EXEEXT_402) $(am__EXEEXT_403) \ - $(am__EXEEXT_404) $(am__EXEEXT_405) $(am__EXEEXT_406) \ - $(am__EXEEXT_407) $(am__EXEEXT_408) $(am__EXEEXT_409) \ - $(am__EXEEXT_410) $(am__EXEEXT_411) $(am__EXEEXT_412) \ - $(am__EXEEXT_413) $(am__EXEEXT_414) $(am__EXEEXT_415) \ - $(am__EXEEXT_416) $(am__EXEEXT_417) $(am__EXEEXT_418) \ - $(am__EXEEXT_419) $(am__EXEEXT_420) $(am__EXEEXT_421) \ - $(am__EXEEXT_422) $(am__EXEEXT_423) $(am__EXEEXT_424) \ - $(am__EXEEXT_425) $(am__EXEEXT_426) $(am__EXEEXT_427) \ - $(am__EXEEXT_428) $(am__EXEEXT_429) $(am__EXEEXT_430) \ - $(am__EXEEXT_431) $(am__EXEEXT_432) $(am__EXEEXT_433) \ - $(am__EXEEXT_434) $(am__EXEEXT_435) $(am__EXEEXT_436) \ - $(am__EXEEXT_437) $(am__EXEEXT_438) $(am__EXEEXT_439) \ - $(am__EXEEXT_440) $(am__EXEEXT_441) $(am__EXEEXT_442) \ - $(am__EXEEXT_443) $(am__EXEEXT_444) $(am__EXEEXT_445) \ - $(am__EXEEXT_446) $(am__EXEEXT_447) $(am__EXEEXT_448) \ - $(am__EXEEXT_449) $(am__EXEEXT_450) $(am__EXEEXT_451) \ - $(am__EXEEXT_452) $(am__EXEEXT_453) $(am__EXEEXT_454) \ - $(am__EXEEXT_455) $(am__EXEEXT_456) $(am__EXEEXT_457) \ - $(am__EXEEXT_458) $(am__EXEEXT_459) $(am__EXEEXT_460) \ - $(am__EXEEXT_461) $(am__EXEEXT_462) $(am__EXEEXT_463) \ - $(am__EXEEXT_464) $(am__EXEEXT_465) $(am__EXEEXT_466) \ - $(am__EXEEXT_467) $(am__EXEEXT_468) $(am__EXEEXT_469) \ - $(am__EXEEXT_470) $(am__EXEEXT_471) $(am__EXEEXT_472) \ - $(am__EXEEXT_473) $(am__EXEEXT_474) $(am__EXEEXT_475) \ - $(am__EXEEXT_476) $(am__EXEEXT_477) $(am__EXEEXT_478) \ - $(am__EXEEXT_479) $(am__EXEEXT_480) $(am__EXEEXT_481) \ - $(am__EXEEXT_482) $(am__EXEEXT_483) $(am__EXEEXT_484) \ - $(am__EXEEXT_485) $(am__EXEEXT_486) $(am__EXEEXT_487) \ - $(am__EXEEXT_488) $(am__EXEEXT_489) $(am__EXEEXT_490) \ - $(am__EXEEXT_491) $(am__EXEEXT_492) $(am__EXEEXT_493) \ - $(am__EXEEXT_494) $(am__EXEEXT_495) $(am__EXEEXT_496) \ - $(am__EXEEXT_497) $(am__EXEEXT_498) $(am__EXEEXT_499) \ - $(am__EXEEXT_500) $(am__EXEEXT_501) $(am__EXEEXT_502) \ - $(am__EXEEXT_503) $(am__EXEEXT_504) $(am__EXEEXT_505) \ - $(am__EXEEXT_506) $(am__EXEEXT_507) $(am__EXEEXT_508) \ - $(am__EXEEXT_509) $(am__EXEEXT_510) $(am__EXEEXT_511) \ - $(am__EXEEXT_512) $(am__EXEEXT_513) $(am__EXEEXT_514) \ - $(am__EXEEXT_515) $(am__EXEEXT_516) $(am__EXEEXT_517) \ - $(am__EXEEXT_518) $(am__EXEEXT_519) $(am__EXEEXT_520) \ - $(am__EXEEXT_521) $(am__EXEEXT_522) $(am__EXEEXT_523) \ - $(am__EXEEXT_524) $(am__EXEEXT_525) $(am__EXEEXT_526) \ - $(am__EXEEXT_527) $(am__EXEEXT_528) $(am__EXEEXT_529) \ - $(am__EXEEXT_530) $(am__EXEEXT_531) $(am__EXEEXT_532) \ - $(am__EXEEXT_533) $(am__EXEEXT_534) $(am__EXEEXT_535) \ - $(am__EXEEXT_536) $(am__EXEEXT_537) $(am__EXEEXT_538) \ - $(am__EXEEXT_539) $(am__EXEEXT_540) $(am__EXEEXT_541) \ - $(am__EXEEXT_542) $(am__EXEEXT_543) $(am__EXEEXT_544) \ - $(am__EXEEXT_545) $(am__EXEEXT_546) $(am__EXEEXT_547) \ - $(am__EXEEXT_548) $(am__EXEEXT_549) $(am__EXEEXT_550) \ - $(am__EXEEXT_551) $(am__EXEEXT_552) $(am__EXEEXT_553) \ - $(am__EXEEXT_554) $(am__EXEEXT_555) $(am__EXEEXT_556) \ - $(am__EXEEXT_557) $(am__EXEEXT_558) $(am__EXEEXT_559) \ - $(am__EXEEXT_560) $(am__EXEEXT_561) $(am__EXEEXT_562) \ - $(am__EXEEXT_563) $(am__EXEEXT_564) $(am__EXEEXT_565) \ - $(am__EXEEXT_566) $(am__EXEEXT_567) $(am__EXEEXT_568) \ - $(am__EXEEXT_569) $(am__EXEEXT_570) $(am__EXEEXT_571) \ - $(am__EXEEXT_572) $(am__EXEEXT_573) $(am__EXEEXT_574) \ - $(am__EXEEXT_575) $(am__EXEEXT_576) $(am__EXEEXT_577) \ - $(am__EXEEXT_578) $(am__EXEEXT_579) $(am__EXEEXT_580) \ - $(am__EXEEXT_581) $(am__EXEEXT_582) $(am__EXEEXT_583) \ - $(am__EXEEXT_584) $(am__EXEEXT_585) $(am__EXEEXT_586) \ - $(am__EXEEXT_587) $(am__EXEEXT_588) $(am__EXEEXT_589) \ - $(am__EXEEXT_590) $(am__EXEEXT_591) $(am__EXEEXT_592) \ - $(am__EXEEXT_593) $(am__EXEEXT_594) $(am__EXEEXT_595) \ - $(am__EXEEXT_596) $(am__EXEEXT_597) $(am__EXEEXT_598) \ - $(am__EXEEXT_599) $(am__EXEEXT_600) $(am__EXEEXT_601) \ - $(am__EXEEXT_602) $(am__EXEEXT_603) $(am__EXEEXT_604) \ - $(am__EXEEXT_605) $(am__EXEEXT_606) $(am__EXEEXT_607) \ - $(am__EXEEXT_608) $(am__EXEEXT_609) $(am__EXEEXT_610) \ - $(am__EXEEXT_611) $(am__EXEEXT_612) $(am__EXEEXT_613) \ - $(am__EXEEXT_614) $(am__EXEEXT_615) $(am__EXEEXT_616) \ - $(am__EXEEXT_617) $(am__EXEEXT_618) $(am__EXEEXT_619) \ - $(am__EXEEXT_620) $(am__EXEEXT_621) $(am__EXEEXT_622) \ - $(am__EXEEXT_623) $(am__EXEEXT_624) $(am__EXEEXT_625) \ - $(am__EXEEXT_626) $(am__EXEEXT_627) $(am__EXEEXT_628) \ - $(am__EXEEXT_629) $(am__EXEEXT_630) $(am__EXEEXT_631) \ - $(am__EXEEXT_632) $(am__EXEEXT_633) $(am__EXEEXT_634) \ - $(am__EXEEXT_635) $(am__EXEEXT_636) $(am__EXEEXT_637) \ - $(am__EXEEXT_638) $(am__EXEEXT_639) $(am__EXEEXT_640) \ - $(am__EXEEXT_641) $(am__EXEEXT_642) $(am__EXEEXT_643) \ - $(am__EXEEXT_644) $(am__EXEEXT_645) $(am__EXEEXT_646) \ - $(am__EXEEXT_647) $(am__EXEEXT_648) $(am__EXEEXT_649) \ - $(am__EXEEXT_650) $(am__EXEEXT_651) $(am__EXEEXT_652) \ - $(am__EXEEXT_653) $(am__EXEEXT_654) $(am__EXEEXT_655) \ - $(am__EXEEXT_656) $(am__EXEEXT_657) $(am__EXEEXT_658) \ - $(am__EXEEXT_659) $(am__EXEEXT_660) $(am__EXEEXT_661) \ - $(am__EXEEXT_662) $(am__EXEEXT_663) $(am__EXEEXT_664) \ - $(am__EXEEXT_665) $(am__EXEEXT_666) $(am__EXEEXT_667) \ - $(am__EXEEXT_668) $(am__EXEEXT_669) $(am__EXEEXT_670) \ - $(am__EXEEXT_671) $(am__EXEEXT_672) $(am__EXEEXT_673) \ - $(am__EXEEXT_674) $(am__EXEEXT_675) $(am__EXEEXT_676) \ - $(am__EXEEXT_677) $(am__EXEEXT_678) $(am__EXEEXT_679) \ - $(am__EXEEXT_680) $(am__EXEEXT_681) $(am__EXEEXT_682) \ - $(am__EXEEXT_683) $(am__EXEEXT_684) $(am__EXEEXT_685) \ - $(am__EXEEXT_686) $(am__EXEEXT_687) $(am__EXEEXT_688) \ - $(am__EXEEXT_689) $(am__EXEEXT_690) $(am__EXEEXT_691) \ - $(am__EXEEXT_692) $(am__EXEEXT_693) $(am__EXEEXT_694) \ - $(am__EXEEXT_695) $(am__EXEEXT_696) $(am__EXEEXT_697) \ - $(am__EXEEXT_698) $(am__EXEEXT_699) $(am__EXEEXT_700) \ - $(am__EXEEXT_701) $(am__EXEEXT_702) $(am__EXEEXT_703) \ - $(am__EXEEXT_704) $(am__EXEEXT_705) $(am__EXEEXT_706) \ - $(am__EXEEXT_707) $(am__EXEEXT_708) $(am__EXEEXT_709) \ - $(am__EXEEXT_710) $(am__EXEEXT_711) $(am__EXEEXT_712) \ - $(am__EXEEXT_713) $(am__EXEEXT_714) $(am__EXEEXT_715) \ - $(am__EXEEXT_716) $(am__EXEEXT_717) $(am__EXEEXT_718) \ - $(am__EXEEXT_719) $(am__EXEEXT_720) $(am__EXEEXT_721) \ - $(am__EXEEXT_722) $(am__EXEEXT_723) $(am__EXEEXT_724) \ - $(am__EXEEXT_725) $(am__EXEEXT_726) $(am__EXEEXT_727) \ - $(am__EXEEXT_728) $(am__EXEEXT_729) $(am__EXEEXT_730) \ - $(am__EXEEXT_731) $(am__EXEEXT_732) $(am__EXEEXT_733) \ - $(am__EXEEXT_734) $(am__EXEEXT_735) $(am__EXEEXT_736) \ - $(am__EXEEXT_737) $(am__EXEEXT_738) $(am__EXEEXT_739) \ - $(am__EXEEXT_740) $(am__EXEEXT_741) $(am__EXEEXT_742) \ - $(am__EXEEXT_743) $(am__EXEEXT_744) $(am__EXEEXT_745) \ - $(am__EXEEXT_746) $(am__EXEEXT_747) $(am__EXEEXT_748) \ - $(am__EXEEXT_749) $(am__EXEEXT_750) $(am__EXEEXT_751) \ - $(am__EXEEXT_752) $(am__EXEEXT_753) $(am__EXEEXT_754) \ - $(am__EXEEXT_755) $(am__EXEEXT_756) $(am__EXEEXT_757) \ - $(am__EXEEXT_758) $(am__EXEEXT_759) $(am__EXEEXT_760) \ - $(am__EXEEXT_761) $(am__EXEEXT_762) $(am__EXEEXT_763) \ - $(am__EXEEXT_764) $(am__EXEEXT_765) $(am__EXEEXT_766) \ - $(am__EXEEXT_767) $(am__EXEEXT_768) $(am__EXEEXT_769) \ - $(am__EXEEXT_770) $(am__EXEEXT_771) $(am__EXEEXT_772) \ - $(am__EXEEXT_773) $(am__EXEEXT_774) $(am__EXEEXT_775) \ - $(am__EXEEXT_776) $(am__EXEEXT_777) $(am__EXEEXT_778) \ - $(am__EXEEXT_779) $(am__EXEEXT_780) $(am__EXEEXT_781) \ - $(am__EXEEXT_782) $(am__EXEEXT_783) $(am__EXEEXT_784) \ - $(am__EXEEXT_785) $(am__EXEEXT_786) $(am__EXEEXT_787) \ - $(am__EXEEXT_788) $(am__EXEEXT_789) $(am__EXEEXT_790) \ - $(am__EXEEXT_791) $(am__EXEEXT_792) $(am__EXEEXT_793) \ - $(am__EXEEXT_794) $(am__EXEEXT_795) $(am__EXEEXT_796) \ - $(am__EXEEXT_797) $(am__EXEEXT_798) $(am__EXEEXT_799) \ - $(am__EXEEXT_800) $(am__EXEEXT_801) $(am__EXEEXT_802) \ - $(am__EXEEXT_803) $(am__EXEEXT_804) $(am__EXEEXT_805) \ - $(am__EXEEXT_806) $(am__EXEEXT_807) $(am__EXEEXT_808) \ - $(am__EXEEXT_809) $(am__EXEEXT_810) $(am__EXEEXT_811) \ - $(am__EXEEXT_812) $(am__EXEEXT_813) $(am__EXEEXT_814) \ - $(am__EXEEXT_815) $(am__EXEEXT_816) $(am__EXEEXT_817) \ - $(am__EXEEXT_818) $(am__EXEEXT_819) $(am__EXEEXT_820) \ - $(am__EXEEXT_821) $(am__EXEEXT_822) $(am__EXEEXT_823) \ - $(am__EXEEXT_824) $(am__EXEEXT_825) $(am__EXEEXT_826) \ - $(am__EXEEXT_827) $(am__EXEEXT_828) $(am__EXEEXT_829) \ - $(am__EXEEXT_830) $(am__EXEEXT_831) $(am__EXEEXT_832) \ - $(am__EXEEXT_833) $(am__EXEEXT_834) $(am__EXEEXT_835) \ - $(am__EXEEXT_836) $(am__EXEEXT_837) $(am__EXEEXT_838) \ - $(am__EXEEXT_839) $(am__EXEEXT_840) $(am__EXEEXT_841) \ - $(am__EXEEXT_842) $(am__EXEEXT_843) $(am__EXEEXT_844) \ - $(am__EXEEXT_845) $(am__EXEEXT_846) $(am__EXEEXT_847) \ - $(am__EXEEXT_848) $(am__EXEEXT_849) $(am__EXEEXT_850) \ - $(am__EXEEXT_851) $(am__EXEEXT_852) $(am__EXEEXT_853) \ - $(am__EXEEXT_854) $(am__EXEEXT_855) $(am__EXEEXT_856) \ - $(am__EXEEXT_857) $(am__EXEEXT_858) $(am__EXEEXT_859) \ - $(am__EXEEXT_860) $(am__EXEEXT_861) $(am__EXEEXT_862) \ - $(am__EXEEXT_863) $(am__EXEEXT_864) $(am__EXEEXT_865) \ - $(am__EXEEXT_866) $(am__EXEEXT_867) $(am__EXEEXT_868) \ - $(am__EXEEXT_869) $(am__EXEEXT_870) $(am__EXEEXT_871) \ - $(am__EXEEXT_872) $(am__EXEEXT_873) $(am__EXEEXT_874) \ - $(am__EXEEXT_875) $(am__EXEEXT_876) $(am__EXEEXT_877) \ - $(am__EXEEXT_878) $(am__EXEEXT_879) $(am__EXEEXT_880) \ - $(am__EXEEXT_881) $(am__EXEEXT_882) $(am__EXEEXT_883) \ - $(am__EXEEXT_884) $(am__EXEEXT_885) $(am__EXEEXT_886) \ - $(am__EXEEXT_887) $(am__EXEEXT_888) $(am__EXEEXT_889) \ - $(am__EXEEXT_890) $(am__EXEEXT_891) $(am__EXEEXT_892) \ - $(am__EXEEXT_893) $(am__EXEEXT_894) $(am__EXEEXT_895) \ - $(am__EXEEXT_896) $(am__EXEEXT_897) $(am__EXEEXT_898) \ - $(am__EXEEXT_899) $(am__EXEEXT_900) $(am__EXEEXT_901) \ - $(am__EXEEXT_902) $(am__EXEEXT_903) $(am__EXEEXT_904) \ - $(am__EXEEXT_905) $(am__EXEEXT_906) $(am__EXEEXT_907) \ - $(am__EXEEXT_908) $(am__EXEEXT_909) $(am__EXEEXT_910) \ - $(am__EXEEXT_911) $(am__EXEEXT_912) $(am__EXEEXT_913) \ - $(am__EXEEXT_914) $(am__EXEEXT_915) $(am__EXEEXT_916) \ - $(am__EXEEXT_917) $(am__EXEEXT_918) $(am__EXEEXT_919) \ - $(am__EXEEXT_920) $(am__EXEEXT_921) $(am__EXEEXT_922) \ - $(am__EXEEXT_923) $(am__EXEEXT_924) $(am__EXEEXT_925) \ - $(am__EXEEXT_926) $(am__EXEEXT_927) $(am__EXEEXT_928) \ - $(am__EXEEXT_929) $(am__EXEEXT_930) $(am__EXEEXT_931) \ - $(am__EXEEXT_932) $(am__EXEEXT_933) $(am__EXEEXT_934) \ - $(am__EXEEXT_935) $(am__EXEEXT_936) $(am__EXEEXT_937) \ - $(am__EXEEXT_938) $(am__EXEEXT_939) $(am__EXEEXT_940) \ - $(am__EXEEXT_941) $(am__EXEEXT_942) $(am__EXEEXT_943) \ - $(am__EXEEXT_944) $(am__EXEEXT_945) $(am__EXEEXT_946) \ - $(am__EXEEXT_947) $(am__EXEEXT_948) $(am__EXEEXT_949) \ - $(am__EXEEXT_950) $(am__EXEEXT_951) $(am__EXEEXT_952) \ - $(am__EXEEXT_953) $(am__EXEEXT_954) $(am__EXEEXT_955) \ - $(am__EXEEXT_956) $(am__EXEEXT_957) $(am__EXEEXT_958) \ - $(am__EXEEXT_959) $(am__EXEEXT_960) $(am__EXEEXT_961) \ - $(am__EXEEXT_962) $(am__EXEEXT_963) $(am__EXEEXT_964) \ - $(am__EXEEXT_965) $(am__EXEEXT_966) $(am__EXEEXT_967) \ - $(am__EXEEXT_968) $(am__EXEEXT_969) $(am__EXEEXT_970) \ - $(am__EXEEXT_971) $(am__EXEEXT_972) $(am__EXEEXT_973) \ - $(am__EXEEXT_974) $(am__EXEEXT_975) $(am__EXEEXT_976) \ - $(am__EXEEXT_977) $(am__EXEEXT_978) $(am__EXEEXT_979) \ - $(am__EXEEXT_980) $(am__EXEEXT_981) $(am__EXEEXT_982) \ - $(am__EXEEXT_983) $(am__EXEEXT_984) $(am__EXEEXT_985) \ - $(am__EXEEXT_986) $(am__EXEEXT_987) $(am__EXEEXT_988) \ - $(am__EXEEXT_989) $(am__EXEEXT_990) $(am__EXEEXT_991) \ - $(am__EXEEXT_992) $(am__EXEEXT_993) $(am__EXEEXT_994) \ - $(am__EXEEXT_995) $(am__EXEEXT_996) $(am__EXEEXT_997) \ - $(am__EXEEXT_998) $(am__EXEEXT_999) $(am__EXEEXT_1000) \ - $(am__EXEEXT_1001) $(am__EXEEXT_1002) $(am__EXEEXT_1003) \ - $(am__EXEEXT_1004) $(am__EXEEXT_1005) $(am__EXEEXT_1006) \ - $(am__EXEEXT_1007) $(am__EXEEXT_1008) $(am__EXEEXT_1009) \ - $(am__EXEEXT_1010) $(am__EXEEXT_1011) $(am__EXEEXT_1012) \ - $(am__EXEEXT_1013) $(am__EXEEXT_1014) $(am__EXEEXT_1015) \ - $(am__EXEEXT_1016) $(am__EXEEXT_1017) $(am__EXEEXT_1018) \ - $(am__EXEEXT_1019) $(am__EXEEXT_1020) $(am__EXEEXT_1021) \ - $(am__EXEEXT_1022) $(am__EXEEXT_1023) $(am__EXEEXT_1024) \ - $(am__EXEEXT_1025) $(am__EXEEXT_1026) $(am__EXEEXT_1027) \ - $(am__EXEEXT_1028) $(am__EXEEXT_1029) $(am__EXEEXT_1030) \ - $(am__EXEEXT_1031) $(am__EXEEXT_1032) $(am__EXEEXT_1033) \ - $(am__EXEEXT_1034) $(am__EXEEXT_1035) $(am__EXEEXT_1036) \ - $(am__EXEEXT_1037) $(am__EXEEXT_1038) $(am__EXEEXT_1039) \ - $(am__EXEEXT_1040) $(am__EXEEXT_1041) $(am__EXEEXT_1042) \ - $(am__EXEEXT_1043) $(am__EXEEXT_1044) $(am__EXEEXT_1045) \ - $(am__EXEEXT_1046) $(am__EXEEXT_1047) $(am__EXEEXT_1048) \ - $(am__EXEEXT_1049) $(am__EXEEXT_1050) $(am__EXEEXT_1051) \ - $(am__EXEEXT_1052) $(am__EXEEXT_1053) $(am__EXEEXT_1054) \ - $(am__EXEEXT_1055) $(am__EXEEXT_1056) $(am__EXEEXT_1057) \ - $(am__EXEEXT_1058) $(am__EXEEXT_1059) $(am__EXEEXT_1060) \ - $(am__EXEEXT_1061) $(am__EXEEXT_1062) $(am__EXEEXT_1063) \ - $(am__EXEEXT_1064) $(am__EXEEXT_1065) $(am__EXEEXT_1066) \ - $(am__EXEEXT_1067) $(am__EXEEXT_1068) $(am__EXEEXT_1069) \ - $(am__EXEEXT_1070) $(am__EXEEXT_1071) $(am__EXEEXT_1072) \ - $(am__EXEEXT_1073) $(am__EXEEXT_1074) $(am__EXEEXT_1075) \ - $(am__EXEEXT_1076) $(am__EXEEXT_1077) $(am__EXEEXT_1078) \ - $(am__EXEEXT_1079) $(am__EXEEXT_1080) $(am__EXEEXT_1081) \ - $(am__EXEEXT_1082) $(am__EXEEXT_1083) $(am__EXEEXT_1084) \ - $(am__EXEEXT_1085) $(am__EXEEXT_1086) $(am__EXEEXT_1087) \ - $(am__EXEEXT_1088) $(am__EXEEXT_1089) $(am__EXEEXT_1090) \ - $(am__EXEEXT_1091) $(am__EXEEXT_1092) $(am__EXEEXT_1093) \ - $(am__EXEEXT_1094) $(am__EXEEXT_1095) $(am__EXEEXT_1096) \ - $(am__EXEEXT_1097) $(am__EXEEXT_1098) $(am__EXEEXT_1099) \ - $(am__EXEEXT_1100) $(am__EXEEXT_1101) $(am__EXEEXT_1102) \ - $(am__EXEEXT_1103) $(am__EXEEXT_1104) $(am__EXEEXT_1105) \ - $(am__EXEEXT_1106) $(am__EXEEXT_1107) $(am__EXEEXT_1108) \ - $(am__EXEEXT_1109) $(am__EXEEXT_1110) $(am__EXEEXT_1111) \ - $(am__EXEEXT_1112) $(am__EXEEXT_1113) $(am__EXEEXT_1114) \ - $(am__EXEEXT_1115) $(am__EXEEXT_1116) $(am__EXEEXT_1117) \ - $(am__EXEEXT_1118) $(am__EXEEXT_1119) $(am__EXEEXT_1120) \ - $(am__EXEEXT_1121) $(am__EXEEXT_1122) $(am__EXEEXT_1123) \ - $(am__EXEEXT_1124) $(am__EXEEXT_1125) $(am__EXEEXT_1126) \ - $(am__EXEEXT_1127) $(am__EXEEXT_1128) $(am__EXEEXT_1129) \ - $(am__EXEEXT_1130) $(am__EXEEXT_1131) $(am__EXEEXT_1132) \ - $(am__EXEEXT_1133) $(am__EXEEXT_1134) $(am__EXEEXT_1135) \ - $(am__EXEEXT_1136) $(am__EXEEXT_1137) $(am__EXEEXT_1138) \ - $(am__EXEEXT_1139) $(am__EXEEXT_1140) $(am__EXEEXT_1141) \ - $(am__EXEEXT_1142) $(am__EXEEXT_1143) $(am__EXEEXT_1144) \ - $(am__EXEEXT_1145) $(am__EXEEXT_1146) $(am__EXEEXT_1147) \ - $(am__EXEEXT_1148) $(am__EXEEXT_1149) $(am__EXEEXT_1150) \ - $(am__EXEEXT_1151) $(am__EXEEXT_1152) $(am__EXEEXT_1153) \ - $(am__EXEEXT_1154) $(am__EXEEXT_1155) $(am__EXEEXT_1156) \ - $(am__EXEEXT_1157) $(am__EXEEXT_1158) $(am__EXEEXT_1159) \ - $(am__EXEEXT_1160) $(am__EXEEXT_1161) $(am__EXEEXT_1162) \ - $(am__EXEEXT_1163) $(am__EXEEXT_1164) $(am__EXEEXT_1165) \ - $(am__EXEEXT_1166) $(am__EXEEXT_1167) $(am__EXEEXT_1168) \ - $(am__EXEEXT_1169) $(am__EXEEXT_1170) $(am__EXEEXT_1171) \ - $(am__EXEEXT_1172) $(am__EXEEXT_1173) $(am__EXEEXT_1174) \ - $(am__EXEEXT_1175) $(am__EXEEXT_1176) $(am__EXEEXT_1177) \ - $(am__EXEEXT_1178) $(am__EXEEXT_1179) $(am__EXEEXT_1180) \ - $(am__EXEEXT_1181) $(am__EXEEXT_1182) $(am__EXEEXT_1183) \ - $(am__EXEEXT_1184) $(am__EXEEXT_1185) $(am__EXEEXT_1186) \ - $(am__EXEEXT_1187) $(am__EXEEXT_1188) $(am__EXEEXT_1189) \ - $(am__EXEEXT_1190) $(am__EXEEXT_1191) $(am__EXEEXT_1192) \ - $(am__EXEEXT_1193) $(am__EXEEXT_1194) $(am__EXEEXT_1195) \ - $(am__EXEEXT_1196) $(am__EXEEXT_1197) $(am__EXEEXT_1198) \ - $(am__EXEEXT_1199) $(am__EXEEXT_1200) $(am__EXEEXT_1201) \ - $(am__EXEEXT_1202) $(am__EXEEXT_1203) $(am__EXEEXT_1204) \ - $(am__EXEEXT_1205) $(am__EXEEXT_1206) $(am__EXEEXT_1207) \ - $(am__EXEEXT_1208) $(am__EXEEXT_1209) $(am__EXEEXT_1210) \ - $(am__EXEEXT_1211) $(am__EXEEXT_1212) $(am__EXEEXT_1213) \ - $(am__EXEEXT_1214) $(am__EXEEXT_1215) $(am__EXEEXT_1216) \ - $(am__EXEEXT_1217) $(am__EXEEXT_1218) $(am__EXEEXT_1219) \ - $(am__EXEEXT_1220) $(am__EXEEXT_1221) $(am__EXEEXT_1222) \ - $(am__EXEEXT_1223) $(am__EXEEXT_1224) $(am__EXEEXT_1225) \ - $(am__EXEEXT_1226) $(am__EXEEXT_1227) $(am__EXEEXT_1228) \ - $(am__EXEEXT_1229) $(am__EXEEXT_1230) $(am__EXEEXT_1231) \ - $(am__EXEEXT_1232) $(am__EXEEXT_1233) $(am__EXEEXT_1234) \ - $(am__EXEEXT_1235) $(am__EXEEXT_1236) $(am__EXEEXT_1237) \ - $(am__EXEEXT_1238) $(am__EXEEXT_1239) $(am__EXEEXT_1240) \ - $(am__EXEEXT_1241) $(am__EXEEXT_1242) $(am__EXEEXT_1243) \ - $(am__EXEEXT_1244) $(am__EXEEXT_1245) $(am__EXEEXT_1246) \ - $(am__EXEEXT_1247) $(am__EXEEXT_1248) $(am__EXEEXT_1249) \ - $(am__EXEEXT_1250) $(am__EXEEXT_1251) $(am__EXEEXT_1252) \ - $(am__EXEEXT_1253) $(am__EXEEXT_1254) $(am__EXEEXT_1255) \ - $(am__EXEEXT_1256) $(am__EXEEXT_1257) $(am__EXEEXT_1258) \ - $(am__EXEEXT_1259) $(am__EXEEXT_1260) $(am__EXEEXT_1261) \ - $(am__EXEEXT_1262) $(am__EXEEXT_1263) $(am__EXEEXT_1264) \ - $(am__EXEEXT_1265) $(am__EXEEXT_1266) $(am__EXEEXT_1267) \ - $(am__EXEEXT_1268) $(am__EXEEXT_1269) $(am__EXEEXT_1270) \ - $(am__EXEEXT_1271) $(am__EXEEXT_1272) $(am__EXEEXT_1273) \ - $(am__EXEEXT_1274) $(am__EXEEXT_1275) $(am__EXEEXT_1276) \ - $(am__EXEEXT_1277) $(am__EXEEXT_1278) $(am__EXEEXT_1279) \ - $(am__EXEEXT_1280) $(am__EXEEXT_1281) $(am__EXEEXT_1282) \ - $(am__EXEEXT_1283) $(am__EXEEXT_1284) $(am__EXEEXT_1285) \ - $(am__EXEEXT_1286) $(am__EXEEXT_1287) $(am__EXEEXT_1288) \ - $(am__EXEEXT_1289) $(am__EXEEXT_1290) $(am__EXEEXT_1291) \ - $(am__EXEEXT_1292) $(am__EXEEXT_1293) $(am__EXEEXT_1294) \ - $(am__EXEEXT_1295) $(am__EXEEXT_1296) $(am__EXEEXT_1297) \ - $(am__EXEEXT_1298) $(am__EXEEXT_1299) $(am__EXEEXT_1300) \ - $(am__EXEEXT_1301) $(am__EXEEXT_1302) $(am__EXEEXT_1303) \ - $(am__EXEEXT_1304) $(am__EXEEXT_1305) $(am__EXEEXT_1306) \ - $(am__EXEEXT_1307) $(am__EXEEXT_1308) $(am__EXEEXT_1309) \ - $(am__EXEEXT_1310) $(am__EXEEXT_1311) $(am__EXEEXT_1312) \ - $(am__EXEEXT_1313) $(am__EXEEXT_1314) $(am__EXEEXT_1315) \ - $(am__EXEEXT_1316) $(am__EXEEXT_1317) $(am__EXEEXT_1318) \ - $(am__EXEEXT_1319) $(am__EXEEXT_1320) $(am__EXEEXT_1321) \ - $(am__EXEEXT_1322) $(am__EXEEXT_1323) $(am__EXEEXT_1324) \ - $(am__EXEEXT_1325) $(am__EXEEXT_1326) $(am__EXEEXT_1327) \ - $(am__EXEEXT_1328) $(am__EXEEXT_1329) $(am__EXEEXT_1330) \ - $(am__EXEEXT_1331) $(am__EXEEXT_1332) $(am__EXEEXT_1333) \ - $(am__EXEEXT_1334) $(am__EXEEXT_1335) $(am__EXEEXT_1336) \ - $(am__EXEEXT_1337) $(am__EXEEXT_1338) $(am__EXEEXT_1339) \ - $(am__EXEEXT_1340) $(am__EXEEXT_1341) $(am__EXEEXT_1342) \ - $(am__EXEEXT_1343) $(am__EXEEXT_1344) $(am__EXEEXT_1345) \ - $(am__EXEEXT_1346) $(am__EXEEXT_1347) $(am__EXEEXT_1348) \ - $(am__EXEEXT_1349) $(am__EXEEXT_1350) $(am__EXEEXT_1351) \ - $(am__EXEEXT_1352) $(am__EXEEXT_1353) $(am__EXEEXT_1354) \ - $(am__EXEEXT_1355) $(am__EXEEXT_1356) $(am__EXEEXT_1357) \ - $(am__EXEEXT_1358) $(am__EXEEXT_1359) $(am__EXEEXT_1360) \ - $(am__EXEEXT_1361) $(am__EXEEXT_1362) $(am__EXEEXT_1363) \ - $(am__EXEEXT_1364) $(am__EXEEXT_1365) $(am__EXEEXT_1366) \ - $(am__EXEEXT_1367) $(am__EXEEXT_1368) $(am__EXEEXT_1369) \ - $(am__EXEEXT_1370) $(am__EXEEXT_1371) $(am__EXEEXT_1372) \ - $(am__EXEEXT_1373) $(am__EXEEXT_1374) $(am__EXEEXT_1375) \ - $(am__EXEEXT_1376) $(am__EXEEXT_1377) $(am__EXEEXT_1378) \ - $(am__EXEEXT_1379) $(am__EXEEXT_1380) $(am__EXEEXT_1381) \ - $(am__EXEEXT_1382) $(am__EXEEXT_1383) $(am__EXEEXT_1384) \ - $(am__EXEEXT_1385) $(am__EXEEXT_1386) $(am__EXEEXT_1387) \ - $(am__EXEEXT_1388) $(am__EXEEXT_1389) $(am__EXEEXT_1390) \ - $(am__EXEEXT_1391) $(am__EXEEXT_1392) $(am__EXEEXT_1393) \ - $(am__EXEEXT_1394) $(am__EXEEXT_1395) $(am__EXEEXT_1396) \ - $(am__EXEEXT_1397) $(am__EXEEXT_1398) $(am__EXEEXT_1399) \ - $(am__EXEEXT_1400) $(am__EXEEXT_1401) $(am__EXEEXT_1402) \ - $(am__EXEEXT_1403) $(am__EXEEXT_1404) $(am__EXEEXT_1405) \ - $(am__EXEEXT_1406) $(am__EXEEXT_1407) $(am__EXEEXT_1408) \ - $(am__EXEEXT_1409) $(am__EXEEXT_1410) $(am__EXEEXT_1411) \ - $(am__EXEEXT_1412) $(am__EXEEXT_1413) $(am__EXEEXT_1414) \ - $(am__EXEEXT_1415) $(am__EXEEXT_1416) $(am__EXEEXT_1417) \ - $(am__EXEEXT_1418) $(am__EXEEXT_1419) $(am__EXEEXT_1420) \ - $(am__EXEEXT_1421) $(am__EXEEXT_1422) $(am__EXEEXT_1423) \ - $(am__EXEEXT_1424) $(am__EXEEXT_1425) $(am__EXEEXT_1426) \ - $(am__EXEEXT_1427) $(am__EXEEXT_1428) $(am__EXEEXT_1429) \ - $(am__EXEEXT_1430) $(am__EXEEXT_1431) $(am__EXEEXT_1432) \ - $(am__EXEEXT_1433) $(am__EXEEXT_1434) $(am__EXEEXT_1435) \ - $(am__EXEEXT_1436) $(am__EXEEXT_1437) $(am__EXEEXT_1438) \ - $(am__EXEEXT_1439) $(am__EXEEXT_1440) $(am__EXEEXT_1441) \ - $(am__EXEEXT_1442) $(am__EXEEXT_1443) $(am__EXEEXT_1444) \ - $(am__EXEEXT_1445) $(am__EXEEXT_1446) $(am__EXEEXT_1447) \ - $(am__EXEEXT_1448) $(am__EXEEXT_1449) $(am__EXEEXT_1450) \ - $(am__EXEEXT_1451) $(am__EXEEXT_1452) $(am__EXEEXT_1453) \ - $(am__EXEEXT_1454) $(am__EXEEXT_1455) $(am__EXEEXT_1456) \ - $(am__EXEEXT_1457) $(am__EXEEXT_1458) $(am__EXEEXT_1459) \ - $(am__EXEEXT_1460) $(am__EXEEXT_1461) $(am__EXEEXT_1462) \ - $(am__EXEEXT_1463) $(am__EXEEXT_1464) $(am__EXEEXT_1465) \ - $(am__EXEEXT_1466) $(am__EXEEXT_1467) $(am__EXEEXT_1468) \ - $(am__EXEEXT_1469) $(am__EXEEXT_1470) $(am__EXEEXT_1471) \ - $(am__EXEEXT_1472) $(am__EXEEXT_1473) $(am__EXEEXT_1474) \ - $(am__EXEEXT_1475) $(am__EXEEXT_1476) $(am__EXEEXT_1477) \ - $(am__EXEEXT_1478) $(am__EXEEXT_1479) $(am__EXEEXT_1480) \ - $(am__EXEEXT_1481) $(am__EXEEXT_1482) $(am__EXEEXT_1483) \ - $(am__EXEEXT_1484) $(am__EXEEXT_1485) $(am__EXEEXT_1486) \ - $(am__EXEEXT_1487) $(am__EXEEXT_1488) $(am__EXEEXT_1489) \ - $(am__EXEEXT_1490) $(am__EXEEXT_1491) $(am__EXEEXT_1492) \ - $(am__EXEEXT_1493) $(am__EXEEXT_1494) $(am__EXEEXT_1495) \ - $(am__EXEEXT_1496) $(am__EXEEXT_1497) $(am__EXEEXT_1498) \ - $(am__EXEEXT_1499) $(am__EXEEXT_1500) $(am__EXEEXT_1501) \ - $(am__EXEEXT_1502) $(am__EXEEXT_1503) $(am__EXEEXT_1504) \ - $(am__EXEEXT_1505) $(am__EXEEXT_1506) $(am__EXEEXT_1507) \ - $(am__EXEEXT_1508) $(am__EXEEXT_1509) $(am__EXEEXT_1510) \ - $(am__EXEEXT_1511) $(am__EXEEXT_1512) $(am__EXEEXT_1513) \ - $(am__EXEEXT_1514) $(am__EXEEXT_1515) $(am__EXEEXT_1516) \ - $(am__EXEEXT_1517) $(am__EXEEXT_1518) $(am__EXEEXT_1519) \ - $(am__EXEEXT_1520) $(am__EXEEXT_1521) $(am__EXEEXT_1522) \ - $(am__EXEEXT_1523) $(am__EXEEXT_1524) $(am__EXEEXT_1525) \ - $(am__EXEEXT_1526) $(am__EXEEXT_1527) $(am__EXEEXT_1528) \ - $(am__EXEEXT_1529) $(am__EXEEXT_1530) $(am__EXEEXT_1531) \ - $(am__EXEEXT_1532) $(am__EXEEXT_1533) $(am__EXEEXT_1534) \ - $(am__EXEEXT_1535) $(am__EXEEXT_1536) $(am__EXEEXT_1537) \ - $(am__EXEEXT_1538) $(am__EXEEXT_1539) $(am__EXEEXT_1540) \ - $(am__EXEEXT_1541) $(am__EXEEXT_1542) $(am__EXEEXT_1543) \ - $(am__EXEEXT_1544) $(am__EXEEXT_1545) $(am__EXEEXT_1546) \ - $(am__EXEEXT_1547) $(am__EXEEXT_1548) $(am__EXEEXT_1549) \ - $(am__EXEEXT_1550) $(am__EXEEXT_1551) $(am__EXEEXT_1552) \ - $(am__EXEEXT_1553) $(am__EXEEXT_1554) $(am__EXEEXT_1555) \ - $(am__EXEEXT_1556) $(am__EXEEXT_1557) $(am__EXEEXT_1558) \ - $(am__EXEEXT_1559) $(am__EXEEXT_1560) $(am__EXEEXT_1561) \ - $(am__EXEEXT_1562) $(am__EXEEXT_1563) $(am__EXEEXT_1564) \ - $(am__EXEEXT_1565) $(am__EXEEXT_1566) $(am__EXEEXT_1567) \ - $(am__EXEEXT_1568) $(am__EXEEXT_1569) $(am__EXEEXT_1570) \ - $(am__EXEEXT_1571) $(am__EXEEXT_1572) $(am__EXEEXT_1573) \ - $(am__EXEEXT_1574) $(am__EXEEXT_1575) $(am__EXEEXT_1576) \ - $(am__EXEEXT_1577) $(am__EXEEXT_1578) $(am__EXEEXT_1579) \ - $(am__EXEEXT_1580) $(am__EXEEXT_1581) $(am__EXEEXT_1582) \ - $(am__EXEEXT_1583) $(am__EXEEXT_1584) $(am__EXEEXT_1585) \ - $(am__EXEEXT_1586) $(am__EXEEXT_1587) $(am__EXEEXT_1588) \ - $(am__EXEEXT_1589) $(am__EXEEXT_1590) $(am__EXEEXT_1591) \ - $(am__EXEEXT_1592) $(am__EXEEXT_1593) $(am__EXEEXT_1594) \ - $(am__EXEEXT_1595) $(am__EXEEXT_1596) $(am__EXEEXT_1597) \ - $(am__EXEEXT_1598) $(am__EXEEXT_1599) $(am__EXEEXT_1600) \ - $(am__EXEEXT_1601) $(am__EXEEXT_1602) $(am__EXEEXT_1603) \ - $(am__EXEEXT_1604) $(am__EXEEXT_1605) $(am__EXEEXT_1606) \ - $(am__EXEEXT_1607) $(am__EXEEXT_1608) $(am__EXEEXT_1609) \ - $(am__EXEEXT_1610) $(am__EXEEXT_1611) $(am__EXEEXT_1612) \ - $(am__EXEEXT_1613) $(am__EXEEXT_1614) $(am__EXEEXT_1615) \ - $(am__EXEEXT_1616) $(am__EXEEXT_1617) $(am__EXEEXT_1618) \ - $(am__EXEEXT_1619) $(am__EXEEXT_1620) $(am__EXEEXT_1621) \ - $(am__EXEEXT_1622) $(am__EXEEXT_1623) $(am__EXEEXT_1624) \ - $(am__EXEEXT_1625) $(am__EXEEXT_1626) $(am__EXEEXT_1627) \ - $(am__EXEEXT_1628) $(am__EXEEXT_1629) $(am__EXEEXT_1630) \ - $(am__EXEEXT_1631) $(am__EXEEXT_1632) $(am__EXEEXT_1633) \ - $(am__EXEEXT_1634) $(am__EXEEXT_1635) $(am__EXEEXT_1636) \ - $(am__EXEEXT_1637) $(am__EXEEXT_1638) $(am__EXEEXT_1639) \ - $(am__EXEEXT_1640) $(am__EXEEXT_1641) $(am__EXEEXT_1642) \ - $(am__EXEEXT_1643) $(am__EXEEXT_1644) $(am__EXEEXT_1645) \ - $(am__EXEEXT_1646) $(am__EXEEXT_1647) $(am__EXEEXT_1648) \ - $(am__EXEEXT_1649) $(am__EXEEXT_1650) $(am__EXEEXT_1651) \ - $(am__EXEEXT_1652) $(am__EXEEXT_1653) $(am__EXEEXT_1654) \ - $(am__EXEEXT_1655) $(am__EXEEXT_1656) $(am__EXEEXT_1657) \ - $(am__EXEEXT_1658) $(am__EXEEXT_1659) $(am__EXEEXT_1660) \ - $(am__EXEEXT_1661) $(am__EXEEXT_1662) $(am__EXEEXT_1663) \ - $(am__EXEEXT_1664) $(am__EXEEXT_1665) $(am__EXEEXT_1666) \ - $(am__EXEEXT_1667) $(am__EXEEXT_1668) $(am__EXEEXT_1669) \ - $(am__EXEEXT_1670) $(am__EXEEXT_1671) $(am__EXEEXT_1672) \ - $(am__EXEEXT_1673) $(am__EXEEXT_1674) $(am__EXEEXT_1675) \ - $(am__EXEEXT_1676) $(am__EXEEXT_1677) $(am__EXEEXT_1678) \ - $(am__EXEEXT_1679) $(am__EXEEXT_1680) $(am__EXEEXT_1681) \ - $(am__EXEEXT_1682) $(am__EXEEXT_1683) $(am__EXEEXT_1684) \ - $(am__EXEEXT_1685) $(am__EXEEXT_1686) $(am__EXEEXT_1687) \ - $(am__EXEEXT_1688) $(am__EXEEXT_1689) $(am__EXEEXT_1690) \ - $(am__EXEEXT_1691) $(am__EXEEXT_1692) $(am__EXEEXT_1693) \ - $(am__EXEEXT_1694) $(am__EXEEXT_1695) $(am__EXEEXT_1696) \ - $(am__EXEEXT_1697) $(am__EXEEXT_1698) $(am__EXEEXT_1699) \ - $(am__EXEEXT_1700) $(am__EXEEXT_1701) $(am__EXEEXT_1702) \ - $(am__EXEEXT_1703) $(am__EXEEXT_1704) $(am__EXEEXT_1705) \ - $(am__EXEEXT_1706) $(am__EXEEXT_1707) $(am__EXEEXT_1708) \ - $(am__EXEEXT_1709) $(am__EXEEXT_1710) $(am__EXEEXT_1711) \ - $(am__EXEEXT_1712) $(am__EXEEXT_1713) $(am__EXEEXT_1714) \ - $(am__EXEEXT_1715) $(am__EXEEXT_1716) $(am__EXEEXT_1717) \ - $(am__EXEEXT_1718) $(am__EXEEXT_1719) $(am__EXEEXT_1720) \ - $(am__EXEEXT_1721) $(am__EXEEXT_1722) $(am__EXEEXT_1723) \ - $(am__EXEEXT_1724) $(am__EXEEXT_1725) $(am__EXEEXT_1726) \ - $(am__EXEEXT_1727) $(am__EXEEXT_1728) $(am__EXEEXT_1729) \ - $(am__EXEEXT_1730) $(am__EXEEXT_1731) $(am__EXEEXT_1732) \ - $(am__EXEEXT_1733) $(am__EXEEXT_1734) $(am__EXEEXT_1735) \ - $(am__EXEEXT_1736) $(am__EXEEXT_1737) $(am__EXEEXT_1738) \ - $(am__EXEEXT_1739) $(am__EXEEXT_1740) $(am__EXEEXT_1741) \ - $(am__EXEEXT_1742) $(am__EXEEXT_1743) $(am__EXEEXT_1744) \ - $(am__EXEEXT_1745) $(am__EXEEXT_1746) $(am__EXEEXT_1747) \ - $(am__EXEEXT_1748) $(am__EXEEXT_1749) $(am__EXEEXT_1750) \ - $(am__EXEEXT_1751) +noinst_PROGRAMS = $(am__EXEEXT_3) $(am__EXEEXT_4) $(am__EXEEXT_5) \ + $(am__EXEEXT_6) $(am__EXEEXT_7) $(am__EXEEXT_8) \ + $(am__EXEEXT_9) $(am__EXEEXT_10) $(am__EXEEXT_11) \ + $(am__EXEEXT_12) $(am__EXEEXT_13) $(am__EXEEXT_14) \ + $(am__EXEEXT_15) $(am__EXEEXT_16) $(am__EXEEXT_17) \ + $(am__EXEEXT_18) $(am__EXEEXT_19) $(am__EXEEXT_20) \ + $(am__EXEEXT_21) $(am__EXEEXT_22) $(am__EXEEXT_23) \ + $(am__EXEEXT_24) $(am__EXEEXT_25) $(am__EXEEXT_26) \ + $(am__EXEEXT_27) $(am__EXEEXT_28) $(am__EXEEXT_29) \ + $(am__EXEEXT_30) $(am__EXEEXT_31) $(am__EXEEXT_32) \ + $(am__EXEEXT_33) $(am__EXEEXT_34) $(am__EXEEXT_35) \ + $(am__EXEEXT_36) $(am__EXEEXT_37) $(am__EXEEXT_38) \ + $(am__EXEEXT_39) $(am__EXEEXT_40) $(am__EXEEXT_41) \ + $(am__EXEEXT_42) $(am__EXEEXT_43) $(am__EXEEXT_44) \ + $(am__EXEEXT_45) $(am__EXEEXT_46) $(am__EXEEXT_47) \ + $(am__EXEEXT_48) $(am__EXEEXT_49) $(am__EXEEXT_50) \ + $(am__EXEEXT_51) $(am__EXEEXT_52) $(am__EXEEXT_53) \ + $(am__EXEEXT_54) $(am__EXEEXT_55) $(am__EXEEXT_56) \ + $(am__EXEEXT_57) $(am__EXEEXT_58) $(am__EXEEXT_59) \ + $(am__EXEEXT_60) $(am__EXEEXT_61) $(am__EXEEXT_62) \ + $(am__EXEEXT_63) $(am__EXEEXT_64) $(am__EXEEXT_65) \ + $(am__EXEEXT_66) $(am__EXEEXT_67) $(am__EXEEXT_68) \ + $(am__EXEEXT_69) $(am__EXEEXT_70) $(am__EXEEXT_71) \ + $(am__EXEEXT_72) $(am__EXEEXT_73) $(am__EXEEXT_74) \ + $(am__EXEEXT_75) $(am__EXEEXT_76) $(am__EXEEXT_77) \ + $(am__EXEEXT_78) $(am__EXEEXT_79) $(am__EXEEXT_80) \ + $(am__EXEEXT_81) $(am__EXEEXT_82) $(am__EXEEXT_83) \ + $(am__EXEEXT_84) $(am__EXEEXT_85) $(am__EXEEXT_86) \ + $(am__EXEEXT_87) $(am__EXEEXT_88) $(am__EXEEXT_89) \ + $(am__EXEEXT_90) $(am__EXEEXT_91) $(am__EXEEXT_92) \ + $(am__EXEEXT_93) $(am__EXEEXT_94) $(am__EXEEXT_95) \ + $(am__EXEEXT_96) $(am__EXEEXT_97) $(am__EXEEXT_98) \ + $(am__EXEEXT_99) $(am__EXEEXT_100) $(am__EXEEXT_101) \ + $(am__EXEEXT_102) $(am__EXEEXT_103) $(am__EXEEXT_104) \ + $(am__EXEEXT_105) $(am__EXEEXT_106) $(am__EXEEXT_107) \ + $(am__EXEEXT_108) $(am__EXEEXT_109) $(am__EXEEXT_110) \ + $(am__EXEEXT_111) $(am__EXEEXT_112) $(am__EXEEXT_113) \ + $(am__EXEEXT_114) $(am__EXEEXT_115) $(am__EXEEXT_116) \ + $(am__EXEEXT_117) $(am__EXEEXT_118) $(am__EXEEXT_119) \ + $(am__EXEEXT_120) $(am__EXEEXT_121) $(am__EXEEXT_122) \ + $(am__EXEEXT_123) $(am__EXEEXT_124) $(am__EXEEXT_125) \ + $(am__EXEEXT_126) $(am__EXEEXT_127) $(am__EXEEXT_128) \ + $(am__EXEEXT_129) $(am__EXEEXT_130) $(am__EXEEXT_131) \ + $(am__EXEEXT_132) $(am__EXEEXT_133) $(am__EXEEXT_134) \ + $(am__EXEEXT_135) $(am__EXEEXT_136) $(am__EXEEXT_137) \ + $(am__EXEEXT_138) $(am__EXEEXT_139) $(am__EXEEXT_140) \ + $(am__EXEEXT_141) $(am__EXEEXT_142) $(am__EXEEXT_143) \ + $(am__EXEEXT_144) $(am__EXEEXT_145) $(am__EXEEXT_146) \ + $(am__EXEEXT_147) $(am__EXEEXT_148) $(am__EXEEXT_149) \ + $(am__EXEEXT_150) $(am__EXEEXT_151) $(am__EXEEXT_152) \ + $(am__EXEEXT_153) $(am__EXEEXT_154) $(am__EXEEXT_155) \ + $(am__EXEEXT_156) $(am__EXEEXT_157) $(am__EXEEXT_158) \ + $(am__EXEEXT_159) $(am__EXEEXT_160) $(am__EXEEXT_161) \ + $(am__EXEEXT_162) $(am__EXEEXT_163) $(am__EXEEXT_164) \ + $(am__EXEEXT_165) $(am__EXEEXT_166) $(am__EXEEXT_167) \ + $(am__EXEEXT_168) $(am__EXEEXT_169) $(am__EXEEXT_170) \ + $(am__EXEEXT_171) $(am__EXEEXT_172) $(am__EXEEXT_173) \ + $(am__EXEEXT_174) $(am__EXEEXT_175) $(am__EXEEXT_176) \ + $(am__EXEEXT_177) $(am__EXEEXT_178) $(am__EXEEXT_179) \ + $(am__EXEEXT_180) $(am__EXEEXT_181) $(am__EXEEXT_182) \ + $(am__EXEEXT_183) $(am__EXEEXT_184) $(am__EXEEXT_185) \ + $(am__EXEEXT_186) $(am__EXEEXT_187) $(am__EXEEXT_188) \ + $(am__EXEEXT_189) $(am__EXEEXT_190) $(am__EXEEXT_191) \ + $(am__EXEEXT_192) $(am__EXEEXT_193) $(am__EXEEXT_194) \ + $(am__EXEEXT_195) $(am__EXEEXT_196) $(am__EXEEXT_197) \ + $(am__EXEEXT_198) $(am__EXEEXT_199) $(am__EXEEXT_200) \ + $(am__EXEEXT_201) $(am__EXEEXT_202) $(am__EXEEXT_203) \ + $(am__EXEEXT_204) $(am__EXEEXT_205) $(am__EXEEXT_206) \ + $(am__EXEEXT_207) $(am__EXEEXT_208) $(am__EXEEXT_209) \ + $(am__EXEEXT_210) $(am__EXEEXT_211) $(am__EXEEXT_212) \ + $(am__EXEEXT_213) $(am__EXEEXT_214) $(am__EXEEXT_215) \ + $(am__EXEEXT_216) $(am__EXEEXT_217) $(am__EXEEXT_218) \ + $(am__EXEEXT_219) $(am__EXEEXT_220) $(am__EXEEXT_221) \ + $(am__EXEEXT_222) $(am__EXEEXT_223) $(am__EXEEXT_224) \ + $(am__EXEEXT_225) $(am__EXEEXT_226) $(am__EXEEXT_227) \ + $(am__EXEEXT_228) $(am__EXEEXT_229) $(am__EXEEXT_230) \ + $(am__EXEEXT_231) $(am__EXEEXT_232) $(am__EXEEXT_233) \ + $(am__EXEEXT_234) $(am__EXEEXT_235) $(am__EXEEXT_236) \ + $(am__EXEEXT_237) $(am__EXEEXT_238) $(am__EXEEXT_239) \ + $(am__EXEEXT_240) $(am__EXEEXT_241) $(am__EXEEXT_242) \ + $(am__EXEEXT_243) $(am__EXEEXT_244) $(am__EXEEXT_245) \ + $(am__EXEEXT_246) $(am__EXEEXT_247) $(am__EXEEXT_248) \ + $(am__EXEEXT_249) $(am__EXEEXT_250) $(am__EXEEXT_251) \ + $(am__EXEEXT_252) $(am__EXEEXT_253) $(am__EXEEXT_254) \ + $(am__EXEEXT_255) $(am__EXEEXT_256) $(am__EXEEXT_257) \ + $(am__EXEEXT_258) $(am__EXEEXT_259) $(am__EXEEXT_260) \ + $(am__EXEEXT_261) $(am__EXEEXT_262) $(am__EXEEXT_263) \ + $(am__EXEEXT_264) $(am__EXEEXT_265) $(am__EXEEXT_266) \ + $(am__EXEEXT_267) $(am__EXEEXT_268) $(am__EXEEXT_269) \ + $(am__EXEEXT_270) $(am__EXEEXT_271) $(am__EXEEXT_272) \ + $(am__EXEEXT_273) $(am__EXEEXT_274) $(am__EXEEXT_275) \ + $(am__EXEEXT_276) $(am__EXEEXT_277) $(am__EXEEXT_278) \ + $(am__EXEEXT_279) $(am__EXEEXT_280) $(am__EXEEXT_281) \ + $(am__EXEEXT_282) $(am__EXEEXT_283) $(am__EXEEXT_284) \ + $(am__EXEEXT_285) $(am__EXEEXT_286) $(am__EXEEXT_287) \ + $(am__EXEEXT_288) $(am__EXEEXT_289) $(am__EXEEXT_290) \ + $(am__EXEEXT_291) $(am__EXEEXT_292) $(am__EXEEXT_293) \ + $(am__EXEEXT_294) $(am__EXEEXT_295) $(am__EXEEXT_296) \ + $(am__EXEEXT_297) $(am__EXEEXT_298) $(am__EXEEXT_299) \ + $(am__EXEEXT_300) $(am__EXEEXT_301) $(am__EXEEXT_302) \ + $(am__EXEEXT_303) $(am__EXEEXT_304) $(am__EXEEXT_305) \ + $(am__EXEEXT_306) $(am__EXEEXT_307) $(am__EXEEXT_308) \ + $(am__EXEEXT_309) $(am__EXEEXT_310) $(am__EXEEXT_311) \ + $(am__EXEEXT_312) $(am__EXEEXT_313) $(am__EXEEXT_314) \ + $(am__EXEEXT_315) $(am__EXEEXT_316) $(am__EXEEXT_317) \ + $(am__EXEEXT_318) $(am__EXEEXT_319) $(am__EXEEXT_320) \ + $(am__EXEEXT_321) $(am__EXEEXT_322) $(am__EXEEXT_323) \ + $(am__EXEEXT_324) $(am__EXEEXT_325) $(am__EXEEXT_326) \ + $(am__EXEEXT_327) $(am__EXEEXT_328) $(am__EXEEXT_329) \ + $(am__EXEEXT_330) $(am__EXEEXT_331) $(am__EXEEXT_332) \ + $(am__EXEEXT_333) $(am__EXEEXT_334) $(am__EXEEXT_335) \ + $(am__EXEEXT_336) $(am__EXEEXT_337) $(am__EXEEXT_338) \ + $(am__EXEEXT_339) $(am__EXEEXT_340) $(am__EXEEXT_341) \ + $(am__EXEEXT_342) $(am__EXEEXT_343) $(am__EXEEXT_344) \ + $(am__EXEEXT_345) $(am__EXEEXT_346) $(am__EXEEXT_347) \ + $(am__EXEEXT_348) $(am__EXEEXT_349) $(am__EXEEXT_350) \ + $(am__EXEEXT_351) $(am__EXEEXT_352) $(am__EXEEXT_353) \ + $(am__EXEEXT_354) $(am__EXEEXT_355) $(am__EXEEXT_356) \ + $(am__EXEEXT_357) $(am__EXEEXT_358) $(am__EXEEXT_359) \ + $(am__EXEEXT_360) $(am__EXEEXT_361) $(am__EXEEXT_362) \ + $(am__EXEEXT_363) $(am__EXEEXT_364) $(am__EXEEXT_365) \ + $(am__EXEEXT_366) $(am__EXEEXT_367) $(am__EXEEXT_368) \ + $(am__EXEEXT_369) $(am__EXEEXT_370) $(am__EXEEXT_371) \ + $(am__EXEEXT_372) $(am__EXEEXT_373) $(am__EXEEXT_374) \ + $(am__EXEEXT_375) $(am__EXEEXT_376) $(am__EXEEXT_377) \ + $(am__EXEEXT_378) $(am__EXEEXT_379) $(am__EXEEXT_380) \ + $(am__EXEEXT_381) $(am__EXEEXT_382) $(am__EXEEXT_383) \ + $(am__EXEEXT_384) $(am__EXEEXT_385) $(am__EXEEXT_386) \ + $(am__EXEEXT_387) $(am__EXEEXT_388) $(am__EXEEXT_389) \ + $(am__EXEEXT_390) $(am__EXEEXT_391) $(am__EXEEXT_392) \ + $(am__EXEEXT_393) $(am__EXEEXT_394) $(am__EXEEXT_395) \ + $(am__EXEEXT_396) $(am__EXEEXT_397) $(am__EXEEXT_398) \ + $(am__EXEEXT_399) $(am__EXEEXT_400) $(am__EXEEXT_401) \ + $(am__EXEEXT_402) $(am__EXEEXT_403) $(am__EXEEXT_404) \ + $(am__EXEEXT_405) $(am__EXEEXT_406) $(am__EXEEXT_407) \ + $(am__EXEEXT_408) $(am__EXEEXT_409) $(am__EXEEXT_410) \ + $(am__EXEEXT_411) $(am__EXEEXT_412) $(am__EXEEXT_413) \ + $(am__EXEEXT_414) $(am__EXEEXT_415) $(am__EXEEXT_416) \ + $(am__EXEEXT_417) $(am__EXEEXT_418) $(am__EXEEXT_419) \ + $(am__EXEEXT_420) $(am__EXEEXT_421) $(am__EXEEXT_422) \ + $(am__EXEEXT_423) $(am__EXEEXT_424) $(am__EXEEXT_425) \ + $(am__EXEEXT_426) $(am__EXEEXT_427) $(am__EXEEXT_428) \ + $(am__EXEEXT_429) $(am__EXEEXT_430) $(am__EXEEXT_431) \ + $(am__EXEEXT_432) $(am__EXEEXT_433) $(am__EXEEXT_434) \ + $(am__EXEEXT_435) $(am__EXEEXT_436) $(am__EXEEXT_437) \ + $(am__EXEEXT_438) $(am__EXEEXT_439) $(am__EXEEXT_440) \ + $(am__EXEEXT_441) $(am__EXEEXT_442) $(am__EXEEXT_443) \ + $(am__EXEEXT_444) $(am__EXEEXT_445) $(am__EXEEXT_446) \ + $(am__EXEEXT_447) $(am__EXEEXT_448) $(am__EXEEXT_449) \ + $(am__EXEEXT_450) $(am__EXEEXT_451) $(am__EXEEXT_452) \ + $(am__EXEEXT_453) $(am__EXEEXT_454) $(am__EXEEXT_455) \ + $(am__EXEEXT_456) $(am__EXEEXT_457) $(am__EXEEXT_458) \ + $(am__EXEEXT_459) $(am__EXEEXT_460) $(am__EXEEXT_461) \ + $(am__EXEEXT_462) $(am__EXEEXT_463) $(am__EXEEXT_464) \ + $(am__EXEEXT_465) $(am__EXEEXT_466) $(am__EXEEXT_467) \ + $(am__EXEEXT_468) $(am__EXEEXT_469) $(am__EXEEXT_470) \ + $(am__EXEEXT_471) $(am__EXEEXT_472) $(am__EXEEXT_473) \ + $(am__EXEEXT_474) $(am__EXEEXT_475) $(am__EXEEXT_476) \ + $(am__EXEEXT_477) $(am__EXEEXT_478) $(am__EXEEXT_479) \ + $(am__EXEEXT_480) $(am__EXEEXT_481) $(am__EXEEXT_482) \ + $(am__EXEEXT_483) $(am__EXEEXT_484) $(am__EXEEXT_485) \ + $(am__EXEEXT_486) $(am__EXEEXT_487) $(am__EXEEXT_488) \ + $(am__EXEEXT_489) $(am__EXEEXT_490) $(am__EXEEXT_491) \ + $(am__EXEEXT_492) $(am__EXEEXT_493) $(am__EXEEXT_494) \ + $(am__EXEEXT_495) $(am__EXEEXT_496) $(am__EXEEXT_497) \ + $(am__EXEEXT_498) $(am__EXEEXT_499) $(am__EXEEXT_500) \ + $(am__EXEEXT_501) $(am__EXEEXT_502) $(am__EXEEXT_503) \ + $(am__EXEEXT_504) $(am__EXEEXT_505) $(am__EXEEXT_506) \ + $(am__EXEEXT_507) $(am__EXEEXT_508) $(am__EXEEXT_509) \ + $(am__EXEEXT_510) $(am__EXEEXT_511) $(am__EXEEXT_512) \ + $(am__EXEEXT_513) $(am__EXEEXT_514) $(am__EXEEXT_515) \ + $(am__EXEEXT_516) $(am__EXEEXT_517) $(am__EXEEXT_518) \ + $(am__EXEEXT_519) $(am__EXEEXT_520) $(am__EXEEXT_521) \ + $(am__EXEEXT_522) $(am__EXEEXT_523) $(am__EXEEXT_524) \ + $(am__EXEEXT_525) $(am__EXEEXT_526) $(am__EXEEXT_527) \ + $(am__EXEEXT_528) $(am__EXEEXT_529) $(am__EXEEXT_530) \ + $(am__EXEEXT_531) $(am__EXEEXT_532) $(am__EXEEXT_533) \ + $(am__EXEEXT_534) $(am__EXEEXT_535) $(am__EXEEXT_536) \ + $(am__EXEEXT_537) $(am__EXEEXT_538) $(am__EXEEXT_539) \ + $(am__EXEEXT_540) $(am__EXEEXT_541) $(am__EXEEXT_542) \ + $(am__EXEEXT_543) $(am__EXEEXT_544) $(am__EXEEXT_545) \ + $(am__EXEEXT_546) $(am__EXEEXT_547) $(am__EXEEXT_548) \ + $(am__EXEEXT_549) $(am__EXEEXT_550) $(am__EXEEXT_551) \ + $(am__EXEEXT_552) $(am__EXEEXT_553) $(am__EXEEXT_554) \ + $(am__EXEEXT_555) $(am__EXEEXT_556) $(am__EXEEXT_557) \ + $(am__EXEEXT_558) $(am__EXEEXT_559) $(am__EXEEXT_560) \ + $(am__EXEEXT_561) $(am__EXEEXT_562) $(am__EXEEXT_563) \ + $(am__EXEEXT_564) $(am__EXEEXT_565) $(am__EXEEXT_566) \ + $(am__EXEEXT_567) $(am__EXEEXT_568) $(am__EXEEXT_569) \ + $(am__EXEEXT_570) $(am__EXEEXT_571) $(am__EXEEXT_572) \ + $(am__EXEEXT_573) $(am__EXEEXT_574) $(am__EXEEXT_575) \ + $(am__EXEEXT_576) $(am__EXEEXT_577) $(am__EXEEXT_578) \ + $(am__EXEEXT_579) $(am__EXEEXT_580) $(am__EXEEXT_581) \ + $(am__EXEEXT_582) $(am__EXEEXT_583) $(am__EXEEXT_584) \ + $(am__EXEEXT_585) $(am__EXEEXT_586) $(am__EXEEXT_587) \ + $(am__EXEEXT_588) $(am__EXEEXT_589) $(am__EXEEXT_590) \ + $(am__EXEEXT_591) $(am__EXEEXT_592) $(am__EXEEXT_593) \ + $(am__EXEEXT_594) $(am__EXEEXT_595) $(am__EXEEXT_596) \ + $(am__EXEEXT_597) $(am__EXEEXT_598) $(am__EXEEXT_599) \ + $(am__EXEEXT_600) $(am__EXEEXT_601) $(am__EXEEXT_602) \ + $(am__EXEEXT_603) $(am__EXEEXT_604) $(am__EXEEXT_605) \ + $(am__EXEEXT_606) $(am__EXEEXT_607) $(am__EXEEXT_608) \ + $(am__EXEEXT_609) $(am__EXEEXT_610) $(am__EXEEXT_611) \ + $(am__EXEEXT_612) $(am__EXEEXT_613) $(am__EXEEXT_614) \ + $(am__EXEEXT_615) $(am__EXEEXT_616) $(am__EXEEXT_617) \ + $(am__EXEEXT_618) $(am__EXEEXT_619) $(am__EXEEXT_620) \ + $(am__EXEEXT_621) $(am__EXEEXT_622) $(am__EXEEXT_623) \ + $(am__EXEEXT_624) $(am__EXEEXT_625) $(am__EXEEXT_626) \ + $(am__EXEEXT_627) $(am__EXEEXT_628) $(am__EXEEXT_629) \ + $(am__EXEEXT_630) $(am__EXEEXT_631) $(am__EXEEXT_632) \ + $(am__EXEEXT_633) $(am__EXEEXT_634) $(am__EXEEXT_635) \ + $(am__EXEEXT_636) $(am__EXEEXT_637) $(am__EXEEXT_638) \ + $(am__EXEEXT_639) $(am__EXEEXT_640) $(am__EXEEXT_641) \ + $(am__EXEEXT_642) $(am__EXEEXT_643) $(am__EXEEXT_644) \ + $(am__EXEEXT_645) $(am__EXEEXT_646) $(am__EXEEXT_647) \ + $(am__EXEEXT_648) $(am__EXEEXT_649) $(am__EXEEXT_650) \ + $(am__EXEEXT_651) $(am__EXEEXT_652) $(am__EXEEXT_653) \ + $(am__EXEEXT_654) $(am__EXEEXT_655) $(am__EXEEXT_656) \ + $(am__EXEEXT_657) $(am__EXEEXT_658) $(am__EXEEXT_659) \ + $(am__EXEEXT_660) $(am__EXEEXT_661) $(am__EXEEXT_662) \ + $(am__EXEEXT_663) $(am__EXEEXT_664) $(am__EXEEXT_665) \ + $(am__EXEEXT_666) $(am__EXEEXT_667) $(am__EXEEXT_668) \ + $(am__EXEEXT_669) $(am__EXEEXT_670) $(am__EXEEXT_671) \ + $(am__EXEEXT_672) $(am__EXEEXT_673) $(am__EXEEXT_674) \ + $(am__EXEEXT_675) $(am__EXEEXT_676) $(am__EXEEXT_677) \ + $(am__EXEEXT_678) $(am__EXEEXT_679) $(am__EXEEXT_680) \ + $(am__EXEEXT_681) $(am__EXEEXT_682) $(am__EXEEXT_683) \ + $(am__EXEEXT_684) $(am__EXEEXT_685) $(am__EXEEXT_686) \ + $(am__EXEEXT_687) $(am__EXEEXT_688) $(am__EXEEXT_689) \ + $(am__EXEEXT_690) $(am__EXEEXT_691) $(am__EXEEXT_692) \ + $(am__EXEEXT_693) $(am__EXEEXT_694) $(am__EXEEXT_695) \ + $(am__EXEEXT_696) $(am__EXEEXT_697) $(am__EXEEXT_698) \ + $(am__EXEEXT_699) $(am__EXEEXT_700) $(am__EXEEXT_701) \ + $(am__EXEEXT_702) $(am__EXEEXT_703) $(am__EXEEXT_704) \ + $(am__EXEEXT_705) $(am__EXEEXT_706) $(am__EXEEXT_707) \ + $(am__EXEEXT_708) $(am__EXEEXT_709) $(am__EXEEXT_710) \ + $(am__EXEEXT_711) $(am__EXEEXT_712) $(am__EXEEXT_713) \ + $(am__EXEEXT_714) $(am__EXEEXT_715) $(am__EXEEXT_716) \ + $(am__EXEEXT_717) $(am__EXEEXT_718) $(am__EXEEXT_719) \ + $(am__EXEEXT_720) $(am__EXEEXT_721) $(am__EXEEXT_722) \ + $(am__EXEEXT_723) $(am__EXEEXT_724) $(am__EXEEXT_725) \ + $(am__EXEEXT_726) $(am__EXEEXT_727) $(am__EXEEXT_728) \ + $(am__EXEEXT_729) $(am__EXEEXT_730) $(am__EXEEXT_731) \ + $(am__EXEEXT_732) $(am__EXEEXT_733) $(am__EXEEXT_734) \ + $(am__EXEEXT_735) $(am__EXEEXT_736) $(am__EXEEXT_737) \ + $(am__EXEEXT_738) $(am__EXEEXT_739) $(am__EXEEXT_740) \ + $(am__EXEEXT_741) $(am__EXEEXT_742) $(am__EXEEXT_743) \ + $(am__EXEEXT_744) $(am__EXEEXT_745) $(am__EXEEXT_746) \ + $(am__EXEEXT_747) $(am__EXEEXT_748) $(am__EXEEXT_749) \ + $(am__EXEEXT_750) $(am__EXEEXT_751) $(am__EXEEXT_752) \ + $(am__EXEEXT_753) $(am__EXEEXT_754) $(am__EXEEXT_755) \ + $(am__EXEEXT_756) $(am__EXEEXT_757) $(am__EXEEXT_758) \ + $(am__EXEEXT_759) $(am__EXEEXT_760) $(am__EXEEXT_761) \ + $(am__EXEEXT_762) $(am__EXEEXT_763) $(am__EXEEXT_764) \ + $(am__EXEEXT_765) $(am__EXEEXT_766) $(am__EXEEXT_767) \ + $(am__EXEEXT_768) $(am__EXEEXT_769) $(am__EXEEXT_770) \ + $(am__EXEEXT_771) $(am__EXEEXT_772) $(am__EXEEXT_773) \ + $(am__EXEEXT_774) $(am__EXEEXT_775) $(am__EXEEXT_776) \ + $(am__EXEEXT_777) $(am__EXEEXT_778) $(am__EXEEXT_779) \ + $(am__EXEEXT_780) $(am__EXEEXT_781) $(am__EXEEXT_782) \ + $(am__EXEEXT_783) $(am__EXEEXT_784) $(am__EXEEXT_785) \ + $(am__EXEEXT_786) $(am__EXEEXT_787) $(am__EXEEXT_788) \ + $(am__EXEEXT_789) $(am__EXEEXT_790) $(am__EXEEXT_791) \ + $(am__EXEEXT_792) $(am__EXEEXT_793) $(am__EXEEXT_794) \ + $(am__EXEEXT_795) $(am__EXEEXT_796) $(am__EXEEXT_797) \ + $(am__EXEEXT_798) $(am__EXEEXT_799) $(am__EXEEXT_800) \ + $(am__EXEEXT_801) $(am__EXEEXT_802) $(am__EXEEXT_803) \ + $(am__EXEEXT_804) $(am__EXEEXT_805) $(am__EXEEXT_806) \ + $(am__EXEEXT_807) $(am__EXEEXT_808) $(am__EXEEXT_809) \ + $(am__EXEEXT_810) $(am__EXEEXT_811) $(am__EXEEXT_812) \ + $(am__EXEEXT_813) $(am__EXEEXT_814) $(am__EXEEXT_815) \ + $(am__EXEEXT_816) $(am__EXEEXT_817) $(am__EXEEXT_818) \ + $(am__EXEEXT_819) $(am__EXEEXT_820) $(am__EXEEXT_821) \ + $(am__EXEEXT_822) $(am__EXEEXT_823) $(am__EXEEXT_824) \ + $(am__EXEEXT_825) $(am__EXEEXT_826) $(am__EXEEXT_827) \ + $(am__EXEEXT_828) $(am__EXEEXT_829) $(am__EXEEXT_830) \ + $(am__EXEEXT_831) $(am__EXEEXT_832) $(am__EXEEXT_833) \ + $(am__EXEEXT_834) $(am__EXEEXT_835) $(am__EXEEXT_836) \ + $(am__EXEEXT_837) $(am__EXEEXT_838) $(am__EXEEXT_839) \ + $(am__EXEEXT_840) $(am__EXEEXT_841) $(am__EXEEXT_842) \ + $(am__EXEEXT_843) $(am__EXEEXT_844) $(am__EXEEXT_845) \ + $(am__EXEEXT_846) $(am__EXEEXT_847) $(am__EXEEXT_848) \ + $(am__EXEEXT_849) $(am__EXEEXT_850) $(am__EXEEXT_851) \ + $(am__EXEEXT_852) $(am__EXEEXT_853) $(am__EXEEXT_854) \ + $(am__EXEEXT_855) $(am__EXEEXT_856) $(am__EXEEXT_857) \ + $(am__EXEEXT_858) $(am__EXEEXT_859) $(am__EXEEXT_860) \ + $(am__EXEEXT_861) $(am__EXEEXT_862) $(am__EXEEXT_863) \ + $(am__EXEEXT_864) $(am__EXEEXT_865) $(am__EXEEXT_866) \ + $(am__EXEEXT_867) $(am__EXEEXT_868) $(am__EXEEXT_869) \ + $(am__EXEEXT_870) $(am__EXEEXT_871) $(am__EXEEXT_872) \ + $(am__EXEEXT_873) $(am__EXEEXT_874) $(am__EXEEXT_875) \ + $(am__EXEEXT_876) $(am__EXEEXT_877) $(am__EXEEXT_878) \ + $(am__EXEEXT_879) $(am__EXEEXT_880) $(am__EXEEXT_881) \ + $(am__EXEEXT_882) $(am__EXEEXT_883) $(am__EXEEXT_884) \ + $(am__EXEEXT_885) $(am__EXEEXT_886) $(am__EXEEXT_887) \ + $(am__EXEEXT_888) $(am__EXEEXT_889) $(am__EXEEXT_890) \ + $(am__EXEEXT_891) $(am__EXEEXT_892) $(am__EXEEXT_893) \ + $(am__EXEEXT_894) $(am__EXEEXT_895) $(am__EXEEXT_896) \ + $(am__EXEEXT_897) $(am__EXEEXT_898) $(am__EXEEXT_899) \ + $(am__EXEEXT_900) $(am__EXEEXT_901) $(am__EXEEXT_902) \ + $(am__EXEEXT_903) $(am__EXEEXT_904) $(am__EXEEXT_905) \ + $(am__EXEEXT_906) $(am__EXEEXT_907) $(am__EXEEXT_908) \ + $(am__EXEEXT_909) $(am__EXEEXT_910) $(am__EXEEXT_911) \ + $(am__EXEEXT_912) $(am__EXEEXT_913) $(am__EXEEXT_914) \ + $(am__EXEEXT_915) $(am__EXEEXT_916) $(am__EXEEXT_917) \ + $(am__EXEEXT_918) $(am__EXEEXT_919) $(am__EXEEXT_920) \ + $(am__EXEEXT_921) $(am__EXEEXT_922) $(am__EXEEXT_923) \ + $(am__EXEEXT_924) $(am__EXEEXT_925) $(am__EXEEXT_926) \ + $(am__EXEEXT_927) $(am__EXEEXT_928) $(am__EXEEXT_929) \ + $(am__EXEEXT_930) $(am__EXEEXT_931) $(am__EXEEXT_932) \ + $(am__EXEEXT_933) $(am__EXEEXT_934) $(am__EXEEXT_935) \ + $(am__EXEEXT_936) $(am__EXEEXT_937) $(am__EXEEXT_938) \ + $(am__EXEEXT_939) $(am__EXEEXT_940) $(am__EXEEXT_941) \ + $(am__EXEEXT_942) $(am__EXEEXT_943) $(am__EXEEXT_944) \ + $(am__EXEEXT_945) $(am__EXEEXT_946) $(am__EXEEXT_947) \ + $(am__EXEEXT_948) $(am__EXEEXT_949) $(am__EXEEXT_950) \ + $(am__EXEEXT_951) $(am__EXEEXT_952) $(am__EXEEXT_953) \ + $(am__EXEEXT_954) $(am__EXEEXT_955) $(am__EXEEXT_956) \ + $(am__EXEEXT_957) $(am__EXEEXT_958) $(am__EXEEXT_959) \ + $(am__EXEEXT_960) $(am__EXEEXT_961) $(am__EXEEXT_962) \ + $(am__EXEEXT_963) $(am__EXEEXT_964) $(am__EXEEXT_965) \ + $(am__EXEEXT_966) $(am__EXEEXT_967) $(am__EXEEXT_968) \ + $(am__EXEEXT_969) $(am__EXEEXT_970) $(am__EXEEXT_971) \ + $(am__EXEEXT_972) $(am__EXEEXT_973) $(am__EXEEXT_974) \ + $(am__EXEEXT_975) $(am__EXEEXT_976) $(am__EXEEXT_977) \ + $(am__EXEEXT_978) $(am__EXEEXT_979) $(am__EXEEXT_980) \ + $(am__EXEEXT_981) $(am__EXEEXT_982) $(am__EXEEXT_983) \ + $(am__EXEEXT_984) $(am__EXEEXT_985) $(am__EXEEXT_986) \ + $(am__EXEEXT_987) $(am__EXEEXT_988) $(am__EXEEXT_989) \ + $(am__EXEEXT_990) $(am__EXEEXT_991) $(am__EXEEXT_992) \ + $(am__EXEEXT_993) $(am__EXEEXT_994) $(am__EXEEXT_995) \ + $(am__EXEEXT_996) $(am__EXEEXT_997) $(am__EXEEXT_998) \ + $(am__EXEEXT_999) $(am__EXEEXT_1000) $(am__EXEEXT_1001) \ + $(am__EXEEXT_1002) $(am__EXEEXT_1003) $(am__EXEEXT_1004) \ + $(am__EXEEXT_1005) $(am__EXEEXT_1006) $(am__EXEEXT_1007) \ + $(am__EXEEXT_1008) $(am__EXEEXT_1009) $(am__EXEEXT_1010) \ + $(am__EXEEXT_1011) $(am__EXEEXT_1012) $(am__EXEEXT_1013) \ + $(am__EXEEXT_1014) $(am__EXEEXT_1015) $(am__EXEEXT_1016) \ + $(am__EXEEXT_1017) $(am__EXEEXT_1018) $(am__EXEEXT_1019) \ + $(am__EXEEXT_1020) $(am__EXEEXT_1021) $(am__EXEEXT_1022) \ + $(am__EXEEXT_1023) $(am__EXEEXT_1024) $(am__EXEEXT_1025) \ + $(am__EXEEXT_1026) $(am__EXEEXT_1027) $(am__EXEEXT_1028) \ + $(am__EXEEXT_1029) $(am__EXEEXT_1030) $(am__EXEEXT_1031) \ + $(am__EXEEXT_1032) $(am__EXEEXT_1033) $(am__EXEEXT_1034) \ + $(am__EXEEXT_1035) $(am__EXEEXT_1036) $(am__EXEEXT_1037) \ + $(am__EXEEXT_1038) $(am__EXEEXT_1039) $(am__EXEEXT_1040) \ + $(am__EXEEXT_1041) $(am__EXEEXT_1042) $(am__EXEEXT_1043) \ + $(am__EXEEXT_1044) $(am__EXEEXT_1045) $(am__EXEEXT_1046) \ + $(am__EXEEXT_1047) $(am__EXEEXT_1048) $(am__EXEEXT_1049) \ + $(am__EXEEXT_1050) $(am__EXEEXT_1051) $(am__EXEEXT_1052) \ + $(am__EXEEXT_1053) $(am__EXEEXT_1054) $(am__EXEEXT_1055) \ + $(am__EXEEXT_1056) $(am__EXEEXT_1057) $(am__EXEEXT_1058) \ + $(am__EXEEXT_1059) $(am__EXEEXT_1060) $(am__EXEEXT_1061) \ + $(am__EXEEXT_1062) $(am__EXEEXT_1063) $(am__EXEEXT_1064) \ + $(am__EXEEXT_1065) $(am__EXEEXT_1066) $(am__EXEEXT_1067) \ + $(am__EXEEXT_1068) $(am__EXEEXT_1069) $(am__EXEEXT_1070) \ + $(am__EXEEXT_1071) $(am__EXEEXT_1072) $(am__EXEEXT_1073) \ + $(am__EXEEXT_1074) $(am__EXEEXT_1075) $(am__EXEEXT_1076) \ + $(am__EXEEXT_1077) $(am__EXEEXT_1078) $(am__EXEEXT_1079) \ + $(am__EXEEXT_1080) $(am__EXEEXT_1081) $(am__EXEEXT_1082) \ + $(am__EXEEXT_1083) $(am__EXEEXT_1084) $(am__EXEEXT_1085) \ + $(am__EXEEXT_1086) $(am__EXEEXT_1087) $(am__EXEEXT_1088) \ + $(am__EXEEXT_1089) $(am__EXEEXT_1090) $(am__EXEEXT_1091) \ + $(am__EXEEXT_1092) $(am__EXEEXT_1093) $(am__EXEEXT_1094) \ + $(am__EXEEXT_1095) $(am__EXEEXT_1096) $(am__EXEEXT_1097) \ + $(am__EXEEXT_1098) $(am__EXEEXT_1099) $(am__EXEEXT_1100) \ + $(am__EXEEXT_1101) $(am__EXEEXT_1102) $(am__EXEEXT_1103) \ + $(am__EXEEXT_1104) $(am__EXEEXT_1105) $(am__EXEEXT_1106) \ + $(am__EXEEXT_1107) $(am__EXEEXT_1108) $(am__EXEEXT_1109) \ + $(am__EXEEXT_1110) $(am__EXEEXT_1111) $(am__EXEEXT_1112) \ + $(am__EXEEXT_1113) $(am__EXEEXT_1114) $(am__EXEEXT_1115) \ + $(am__EXEEXT_1116) $(am__EXEEXT_1117) $(am__EXEEXT_1118) \ + $(am__EXEEXT_1119) $(am__EXEEXT_1120) $(am__EXEEXT_1121) \ + $(am__EXEEXT_1122) $(am__EXEEXT_1123) $(am__EXEEXT_1124) \ + $(am__EXEEXT_1125) $(am__EXEEXT_1126) $(am__EXEEXT_1127) \ + $(am__EXEEXT_1128) $(am__EXEEXT_1129) $(am__EXEEXT_1130) \ + $(am__EXEEXT_1131) $(am__EXEEXT_1132) $(am__EXEEXT_1133) \ + $(am__EXEEXT_1134) $(am__EXEEXT_1135) $(am__EXEEXT_1136) \ + $(am__EXEEXT_1137) $(am__EXEEXT_1138) $(am__EXEEXT_1139) \ + $(am__EXEEXT_1140) $(am__EXEEXT_1141) $(am__EXEEXT_1142) \ + $(am__EXEEXT_1143) $(am__EXEEXT_1144) $(am__EXEEXT_1145) \ + $(am__EXEEXT_1146) $(am__EXEEXT_1147) $(am__EXEEXT_1148) \ + $(am__EXEEXT_1149) $(am__EXEEXT_1150) $(am__EXEEXT_1151) \ + $(am__EXEEXT_1152) $(am__EXEEXT_1153) $(am__EXEEXT_1154) \ + $(am__EXEEXT_1155) $(am__EXEEXT_1156) $(am__EXEEXT_1157) \ + $(am__EXEEXT_1158) $(am__EXEEXT_1159) $(am__EXEEXT_1160) \ + $(am__EXEEXT_1161) $(am__EXEEXT_1162) $(am__EXEEXT_1163) \ + $(am__EXEEXT_1164) $(am__EXEEXT_1165) $(am__EXEEXT_1166) \ + $(am__EXEEXT_1167) $(am__EXEEXT_1168) $(am__EXEEXT_1169) \ + $(am__EXEEXT_1170) $(am__EXEEXT_1171) $(am__EXEEXT_1172) \ + $(am__EXEEXT_1173) $(am__EXEEXT_1174) $(am__EXEEXT_1175) \ + $(am__EXEEXT_1176) $(am__EXEEXT_1177) $(am__EXEEXT_1178) \ + $(am__EXEEXT_1179) $(am__EXEEXT_1180) $(am__EXEEXT_1181) \ + $(am__EXEEXT_1182) $(am__EXEEXT_1183) $(am__EXEEXT_1184) \ + $(am__EXEEXT_1185) $(am__EXEEXT_1186) $(am__EXEEXT_1187) \ + $(am__EXEEXT_1188) $(am__EXEEXT_1189) $(am__EXEEXT_1190) \ + $(am__EXEEXT_1191) $(am__EXEEXT_1192) $(am__EXEEXT_1193) \ + $(am__EXEEXT_1194) $(am__EXEEXT_1195) $(am__EXEEXT_1196) \ + $(am__EXEEXT_1197) $(am__EXEEXT_1198) $(am__EXEEXT_1199) \ + $(am__EXEEXT_1200) $(am__EXEEXT_1201) $(am__EXEEXT_1202) \ + $(am__EXEEXT_1203) $(am__EXEEXT_1204) $(am__EXEEXT_1205) \ + $(am__EXEEXT_1206) $(am__EXEEXT_1207) $(am__EXEEXT_1208) \ + $(am__EXEEXT_1209) $(am__EXEEXT_1210) $(am__EXEEXT_1211) \ + $(am__EXEEXT_1212) $(am__EXEEXT_1213) $(am__EXEEXT_1214) \ + $(am__EXEEXT_1215) $(am__EXEEXT_1216) $(am__EXEEXT_1217) \ + $(am__EXEEXT_1218) $(am__EXEEXT_1219) $(am__EXEEXT_1220) \ + $(am__EXEEXT_1221) $(am__EXEEXT_1222) $(am__EXEEXT_1223) \ + $(am__EXEEXT_1224) $(am__EXEEXT_1225) $(am__EXEEXT_1226) \ + $(am__EXEEXT_1227) $(am__EXEEXT_1228) $(am__EXEEXT_1229) \ + $(am__EXEEXT_1230) $(am__EXEEXT_1231) $(am__EXEEXT_1232) \ + $(am__EXEEXT_1233) $(am__EXEEXT_1234) $(am__EXEEXT_1235) \ + $(am__EXEEXT_1236) $(am__EXEEXT_1237) $(am__EXEEXT_1238) \ + $(am__EXEEXT_1239) $(am__EXEEXT_1240) $(am__EXEEXT_1241) \ + $(am__EXEEXT_1242) $(am__EXEEXT_1243) $(am__EXEEXT_1244) \ + $(am__EXEEXT_1245) $(am__EXEEXT_1246) $(am__EXEEXT_1247) \ + $(am__EXEEXT_1248) $(am__EXEEXT_1249) $(am__EXEEXT_1250) \ + $(am__EXEEXT_1251) $(am__EXEEXT_1252) $(am__EXEEXT_1253) \ + $(am__EXEEXT_1254) $(am__EXEEXT_1255) $(am__EXEEXT_1256) \ + $(am__EXEEXT_1257) $(am__EXEEXT_1258) $(am__EXEEXT_1259) \ + $(am__EXEEXT_1260) $(am__EXEEXT_1261) $(am__EXEEXT_1262) \ + $(am__EXEEXT_1263) $(am__EXEEXT_1264) $(am__EXEEXT_1265) \ + $(am__EXEEXT_1266) $(am__EXEEXT_1267) $(am__EXEEXT_1268) \ + $(am__EXEEXT_1269) $(am__EXEEXT_1270) $(am__EXEEXT_1271) \ + $(am__EXEEXT_1272) $(am__EXEEXT_1273) $(am__EXEEXT_1274) \ + $(am__EXEEXT_1275) $(am__EXEEXT_1276) $(am__EXEEXT_1277) \ + $(am__EXEEXT_1278) $(am__EXEEXT_1279) $(am__EXEEXT_1280) \ + $(am__EXEEXT_1281) $(am__EXEEXT_1282) $(am__EXEEXT_1283) \ + $(am__EXEEXT_1284) $(am__EXEEXT_1285) $(am__EXEEXT_1286) \ + $(am__EXEEXT_1287) $(am__EXEEXT_1288) $(am__EXEEXT_1289) \ + $(am__EXEEXT_1290) $(am__EXEEXT_1291) $(am__EXEEXT_1292) \ + $(am__EXEEXT_1293) $(am__EXEEXT_1294) $(am__EXEEXT_1295) \ + $(am__EXEEXT_1296) $(am__EXEEXT_1297) $(am__EXEEXT_1298) \ + $(am__EXEEXT_1299) $(am__EXEEXT_1300) $(am__EXEEXT_1301) \ + $(am__EXEEXT_1302) $(am__EXEEXT_1303) $(am__EXEEXT_1304) \ + $(am__EXEEXT_1305) $(am__EXEEXT_1306) $(am__EXEEXT_1307) \ + $(am__EXEEXT_1308) $(am__EXEEXT_1309) $(am__EXEEXT_1310) \ + $(am__EXEEXT_1311) $(am__EXEEXT_1312) $(am__EXEEXT_1313) \ + $(am__EXEEXT_1314) $(am__EXEEXT_1315) $(am__EXEEXT_1316) \ + $(am__EXEEXT_1317) $(am__EXEEXT_1318) $(am__EXEEXT_1319) \ + $(am__EXEEXT_1320) $(am__EXEEXT_1321) $(am__EXEEXT_1322) \ + $(am__EXEEXT_1323) $(am__EXEEXT_1324) $(am__EXEEXT_1325) \ + $(am__EXEEXT_1326) $(am__EXEEXT_1327) $(am__EXEEXT_1328) \ + $(am__EXEEXT_1329) $(am__EXEEXT_1330) $(am__EXEEXT_1331) \ + $(am__EXEEXT_1332) $(am__EXEEXT_1333) $(am__EXEEXT_1334) \ + $(am__EXEEXT_1335) $(am__EXEEXT_1336) $(am__EXEEXT_1337) \ + $(am__EXEEXT_1338) $(am__EXEEXT_1339) $(am__EXEEXT_1340) \ + $(am__EXEEXT_1341) $(am__EXEEXT_1342) $(am__EXEEXT_1343) \ + $(am__EXEEXT_1344) $(am__EXEEXT_1345) $(am__EXEEXT_1346) \ + $(am__EXEEXT_1347) $(am__EXEEXT_1348) $(am__EXEEXT_1349) \ + $(am__EXEEXT_1350) $(am__EXEEXT_1351) $(am__EXEEXT_1352) \ + $(am__EXEEXT_1353) $(am__EXEEXT_1354) $(am__EXEEXT_1355) \ + $(am__EXEEXT_1356) $(am__EXEEXT_1357) $(am__EXEEXT_1358) \ + $(am__EXEEXT_1359) $(am__EXEEXT_1360) $(am__EXEEXT_1361) \ + $(am__EXEEXT_1362) $(am__EXEEXT_1363) $(am__EXEEXT_1364) \ + $(am__EXEEXT_1365) $(am__EXEEXT_1366) $(am__EXEEXT_1367) \ + $(am__EXEEXT_1368) $(am__EXEEXT_1369) $(am__EXEEXT_1370) \ + $(am__EXEEXT_1371) $(am__EXEEXT_1372) $(am__EXEEXT_1373) \ + $(am__EXEEXT_1374) $(am__EXEEXT_1375) $(am__EXEEXT_1376) \ + $(am__EXEEXT_1377) $(am__EXEEXT_1378) $(am__EXEEXT_1379) \ + $(am__EXEEXT_1380) $(am__EXEEXT_1381) $(am__EXEEXT_1382) \ + $(am__EXEEXT_1383) $(am__EXEEXT_1384) $(am__EXEEXT_1385) \ + $(am__EXEEXT_1386) $(am__EXEEXT_1387) $(am__EXEEXT_1388) \ + $(am__EXEEXT_1389) $(am__EXEEXT_1390) $(am__EXEEXT_1391) \ + $(am__EXEEXT_1392) $(am__EXEEXT_1393) $(am__EXEEXT_1394) \ + $(am__EXEEXT_1395) $(am__EXEEXT_1396) $(am__EXEEXT_1397) \ + $(am__EXEEXT_1398) $(am__EXEEXT_1399) $(am__EXEEXT_1400) \ + $(am__EXEEXT_1401) $(am__EXEEXT_1402) $(am__EXEEXT_1403) \ + $(am__EXEEXT_1404) $(am__EXEEXT_1405) $(am__EXEEXT_1406) \ + $(am__EXEEXT_1407) $(am__EXEEXT_1408) $(am__EXEEXT_1409) \ + $(am__EXEEXT_1410) $(am__EXEEXT_1411) $(am__EXEEXT_1412) \ + $(am__EXEEXT_1413) $(am__EXEEXT_1414) $(am__EXEEXT_1415) \ + $(am__EXEEXT_1416) $(am__EXEEXT_1417) $(am__EXEEXT_1418) \ + $(am__EXEEXT_1419) $(am__EXEEXT_1420) $(am__EXEEXT_1421) \ + $(am__EXEEXT_1422) $(am__EXEEXT_1423) $(am__EXEEXT_1424) \ + $(am__EXEEXT_1425) $(am__EXEEXT_1426) $(am__EXEEXT_1427) \ + $(am__EXEEXT_1428) $(am__EXEEXT_1429) $(am__EXEEXT_1430) \ + $(am__EXEEXT_1431) $(am__EXEEXT_1432) $(am__EXEEXT_1433) \ + $(am__EXEEXT_1434) $(am__EXEEXT_1435) $(am__EXEEXT_1436) \ + $(am__EXEEXT_1437) $(am__EXEEXT_1438) $(am__EXEEXT_1439) \ + $(am__EXEEXT_1440) $(am__EXEEXT_1441) $(am__EXEEXT_1442) \ + $(am__EXEEXT_1443) $(am__EXEEXT_1444) $(am__EXEEXT_1445) \ + $(am__EXEEXT_1446) $(am__EXEEXT_1447) $(am__EXEEXT_1448) \ + $(am__EXEEXT_1449) $(am__EXEEXT_1450) $(am__EXEEXT_1451) \ + $(am__EXEEXT_1452) $(am__EXEEXT_1453) $(am__EXEEXT_1454) \ + $(am__EXEEXT_1455) $(am__EXEEXT_1456) $(am__EXEEXT_1457) \ + $(am__EXEEXT_1458) $(am__EXEEXT_1459) $(am__EXEEXT_1460) \ + $(am__EXEEXT_1461) $(am__EXEEXT_1462) $(am__EXEEXT_1463) \ + $(am__EXEEXT_1464) $(am__EXEEXT_1465) $(am__EXEEXT_1466) \ + $(am__EXEEXT_1467) $(am__EXEEXT_1468) $(am__EXEEXT_1469) \ + $(am__EXEEXT_1470) $(am__EXEEXT_1471) $(am__EXEEXT_1472) \ + $(am__EXEEXT_1473) $(am__EXEEXT_1474) $(am__EXEEXT_1475) \ + $(am__EXEEXT_1476) $(am__EXEEXT_1477) $(am__EXEEXT_1478) \ + $(am__EXEEXT_1479) $(am__EXEEXT_1480) $(am__EXEEXT_1481) \ + $(am__EXEEXT_1482) $(am__EXEEXT_1483) $(am__EXEEXT_1484) \ + $(am__EXEEXT_1485) $(am__EXEEXT_1486) $(am__EXEEXT_1487) \ + $(am__EXEEXT_1488) $(am__EXEEXT_1489) $(am__EXEEXT_1490) \ + $(am__EXEEXT_1491) $(am__EXEEXT_1492) $(am__EXEEXT_1493) \ + $(am__EXEEXT_1494) $(am__EXEEXT_1495) $(am__EXEEXT_1496) \ + $(am__EXEEXT_1497) $(am__EXEEXT_1498) $(am__EXEEXT_1499) \ + $(am__EXEEXT_1500) $(am__EXEEXT_1501) $(am__EXEEXT_1502) \ + $(am__EXEEXT_1503) $(am__EXEEXT_1504) $(am__EXEEXT_1505) \ + $(am__EXEEXT_1506) $(am__EXEEXT_1507) $(am__EXEEXT_1508) \ + $(am__EXEEXT_1509) $(am__EXEEXT_1510) $(am__EXEEXT_1511) \ + $(am__EXEEXT_1512) $(am__EXEEXT_1513) $(am__EXEEXT_1514) \ + $(am__EXEEXT_1515) $(am__EXEEXT_1516) $(am__EXEEXT_1517) \ + $(am__EXEEXT_1518) $(am__EXEEXT_1519) $(am__EXEEXT_1520) \ + $(am__EXEEXT_1521) $(am__EXEEXT_1522) $(am__EXEEXT_1523) \ + $(am__EXEEXT_1524) $(am__EXEEXT_1525) $(am__EXEEXT_1526) \ + $(am__EXEEXT_1527) $(am__EXEEXT_1528) $(am__EXEEXT_1529) \ + $(am__EXEEXT_1530) $(am__EXEEXT_1531) $(am__EXEEXT_1532) \ + $(am__EXEEXT_1533) $(am__EXEEXT_1534) $(am__EXEEXT_1535) \ + $(am__EXEEXT_1536) $(am__EXEEXT_1537) $(am__EXEEXT_1538) \ + $(am__EXEEXT_1539) $(am__EXEEXT_1540) $(am__EXEEXT_1541) \ + $(am__EXEEXT_1542) $(am__EXEEXT_1543) $(am__EXEEXT_1544) \ + $(am__EXEEXT_1545) $(am__EXEEXT_1546) $(am__EXEEXT_1547) \ + $(am__EXEEXT_1548) $(am__EXEEXT_1549) $(am__EXEEXT_1550) \ + $(am__EXEEXT_1551) $(am__EXEEXT_1552) $(am__EXEEXT_1553) \ + $(am__EXEEXT_1554) $(am__EXEEXT_1555) $(am__EXEEXT_1556) \ + $(am__EXEEXT_1557) $(am__EXEEXT_1558) $(am__EXEEXT_1559) \ + $(am__EXEEXT_1560) $(am__EXEEXT_1561) $(am__EXEEXT_1562) \ + $(am__EXEEXT_1563) $(am__EXEEXT_1564) $(am__EXEEXT_1565) \ + $(am__EXEEXT_1566) $(am__EXEEXT_1567) $(am__EXEEXT_1568) \ + $(am__EXEEXT_1569) $(am__EXEEXT_1570) $(am__EXEEXT_1571) \ + $(am__EXEEXT_1572) $(am__EXEEXT_1573) $(am__EXEEXT_1574) \ + $(am__EXEEXT_1575) $(am__EXEEXT_1576) $(am__EXEEXT_1577) \ + $(am__EXEEXT_1578) $(am__EXEEXT_1579) $(am__EXEEXT_1580) \ + $(am__EXEEXT_1581) $(am__EXEEXT_1582) $(am__EXEEXT_1583) \ + $(am__EXEEXT_1584) $(am__EXEEXT_1585) $(am__EXEEXT_1586) \ + $(am__EXEEXT_1587) $(am__EXEEXT_1588) $(am__EXEEXT_1589) \ + $(am__EXEEXT_1590) $(am__EXEEXT_1591) $(am__EXEEXT_1592) \ + $(am__EXEEXT_1593) $(am__EXEEXT_1594) $(am__EXEEXT_1595) \ + $(am__EXEEXT_1596) $(am__EXEEXT_1597) $(am__EXEEXT_1598) \ + $(am__EXEEXT_1599) $(am__EXEEXT_1600) $(am__EXEEXT_1601) \ + $(am__EXEEXT_1602) $(am__EXEEXT_1603) $(am__EXEEXT_1604) \ + $(am__EXEEXT_1605) $(am__EXEEXT_1606) $(am__EXEEXT_1607) \ + $(am__EXEEXT_1608) $(am__EXEEXT_1609) $(am__EXEEXT_1610) \ + $(am__EXEEXT_1611) $(am__EXEEXT_1612) $(am__EXEEXT_1613) \ + $(am__EXEEXT_1614) $(am__EXEEXT_1615) $(am__EXEEXT_1616) \ + $(am__EXEEXT_1617) $(am__EXEEXT_1618) $(am__EXEEXT_1619) \ + $(am__EXEEXT_1620) $(am__EXEEXT_1621) $(am__EXEEXT_1622) \ + $(am__EXEEXT_1623) $(am__EXEEXT_1624) $(am__EXEEXT_1625) \ + $(am__EXEEXT_1626) $(am__EXEEXT_1627) $(am__EXEEXT_1628) \ + $(am__EXEEXT_1629) $(am__EXEEXT_1630) $(am__EXEEXT_1631) \ + $(am__EXEEXT_1632) $(am__EXEEXT_1633) $(am__EXEEXT_1634) \ + $(am__EXEEXT_1635) $(am__EXEEXT_1636) $(am__EXEEXT_1637) \ + $(am__EXEEXT_1638) $(am__EXEEXT_1639) $(am__EXEEXT_1640) \ + $(am__EXEEXT_1641) $(am__EXEEXT_1642) $(am__EXEEXT_1643) \ + $(am__EXEEXT_1644) $(am__EXEEXT_1645) $(am__EXEEXT_1646) \ + $(am__EXEEXT_1647) $(am__EXEEXT_1648) $(am__EXEEXT_1649) \ + $(am__EXEEXT_1650) $(am__EXEEXT_1651) $(am__EXEEXT_1652) \ + $(am__EXEEXT_1653) $(am__EXEEXT_1654) $(am__EXEEXT_1655) \ + $(am__EXEEXT_1656) $(am__EXEEXT_1657) $(am__EXEEXT_1658) \ + $(am__EXEEXT_1659) $(am__EXEEXT_1660) $(am__EXEEXT_1661) \ + $(am__EXEEXT_1662) $(am__EXEEXT_1663) $(am__EXEEXT_1664) \ + $(am__EXEEXT_1665) $(am__EXEEXT_1666) $(am__EXEEXT_1667) \ + $(am__EXEEXT_1668) $(am__EXEEXT_1669) $(am__EXEEXT_1670) \ + $(am__EXEEXT_1671) $(am__EXEEXT_1672) $(am__EXEEXT_1673) \ + $(am__EXEEXT_1674) $(am__EXEEXT_1675) $(am__EXEEXT_1676) \ + $(am__EXEEXT_1677) $(am__EXEEXT_1678) $(am__EXEEXT_1679) \ + $(am__EXEEXT_1680) $(am__EXEEXT_1681) $(am__EXEEXT_1682) \ + $(am__EXEEXT_1683) $(am__EXEEXT_1684) $(am__EXEEXT_1685) \ + $(am__EXEEXT_1686) $(am__EXEEXT_1687) $(am__EXEEXT_1688) \ + $(am__EXEEXT_1689) $(am__EXEEXT_1690) $(am__EXEEXT_1691) \ + $(am__EXEEXT_1692) $(am__EXEEXT_1693) $(am__EXEEXT_1694) \ + $(am__EXEEXT_1695) $(am__EXEEXT_1696) $(am__EXEEXT_1697) \ + $(am__EXEEXT_1698) $(am__EXEEXT_1699) $(am__EXEEXT_1700) \ + $(am__EXEEXT_1701) $(am__EXEEXT_1702) $(am__EXEEXT_1703) \ + $(am__EXEEXT_1704) $(am__EXEEXT_1705) $(am__EXEEXT_1706) \ + $(am__EXEEXT_1707) $(am__EXEEXT_1708) $(am__EXEEXT_1709) \ + $(am__EXEEXT_1710) $(am__EXEEXT_1711) $(am__EXEEXT_1712) \ + $(am__EXEEXT_1713) $(am__EXEEXT_1714) $(am__EXEEXT_1715) \ + $(am__EXEEXT_1716) $(am__EXEEXT_1717) $(am__EXEEXT_1718) \ + $(am__EXEEXT_1719) $(am__EXEEXT_1720) $(am__EXEEXT_1721) \ + $(am__EXEEXT_1722) $(am__EXEEXT_1723) $(am__EXEEXT_1724) \ + $(am__EXEEXT_1725) $(am__EXEEXT_1726) $(am__EXEEXT_1727) \ + $(am__EXEEXT_1728) $(am__EXEEXT_1729) $(am__EXEEXT_1730) \ + $(am__EXEEXT_1731) $(am__EXEEXT_1732) $(am__EXEEXT_1733) \ + $(am__EXEEXT_1734) $(am__EXEEXT_1735) $(am__EXEEXT_1736) \ + $(am__EXEEXT_1737) $(am__EXEEXT_1738) $(am__EXEEXT_1739) \ + $(am__EXEEXT_1740) $(am__EXEEXT_1741) $(am__EXEEXT_1742) \ + $(am__EXEEXT_1743) $(am__EXEEXT_1744) $(am__EXEEXT_1745) \ + $(am__EXEEXT_1746) $(am__EXEEXT_1747) $(am__EXEEXT_1748) \ + $(am__EXEEXT_1749) $(am__EXEEXT_1750) $(am__EXEEXT_1751) \ + $(am__EXEEXT_1752) $(am__EXEEXT_1753) $(am__EXEEXT_1754) \ + $(am__EXEEXT_1755) $(am__EXEEXT_1756) $(am__EXEEXT_1757) \ + $(am__EXEEXT_1758) $(am__EXEEXT_1759) $(am__EXEEXT_1760) \ + $(am__EXEEXT_1761) $(am__EXEEXT_1762) $(am__EXEEXT_1763) \ + $(am__EXEEXT_1764) $(am__EXEEXT_1765) TESTS = @COND_GRUB_MKFONT_TRUE@@COND_HAVE_FONT_SOURCE_TRUE@am__append_9 = -DUSE_ASCII_FAILBACK=1 -DHAVE_UNIFONT_WIDTHSPEC=1 @COND_emu_TRUE@am__append_10 = trig.module @@ -8799,7193 +8804,7313 @@ @COND_powerpc_ieee1275_TRUE@ sfs.marker @COND_powerpc_ieee1275_TRUE@am__append_6609 = sfs.mod @COND_powerpc_ieee1275_TRUE@am__append_6610 = sfs.marker -@COND_emu_TRUE@am__append_6611 = tar.module -@COND_emu_TRUE@am__append_6612 = tar.module$(EXEEXT) +@COND_emu_TRUE@am__append_6611 = squash4.module +@COND_emu_TRUE@am__append_6612 = squash4.module$(EXEEXT) @COND_emu_TRUE@am__append_6613 = -@COND_emu_TRUE@am__append_6614 = $(nodist_tar_module_SOURCES) -@COND_emu_TRUE@am__append_6615 = $(nodist_tar_module_SOURCES) \ -@COND_emu_TRUE@ tar.marker -@COND_emu_TRUE@am__append_6616 = tar.mod -@COND_emu_TRUE@am__append_6617 = tar.marker -@COND_i386_pc_TRUE@am__append_6618 = tar.module -@COND_i386_pc_TRUE@am__append_6619 = tar.module$(EXEEXT) +@COND_emu_TRUE@am__append_6614 = $(nodist_squash4_module_SOURCES) +@COND_emu_TRUE@am__append_6615 = $(nodist_squash4_module_SOURCES) \ +@COND_emu_TRUE@ squash4.marker +@COND_emu_TRUE@am__append_6616 = squash4.mod +@COND_emu_TRUE@am__append_6617 = squash4.marker +@COND_i386_pc_TRUE@am__append_6618 = squash4.module +@COND_i386_pc_TRUE@am__append_6619 = squash4.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_6620 = -@COND_i386_pc_TRUE@am__append_6621 = $(nodist_tar_module_SOURCES) -@COND_i386_pc_TRUE@am__append_6622 = $(nodist_tar_module_SOURCES) \ -@COND_i386_pc_TRUE@ tar.marker -@COND_i386_pc_TRUE@am__append_6623 = tar.mod -@COND_i386_pc_TRUE@am__append_6624 = tar.marker -@COND_i386_efi_TRUE@am__append_6625 = tar.module -@COND_i386_efi_TRUE@am__append_6626 = tar.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_6621 = $(nodist_squash4_module_SOURCES) +@COND_i386_pc_TRUE@am__append_6622 = $(nodist_squash4_module_SOURCES) \ +@COND_i386_pc_TRUE@ squash4.marker +@COND_i386_pc_TRUE@am__append_6623 = squash4.mod +@COND_i386_pc_TRUE@am__append_6624 = squash4.marker +@COND_i386_efi_TRUE@am__append_6625 = squash4.module +@COND_i386_efi_TRUE@am__append_6626 = squash4.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_6627 = -@COND_i386_efi_TRUE@am__append_6628 = $(nodist_tar_module_SOURCES) -@COND_i386_efi_TRUE@am__append_6629 = $(nodist_tar_module_SOURCES) \ -@COND_i386_efi_TRUE@ tar.marker -@COND_i386_efi_TRUE@am__append_6630 = tar.mod -@COND_i386_efi_TRUE@am__append_6631 = tar.marker -@COND_i386_qemu_TRUE@am__append_6632 = tar.module -@COND_i386_qemu_TRUE@am__append_6633 = tar.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_6628 = $(nodist_squash4_module_SOURCES) +@COND_i386_efi_TRUE@am__append_6629 = \ +@COND_i386_efi_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_i386_efi_TRUE@ squash4.marker +@COND_i386_efi_TRUE@am__append_6630 = squash4.mod +@COND_i386_efi_TRUE@am__append_6631 = squash4.marker +@COND_i386_qemu_TRUE@am__append_6632 = squash4.module +@COND_i386_qemu_TRUE@am__append_6633 = squash4.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_6634 = -@COND_i386_qemu_TRUE@am__append_6635 = $(nodist_tar_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_6636 = $(nodist_tar_module_SOURCES) \ -@COND_i386_qemu_TRUE@ tar.marker -@COND_i386_qemu_TRUE@am__append_6637 = tar.mod -@COND_i386_qemu_TRUE@am__append_6638 = tar.marker -@COND_i386_coreboot_TRUE@am__append_6639 = tar.module -@COND_i386_coreboot_TRUE@am__append_6640 = tar.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_6635 = $(nodist_squash4_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_6636 = \ +@COND_i386_qemu_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_i386_qemu_TRUE@ squash4.marker +@COND_i386_qemu_TRUE@am__append_6637 = squash4.mod +@COND_i386_qemu_TRUE@am__append_6638 = squash4.marker +@COND_i386_coreboot_TRUE@am__append_6639 = squash4.module +@COND_i386_coreboot_TRUE@am__append_6640 = squash4.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_6641 = -@COND_i386_coreboot_TRUE@am__append_6642 = $(nodist_tar_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_6642 = $(nodist_squash4_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_6643 = \ -@COND_i386_coreboot_TRUE@ $(nodist_tar_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ tar.marker -@COND_i386_coreboot_TRUE@am__append_6644 = tar.mod -@COND_i386_coreboot_TRUE@am__append_6645 = tar.marker -@COND_i386_multiboot_TRUE@am__append_6646 = tar.module -@COND_i386_multiboot_TRUE@am__append_6647 = tar.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ squash4.marker +@COND_i386_coreboot_TRUE@am__append_6644 = squash4.mod +@COND_i386_coreboot_TRUE@am__append_6645 = squash4.marker +@COND_i386_multiboot_TRUE@am__append_6646 = squash4.module +@COND_i386_multiboot_TRUE@am__append_6647 = squash4.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_6648 = -@COND_i386_multiboot_TRUE@am__append_6649 = $(nodist_tar_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_6649 = $(nodist_squash4_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_6650 = \ -@COND_i386_multiboot_TRUE@ $(nodist_tar_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ tar.marker -@COND_i386_multiboot_TRUE@am__append_6651 = tar.mod -@COND_i386_multiboot_TRUE@am__append_6652 = tar.marker -@COND_i386_ieee1275_TRUE@am__append_6653 = tar.module -@COND_i386_ieee1275_TRUE@am__append_6654 = tar.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ squash4.marker +@COND_i386_multiboot_TRUE@am__append_6651 = squash4.mod +@COND_i386_multiboot_TRUE@am__append_6652 = squash4.marker +@COND_i386_ieee1275_TRUE@am__append_6653 = squash4.module +@COND_i386_ieee1275_TRUE@am__append_6654 = squash4.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_6655 = -@COND_i386_ieee1275_TRUE@am__append_6656 = $(nodist_tar_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_6656 = $(nodist_squash4_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_6657 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_tar_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ tar.marker -@COND_i386_ieee1275_TRUE@am__append_6658 = tar.mod -@COND_i386_ieee1275_TRUE@am__append_6659 = tar.marker -@COND_x86_64_efi_TRUE@am__append_6660 = tar.module -@COND_x86_64_efi_TRUE@am__append_6661 = tar.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ squash4.marker +@COND_i386_ieee1275_TRUE@am__append_6658 = squash4.mod +@COND_i386_ieee1275_TRUE@am__append_6659 = squash4.marker +@COND_x86_64_efi_TRUE@am__append_6660 = squash4.module +@COND_x86_64_efi_TRUE@am__append_6661 = squash4.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_6662 = -@COND_x86_64_efi_TRUE@am__append_6663 = $(nodist_tar_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_6664 = $(nodist_tar_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ tar.marker -@COND_x86_64_efi_TRUE@am__append_6665 = tar.mod -@COND_x86_64_efi_TRUE@am__append_6666 = tar.marker -@COND_mips_yeeloong_TRUE@am__append_6667 = tar.module -@COND_mips_yeeloong_TRUE@am__append_6668 = tar.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_6663 = $(nodist_squash4_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_6664 = \ +@COND_x86_64_efi_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ squash4.marker +@COND_x86_64_efi_TRUE@am__append_6665 = squash4.mod +@COND_x86_64_efi_TRUE@am__append_6666 = squash4.marker +@COND_mips_yeeloong_TRUE@am__append_6667 = squash4.module +@COND_mips_yeeloong_TRUE@am__append_6668 = squash4.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_6669 = -@COND_mips_yeeloong_TRUE@am__append_6670 = $(nodist_tar_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_6670 = $(nodist_squash4_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_6671 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_tar_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ tar.marker -@COND_mips_yeeloong_TRUE@am__append_6672 = tar.mod -@COND_mips_yeeloong_TRUE@am__append_6673 = tar.marker -@COND_sparc64_ieee1275_TRUE@am__append_6674 = tar.module -@COND_sparc64_ieee1275_TRUE@am__append_6675 = tar.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ squash4.marker +@COND_mips_yeeloong_TRUE@am__append_6672 = squash4.mod +@COND_mips_yeeloong_TRUE@am__append_6673 = squash4.marker +@COND_sparc64_ieee1275_TRUE@am__append_6674 = squash4.module +@COND_sparc64_ieee1275_TRUE@am__append_6675 = squash4.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_6676 = -@COND_sparc64_ieee1275_TRUE@am__append_6677 = $(nodist_tar_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_6677 = $(nodist_squash4_module_SOURCES) @COND_sparc64_ieee1275_TRUE@am__append_6678 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_tar_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ tar.marker -@COND_sparc64_ieee1275_TRUE@am__append_6679 = tar.mod -@COND_sparc64_ieee1275_TRUE@am__append_6680 = tar.marker -@COND_powerpc_ieee1275_TRUE@am__append_6681 = tar.module -@COND_powerpc_ieee1275_TRUE@am__append_6682 = tar.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ squash4.marker +@COND_sparc64_ieee1275_TRUE@am__append_6679 = squash4.mod +@COND_sparc64_ieee1275_TRUE@am__append_6680 = squash4.marker +@COND_powerpc_ieee1275_TRUE@am__append_6681 = squash4.module +@COND_powerpc_ieee1275_TRUE@am__append_6682 = squash4.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_6683 = -@COND_powerpc_ieee1275_TRUE@am__append_6684 = $(nodist_tar_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_6684 = $(nodist_squash4_module_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_6685 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_tar_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ tar.marker -@COND_powerpc_ieee1275_TRUE@am__append_6686 = tar.mod -@COND_powerpc_ieee1275_TRUE@am__append_6687 = tar.marker -@COND_emu_TRUE@am__append_6688 = udf.module -@COND_emu_TRUE@am__append_6689 = udf.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@ $(nodist_squash4_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ squash4.marker +@COND_powerpc_ieee1275_TRUE@am__append_6686 = squash4.mod +@COND_powerpc_ieee1275_TRUE@am__append_6687 = squash4.marker +@COND_emu_TRUE@am__append_6688 = tar.module +@COND_emu_TRUE@am__append_6689 = tar.module$(EXEEXT) @COND_emu_TRUE@am__append_6690 = -@COND_emu_TRUE@am__append_6691 = $(nodist_udf_module_SOURCES) -@COND_emu_TRUE@am__append_6692 = $(nodist_udf_module_SOURCES) \ -@COND_emu_TRUE@ udf.marker -@COND_emu_TRUE@am__append_6693 = udf.mod -@COND_emu_TRUE@am__append_6694 = udf.marker -@COND_i386_pc_TRUE@am__append_6695 = udf.module -@COND_i386_pc_TRUE@am__append_6696 = udf.module$(EXEEXT) +@COND_emu_TRUE@am__append_6691 = $(nodist_tar_module_SOURCES) +@COND_emu_TRUE@am__append_6692 = $(nodist_tar_module_SOURCES) \ +@COND_emu_TRUE@ tar.marker +@COND_emu_TRUE@am__append_6693 = tar.mod +@COND_emu_TRUE@am__append_6694 = tar.marker +@COND_i386_pc_TRUE@am__append_6695 = tar.module +@COND_i386_pc_TRUE@am__append_6696 = tar.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_6697 = -@COND_i386_pc_TRUE@am__append_6698 = $(nodist_udf_module_SOURCES) -@COND_i386_pc_TRUE@am__append_6699 = $(nodist_udf_module_SOURCES) \ -@COND_i386_pc_TRUE@ udf.marker -@COND_i386_pc_TRUE@am__append_6700 = udf.mod -@COND_i386_pc_TRUE@am__append_6701 = udf.marker -@COND_i386_efi_TRUE@am__append_6702 = udf.module -@COND_i386_efi_TRUE@am__append_6703 = udf.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_6698 = $(nodist_tar_module_SOURCES) +@COND_i386_pc_TRUE@am__append_6699 = $(nodist_tar_module_SOURCES) \ +@COND_i386_pc_TRUE@ tar.marker +@COND_i386_pc_TRUE@am__append_6700 = tar.mod +@COND_i386_pc_TRUE@am__append_6701 = tar.marker +@COND_i386_efi_TRUE@am__append_6702 = tar.module +@COND_i386_efi_TRUE@am__append_6703 = tar.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_6704 = -@COND_i386_efi_TRUE@am__append_6705 = $(nodist_udf_module_SOURCES) -@COND_i386_efi_TRUE@am__append_6706 = $(nodist_udf_module_SOURCES) \ -@COND_i386_efi_TRUE@ udf.marker -@COND_i386_efi_TRUE@am__append_6707 = udf.mod -@COND_i386_efi_TRUE@am__append_6708 = udf.marker -@COND_i386_qemu_TRUE@am__append_6709 = udf.module -@COND_i386_qemu_TRUE@am__append_6710 = udf.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_6705 = $(nodist_tar_module_SOURCES) +@COND_i386_efi_TRUE@am__append_6706 = $(nodist_tar_module_SOURCES) \ +@COND_i386_efi_TRUE@ tar.marker +@COND_i386_efi_TRUE@am__append_6707 = tar.mod +@COND_i386_efi_TRUE@am__append_6708 = tar.marker +@COND_i386_qemu_TRUE@am__append_6709 = tar.module +@COND_i386_qemu_TRUE@am__append_6710 = tar.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_6711 = -@COND_i386_qemu_TRUE@am__append_6712 = $(nodist_udf_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_6713 = $(nodist_udf_module_SOURCES) \ -@COND_i386_qemu_TRUE@ udf.marker -@COND_i386_qemu_TRUE@am__append_6714 = udf.mod -@COND_i386_qemu_TRUE@am__append_6715 = udf.marker -@COND_i386_coreboot_TRUE@am__append_6716 = udf.module -@COND_i386_coreboot_TRUE@am__append_6717 = udf.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_6712 = $(nodist_tar_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_6713 = $(nodist_tar_module_SOURCES) \ +@COND_i386_qemu_TRUE@ tar.marker +@COND_i386_qemu_TRUE@am__append_6714 = tar.mod +@COND_i386_qemu_TRUE@am__append_6715 = tar.marker +@COND_i386_coreboot_TRUE@am__append_6716 = tar.module +@COND_i386_coreboot_TRUE@am__append_6717 = tar.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_6718 = -@COND_i386_coreboot_TRUE@am__append_6719 = $(nodist_udf_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_6719 = $(nodist_tar_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_6720 = \ -@COND_i386_coreboot_TRUE@ $(nodist_udf_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ udf.marker -@COND_i386_coreboot_TRUE@am__append_6721 = udf.mod -@COND_i386_coreboot_TRUE@am__append_6722 = udf.marker -@COND_i386_multiboot_TRUE@am__append_6723 = udf.module -@COND_i386_multiboot_TRUE@am__append_6724 = udf.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_tar_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ tar.marker +@COND_i386_coreboot_TRUE@am__append_6721 = tar.mod +@COND_i386_coreboot_TRUE@am__append_6722 = tar.marker +@COND_i386_multiboot_TRUE@am__append_6723 = tar.module +@COND_i386_multiboot_TRUE@am__append_6724 = tar.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_6725 = -@COND_i386_multiboot_TRUE@am__append_6726 = $(nodist_udf_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_6726 = $(nodist_tar_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_6727 = \ -@COND_i386_multiboot_TRUE@ $(nodist_udf_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ udf.marker -@COND_i386_multiboot_TRUE@am__append_6728 = udf.mod -@COND_i386_multiboot_TRUE@am__append_6729 = udf.marker -@COND_i386_ieee1275_TRUE@am__append_6730 = udf.module -@COND_i386_ieee1275_TRUE@am__append_6731 = udf.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_tar_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ tar.marker +@COND_i386_multiboot_TRUE@am__append_6728 = tar.mod +@COND_i386_multiboot_TRUE@am__append_6729 = tar.marker +@COND_i386_ieee1275_TRUE@am__append_6730 = tar.module +@COND_i386_ieee1275_TRUE@am__append_6731 = tar.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_6732 = -@COND_i386_ieee1275_TRUE@am__append_6733 = $(nodist_udf_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_6733 = $(nodist_tar_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_6734 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_udf_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ udf.marker -@COND_i386_ieee1275_TRUE@am__append_6735 = udf.mod -@COND_i386_ieee1275_TRUE@am__append_6736 = udf.marker -@COND_x86_64_efi_TRUE@am__append_6737 = udf.module -@COND_x86_64_efi_TRUE@am__append_6738 = udf.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_tar_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ tar.marker +@COND_i386_ieee1275_TRUE@am__append_6735 = tar.mod +@COND_i386_ieee1275_TRUE@am__append_6736 = tar.marker +@COND_x86_64_efi_TRUE@am__append_6737 = tar.module +@COND_x86_64_efi_TRUE@am__append_6738 = tar.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_6739 = -@COND_x86_64_efi_TRUE@am__append_6740 = $(nodist_udf_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_6741 = $(nodist_udf_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ udf.marker -@COND_x86_64_efi_TRUE@am__append_6742 = udf.mod -@COND_x86_64_efi_TRUE@am__append_6743 = udf.marker -@COND_mips_yeeloong_TRUE@am__append_6744 = udf.module -@COND_mips_yeeloong_TRUE@am__append_6745 = udf.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_6740 = $(nodist_tar_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_6741 = $(nodist_tar_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ tar.marker +@COND_x86_64_efi_TRUE@am__append_6742 = tar.mod +@COND_x86_64_efi_TRUE@am__append_6743 = tar.marker +@COND_mips_yeeloong_TRUE@am__append_6744 = tar.module +@COND_mips_yeeloong_TRUE@am__append_6745 = tar.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_6746 = -@COND_mips_yeeloong_TRUE@am__append_6747 = $(nodist_udf_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_6747 = $(nodist_tar_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_6748 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_udf_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ udf.marker -@COND_mips_yeeloong_TRUE@am__append_6749 = udf.mod -@COND_mips_yeeloong_TRUE@am__append_6750 = udf.marker -@COND_sparc64_ieee1275_TRUE@am__append_6751 = udf.module -@COND_sparc64_ieee1275_TRUE@am__append_6752 = udf.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_tar_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ tar.marker +@COND_mips_yeeloong_TRUE@am__append_6749 = tar.mod +@COND_mips_yeeloong_TRUE@am__append_6750 = tar.marker +@COND_sparc64_ieee1275_TRUE@am__append_6751 = tar.module +@COND_sparc64_ieee1275_TRUE@am__append_6752 = tar.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_6753 = -@COND_sparc64_ieee1275_TRUE@am__append_6754 = $(nodist_udf_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_6754 = $(nodist_tar_module_SOURCES) @COND_sparc64_ieee1275_TRUE@am__append_6755 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_udf_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ udf.marker -@COND_sparc64_ieee1275_TRUE@am__append_6756 = udf.mod -@COND_sparc64_ieee1275_TRUE@am__append_6757 = udf.marker -@COND_powerpc_ieee1275_TRUE@am__append_6758 = udf.module -@COND_powerpc_ieee1275_TRUE@am__append_6759 = udf.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@ $(nodist_tar_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ tar.marker +@COND_sparc64_ieee1275_TRUE@am__append_6756 = tar.mod +@COND_sparc64_ieee1275_TRUE@am__append_6757 = tar.marker +@COND_powerpc_ieee1275_TRUE@am__append_6758 = tar.module +@COND_powerpc_ieee1275_TRUE@am__append_6759 = tar.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_6760 = -@COND_powerpc_ieee1275_TRUE@am__append_6761 = $(nodist_udf_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_6761 = $(nodist_tar_module_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_6762 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_udf_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ udf.marker -@COND_powerpc_ieee1275_TRUE@am__append_6763 = udf.mod -@COND_powerpc_ieee1275_TRUE@am__append_6764 = udf.marker -@COND_emu_TRUE@am__append_6765 = ufs1.module -@COND_emu_TRUE@am__append_6766 = ufs1.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@ $(nodist_tar_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ tar.marker +@COND_powerpc_ieee1275_TRUE@am__append_6763 = tar.mod +@COND_powerpc_ieee1275_TRUE@am__append_6764 = tar.marker +@COND_emu_TRUE@am__append_6765 = udf.module +@COND_emu_TRUE@am__append_6766 = udf.module$(EXEEXT) @COND_emu_TRUE@am__append_6767 = -@COND_emu_TRUE@am__append_6768 = $(nodist_ufs1_module_SOURCES) -@COND_emu_TRUE@am__append_6769 = $(nodist_ufs1_module_SOURCES) \ -@COND_emu_TRUE@ ufs1.marker -@COND_emu_TRUE@am__append_6770 = ufs1.mod -@COND_emu_TRUE@am__append_6771 = ufs1.marker -@COND_i386_pc_TRUE@am__append_6772 = ufs1.module -@COND_i386_pc_TRUE@am__append_6773 = ufs1.module$(EXEEXT) +@COND_emu_TRUE@am__append_6768 = $(nodist_udf_module_SOURCES) +@COND_emu_TRUE@am__append_6769 = $(nodist_udf_module_SOURCES) \ +@COND_emu_TRUE@ udf.marker +@COND_emu_TRUE@am__append_6770 = udf.mod +@COND_emu_TRUE@am__append_6771 = udf.marker +@COND_i386_pc_TRUE@am__append_6772 = udf.module +@COND_i386_pc_TRUE@am__append_6773 = udf.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_6774 = -@COND_i386_pc_TRUE@am__append_6775 = $(nodist_ufs1_module_SOURCES) -@COND_i386_pc_TRUE@am__append_6776 = $(nodist_ufs1_module_SOURCES) \ -@COND_i386_pc_TRUE@ ufs1.marker -@COND_i386_pc_TRUE@am__append_6777 = ufs1.mod -@COND_i386_pc_TRUE@am__append_6778 = ufs1.marker -@COND_i386_efi_TRUE@am__append_6779 = ufs1.module -@COND_i386_efi_TRUE@am__append_6780 = ufs1.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_6775 = $(nodist_udf_module_SOURCES) +@COND_i386_pc_TRUE@am__append_6776 = $(nodist_udf_module_SOURCES) \ +@COND_i386_pc_TRUE@ udf.marker +@COND_i386_pc_TRUE@am__append_6777 = udf.mod +@COND_i386_pc_TRUE@am__append_6778 = udf.marker +@COND_i386_efi_TRUE@am__append_6779 = udf.module +@COND_i386_efi_TRUE@am__append_6780 = udf.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_6781 = -@COND_i386_efi_TRUE@am__append_6782 = $(nodist_ufs1_module_SOURCES) -@COND_i386_efi_TRUE@am__append_6783 = $(nodist_ufs1_module_SOURCES) \ -@COND_i386_efi_TRUE@ ufs1.marker -@COND_i386_efi_TRUE@am__append_6784 = ufs1.mod -@COND_i386_efi_TRUE@am__append_6785 = ufs1.marker -@COND_i386_qemu_TRUE@am__append_6786 = ufs1.module -@COND_i386_qemu_TRUE@am__append_6787 = ufs1.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_6782 = $(nodist_udf_module_SOURCES) +@COND_i386_efi_TRUE@am__append_6783 = $(nodist_udf_module_SOURCES) \ +@COND_i386_efi_TRUE@ udf.marker +@COND_i386_efi_TRUE@am__append_6784 = udf.mod +@COND_i386_efi_TRUE@am__append_6785 = udf.marker +@COND_i386_qemu_TRUE@am__append_6786 = udf.module +@COND_i386_qemu_TRUE@am__append_6787 = udf.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_6788 = -@COND_i386_qemu_TRUE@am__append_6789 = $(nodist_ufs1_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_6790 = $(nodist_ufs1_module_SOURCES) \ -@COND_i386_qemu_TRUE@ ufs1.marker -@COND_i386_qemu_TRUE@am__append_6791 = ufs1.mod -@COND_i386_qemu_TRUE@am__append_6792 = ufs1.marker -@COND_i386_coreboot_TRUE@am__append_6793 = ufs1.module -@COND_i386_coreboot_TRUE@am__append_6794 = ufs1.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_6789 = $(nodist_udf_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_6790 = $(nodist_udf_module_SOURCES) \ +@COND_i386_qemu_TRUE@ udf.marker +@COND_i386_qemu_TRUE@am__append_6791 = udf.mod +@COND_i386_qemu_TRUE@am__append_6792 = udf.marker +@COND_i386_coreboot_TRUE@am__append_6793 = udf.module +@COND_i386_coreboot_TRUE@am__append_6794 = udf.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_6795 = -@COND_i386_coreboot_TRUE@am__append_6796 = $(nodist_ufs1_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_6796 = $(nodist_udf_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_6797 = \ -@COND_i386_coreboot_TRUE@ $(nodist_ufs1_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ ufs1.marker -@COND_i386_coreboot_TRUE@am__append_6798 = ufs1.mod -@COND_i386_coreboot_TRUE@am__append_6799 = ufs1.marker -@COND_i386_multiboot_TRUE@am__append_6800 = ufs1.module -@COND_i386_multiboot_TRUE@am__append_6801 = ufs1.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_udf_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ udf.marker +@COND_i386_coreboot_TRUE@am__append_6798 = udf.mod +@COND_i386_coreboot_TRUE@am__append_6799 = udf.marker +@COND_i386_multiboot_TRUE@am__append_6800 = udf.module +@COND_i386_multiboot_TRUE@am__append_6801 = udf.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_6802 = -@COND_i386_multiboot_TRUE@am__append_6803 = $(nodist_ufs1_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_6803 = $(nodist_udf_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_6804 = \ -@COND_i386_multiboot_TRUE@ $(nodist_ufs1_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ ufs1.marker -@COND_i386_multiboot_TRUE@am__append_6805 = ufs1.mod -@COND_i386_multiboot_TRUE@am__append_6806 = ufs1.marker -@COND_i386_ieee1275_TRUE@am__append_6807 = ufs1.module -@COND_i386_ieee1275_TRUE@am__append_6808 = ufs1.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_udf_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ udf.marker +@COND_i386_multiboot_TRUE@am__append_6805 = udf.mod +@COND_i386_multiboot_TRUE@am__append_6806 = udf.marker +@COND_i386_ieee1275_TRUE@am__append_6807 = udf.module +@COND_i386_ieee1275_TRUE@am__append_6808 = udf.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_6809 = -@COND_i386_ieee1275_TRUE@am__append_6810 = $(nodist_ufs1_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_6810 = $(nodist_udf_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_6811 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_ufs1_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ ufs1.marker -@COND_i386_ieee1275_TRUE@am__append_6812 = ufs1.mod -@COND_i386_ieee1275_TRUE@am__append_6813 = ufs1.marker -@COND_x86_64_efi_TRUE@am__append_6814 = ufs1.module -@COND_x86_64_efi_TRUE@am__append_6815 = ufs1.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_udf_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ udf.marker +@COND_i386_ieee1275_TRUE@am__append_6812 = udf.mod +@COND_i386_ieee1275_TRUE@am__append_6813 = udf.marker +@COND_x86_64_efi_TRUE@am__append_6814 = udf.module +@COND_x86_64_efi_TRUE@am__append_6815 = udf.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_6816 = -@COND_x86_64_efi_TRUE@am__append_6817 = $(nodist_ufs1_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_6818 = $(nodist_ufs1_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ ufs1.marker -@COND_x86_64_efi_TRUE@am__append_6819 = ufs1.mod -@COND_x86_64_efi_TRUE@am__append_6820 = ufs1.marker -@COND_mips_yeeloong_TRUE@am__append_6821 = ufs1.module -@COND_mips_yeeloong_TRUE@am__append_6822 = ufs1.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_6817 = $(nodist_udf_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_6818 = $(nodist_udf_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ udf.marker +@COND_x86_64_efi_TRUE@am__append_6819 = udf.mod +@COND_x86_64_efi_TRUE@am__append_6820 = udf.marker +@COND_mips_yeeloong_TRUE@am__append_6821 = udf.module +@COND_mips_yeeloong_TRUE@am__append_6822 = udf.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_6823 = -@COND_mips_yeeloong_TRUE@am__append_6824 = $(nodist_ufs1_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_6824 = $(nodist_udf_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_6825 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_ufs1_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ ufs1.marker -@COND_mips_yeeloong_TRUE@am__append_6826 = ufs1.mod -@COND_mips_yeeloong_TRUE@am__append_6827 = ufs1.marker -@COND_sparc64_ieee1275_TRUE@am__append_6828 = ufs1.module -@COND_sparc64_ieee1275_TRUE@am__append_6829 = ufs1.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_udf_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ udf.marker +@COND_mips_yeeloong_TRUE@am__append_6826 = udf.mod +@COND_mips_yeeloong_TRUE@am__append_6827 = udf.marker +@COND_sparc64_ieee1275_TRUE@am__append_6828 = udf.module +@COND_sparc64_ieee1275_TRUE@am__append_6829 = udf.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_6830 = -@COND_sparc64_ieee1275_TRUE@am__append_6831 = $(nodist_ufs1_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_6831 = $(nodist_udf_module_SOURCES) @COND_sparc64_ieee1275_TRUE@am__append_6832 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_ufs1_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ ufs1.marker -@COND_sparc64_ieee1275_TRUE@am__append_6833 = ufs1.mod -@COND_sparc64_ieee1275_TRUE@am__append_6834 = ufs1.marker -@COND_powerpc_ieee1275_TRUE@am__append_6835 = ufs1.module -@COND_powerpc_ieee1275_TRUE@am__append_6836 = ufs1.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@ $(nodist_udf_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ udf.marker +@COND_sparc64_ieee1275_TRUE@am__append_6833 = udf.mod +@COND_sparc64_ieee1275_TRUE@am__append_6834 = udf.marker +@COND_powerpc_ieee1275_TRUE@am__append_6835 = udf.module +@COND_powerpc_ieee1275_TRUE@am__append_6836 = udf.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_6837 = -@COND_powerpc_ieee1275_TRUE@am__append_6838 = $(nodist_ufs1_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_6838 = $(nodist_udf_module_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_6839 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_ufs1_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ ufs1.marker -@COND_powerpc_ieee1275_TRUE@am__append_6840 = ufs1.mod -@COND_powerpc_ieee1275_TRUE@am__append_6841 = ufs1.marker -@COND_emu_TRUE@am__append_6842 = ufs2.module -@COND_emu_TRUE@am__append_6843 = ufs2.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@ $(nodist_udf_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ udf.marker +@COND_powerpc_ieee1275_TRUE@am__append_6840 = udf.mod +@COND_powerpc_ieee1275_TRUE@am__append_6841 = udf.marker +@COND_emu_TRUE@am__append_6842 = ufs1.module +@COND_emu_TRUE@am__append_6843 = ufs1.module$(EXEEXT) @COND_emu_TRUE@am__append_6844 = -@COND_emu_TRUE@am__append_6845 = $(nodist_ufs2_module_SOURCES) -@COND_emu_TRUE@am__append_6846 = $(nodist_ufs2_module_SOURCES) \ -@COND_emu_TRUE@ ufs2.marker -@COND_emu_TRUE@am__append_6847 = ufs2.mod -@COND_emu_TRUE@am__append_6848 = ufs2.marker -@COND_i386_pc_TRUE@am__append_6849 = ufs2.module -@COND_i386_pc_TRUE@am__append_6850 = ufs2.module$(EXEEXT) +@COND_emu_TRUE@am__append_6845 = $(nodist_ufs1_module_SOURCES) +@COND_emu_TRUE@am__append_6846 = $(nodist_ufs1_module_SOURCES) \ +@COND_emu_TRUE@ ufs1.marker +@COND_emu_TRUE@am__append_6847 = ufs1.mod +@COND_emu_TRUE@am__append_6848 = ufs1.marker +@COND_i386_pc_TRUE@am__append_6849 = ufs1.module +@COND_i386_pc_TRUE@am__append_6850 = ufs1.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_6851 = -@COND_i386_pc_TRUE@am__append_6852 = $(nodist_ufs2_module_SOURCES) -@COND_i386_pc_TRUE@am__append_6853 = $(nodist_ufs2_module_SOURCES) \ -@COND_i386_pc_TRUE@ ufs2.marker -@COND_i386_pc_TRUE@am__append_6854 = ufs2.mod -@COND_i386_pc_TRUE@am__append_6855 = ufs2.marker -@COND_i386_efi_TRUE@am__append_6856 = ufs2.module -@COND_i386_efi_TRUE@am__append_6857 = ufs2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_6852 = $(nodist_ufs1_module_SOURCES) +@COND_i386_pc_TRUE@am__append_6853 = $(nodist_ufs1_module_SOURCES) \ +@COND_i386_pc_TRUE@ ufs1.marker +@COND_i386_pc_TRUE@am__append_6854 = ufs1.mod +@COND_i386_pc_TRUE@am__append_6855 = ufs1.marker +@COND_i386_efi_TRUE@am__append_6856 = ufs1.module +@COND_i386_efi_TRUE@am__append_6857 = ufs1.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_6858 = -@COND_i386_efi_TRUE@am__append_6859 = $(nodist_ufs2_module_SOURCES) -@COND_i386_efi_TRUE@am__append_6860 = $(nodist_ufs2_module_SOURCES) \ -@COND_i386_efi_TRUE@ ufs2.marker -@COND_i386_efi_TRUE@am__append_6861 = ufs2.mod -@COND_i386_efi_TRUE@am__append_6862 = ufs2.marker -@COND_i386_qemu_TRUE@am__append_6863 = ufs2.module -@COND_i386_qemu_TRUE@am__append_6864 = ufs2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_6859 = $(nodist_ufs1_module_SOURCES) +@COND_i386_efi_TRUE@am__append_6860 = $(nodist_ufs1_module_SOURCES) \ +@COND_i386_efi_TRUE@ ufs1.marker +@COND_i386_efi_TRUE@am__append_6861 = ufs1.mod +@COND_i386_efi_TRUE@am__append_6862 = ufs1.marker +@COND_i386_qemu_TRUE@am__append_6863 = ufs1.module +@COND_i386_qemu_TRUE@am__append_6864 = ufs1.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_6865 = -@COND_i386_qemu_TRUE@am__append_6866 = $(nodist_ufs2_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_6867 = $(nodist_ufs2_module_SOURCES) \ -@COND_i386_qemu_TRUE@ ufs2.marker -@COND_i386_qemu_TRUE@am__append_6868 = ufs2.mod -@COND_i386_qemu_TRUE@am__append_6869 = ufs2.marker -@COND_i386_coreboot_TRUE@am__append_6870 = ufs2.module -@COND_i386_coreboot_TRUE@am__append_6871 = ufs2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_6866 = $(nodist_ufs1_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_6867 = $(nodist_ufs1_module_SOURCES) \ +@COND_i386_qemu_TRUE@ ufs1.marker +@COND_i386_qemu_TRUE@am__append_6868 = ufs1.mod +@COND_i386_qemu_TRUE@am__append_6869 = ufs1.marker +@COND_i386_coreboot_TRUE@am__append_6870 = ufs1.module +@COND_i386_coreboot_TRUE@am__append_6871 = ufs1.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_6872 = -@COND_i386_coreboot_TRUE@am__append_6873 = $(nodist_ufs2_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_6873 = $(nodist_ufs1_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_6874 = \ -@COND_i386_coreboot_TRUE@ $(nodist_ufs2_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ ufs2.marker -@COND_i386_coreboot_TRUE@am__append_6875 = ufs2.mod -@COND_i386_coreboot_TRUE@am__append_6876 = ufs2.marker -@COND_i386_multiboot_TRUE@am__append_6877 = ufs2.module -@COND_i386_multiboot_TRUE@am__append_6878 = ufs2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_ufs1_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ ufs1.marker +@COND_i386_coreboot_TRUE@am__append_6875 = ufs1.mod +@COND_i386_coreboot_TRUE@am__append_6876 = ufs1.marker +@COND_i386_multiboot_TRUE@am__append_6877 = ufs1.module +@COND_i386_multiboot_TRUE@am__append_6878 = ufs1.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_6879 = -@COND_i386_multiboot_TRUE@am__append_6880 = $(nodist_ufs2_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_6880 = $(nodist_ufs1_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_6881 = \ -@COND_i386_multiboot_TRUE@ $(nodist_ufs2_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ ufs2.marker -@COND_i386_multiboot_TRUE@am__append_6882 = ufs2.mod -@COND_i386_multiboot_TRUE@am__append_6883 = ufs2.marker -@COND_i386_ieee1275_TRUE@am__append_6884 = ufs2.module -@COND_i386_ieee1275_TRUE@am__append_6885 = ufs2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_ufs1_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ ufs1.marker +@COND_i386_multiboot_TRUE@am__append_6882 = ufs1.mod +@COND_i386_multiboot_TRUE@am__append_6883 = ufs1.marker +@COND_i386_ieee1275_TRUE@am__append_6884 = ufs1.module +@COND_i386_ieee1275_TRUE@am__append_6885 = ufs1.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_6886 = -@COND_i386_ieee1275_TRUE@am__append_6887 = $(nodist_ufs2_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_6887 = $(nodist_ufs1_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_6888 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_ufs2_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ ufs2.marker -@COND_i386_ieee1275_TRUE@am__append_6889 = ufs2.mod -@COND_i386_ieee1275_TRUE@am__append_6890 = ufs2.marker -@COND_x86_64_efi_TRUE@am__append_6891 = ufs2.module -@COND_x86_64_efi_TRUE@am__append_6892 = ufs2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_ufs1_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ ufs1.marker +@COND_i386_ieee1275_TRUE@am__append_6889 = ufs1.mod +@COND_i386_ieee1275_TRUE@am__append_6890 = ufs1.marker +@COND_x86_64_efi_TRUE@am__append_6891 = ufs1.module +@COND_x86_64_efi_TRUE@am__append_6892 = ufs1.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_6893 = -@COND_x86_64_efi_TRUE@am__append_6894 = $(nodist_ufs2_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_6895 = $(nodist_ufs2_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ ufs2.marker -@COND_x86_64_efi_TRUE@am__append_6896 = ufs2.mod -@COND_x86_64_efi_TRUE@am__append_6897 = ufs2.marker -@COND_mips_yeeloong_TRUE@am__append_6898 = ufs2.module -@COND_mips_yeeloong_TRUE@am__append_6899 = ufs2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_6894 = $(nodist_ufs1_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_6895 = $(nodist_ufs1_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ ufs1.marker +@COND_x86_64_efi_TRUE@am__append_6896 = ufs1.mod +@COND_x86_64_efi_TRUE@am__append_6897 = ufs1.marker +@COND_mips_yeeloong_TRUE@am__append_6898 = ufs1.module +@COND_mips_yeeloong_TRUE@am__append_6899 = ufs1.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_6900 = -@COND_mips_yeeloong_TRUE@am__append_6901 = $(nodist_ufs2_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_6901 = $(nodist_ufs1_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_6902 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_ufs2_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ ufs2.marker -@COND_mips_yeeloong_TRUE@am__append_6903 = ufs2.mod -@COND_mips_yeeloong_TRUE@am__append_6904 = ufs2.marker -@COND_sparc64_ieee1275_TRUE@am__append_6905 = ufs2.module -@COND_sparc64_ieee1275_TRUE@am__append_6906 = ufs2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_ufs1_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ ufs1.marker +@COND_mips_yeeloong_TRUE@am__append_6903 = ufs1.mod +@COND_mips_yeeloong_TRUE@am__append_6904 = ufs1.marker +@COND_sparc64_ieee1275_TRUE@am__append_6905 = ufs1.module +@COND_sparc64_ieee1275_TRUE@am__append_6906 = ufs1.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_6907 = -@COND_sparc64_ieee1275_TRUE@am__append_6908 = $(nodist_ufs2_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_6908 = $(nodist_ufs1_module_SOURCES) @COND_sparc64_ieee1275_TRUE@am__append_6909 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_ufs2_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ ufs2.marker -@COND_sparc64_ieee1275_TRUE@am__append_6910 = ufs2.mod -@COND_sparc64_ieee1275_TRUE@am__append_6911 = ufs2.marker -@COND_powerpc_ieee1275_TRUE@am__append_6912 = ufs2.module -@COND_powerpc_ieee1275_TRUE@am__append_6913 = ufs2.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@ $(nodist_ufs1_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ ufs1.marker +@COND_sparc64_ieee1275_TRUE@am__append_6910 = ufs1.mod +@COND_sparc64_ieee1275_TRUE@am__append_6911 = ufs1.marker +@COND_powerpc_ieee1275_TRUE@am__append_6912 = ufs1.module +@COND_powerpc_ieee1275_TRUE@am__append_6913 = ufs1.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_6914 = -@COND_powerpc_ieee1275_TRUE@am__append_6915 = $(nodist_ufs2_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_6915 = $(nodist_ufs1_module_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_6916 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_ufs2_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ ufs2.marker -@COND_powerpc_ieee1275_TRUE@am__append_6917 = ufs2.mod -@COND_powerpc_ieee1275_TRUE@am__append_6918 = ufs2.marker -@COND_emu_TRUE@am__append_6919 = xfs.module -@COND_emu_TRUE@am__append_6920 = xfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@ $(nodist_ufs1_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ ufs1.marker +@COND_powerpc_ieee1275_TRUE@am__append_6917 = ufs1.mod +@COND_powerpc_ieee1275_TRUE@am__append_6918 = ufs1.marker +@COND_emu_TRUE@am__append_6919 = ufs2.module +@COND_emu_TRUE@am__append_6920 = ufs2.module$(EXEEXT) @COND_emu_TRUE@am__append_6921 = -@COND_emu_TRUE@am__append_6922 = $(nodist_xfs_module_SOURCES) -@COND_emu_TRUE@am__append_6923 = $(nodist_xfs_module_SOURCES) \ -@COND_emu_TRUE@ xfs.marker -@COND_emu_TRUE@am__append_6924 = xfs.mod -@COND_emu_TRUE@am__append_6925 = xfs.marker -@COND_i386_pc_TRUE@am__append_6926 = xfs.module -@COND_i386_pc_TRUE@am__append_6927 = xfs.module$(EXEEXT) +@COND_emu_TRUE@am__append_6922 = $(nodist_ufs2_module_SOURCES) +@COND_emu_TRUE@am__append_6923 = $(nodist_ufs2_module_SOURCES) \ +@COND_emu_TRUE@ ufs2.marker +@COND_emu_TRUE@am__append_6924 = ufs2.mod +@COND_emu_TRUE@am__append_6925 = ufs2.marker +@COND_i386_pc_TRUE@am__append_6926 = ufs2.module +@COND_i386_pc_TRUE@am__append_6927 = ufs2.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_6928 = -@COND_i386_pc_TRUE@am__append_6929 = $(nodist_xfs_module_SOURCES) -@COND_i386_pc_TRUE@am__append_6930 = $(nodist_xfs_module_SOURCES) \ -@COND_i386_pc_TRUE@ xfs.marker -@COND_i386_pc_TRUE@am__append_6931 = xfs.mod -@COND_i386_pc_TRUE@am__append_6932 = xfs.marker -@COND_i386_efi_TRUE@am__append_6933 = xfs.module -@COND_i386_efi_TRUE@am__append_6934 = xfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_6929 = $(nodist_ufs2_module_SOURCES) +@COND_i386_pc_TRUE@am__append_6930 = $(nodist_ufs2_module_SOURCES) \ +@COND_i386_pc_TRUE@ ufs2.marker +@COND_i386_pc_TRUE@am__append_6931 = ufs2.mod +@COND_i386_pc_TRUE@am__append_6932 = ufs2.marker +@COND_i386_efi_TRUE@am__append_6933 = ufs2.module +@COND_i386_efi_TRUE@am__append_6934 = ufs2.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_6935 = -@COND_i386_efi_TRUE@am__append_6936 = $(nodist_xfs_module_SOURCES) -@COND_i386_efi_TRUE@am__append_6937 = $(nodist_xfs_module_SOURCES) \ -@COND_i386_efi_TRUE@ xfs.marker -@COND_i386_efi_TRUE@am__append_6938 = xfs.mod -@COND_i386_efi_TRUE@am__append_6939 = xfs.marker -@COND_i386_qemu_TRUE@am__append_6940 = xfs.module -@COND_i386_qemu_TRUE@am__append_6941 = xfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_6936 = $(nodist_ufs2_module_SOURCES) +@COND_i386_efi_TRUE@am__append_6937 = $(nodist_ufs2_module_SOURCES) \ +@COND_i386_efi_TRUE@ ufs2.marker +@COND_i386_efi_TRUE@am__append_6938 = ufs2.mod +@COND_i386_efi_TRUE@am__append_6939 = ufs2.marker +@COND_i386_qemu_TRUE@am__append_6940 = ufs2.module +@COND_i386_qemu_TRUE@am__append_6941 = ufs2.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_6942 = -@COND_i386_qemu_TRUE@am__append_6943 = $(nodist_xfs_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_6944 = $(nodist_xfs_module_SOURCES) \ -@COND_i386_qemu_TRUE@ xfs.marker -@COND_i386_qemu_TRUE@am__append_6945 = xfs.mod -@COND_i386_qemu_TRUE@am__append_6946 = xfs.marker -@COND_i386_coreboot_TRUE@am__append_6947 = xfs.module -@COND_i386_coreboot_TRUE@am__append_6948 = xfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_6943 = $(nodist_ufs2_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_6944 = $(nodist_ufs2_module_SOURCES) \ +@COND_i386_qemu_TRUE@ ufs2.marker +@COND_i386_qemu_TRUE@am__append_6945 = ufs2.mod +@COND_i386_qemu_TRUE@am__append_6946 = ufs2.marker +@COND_i386_coreboot_TRUE@am__append_6947 = ufs2.module +@COND_i386_coreboot_TRUE@am__append_6948 = ufs2.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_6949 = -@COND_i386_coreboot_TRUE@am__append_6950 = $(nodist_xfs_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_6950 = $(nodist_ufs2_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_6951 = \ -@COND_i386_coreboot_TRUE@ $(nodist_xfs_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ xfs.marker -@COND_i386_coreboot_TRUE@am__append_6952 = xfs.mod -@COND_i386_coreboot_TRUE@am__append_6953 = xfs.marker -@COND_i386_multiboot_TRUE@am__append_6954 = xfs.module -@COND_i386_multiboot_TRUE@am__append_6955 = xfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_ufs2_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ ufs2.marker +@COND_i386_coreboot_TRUE@am__append_6952 = ufs2.mod +@COND_i386_coreboot_TRUE@am__append_6953 = ufs2.marker +@COND_i386_multiboot_TRUE@am__append_6954 = ufs2.module +@COND_i386_multiboot_TRUE@am__append_6955 = ufs2.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_6956 = -@COND_i386_multiboot_TRUE@am__append_6957 = $(nodist_xfs_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_6957 = $(nodist_ufs2_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_6958 = \ -@COND_i386_multiboot_TRUE@ $(nodist_xfs_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ xfs.marker -@COND_i386_multiboot_TRUE@am__append_6959 = xfs.mod -@COND_i386_multiboot_TRUE@am__append_6960 = xfs.marker -@COND_i386_ieee1275_TRUE@am__append_6961 = xfs.module -@COND_i386_ieee1275_TRUE@am__append_6962 = xfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_ufs2_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ ufs2.marker +@COND_i386_multiboot_TRUE@am__append_6959 = ufs2.mod +@COND_i386_multiboot_TRUE@am__append_6960 = ufs2.marker +@COND_i386_ieee1275_TRUE@am__append_6961 = ufs2.module +@COND_i386_ieee1275_TRUE@am__append_6962 = ufs2.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_6963 = -@COND_i386_ieee1275_TRUE@am__append_6964 = $(nodist_xfs_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_6964 = $(nodist_ufs2_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_6965 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_xfs_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ xfs.marker -@COND_i386_ieee1275_TRUE@am__append_6966 = xfs.mod -@COND_i386_ieee1275_TRUE@am__append_6967 = xfs.marker -@COND_x86_64_efi_TRUE@am__append_6968 = xfs.module -@COND_x86_64_efi_TRUE@am__append_6969 = xfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_ufs2_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ ufs2.marker +@COND_i386_ieee1275_TRUE@am__append_6966 = ufs2.mod +@COND_i386_ieee1275_TRUE@am__append_6967 = ufs2.marker +@COND_x86_64_efi_TRUE@am__append_6968 = ufs2.module +@COND_x86_64_efi_TRUE@am__append_6969 = ufs2.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_6970 = -@COND_x86_64_efi_TRUE@am__append_6971 = $(nodist_xfs_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_6972 = $(nodist_xfs_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ xfs.marker -@COND_x86_64_efi_TRUE@am__append_6973 = xfs.mod -@COND_x86_64_efi_TRUE@am__append_6974 = xfs.marker -@COND_mips_yeeloong_TRUE@am__append_6975 = xfs.module -@COND_mips_yeeloong_TRUE@am__append_6976 = xfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_6971 = $(nodist_ufs2_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_6972 = $(nodist_ufs2_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ ufs2.marker +@COND_x86_64_efi_TRUE@am__append_6973 = ufs2.mod +@COND_x86_64_efi_TRUE@am__append_6974 = ufs2.marker +@COND_mips_yeeloong_TRUE@am__append_6975 = ufs2.module +@COND_mips_yeeloong_TRUE@am__append_6976 = ufs2.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_6977 = -@COND_mips_yeeloong_TRUE@am__append_6978 = $(nodist_xfs_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_6978 = $(nodist_ufs2_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_6979 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_xfs_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ xfs.marker -@COND_mips_yeeloong_TRUE@am__append_6980 = xfs.mod -@COND_mips_yeeloong_TRUE@am__append_6981 = xfs.marker -@COND_sparc64_ieee1275_TRUE@am__append_6982 = xfs.module -@COND_sparc64_ieee1275_TRUE@am__append_6983 = xfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_ufs2_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ ufs2.marker +@COND_mips_yeeloong_TRUE@am__append_6980 = ufs2.mod +@COND_mips_yeeloong_TRUE@am__append_6981 = ufs2.marker +@COND_sparc64_ieee1275_TRUE@am__append_6982 = ufs2.module +@COND_sparc64_ieee1275_TRUE@am__append_6983 = ufs2.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_6984 = -@COND_sparc64_ieee1275_TRUE@am__append_6985 = $(nodist_xfs_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_6985 = $(nodist_ufs2_module_SOURCES) @COND_sparc64_ieee1275_TRUE@am__append_6986 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_xfs_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ xfs.marker -@COND_sparc64_ieee1275_TRUE@am__append_6987 = xfs.mod -@COND_sparc64_ieee1275_TRUE@am__append_6988 = xfs.marker -@COND_powerpc_ieee1275_TRUE@am__append_6989 = xfs.module -@COND_powerpc_ieee1275_TRUE@am__append_6990 = xfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@ $(nodist_ufs2_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ ufs2.marker +@COND_sparc64_ieee1275_TRUE@am__append_6987 = ufs2.mod +@COND_sparc64_ieee1275_TRUE@am__append_6988 = ufs2.marker +@COND_powerpc_ieee1275_TRUE@am__append_6989 = ufs2.module +@COND_powerpc_ieee1275_TRUE@am__append_6990 = ufs2.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_6991 = -@COND_powerpc_ieee1275_TRUE@am__append_6992 = $(nodist_xfs_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_6992 = $(nodist_ufs2_module_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_6993 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_xfs_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ xfs.marker -@COND_powerpc_ieee1275_TRUE@am__append_6994 = xfs.mod -@COND_powerpc_ieee1275_TRUE@am__append_6995 = xfs.marker -@COND_emu_TRUE@am__append_6996 = zfs.module -@COND_emu_TRUE@am__append_6997 = zfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@ $(nodist_ufs2_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ ufs2.marker +@COND_powerpc_ieee1275_TRUE@am__append_6994 = ufs2.mod +@COND_powerpc_ieee1275_TRUE@am__append_6995 = ufs2.marker +@COND_emu_TRUE@am__append_6996 = xfs.module +@COND_emu_TRUE@am__append_6997 = xfs.module$(EXEEXT) @COND_emu_TRUE@am__append_6998 = -@COND_emu_TRUE@am__append_6999 = $(nodist_zfs_module_SOURCES) -@COND_emu_TRUE@am__append_7000 = $(nodist_zfs_module_SOURCES) \ -@COND_emu_TRUE@ zfs.marker -@COND_emu_TRUE@am__append_7001 = zfs.mod -@COND_emu_TRUE@am__append_7002 = zfs.marker -@COND_i386_pc_TRUE@am__append_7003 = zfs.module -@COND_i386_pc_TRUE@am__append_7004 = zfs.module$(EXEEXT) +@COND_emu_TRUE@am__append_6999 = $(nodist_xfs_module_SOURCES) +@COND_emu_TRUE@am__append_7000 = $(nodist_xfs_module_SOURCES) \ +@COND_emu_TRUE@ xfs.marker +@COND_emu_TRUE@am__append_7001 = xfs.mod +@COND_emu_TRUE@am__append_7002 = xfs.marker +@COND_i386_pc_TRUE@am__append_7003 = xfs.module +@COND_i386_pc_TRUE@am__append_7004 = xfs.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_7005 = -@COND_i386_pc_TRUE@am__append_7006 = $(nodist_zfs_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7007 = $(nodist_zfs_module_SOURCES) \ -@COND_i386_pc_TRUE@ zfs.marker -@COND_i386_pc_TRUE@am__append_7008 = zfs.mod -@COND_i386_pc_TRUE@am__append_7009 = zfs.marker -@COND_i386_efi_TRUE@am__append_7010 = zfs.module -@COND_i386_efi_TRUE@am__append_7011 = zfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7006 = $(nodist_xfs_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7007 = $(nodist_xfs_module_SOURCES) \ +@COND_i386_pc_TRUE@ xfs.marker +@COND_i386_pc_TRUE@am__append_7008 = xfs.mod +@COND_i386_pc_TRUE@am__append_7009 = xfs.marker +@COND_i386_efi_TRUE@am__append_7010 = xfs.module +@COND_i386_efi_TRUE@am__append_7011 = xfs.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_7012 = -@COND_i386_efi_TRUE@am__append_7013 = $(nodist_zfs_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7014 = $(nodist_zfs_module_SOURCES) \ -@COND_i386_efi_TRUE@ zfs.marker -@COND_i386_efi_TRUE@am__append_7015 = zfs.mod -@COND_i386_efi_TRUE@am__append_7016 = zfs.marker -@COND_i386_qemu_TRUE@am__append_7017 = zfs.module -@COND_i386_qemu_TRUE@am__append_7018 = zfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7013 = $(nodist_xfs_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7014 = $(nodist_xfs_module_SOURCES) \ +@COND_i386_efi_TRUE@ xfs.marker +@COND_i386_efi_TRUE@am__append_7015 = xfs.mod +@COND_i386_efi_TRUE@am__append_7016 = xfs.marker +@COND_i386_qemu_TRUE@am__append_7017 = xfs.module +@COND_i386_qemu_TRUE@am__append_7018 = xfs.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_7019 = -@COND_i386_qemu_TRUE@am__append_7020 = $(nodist_zfs_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7021 = $(nodist_zfs_module_SOURCES) \ -@COND_i386_qemu_TRUE@ zfs.marker -@COND_i386_qemu_TRUE@am__append_7022 = zfs.mod -@COND_i386_qemu_TRUE@am__append_7023 = zfs.marker -@COND_i386_coreboot_TRUE@am__append_7024 = zfs.module -@COND_i386_coreboot_TRUE@am__append_7025 = zfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7020 = $(nodist_xfs_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7021 = $(nodist_xfs_module_SOURCES) \ +@COND_i386_qemu_TRUE@ xfs.marker +@COND_i386_qemu_TRUE@am__append_7022 = xfs.mod +@COND_i386_qemu_TRUE@am__append_7023 = xfs.marker +@COND_i386_coreboot_TRUE@am__append_7024 = xfs.module +@COND_i386_coreboot_TRUE@am__append_7025 = xfs.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_7026 = -@COND_i386_coreboot_TRUE@am__append_7027 = $(nodist_zfs_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7027 = $(nodist_xfs_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_7028 = \ -@COND_i386_coreboot_TRUE@ $(nodist_zfs_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ zfs.marker -@COND_i386_coreboot_TRUE@am__append_7029 = zfs.mod -@COND_i386_coreboot_TRUE@am__append_7030 = zfs.marker -@COND_i386_multiboot_TRUE@am__append_7031 = zfs.module -@COND_i386_multiboot_TRUE@am__append_7032 = zfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_xfs_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ xfs.marker +@COND_i386_coreboot_TRUE@am__append_7029 = xfs.mod +@COND_i386_coreboot_TRUE@am__append_7030 = xfs.marker +@COND_i386_multiboot_TRUE@am__append_7031 = xfs.module +@COND_i386_multiboot_TRUE@am__append_7032 = xfs.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_7033 = -@COND_i386_multiboot_TRUE@am__append_7034 = $(nodist_zfs_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7034 = $(nodist_xfs_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_7035 = \ -@COND_i386_multiboot_TRUE@ $(nodist_zfs_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ zfs.marker -@COND_i386_multiboot_TRUE@am__append_7036 = zfs.mod -@COND_i386_multiboot_TRUE@am__append_7037 = zfs.marker -@COND_i386_ieee1275_TRUE@am__append_7038 = zfs.module -@COND_i386_ieee1275_TRUE@am__append_7039 = zfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_xfs_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ xfs.marker +@COND_i386_multiboot_TRUE@am__append_7036 = xfs.mod +@COND_i386_multiboot_TRUE@am__append_7037 = xfs.marker +@COND_i386_ieee1275_TRUE@am__append_7038 = xfs.module +@COND_i386_ieee1275_TRUE@am__append_7039 = xfs.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_7040 = -@COND_i386_ieee1275_TRUE@am__append_7041 = $(nodist_zfs_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7041 = $(nodist_xfs_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_7042 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_zfs_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ zfs.marker -@COND_i386_ieee1275_TRUE@am__append_7043 = zfs.mod -@COND_i386_ieee1275_TRUE@am__append_7044 = zfs.marker -@COND_x86_64_efi_TRUE@am__append_7045 = zfs.module -@COND_x86_64_efi_TRUE@am__append_7046 = zfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_xfs_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ xfs.marker +@COND_i386_ieee1275_TRUE@am__append_7043 = xfs.mod +@COND_i386_ieee1275_TRUE@am__append_7044 = xfs.marker +@COND_x86_64_efi_TRUE@am__append_7045 = xfs.module +@COND_x86_64_efi_TRUE@am__append_7046 = xfs.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_7047 = -@COND_x86_64_efi_TRUE@am__append_7048 = $(nodist_zfs_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7049 = $(nodist_zfs_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ zfs.marker -@COND_x86_64_efi_TRUE@am__append_7050 = zfs.mod -@COND_x86_64_efi_TRUE@am__append_7051 = zfs.marker -@COND_mips_yeeloong_TRUE@am__append_7052 = zfs.module -@COND_mips_yeeloong_TRUE@am__append_7053 = zfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7048 = $(nodist_xfs_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7049 = $(nodist_xfs_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ xfs.marker +@COND_x86_64_efi_TRUE@am__append_7050 = xfs.mod +@COND_x86_64_efi_TRUE@am__append_7051 = xfs.marker +@COND_mips_yeeloong_TRUE@am__append_7052 = xfs.module +@COND_mips_yeeloong_TRUE@am__append_7053 = xfs.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_7054 = -@COND_mips_yeeloong_TRUE@am__append_7055 = $(nodist_zfs_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7055 = $(nodist_xfs_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_7056 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_zfs_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ zfs.marker -@COND_mips_yeeloong_TRUE@am__append_7057 = zfs.mod -@COND_mips_yeeloong_TRUE@am__append_7058 = zfs.marker -@COND_sparc64_ieee1275_TRUE@am__append_7059 = zfs.module -@COND_sparc64_ieee1275_TRUE@am__append_7060 = zfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_xfs_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ xfs.marker +@COND_mips_yeeloong_TRUE@am__append_7057 = xfs.mod +@COND_mips_yeeloong_TRUE@am__append_7058 = xfs.marker +@COND_sparc64_ieee1275_TRUE@am__append_7059 = xfs.module +@COND_sparc64_ieee1275_TRUE@am__append_7060 = xfs.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_7061 = -@COND_sparc64_ieee1275_TRUE@am__append_7062 = $(nodist_zfs_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7062 = $(nodist_xfs_module_SOURCES) @COND_sparc64_ieee1275_TRUE@am__append_7063 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_zfs_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ zfs.marker -@COND_sparc64_ieee1275_TRUE@am__append_7064 = zfs.mod -@COND_sparc64_ieee1275_TRUE@am__append_7065 = zfs.marker -@COND_powerpc_ieee1275_TRUE@am__append_7066 = zfs.module -@COND_powerpc_ieee1275_TRUE@am__append_7067 = zfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@ $(nodist_xfs_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ xfs.marker +@COND_sparc64_ieee1275_TRUE@am__append_7064 = xfs.mod +@COND_sparc64_ieee1275_TRUE@am__append_7065 = xfs.marker +@COND_powerpc_ieee1275_TRUE@am__append_7066 = xfs.module +@COND_powerpc_ieee1275_TRUE@am__append_7067 = xfs.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_7068 = -@COND_powerpc_ieee1275_TRUE@am__append_7069 = $(nodist_zfs_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7069 = $(nodist_xfs_module_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_7070 = \ +@COND_powerpc_ieee1275_TRUE@ $(nodist_xfs_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ xfs.marker +@COND_powerpc_ieee1275_TRUE@am__append_7071 = xfs.mod +@COND_powerpc_ieee1275_TRUE@am__append_7072 = xfs.marker +@COND_emu_TRUE@am__append_7073 = zfs.module +@COND_emu_TRUE@am__append_7074 = zfs.module$(EXEEXT) +@COND_emu_TRUE@am__append_7075 = +@COND_emu_TRUE@am__append_7076 = $(nodist_zfs_module_SOURCES) +@COND_emu_TRUE@am__append_7077 = $(nodist_zfs_module_SOURCES) \ +@COND_emu_TRUE@ zfs.marker +@COND_emu_TRUE@am__append_7078 = zfs.mod +@COND_emu_TRUE@am__append_7079 = zfs.marker +@COND_i386_pc_TRUE@am__append_7080 = zfs.module +@COND_i386_pc_TRUE@am__append_7081 = zfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7082 = +@COND_i386_pc_TRUE@am__append_7083 = $(nodist_zfs_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7084 = $(nodist_zfs_module_SOURCES) \ +@COND_i386_pc_TRUE@ zfs.marker +@COND_i386_pc_TRUE@am__append_7085 = zfs.mod +@COND_i386_pc_TRUE@am__append_7086 = zfs.marker +@COND_i386_efi_TRUE@am__append_7087 = zfs.module +@COND_i386_efi_TRUE@am__append_7088 = zfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7089 = +@COND_i386_efi_TRUE@am__append_7090 = $(nodist_zfs_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7091 = $(nodist_zfs_module_SOURCES) \ +@COND_i386_efi_TRUE@ zfs.marker +@COND_i386_efi_TRUE@am__append_7092 = zfs.mod +@COND_i386_efi_TRUE@am__append_7093 = zfs.marker +@COND_i386_qemu_TRUE@am__append_7094 = zfs.module +@COND_i386_qemu_TRUE@am__append_7095 = zfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7096 = +@COND_i386_qemu_TRUE@am__append_7097 = $(nodist_zfs_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7098 = $(nodist_zfs_module_SOURCES) \ +@COND_i386_qemu_TRUE@ zfs.marker +@COND_i386_qemu_TRUE@am__append_7099 = zfs.mod +@COND_i386_qemu_TRUE@am__append_7100 = zfs.marker +@COND_i386_coreboot_TRUE@am__append_7101 = zfs.module +@COND_i386_coreboot_TRUE@am__append_7102 = zfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7103 = +@COND_i386_coreboot_TRUE@am__append_7104 = $(nodist_zfs_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7105 = \ +@COND_i386_coreboot_TRUE@ $(nodist_zfs_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ zfs.marker +@COND_i386_coreboot_TRUE@am__append_7106 = zfs.mod +@COND_i386_coreboot_TRUE@am__append_7107 = zfs.marker +@COND_i386_multiboot_TRUE@am__append_7108 = zfs.module +@COND_i386_multiboot_TRUE@am__append_7109 = zfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7110 = +@COND_i386_multiboot_TRUE@am__append_7111 = $(nodist_zfs_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7112 = \ +@COND_i386_multiboot_TRUE@ $(nodist_zfs_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ zfs.marker +@COND_i386_multiboot_TRUE@am__append_7113 = zfs.mod +@COND_i386_multiboot_TRUE@am__append_7114 = zfs.marker +@COND_i386_ieee1275_TRUE@am__append_7115 = zfs.module +@COND_i386_ieee1275_TRUE@am__append_7116 = zfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7117 = +@COND_i386_ieee1275_TRUE@am__append_7118 = $(nodist_zfs_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7119 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_zfs_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ zfs.marker +@COND_i386_ieee1275_TRUE@am__append_7120 = zfs.mod +@COND_i386_ieee1275_TRUE@am__append_7121 = zfs.marker +@COND_x86_64_efi_TRUE@am__append_7122 = zfs.module +@COND_x86_64_efi_TRUE@am__append_7123 = zfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7124 = +@COND_x86_64_efi_TRUE@am__append_7125 = $(nodist_zfs_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7126 = $(nodist_zfs_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ zfs.marker +@COND_x86_64_efi_TRUE@am__append_7127 = zfs.mod +@COND_x86_64_efi_TRUE@am__append_7128 = zfs.marker +@COND_mips_yeeloong_TRUE@am__append_7129 = zfs.module +@COND_mips_yeeloong_TRUE@am__append_7130 = zfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7131 = +@COND_mips_yeeloong_TRUE@am__append_7132 = $(nodist_zfs_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7133 = \ +@COND_mips_yeeloong_TRUE@ $(nodist_zfs_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ zfs.marker +@COND_mips_yeeloong_TRUE@am__append_7134 = zfs.mod +@COND_mips_yeeloong_TRUE@am__append_7135 = zfs.marker +@COND_sparc64_ieee1275_TRUE@am__append_7136 = zfs.module +@COND_sparc64_ieee1275_TRUE@am__append_7137 = zfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7138 = +@COND_sparc64_ieee1275_TRUE@am__append_7139 = $(nodist_zfs_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7140 = \ +@COND_sparc64_ieee1275_TRUE@ $(nodist_zfs_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ zfs.marker +@COND_sparc64_ieee1275_TRUE@am__append_7141 = zfs.mod +@COND_sparc64_ieee1275_TRUE@am__append_7142 = zfs.marker +@COND_powerpc_ieee1275_TRUE@am__append_7143 = zfs.module +@COND_powerpc_ieee1275_TRUE@am__append_7144 = zfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7145 = +@COND_powerpc_ieee1275_TRUE@am__append_7146 = $(nodist_zfs_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7147 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_zfs_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ zfs.marker -@COND_powerpc_ieee1275_TRUE@am__append_7071 = zfs.mod -@COND_powerpc_ieee1275_TRUE@am__append_7072 = zfs.marker -@COND_emu_TRUE@am__append_7073 = zfsinfo.module -@COND_emu_TRUE@am__append_7074 = zfsinfo.module$(EXEEXT) -@COND_emu_TRUE@am__append_7075 = -@COND_emu_TRUE@am__append_7076 = $(nodist_zfsinfo_module_SOURCES) -@COND_emu_TRUE@am__append_7077 = $(nodist_zfsinfo_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7148 = zfs.mod +@COND_powerpc_ieee1275_TRUE@am__append_7149 = zfs.marker +@COND_emu_TRUE@am__append_7150 = zfsinfo.module +@COND_emu_TRUE@am__append_7151 = zfsinfo.module$(EXEEXT) +@COND_emu_TRUE@am__append_7152 = +@COND_emu_TRUE@am__append_7153 = $(nodist_zfsinfo_module_SOURCES) +@COND_emu_TRUE@am__append_7154 = $(nodist_zfsinfo_module_SOURCES) \ @COND_emu_TRUE@ zfsinfo.marker -@COND_emu_TRUE@am__append_7078 = zfsinfo.mod -@COND_emu_TRUE@am__append_7079 = zfsinfo.marker -@COND_i386_pc_TRUE@am__append_7080 = zfsinfo.module -@COND_i386_pc_TRUE@am__append_7081 = zfsinfo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7082 = -@COND_i386_pc_TRUE@am__append_7083 = $(nodist_zfsinfo_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7084 = $(nodist_zfsinfo_module_SOURCES) \ +@COND_emu_TRUE@am__append_7155 = zfsinfo.mod +@COND_emu_TRUE@am__append_7156 = zfsinfo.marker +@COND_i386_pc_TRUE@am__append_7157 = zfsinfo.module +@COND_i386_pc_TRUE@am__append_7158 = zfsinfo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7159 = +@COND_i386_pc_TRUE@am__append_7160 = $(nodist_zfsinfo_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7161 = $(nodist_zfsinfo_module_SOURCES) \ @COND_i386_pc_TRUE@ zfsinfo.marker -@COND_i386_pc_TRUE@am__append_7085 = zfsinfo.mod -@COND_i386_pc_TRUE@am__append_7086 = zfsinfo.marker -@COND_i386_efi_TRUE@am__append_7087 = zfsinfo.module -@COND_i386_efi_TRUE@am__append_7088 = zfsinfo.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7089 = -@COND_i386_efi_TRUE@am__append_7090 = $(nodist_zfsinfo_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7091 = \ +@COND_i386_pc_TRUE@am__append_7162 = zfsinfo.mod +@COND_i386_pc_TRUE@am__append_7163 = zfsinfo.marker +@COND_i386_efi_TRUE@am__append_7164 = zfsinfo.module +@COND_i386_efi_TRUE@am__append_7165 = zfsinfo.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7166 = +@COND_i386_efi_TRUE@am__append_7167 = $(nodist_zfsinfo_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7168 = \ @COND_i386_efi_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_i386_efi_TRUE@ zfsinfo.marker -@COND_i386_efi_TRUE@am__append_7092 = zfsinfo.mod -@COND_i386_efi_TRUE@am__append_7093 = zfsinfo.marker -@COND_i386_qemu_TRUE@am__append_7094 = zfsinfo.module -@COND_i386_qemu_TRUE@am__append_7095 = zfsinfo.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7096 = -@COND_i386_qemu_TRUE@am__append_7097 = $(nodist_zfsinfo_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7098 = \ +@COND_i386_efi_TRUE@am__append_7169 = zfsinfo.mod +@COND_i386_efi_TRUE@am__append_7170 = zfsinfo.marker +@COND_i386_qemu_TRUE@am__append_7171 = zfsinfo.module +@COND_i386_qemu_TRUE@am__append_7172 = zfsinfo.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7173 = +@COND_i386_qemu_TRUE@am__append_7174 = $(nodist_zfsinfo_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7175 = \ @COND_i386_qemu_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_i386_qemu_TRUE@ zfsinfo.marker -@COND_i386_qemu_TRUE@am__append_7099 = zfsinfo.mod -@COND_i386_qemu_TRUE@am__append_7100 = zfsinfo.marker -@COND_i386_coreboot_TRUE@am__append_7101 = zfsinfo.module -@COND_i386_coreboot_TRUE@am__append_7102 = zfsinfo.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7103 = -@COND_i386_coreboot_TRUE@am__append_7104 = $(nodist_zfsinfo_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7105 = \ +@COND_i386_qemu_TRUE@am__append_7176 = zfsinfo.mod +@COND_i386_qemu_TRUE@am__append_7177 = zfsinfo.marker +@COND_i386_coreboot_TRUE@am__append_7178 = zfsinfo.module +@COND_i386_coreboot_TRUE@am__append_7179 = zfsinfo.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7180 = +@COND_i386_coreboot_TRUE@am__append_7181 = $(nodist_zfsinfo_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7182 = \ @COND_i386_coreboot_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_i386_coreboot_TRUE@ zfsinfo.marker -@COND_i386_coreboot_TRUE@am__append_7106 = zfsinfo.mod -@COND_i386_coreboot_TRUE@am__append_7107 = zfsinfo.marker -@COND_i386_multiboot_TRUE@am__append_7108 = zfsinfo.module -@COND_i386_multiboot_TRUE@am__append_7109 = zfsinfo.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7110 = -@COND_i386_multiboot_TRUE@am__append_7111 = $(nodist_zfsinfo_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7112 = \ +@COND_i386_coreboot_TRUE@am__append_7183 = zfsinfo.mod +@COND_i386_coreboot_TRUE@am__append_7184 = zfsinfo.marker +@COND_i386_multiboot_TRUE@am__append_7185 = zfsinfo.module +@COND_i386_multiboot_TRUE@am__append_7186 = zfsinfo.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7187 = +@COND_i386_multiboot_TRUE@am__append_7188 = $(nodist_zfsinfo_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7189 = \ @COND_i386_multiboot_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_i386_multiboot_TRUE@ zfsinfo.marker -@COND_i386_multiboot_TRUE@am__append_7113 = zfsinfo.mod -@COND_i386_multiboot_TRUE@am__append_7114 = zfsinfo.marker -@COND_i386_ieee1275_TRUE@am__append_7115 = zfsinfo.module -@COND_i386_ieee1275_TRUE@am__append_7116 = zfsinfo.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7117 = -@COND_i386_ieee1275_TRUE@am__append_7118 = $(nodist_zfsinfo_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7119 = \ +@COND_i386_multiboot_TRUE@am__append_7190 = zfsinfo.mod +@COND_i386_multiboot_TRUE@am__append_7191 = zfsinfo.marker +@COND_i386_ieee1275_TRUE@am__append_7192 = zfsinfo.module +@COND_i386_ieee1275_TRUE@am__append_7193 = zfsinfo.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7194 = +@COND_i386_ieee1275_TRUE@am__append_7195 = $(nodist_zfsinfo_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7196 = \ @COND_i386_ieee1275_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ zfsinfo.marker -@COND_i386_ieee1275_TRUE@am__append_7120 = zfsinfo.mod -@COND_i386_ieee1275_TRUE@am__append_7121 = zfsinfo.marker -@COND_x86_64_efi_TRUE@am__append_7122 = zfsinfo.module -@COND_x86_64_efi_TRUE@am__append_7123 = zfsinfo.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7124 = -@COND_x86_64_efi_TRUE@am__append_7125 = $(nodist_zfsinfo_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7126 = \ +@COND_i386_ieee1275_TRUE@am__append_7197 = zfsinfo.mod +@COND_i386_ieee1275_TRUE@am__append_7198 = zfsinfo.marker +@COND_x86_64_efi_TRUE@am__append_7199 = zfsinfo.module +@COND_x86_64_efi_TRUE@am__append_7200 = zfsinfo.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7201 = +@COND_x86_64_efi_TRUE@am__append_7202 = $(nodist_zfsinfo_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7203 = \ @COND_x86_64_efi_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_x86_64_efi_TRUE@ zfsinfo.marker -@COND_x86_64_efi_TRUE@am__append_7127 = zfsinfo.mod -@COND_x86_64_efi_TRUE@am__append_7128 = zfsinfo.marker -@COND_mips_yeeloong_TRUE@am__append_7129 = zfsinfo.module -@COND_mips_yeeloong_TRUE@am__append_7130 = zfsinfo.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7131 = -@COND_mips_yeeloong_TRUE@am__append_7132 = $(nodist_zfsinfo_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7133 = \ +@COND_x86_64_efi_TRUE@am__append_7204 = zfsinfo.mod +@COND_x86_64_efi_TRUE@am__append_7205 = zfsinfo.marker +@COND_mips_yeeloong_TRUE@am__append_7206 = zfsinfo.module +@COND_mips_yeeloong_TRUE@am__append_7207 = zfsinfo.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7208 = +@COND_mips_yeeloong_TRUE@am__append_7209 = $(nodist_zfsinfo_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7210 = \ @COND_mips_yeeloong_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ zfsinfo.marker -@COND_mips_yeeloong_TRUE@am__append_7134 = zfsinfo.mod -@COND_mips_yeeloong_TRUE@am__append_7135 = zfsinfo.marker -@COND_sparc64_ieee1275_TRUE@am__append_7136 = zfsinfo.module -@COND_sparc64_ieee1275_TRUE@am__append_7137 = zfsinfo.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7138 = -@COND_sparc64_ieee1275_TRUE@am__append_7139 = $(nodist_zfsinfo_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7140 = \ +@COND_mips_yeeloong_TRUE@am__append_7211 = zfsinfo.mod +@COND_mips_yeeloong_TRUE@am__append_7212 = zfsinfo.marker +@COND_sparc64_ieee1275_TRUE@am__append_7213 = zfsinfo.module +@COND_sparc64_ieee1275_TRUE@am__append_7214 = zfsinfo.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7215 = +@COND_sparc64_ieee1275_TRUE@am__append_7216 = $(nodist_zfsinfo_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7217 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ zfsinfo.marker -@COND_sparc64_ieee1275_TRUE@am__append_7141 = zfsinfo.mod -@COND_sparc64_ieee1275_TRUE@am__append_7142 = zfsinfo.marker -@COND_powerpc_ieee1275_TRUE@am__append_7143 = zfsinfo.module -@COND_powerpc_ieee1275_TRUE@am__append_7144 = zfsinfo.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7145 = -@COND_powerpc_ieee1275_TRUE@am__append_7146 = $(nodist_zfsinfo_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7147 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7218 = zfsinfo.mod +@COND_sparc64_ieee1275_TRUE@am__append_7219 = zfsinfo.marker +@COND_powerpc_ieee1275_TRUE@am__append_7220 = zfsinfo.module +@COND_powerpc_ieee1275_TRUE@am__append_7221 = zfsinfo.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7222 = +@COND_powerpc_ieee1275_TRUE@am__append_7223 = $(nodist_zfsinfo_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7224 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_zfsinfo_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ zfsinfo.marker -@COND_powerpc_ieee1275_TRUE@am__append_7148 = zfsinfo.mod -@COND_powerpc_ieee1275_TRUE@am__append_7149 = zfsinfo.marker -@COND_i386_pc_TRUE@am__append_7150 = pxe.module -@COND_i386_pc_TRUE@am__append_7151 = pxe.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7152 = -@COND_i386_pc_TRUE@am__append_7153 = $(nodist_pxe_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7154 = $(nodist_pxe_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7225 = zfsinfo.mod +@COND_powerpc_ieee1275_TRUE@am__append_7226 = zfsinfo.marker +@COND_i386_pc_TRUE@am__append_7227 = pxe.module +@COND_i386_pc_TRUE@am__append_7228 = pxe.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7229 = +@COND_i386_pc_TRUE@am__append_7230 = $(nodist_pxe_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7231 = $(nodist_pxe_module_SOURCES) \ @COND_i386_pc_TRUE@ pxe.marker -@COND_i386_pc_TRUE@am__append_7155 = pxe.mod -@COND_i386_pc_TRUE@am__append_7156 = pxe.marker -@COND_emu_TRUE@am__append_7157 = gettext.module -@COND_emu_TRUE@am__append_7158 = gettext.module$(EXEEXT) -@COND_emu_TRUE@am__append_7159 = -@COND_emu_TRUE@am__append_7160 = $(nodist_gettext_module_SOURCES) -@COND_emu_TRUE@am__append_7161 = $(nodist_gettext_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7232 = pxe.mod +@COND_i386_pc_TRUE@am__append_7233 = pxe.marker +@COND_emu_TRUE@am__append_7234 = gettext.module +@COND_emu_TRUE@am__append_7235 = gettext.module$(EXEEXT) +@COND_emu_TRUE@am__append_7236 = +@COND_emu_TRUE@am__append_7237 = $(nodist_gettext_module_SOURCES) +@COND_emu_TRUE@am__append_7238 = $(nodist_gettext_module_SOURCES) \ @COND_emu_TRUE@ gettext.marker -@COND_emu_TRUE@am__append_7162 = gettext.mod -@COND_emu_TRUE@am__append_7163 = gettext.marker -@COND_i386_pc_TRUE@am__append_7164 = gettext.module -@COND_i386_pc_TRUE@am__append_7165 = gettext.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7166 = -@COND_i386_pc_TRUE@am__append_7167 = $(nodist_gettext_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7168 = $(nodist_gettext_module_SOURCES) \ +@COND_emu_TRUE@am__append_7239 = gettext.mod +@COND_emu_TRUE@am__append_7240 = gettext.marker +@COND_i386_pc_TRUE@am__append_7241 = gettext.module +@COND_i386_pc_TRUE@am__append_7242 = gettext.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7243 = +@COND_i386_pc_TRUE@am__append_7244 = $(nodist_gettext_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7245 = $(nodist_gettext_module_SOURCES) \ @COND_i386_pc_TRUE@ gettext.marker -@COND_i386_pc_TRUE@am__append_7169 = gettext.mod -@COND_i386_pc_TRUE@am__append_7170 = gettext.marker -@COND_i386_efi_TRUE@am__append_7171 = gettext.module -@COND_i386_efi_TRUE@am__append_7172 = gettext.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7173 = -@COND_i386_efi_TRUE@am__append_7174 = $(nodist_gettext_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7175 = \ +@COND_i386_pc_TRUE@am__append_7246 = gettext.mod +@COND_i386_pc_TRUE@am__append_7247 = gettext.marker +@COND_i386_efi_TRUE@am__append_7248 = gettext.module +@COND_i386_efi_TRUE@am__append_7249 = gettext.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7250 = +@COND_i386_efi_TRUE@am__append_7251 = $(nodist_gettext_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7252 = \ @COND_i386_efi_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_i386_efi_TRUE@ gettext.marker -@COND_i386_efi_TRUE@am__append_7176 = gettext.mod -@COND_i386_efi_TRUE@am__append_7177 = gettext.marker -@COND_i386_qemu_TRUE@am__append_7178 = gettext.module -@COND_i386_qemu_TRUE@am__append_7179 = gettext.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7180 = -@COND_i386_qemu_TRUE@am__append_7181 = $(nodist_gettext_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7182 = \ +@COND_i386_efi_TRUE@am__append_7253 = gettext.mod +@COND_i386_efi_TRUE@am__append_7254 = gettext.marker +@COND_i386_qemu_TRUE@am__append_7255 = gettext.module +@COND_i386_qemu_TRUE@am__append_7256 = gettext.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7257 = +@COND_i386_qemu_TRUE@am__append_7258 = $(nodist_gettext_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7259 = \ @COND_i386_qemu_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_i386_qemu_TRUE@ gettext.marker -@COND_i386_qemu_TRUE@am__append_7183 = gettext.mod -@COND_i386_qemu_TRUE@am__append_7184 = gettext.marker -@COND_i386_coreboot_TRUE@am__append_7185 = gettext.module -@COND_i386_coreboot_TRUE@am__append_7186 = gettext.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7187 = -@COND_i386_coreboot_TRUE@am__append_7188 = $(nodist_gettext_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7189 = \ +@COND_i386_qemu_TRUE@am__append_7260 = gettext.mod +@COND_i386_qemu_TRUE@am__append_7261 = gettext.marker +@COND_i386_coreboot_TRUE@am__append_7262 = gettext.module +@COND_i386_coreboot_TRUE@am__append_7263 = gettext.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7264 = +@COND_i386_coreboot_TRUE@am__append_7265 = $(nodist_gettext_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7266 = \ @COND_i386_coreboot_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_i386_coreboot_TRUE@ gettext.marker -@COND_i386_coreboot_TRUE@am__append_7190 = gettext.mod -@COND_i386_coreboot_TRUE@am__append_7191 = gettext.marker -@COND_i386_multiboot_TRUE@am__append_7192 = gettext.module -@COND_i386_multiboot_TRUE@am__append_7193 = gettext.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7194 = -@COND_i386_multiboot_TRUE@am__append_7195 = $(nodist_gettext_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7196 = \ +@COND_i386_coreboot_TRUE@am__append_7267 = gettext.mod +@COND_i386_coreboot_TRUE@am__append_7268 = gettext.marker +@COND_i386_multiboot_TRUE@am__append_7269 = gettext.module +@COND_i386_multiboot_TRUE@am__append_7270 = gettext.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7271 = +@COND_i386_multiboot_TRUE@am__append_7272 = $(nodist_gettext_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7273 = \ @COND_i386_multiboot_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_i386_multiboot_TRUE@ gettext.marker -@COND_i386_multiboot_TRUE@am__append_7197 = gettext.mod -@COND_i386_multiboot_TRUE@am__append_7198 = gettext.marker -@COND_i386_ieee1275_TRUE@am__append_7199 = gettext.module -@COND_i386_ieee1275_TRUE@am__append_7200 = gettext.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7201 = -@COND_i386_ieee1275_TRUE@am__append_7202 = $(nodist_gettext_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7203 = \ +@COND_i386_multiboot_TRUE@am__append_7274 = gettext.mod +@COND_i386_multiboot_TRUE@am__append_7275 = gettext.marker +@COND_i386_ieee1275_TRUE@am__append_7276 = gettext.module +@COND_i386_ieee1275_TRUE@am__append_7277 = gettext.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7278 = +@COND_i386_ieee1275_TRUE@am__append_7279 = $(nodist_gettext_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7280 = \ @COND_i386_ieee1275_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ gettext.marker -@COND_i386_ieee1275_TRUE@am__append_7204 = gettext.mod -@COND_i386_ieee1275_TRUE@am__append_7205 = gettext.marker -@COND_x86_64_efi_TRUE@am__append_7206 = gettext.module -@COND_x86_64_efi_TRUE@am__append_7207 = gettext.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7208 = -@COND_x86_64_efi_TRUE@am__append_7209 = $(nodist_gettext_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7210 = \ +@COND_i386_ieee1275_TRUE@am__append_7281 = gettext.mod +@COND_i386_ieee1275_TRUE@am__append_7282 = gettext.marker +@COND_x86_64_efi_TRUE@am__append_7283 = gettext.module +@COND_x86_64_efi_TRUE@am__append_7284 = gettext.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7285 = +@COND_x86_64_efi_TRUE@am__append_7286 = $(nodist_gettext_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7287 = \ @COND_x86_64_efi_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_x86_64_efi_TRUE@ gettext.marker -@COND_x86_64_efi_TRUE@am__append_7211 = gettext.mod -@COND_x86_64_efi_TRUE@am__append_7212 = gettext.marker -@COND_mips_yeeloong_TRUE@am__append_7213 = gettext.module -@COND_mips_yeeloong_TRUE@am__append_7214 = gettext.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7215 = -@COND_mips_yeeloong_TRUE@am__append_7216 = $(nodist_gettext_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7217 = \ +@COND_x86_64_efi_TRUE@am__append_7288 = gettext.mod +@COND_x86_64_efi_TRUE@am__append_7289 = gettext.marker +@COND_mips_yeeloong_TRUE@am__append_7290 = gettext.module +@COND_mips_yeeloong_TRUE@am__append_7291 = gettext.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7292 = +@COND_mips_yeeloong_TRUE@am__append_7293 = $(nodist_gettext_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7294 = \ @COND_mips_yeeloong_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ gettext.marker -@COND_mips_yeeloong_TRUE@am__append_7218 = gettext.mod -@COND_mips_yeeloong_TRUE@am__append_7219 = gettext.marker -@COND_sparc64_ieee1275_TRUE@am__append_7220 = gettext.module -@COND_sparc64_ieee1275_TRUE@am__append_7221 = gettext.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7222 = -@COND_sparc64_ieee1275_TRUE@am__append_7223 = $(nodist_gettext_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7224 = \ +@COND_mips_yeeloong_TRUE@am__append_7295 = gettext.mod +@COND_mips_yeeloong_TRUE@am__append_7296 = gettext.marker +@COND_sparc64_ieee1275_TRUE@am__append_7297 = gettext.module +@COND_sparc64_ieee1275_TRUE@am__append_7298 = gettext.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7299 = +@COND_sparc64_ieee1275_TRUE@am__append_7300 = $(nodist_gettext_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7301 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ gettext.marker -@COND_sparc64_ieee1275_TRUE@am__append_7225 = gettext.mod -@COND_sparc64_ieee1275_TRUE@am__append_7226 = gettext.marker -@COND_powerpc_ieee1275_TRUE@am__append_7227 = gettext.module -@COND_powerpc_ieee1275_TRUE@am__append_7228 = gettext.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7229 = -@COND_powerpc_ieee1275_TRUE@am__append_7230 = $(nodist_gettext_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7231 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7302 = gettext.mod +@COND_sparc64_ieee1275_TRUE@am__append_7303 = gettext.marker +@COND_powerpc_ieee1275_TRUE@am__append_7304 = gettext.module +@COND_powerpc_ieee1275_TRUE@am__append_7305 = gettext.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7306 = +@COND_powerpc_ieee1275_TRUE@am__append_7307 = $(nodist_gettext_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7308 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_gettext_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ gettext.marker -@COND_powerpc_ieee1275_TRUE@am__append_7232 = gettext.mod -@COND_powerpc_ieee1275_TRUE@am__append_7233 = gettext.marker -@COND_emu_TRUE@am__append_7234 = gfxmenu.module -@COND_emu_TRUE@am__append_7235 = gfxmenu.module$(EXEEXT) -@COND_emu_TRUE@am__append_7236 = -@COND_emu_TRUE@am__append_7237 = $(nodist_gfxmenu_module_SOURCES) -@COND_emu_TRUE@am__append_7238 = $(nodist_gfxmenu_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7309 = gettext.mod +@COND_powerpc_ieee1275_TRUE@am__append_7310 = gettext.marker +@COND_emu_TRUE@am__append_7311 = gfxmenu.module +@COND_emu_TRUE@am__append_7312 = gfxmenu.module$(EXEEXT) +@COND_emu_TRUE@am__append_7313 = +@COND_emu_TRUE@am__append_7314 = $(nodist_gfxmenu_module_SOURCES) +@COND_emu_TRUE@am__append_7315 = $(nodist_gfxmenu_module_SOURCES) \ @COND_emu_TRUE@ gfxmenu.marker -@COND_emu_TRUE@am__append_7239 = gfxmenu.mod -@COND_emu_TRUE@am__append_7240 = gfxmenu.marker -@COND_i386_pc_TRUE@am__append_7241 = gfxmenu.module -@COND_i386_pc_TRUE@am__append_7242 = gfxmenu.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7243 = -@COND_i386_pc_TRUE@am__append_7244 = $(nodist_gfxmenu_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7245 = $(nodist_gfxmenu_module_SOURCES) \ +@COND_emu_TRUE@am__append_7316 = gfxmenu.mod +@COND_emu_TRUE@am__append_7317 = gfxmenu.marker +@COND_i386_pc_TRUE@am__append_7318 = gfxmenu.module +@COND_i386_pc_TRUE@am__append_7319 = gfxmenu.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7320 = +@COND_i386_pc_TRUE@am__append_7321 = $(nodist_gfxmenu_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7322 = $(nodist_gfxmenu_module_SOURCES) \ @COND_i386_pc_TRUE@ gfxmenu.marker -@COND_i386_pc_TRUE@am__append_7246 = gfxmenu.mod -@COND_i386_pc_TRUE@am__append_7247 = gfxmenu.marker -@COND_i386_efi_TRUE@am__append_7248 = gfxmenu.module -@COND_i386_efi_TRUE@am__append_7249 = gfxmenu.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7250 = -@COND_i386_efi_TRUE@am__append_7251 = $(nodist_gfxmenu_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7252 = \ +@COND_i386_pc_TRUE@am__append_7323 = gfxmenu.mod +@COND_i386_pc_TRUE@am__append_7324 = gfxmenu.marker +@COND_i386_efi_TRUE@am__append_7325 = gfxmenu.module +@COND_i386_efi_TRUE@am__append_7326 = gfxmenu.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7327 = +@COND_i386_efi_TRUE@am__append_7328 = $(nodist_gfxmenu_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7329 = \ @COND_i386_efi_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_i386_efi_TRUE@ gfxmenu.marker -@COND_i386_efi_TRUE@am__append_7253 = gfxmenu.mod -@COND_i386_efi_TRUE@am__append_7254 = gfxmenu.marker -@COND_i386_qemu_TRUE@am__append_7255 = gfxmenu.module -@COND_i386_qemu_TRUE@am__append_7256 = gfxmenu.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7257 = -@COND_i386_qemu_TRUE@am__append_7258 = $(nodist_gfxmenu_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7259 = \ +@COND_i386_efi_TRUE@am__append_7330 = gfxmenu.mod +@COND_i386_efi_TRUE@am__append_7331 = gfxmenu.marker +@COND_i386_qemu_TRUE@am__append_7332 = gfxmenu.module +@COND_i386_qemu_TRUE@am__append_7333 = gfxmenu.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7334 = +@COND_i386_qemu_TRUE@am__append_7335 = $(nodist_gfxmenu_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7336 = \ @COND_i386_qemu_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_i386_qemu_TRUE@ gfxmenu.marker -@COND_i386_qemu_TRUE@am__append_7260 = gfxmenu.mod -@COND_i386_qemu_TRUE@am__append_7261 = gfxmenu.marker -@COND_i386_coreboot_TRUE@am__append_7262 = gfxmenu.module -@COND_i386_coreboot_TRUE@am__append_7263 = gfxmenu.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7264 = -@COND_i386_coreboot_TRUE@am__append_7265 = $(nodist_gfxmenu_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7266 = \ +@COND_i386_qemu_TRUE@am__append_7337 = gfxmenu.mod +@COND_i386_qemu_TRUE@am__append_7338 = gfxmenu.marker +@COND_i386_coreboot_TRUE@am__append_7339 = gfxmenu.module +@COND_i386_coreboot_TRUE@am__append_7340 = gfxmenu.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7341 = +@COND_i386_coreboot_TRUE@am__append_7342 = $(nodist_gfxmenu_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7343 = \ @COND_i386_coreboot_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_i386_coreboot_TRUE@ gfxmenu.marker -@COND_i386_coreboot_TRUE@am__append_7267 = gfxmenu.mod -@COND_i386_coreboot_TRUE@am__append_7268 = gfxmenu.marker -@COND_i386_multiboot_TRUE@am__append_7269 = gfxmenu.module -@COND_i386_multiboot_TRUE@am__append_7270 = gfxmenu.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7271 = -@COND_i386_multiboot_TRUE@am__append_7272 = $(nodist_gfxmenu_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7273 = \ +@COND_i386_coreboot_TRUE@am__append_7344 = gfxmenu.mod +@COND_i386_coreboot_TRUE@am__append_7345 = gfxmenu.marker +@COND_i386_multiboot_TRUE@am__append_7346 = gfxmenu.module +@COND_i386_multiboot_TRUE@am__append_7347 = gfxmenu.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7348 = +@COND_i386_multiboot_TRUE@am__append_7349 = $(nodist_gfxmenu_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7350 = \ @COND_i386_multiboot_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_i386_multiboot_TRUE@ gfxmenu.marker -@COND_i386_multiboot_TRUE@am__append_7274 = gfxmenu.mod -@COND_i386_multiboot_TRUE@am__append_7275 = gfxmenu.marker -@COND_i386_ieee1275_TRUE@am__append_7276 = gfxmenu.module -@COND_i386_ieee1275_TRUE@am__append_7277 = gfxmenu.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7278 = -@COND_i386_ieee1275_TRUE@am__append_7279 = $(nodist_gfxmenu_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7280 = \ +@COND_i386_multiboot_TRUE@am__append_7351 = gfxmenu.mod +@COND_i386_multiboot_TRUE@am__append_7352 = gfxmenu.marker +@COND_i386_ieee1275_TRUE@am__append_7353 = gfxmenu.module +@COND_i386_ieee1275_TRUE@am__append_7354 = gfxmenu.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7355 = +@COND_i386_ieee1275_TRUE@am__append_7356 = $(nodist_gfxmenu_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7357 = \ @COND_i386_ieee1275_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ gfxmenu.marker -@COND_i386_ieee1275_TRUE@am__append_7281 = gfxmenu.mod -@COND_i386_ieee1275_TRUE@am__append_7282 = gfxmenu.marker -@COND_x86_64_efi_TRUE@am__append_7283 = gfxmenu.module -@COND_x86_64_efi_TRUE@am__append_7284 = gfxmenu.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7285 = -@COND_x86_64_efi_TRUE@am__append_7286 = $(nodist_gfxmenu_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7287 = \ +@COND_i386_ieee1275_TRUE@am__append_7358 = gfxmenu.mod +@COND_i386_ieee1275_TRUE@am__append_7359 = gfxmenu.marker +@COND_x86_64_efi_TRUE@am__append_7360 = gfxmenu.module +@COND_x86_64_efi_TRUE@am__append_7361 = gfxmenu.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7362 = +@COND_x86_64_efi_TRUE@am__append_7363 = $(nodist_gfxmenu_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7364 = \ @COND_x86_64_efi_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_x86_64_efi_TRUE@ gfxmenu.marker -@COND_x86_64_efi_TRUE@am__append_7288 = gfxmenu.mod -@COND_x86_64_efi_TRUE@am__append_7289 = gfxmenu.marker -@COND_mips_yeeloong_TRUE@am__append_7290 = gfxmenu.module -@COND_mips_yeeloong_TRUE@am__append_7291 = gfxmenu.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7292 = -@COND_mips_yeeloong_TRUE@am__append_7293 = $(nodist_gfxmenu_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7294 = \ +@COND_x86_64_efi_TRUE@am__append_7365 = gfxmenu.mod +@COND_x86_64_efi_TRUE@am__append_7366 = gfxmenu.marker +@COND_mips_yeeloong_TRUE@am__append_7367 = gfxmenu.module +@COND_mips_yeeloong_TRUE@am__append_7368 = gfxmenu.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7369 = +@COND_mips_yeeloong_TRUE@am__append_7370 = $(nodist_gfxmenu_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7371 = \ @COND_mips_yeeloong_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ gfxmenu.marker -@COND_mips_yeeloong_TRUE@am__append_7295 = gfxmenu.mod -@COND_mips_yeeloong_TRUE@am__append_7296 = gfxmenu.marker -@COND_sparc64_ieee1275_TRUE@am__append_7297 = gfxmenu.module -@COND_sparc64_ieee1275_TRUE@am__append_7298 = gfxmenu.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7299 = -@COND_sparc64_ieee1275_TRUE@am__append_7300 = $(nodist_gfxmenu_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7301 = \ +@COND_mips_yeeloong_TRUE@am__append_7372 = gfxmenu.mod +@COND_mips_yeeloong_TRUE@am__append_7373 = gfxmenu.marker +@COND_sparc64_ieee1275_TRUE@am__append_7374 = gfxmenu.module +@COND_sparc64_ieee1275_TRUE@am__append_7375 = gfxmenu.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7376 = +@COND_sparc64_ieee1275_TRUE@am__append_7377 = $(nodist_gfxmenu_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7378 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ gfxmenu.marker -@COND_sparc64_ieee1275_TRUE@am__append_7302 = gfxmenu.mod -@COND_sparc64_ieee1275_TRUE@am__append_7303 = gfxmenu.marker -@COND_powerpc_ieee1275_TRUE@am__append_7304 = gfxmenu.module -@COND_powerpc_ieee1275_TRUE@am__append_7305 = gfxmenu.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7306 = -@COND_powerpc_ieee1275_TRUE@am__append_7307 = $(nodist_gfxmenu_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7308 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7379 = gfxmenu.mod +@COND_sparc64_ieee1275_TRUE@am__append_7380 = gfxmenu.marker +@COND_powerpc_ieee1275_TRUE@am__append_7381 = gfxmenu.module +@COND_powerpc_ieee1275_TRUE@am__append_7382 = gfxmenu.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7383 = +@COND_powerpc_ieee1275_TRUE@am__append_7384 = $(nodist_gfxmenu_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7385 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_gfxmenu_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ gfxmenu.marker -@COND_powerpc_ieee1275_TRUE@am__append_7309 = gfxmenu.mod -@COND_powerpc_ieee1275_TRUE@am__append_7310 = gfxmenu.marker -@COND_emu_TRUE@am__append_7311 = hello.module -@COND_emu_TRUE@am__append_7312 = hello.module$(EXEEXT) -@COND_emu_TRUE@am__append_7313 = -@COND_emu_TRUE@am__append_7314 = $(nodist_hello_module_SOURCES) -@COND_emu_TRUE@am__append_7315 = $(nodist_hello_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7386 = gfxmenu.mod +@COND_powerpc_ieee1275_TRUE@am__append_7387 = gfxmenu.marker +@COND_emu_TRUE@am__append_7388 = hello.module +@COND_emu_TRUE@am__append_7389 = hello.module$(EXEEXT) +@COND_emu_TRUE@am__append_7390 = +@COND_emu_TRUE@am__append_7391 = $(nodist_hello_module_SOURCES) +@COND_emu_TRUE@am__append_7392 = $(nodist_hello_module_SOURCES) \ @COND_emu_TRUE@ hello.marker -@COND_emu_TRUE@am__append_7316 = hello.mod -@COND_emu_TRUE@am__append_7317 = hello.marker -@COND_i386_pc_TRUE@am__append_7318 = hello.module -@COND_i386_pc_TRUE@am__append_7319 = hello.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7320 = -@COND_i386_pc_TRUE@am__append_7321 = $(nodist_hello_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7322 = $(nodist_hello_module_SOURCES) \ +@COND_emu_TRUE@am__append_7393 = hello.mod +@COND_emu_TRUE@am__append_7394 = hello.marker +@COND_i386_pc_TRUE@am__append_7395 = hello.module +@COND_i386_pc_TRUE@am__append_7396 = hello.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7397 = +@COND_i386_pc_TRUE@am__append_7398 = $(nodist_hello_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7399 = $(nodist_hello_module_SOURCES) \ @COND_i386_pc_TRUE@ hello.marker -@COND_i386_pc_TRUE@am__append_7323 = hello.mod -@COND_i386_pc_TRUE@am__append_7324 = hello.marker -@COND_i386_efi_TRUE@am__append_7325 = hello.module -@COND_i386_efi_TRUE@am__append_7326 = hello.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7327 = -@COND_i386_efi_TRUE@am__append_7328 = $(nodist_hello_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7329 = $(nodist_hello_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7400 = hello.mod +@COND_i386_pc_TRUE@am__append_7401 = hello.marker +@COND_i386_efi_TRUE@am__append_7402 = hello.module +@COND_i386_efi_TRUE@am__append_7403 = hello.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7404 = +@COND_i386_efi_TRUE@am__append_7405 = $(nodist_hello_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7406 = $(nodist_hello_module_SOURCES) \ @COND_i386_efi_TRUE@ hello.marker -@COND_i386_efi_TRUE@am__append_7330 = hello.mod -@COND_i386_efi_TRUE@am__append_7331 = hello.marker -@COND_i386_qemu_TRUE@am__append_7332 = hello.module -@COND_i386_qemu_TRUE@am__append_7333 = hello.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7334 = -@COND_i386_qemu_TRUE@am__append_7335 = $(nodist_hello_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7336 = $(nodist_hello_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_7407 = hello.mod +@COND_i386_efi_TRUE@am__append_7408 = hello.marker +@COND_i386_qemu_TRUE@am__append_7409 = hello.module +@COND_i386_qemu_TRUE@am__append_7410 = hello.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7411 = +@COND_i386_qemu_TRUE@am__append_7412 = $(nodist_hello_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7413 = $(nodist_hello_module_SOURCES) \ @COND_i386_qemu_TRUE@ hello.marker -@COND_i386_qemu_TRUE@am__append_7337 = hello.mod -@COND_i386_qemu_TRUE@am__append_7338 = hello.marker -@COND_i386_coreboot_TRUE@am__append_7339 = hello.module -@COND_i386_coreboot_TRUE@am__append_7340 = hello.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7341 = -@COND_i386_coreboot_TRUE@am__append_7342 = $(nodist_hello_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7343 = \ +@COND_i386_qemu_TRUE@am__append_7414 = hello.mod +@COND_i386_qemu_TRUE@am__append_7415 = hello.marker +@COND_i386_coreboot_TRUE@am__append_7416 = hello.module +@COND_i386_coreboot_TRUE@am__append_7417 = hello.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7418 = +@COND_i386_coreboot_TRUE@am__append_7419 = $(nodist_hello_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7420 = \ @COND_i386_coreboot_TRUE@ $(nodist_hello_module_SOURCES) \ @COND_i386_coreboot_TRUE@ hello.marker -@COND_i386_coreboot_TRUE@am__append_7344 = hello.mod -@COND_i386_coreboot_TRUE@am__append_7345 = hello.marker -@COND_i386_multiboot_TRUE@am__append_7346 = hello.module -@COND_i386_multiboot_TRUE@am__append_7347 = hello.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7348 = -@COND_i386_multiboot_TRUE@am__append_7349 = $(nodist_hello_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7350 = \ +@COND_i386_coreboot_TRUE@am__append_7421 = hello.mod +@COND_i386_coreboot_TRUE@am__append_7422 = hello.marker +@COND_i386_multiboot_TRUE@am__append_7423 = hello.module +@COND_i386_multiboot_TRUE@am__append_7424 = hello.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7425 = +@COND_i386_multiboot_TRUE@am__append_7426 = $(nodist_hello_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7427 = \ @COND_i386_multiboot_TRUE@ $(nodist_hello_module_SOURCES) \ @COND_i386_multiboot_TRUE@ hello.marker -@COND_i386_multiboot_TRUE@am__append_7351 = hello.mod -@COND_i386_multiboot_TRUE@am__append_7352 = hello.marker -@COND_i386_ieee1275_TRUE@am__append_7353 = hello.module -@COND_i386_ieee1275_TRUE@am__append_7354 = hello.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7355 = -@COND_i386_ieee1275_TRUE@am__append_7356 = $(nodist_hello_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7357 = \ +@COND_i386_multiboot_TRUE@am__append_7428 = hello.mod +@COND_i386_multiboot_TRUE@am__append_7429 = hello.marker +@COND_i386_ieee1275_TRUE@am__append_7430 = hello.module +@COND_i386_ieee1275_TRUE@am__append_7431 = hello.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7432 = +@COND_i386_ieee1275_TRUE@am__append_7433 = $(nodist_hello_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7434 = \ @COND_i386_ieee1275_TRUE@ $(nodist_hello_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ hello.marker -@COND_i386_ieee1275_TRUE@am__append_7358 = hello.mod -@COND_i386_ieee1275_TRUE@am__append_7359 = hello.marker -@COND_x86_64_efi_TRUE@am__append_7360 = hello.module -@COND_x86_64_efi_TRUE@am__append_7361 = hello.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7362 = -@COND_x86_64_efi_TRUE@am__append_7363 = $(nodist_hello_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7364 = \ +@COND_i386_ieee1275_TRUE@am__append_7435 = hello.mod +@COND_i386_ieee1275_TRUE@am__append_7436 = hello.marker +@COND_x86_64_efi_TRUE@am__append_7437 = hello.module +@COND_x86_64_efi_TRUE@am__append_7438 = hello.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7439 = +@COND_x86_64_efi_TRUE@am__append_7440 = $(nodist_hello_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7441 = \ @COND_x86_64_efi_TRUE@ $(nodist_hello_module_SOURCES) \ @COND_x86_64_efi_TRUE@ hello.marker -@COND_x86_64_efi_TRUE@am__append_7365 = hello.mod -@COND_x86_64_efi_TRUE@am__append_7366 = hello.marker -@COND_mips_yeeloong_TRUE@am__append_7367 = hello.module -@COND_mips_yeeloong_TRUE@am__append_7368 = hello.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7369 = -@COND_mips_yeeloong_TRUE@am__append_7370 = $(nodist_hello_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7371 = \ +@COND_x86_64_efi_TRUE@am__append_7442 = hello.mod +@COND_x86_64_efi_TRUE@am__append_7443 = hello.marker +@COND_mips_yeeloong_TRUE@am__append_7444 = hello.module +@COND_mips_yeeloong_TRUE@am__append_7445 = hello.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7446 = +@COND_mips_yeeloong_TRUE@am__append_7447 = $(nodist_hello_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7448 = \ @COND_mips_yeeloong_TRUE@ $(nodist_hello_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ hello.marker -@COND_mips_yeeloong_TRUE@am__append_7372 = hello.mod -@COND_mips_yeeloong_TRUE@am__append_7373 = hello.marker -@COND_sparc64_ieee1275_TRUE@am__append_7374 = hello.module -@COND_sparc64_ieee1275_TRUE@am__append_7375 = hello.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7376 = -@COND_sparc64_ieee1275_TRUE@am__append_7377 = $(nodist_hello_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7378 = \ +@COND_mips_yeeloong_TRUE@am__append_7449 = hello.mod +@COND_mips_yeeloong_TRUE@am__append_7450 = hello.marker +@COND_sparc64_ieee1275_TRUE@am__append_7451 = hello.module +@COND_sparc64_ieee1275_TRUE@am__append_7452 = hello.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7453 = +@COND_sparc64_ieee1275_TRUE@am__append_7454 = $(nodist_hello_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7455 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_hello_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ hello.marker -@COND_sparc64_ieee1275_TRUE@am__append_7379 = hello.mod -@COND_sparc64_ieee1275_TRUE@am__append_7380 = hello.marker -@COND_powerpc_ieee1275_TRUE@am__append_7381 = hello.module -@COND_powerpc_ieee1275_TRUE@am__append_7382 = hello.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7383 = -@COND_powerpc_ieee1275_TRUE@am__append_7384 = $(nodist_hello_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7385 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7456 = hello.mod +@COND_sparc64_ieee1275_TRUE@am__append_7457 = hello.marker +@COND_powerpc_ieee1275_TRUE@am__append_7458 = hello.module +@COND_powerpc_ieee1275_TRUE@am__append_7459 = hello.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7460 = +@COND_powerpc_ieee1275_TRUE@am__append_7461 = $(nodist_hello_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7462 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_hello_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ hello.marker -@COND_powerpc_ieee1275_TRUE@am__append_7386 = hello.mod -@COND_powerpc_ieee1275_TRUE@am__append_7387 = hello.marker -@COND_emu_TRUE@am__append_7388 = gzio.module -@COND_emu_TRUE@am__append_7389 = gzio.module$(EXEEXT) -@COND_emu_TRUE@am__append_7390 = -@COND_emu_TRUE@am__append_7391 = $(nodist_gzio_module_SOURCES) -@COND_emu_TRUE@am__append_7392 = $(nodist_gzio_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7463 = hello.mod +@COND_powerpc_ieee1275_TRUE@am__append_7464 = hello.marker +@COND_emu_TRUE@am__append_7465 = gzio.module +@COND_emu_TRUE@am__append_7466 = gzio.module$(EXEEXT) +@COND_emu_TRUE@am__append_7467 = +@COND_emu_TRUE@am__append_7468 = $(nodist_gzio_module_SOURCES) +@COND_emu_TRUE@am__append_7469 = $(nodist_gzio_module_SOURCES) \ @COND_emu_TRUE@ gzio.marker -@COND_emu_TRUE@am__append_7393 = gzio.mod -@COND_emu_TRUE@am__append_7394 = gzio.marker -@COND_i386_pc_TRUE@am__append_7395 = gzio.module -@COND_i386_pc_TRUE@am__append_7396 = gzio.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7397 = -@COND_i386_pc_TRUE@am__append_7398 = $(nodist_gzio_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7399 = $(nodist_gzio_module_SOURCES) \ +@COND_emu_TRUE@am__append_7470 = gzio.mod +@COND_emu_TRUE@am__append_7471 = gzio.marker +@COND_i386_pc_TRUE@am__append_7472 = gzio.module +@COND_i386_pc_TRUE@am__append_7473 = gzio.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7474 = +@COND_i386_pc_TRUE@am__append_7475 = $(nodist_gzio_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7476 = $(nodist_gzio_module_SOURCES) \ @COND_i386_pc_TRUE@ gzio.marker -@COND_i386_pc_TRUE@am__append_7400 = gzio.mod -@COND_i386_pc_TRUE@am__append_7401 = gzio.marker -@COND_i386_efi_TRUE@am__append_7402 = gzio.module -@COND_i386_efi_TRUE@am__append_7403 = gzio.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7404 = -@COND_i386_efi_TRUE@am__append_7405 = $(nodist_gzio_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7406 = $(nodist_gzio_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7477 = gzio.mod +@COND_i386_pc_TRUE@am__append_7478 = gzio.marker +@COND_i386_efi_TRUE@am__append_7479 = gzio.module +@COND_i386_efi_TRUE@am__append_7480 = gzio.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7481 = +@COND_i386_efi_TRUE@am__append_7482 = $(nodist_gzio_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7483 = $(nodist_gzio_module_SOURCES) \ @COND_i386_efi_TRUE@ gzio.marker -@COND_i386_efi_TRUE@am__append_7407 = gzio.mod -@COND_i386_efi_TRUE@am__append_7408 = gzio.marker -@COND_i386_qemu_TRUE@am__append_7409 = gzio.module -@COND_i386_qemu_TRUE@am__append_7410 = gzio.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7411 = -@COND_i386_qemu_TRUE@am__append_7412 = $(nodist_gzio_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7413 = $(nodist_gzio_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_7484 = gzio.mod +@COND_i386_efi_TRUE@am__append_7485 = gzio.marker +@COND_i386_qemu_TRUE@am__append_7486 = gzio.module +@COND_i386_qemu_TRUE@am__append_7487 = gzio.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7488 = +@COND_i386_qemu_TRUE@am__append_7489 = $(nodist_gzio_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7490 = $(nodist_gzio_module_SOURCES) \ @COND_i386_qemu_TRUE@ gzio.marker -@COND_i386_qemu_TRUE@am__append_7414 = gzio.mod -@COND_i386_qemu_TRUE@am__append_7415 = gzio.marker -@COND_i386_coreboot_TRUE@am__append_7416 = gzio.module -@COND_i386_coreboot_TRUE@am__append_7417 = gzio.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7418 = -@COND_i386_coreboot_TRUE@am__append_7419 = $(nodist_gzio_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7420 = \ +@COND_i386_qemu_TRUE@am__append_7491 = gzio.mod +@COND_i386_qemu_TRUE@am__append_7492 = gzio.marker +@COND_i386_coreboot_TRUE@am__append_7493 = gzio.module +@COND_i386_coreboot_TRUE@am__append_7494 = gzio.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7495 = +@COND_i386_coreboot_TRUE@am__append_7496 = $(nodist_gzio_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7497 = \ @COND_i386_coreboot_TRUE@ $(nodist_gzio_module_SOURCES) \ @COND_i386_coreboot_TRUE@ gzio.marker -@COND_i386_coreboot_TRUE@am__append_7421 = gzio.mod -@COND_i386_coreboot_TRUE@am__append_7422 = gzio.marker -@COND_i386_multiboot_TRUE@am__append_7423 = gzio.module -@COND_i386_multiboot_TRUE@am__append_7424 = gzio.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7425 = -@COND_i386_multiboot_TRUE@am__append_7426 = $(nodist_gzio_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7427 = \ +@COND_i386_coreboot_TRUE@am__append_7498 = gzio.mod +@COND_i386_coreboot_TRUE@am__append_7499 = gzio.marker +@COND_i386_multiboot_TRUE@am__append_7500 = gzio.module +@COND_i386_multiboot_TRUE@am__append_7501 = gzio.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7502 = +@COND_i386_multiboot_TRUE@am__append_7503 = $(nodist_gzio_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7504 = \ @COND_i386_multiboot_TRUE@ $(nodist_gzio_module_SOURCES) \ @COND_i386_multiboot_TRUE@ gzio.marker -@COND_i386_multiboot_TRUE@am__append_7428 = gzio.mod -@COND_i386_multiboot_TRUE@am__append_7429 = gzio.marker -@COND_i386_ieee1275_TRUE@am__append_7430 = gzio.module -@COND_i386_ieee1275_TRUE@am__append_7431 = gzio.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7432 = -@COND_i386_ieee1275_TRUE@am__append_7433 = $(nodist_gzio_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7434 = \ +@COND_i386_multiboot_TRUE@am__append_7505 = gzio.mod +@COND_i386_multiboot_TRUE@am__append_7506 = gzio.marker +@COND_i386_ieee1275_TRUE@am__append_7507 = gzio.module +@COND_i386_ieee1275_TRUE@am__append_7508 = gzio.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7509 = +@COND_i386_ieee1275_TRUE@am__append_7510 = $(nodist_gzio_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7511 = \ @COND_i386_ieee1275_TRUE@ $(nodist_gzio_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ gzio.marker -@COND_i386_ieee1275_TRUE@am__append_7435 = gzio.mod -@COND_i386_ieee1275_TRUE@am__append_7436 = gzio.marker -@COND_x86_64_efi_TRUE@am__append_7437 = gzio.module -@COND_x86_64_efi_TRUE@am__append_7438 = gzio.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7439 = -@COND_x86_64_efi_TRUE@am__append_7440 = $(nodist_gzio_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7441 = $(nodist_gzio_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_7512 = gzio.mod +@COND_i386_ieee1275_TRUE@am__append_7513 = gzio.marker +@COND_x86_64_efi_TRUE@am__append_7514 = gzio.module +@COND_x86_64_efi_TRUE@am__append_7515 = gzio.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7516 = +@COND_x86_64_efi_TRUE@am__append_7517 = $(nodist_gzio_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7518 = $(nodist_gzio_module_SOURCES) \ @COND_x86_64_efi_TRUE@ gzio.marker -@COND_x86_64_efi_TRUE@am__append_7442 = gzio.mod -@COND_x86_64_efi_TRUE@am__append_7443 = gzio.marker -@COND_mips_yeeloong_TRUE@am__append_7444 = gzio.module -@COND_mips_yeeloong_TRUE@am__append_7445 = gzio.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7446 = -@COND_mips_yeeloong_TRUE@am__append_7447 = $(nodist_gzio_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7448 = \ +@COND_x86_64_efi_TRUE@am__append_7519 = gzio.mod +@COND_x86_64_efi_TRUE@am__append_7520 = gzio.marker +@COND_mips_yeeloong_TRUE@am__append_7521 = gzio.module +@COND_mips_yeeloong_TRUE@am__append_7522 = gzio.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7523 = +@COND_mips_yeeloong_TRUE@am__append_7524 = $(nodist_gzio_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7525 = \ @COND_mips_yeeloong_TRUE@ $(nodist_gzio_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ gzio.marker -@COND_mips_yeeloong_TRUE@am__append_7449 = gzio.mod -@COND_mips_yeeloong_TRUE@am__append_7450 = gzio.marker -@COND_sparc64_ieee1275_TRUE@am__append_7451 = gzio.module -@COND_sparc64_ieee1275_TRUE@am__append_7452 = gzio.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7453 = -@COND_sparc64_ieee1275_TRUE@am__append_7454 = $(nodist_gzio_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7455 = \ +@COND_mips_yeeloong_TRUE@am__append_7526 = gzio.mod +@COND_mips_yeeloong_TRUE@am__append_7527 = gzio.marker +@COND_sparc64_ieee1275_TRUE@am__append_7528 = gzio.module +@COND_sparc64_ieee1275_TRUE@am__append_7529 = gzio.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7530 = +@COND_sparc64_ieee1275_TRUE@am__append_7531 = $(nodist_gzio_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7532 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_gzio_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ gzio.marker -@COND_sparc64_ieee1275_TRUE@am__append_7456 = gzio.mod -@COND_sparc64_ieee1275_TRUE@am__append_7457 = gzio.marker -@COND_powerpc_ieee1275_TRUE@am__append_7458 = gzio.module -@COND_powerpc_ieee1275_TRUE@am__append_7459 = gzio.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7460 = -@COND_powerpc_ieee1275_TRUE@am__append_7461 = $(nodist_gzio_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7462 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7533 = gzio.mod +@COND_sparc64_ieee1275_TRUE@am__append_7534 = gzio.marker +@COND_powerpc_ieee1275_TRUE@am__append_7535 = gzio.module +@COND_powerpc_ieee1275_TRUE@am__append_7536 = gzio.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7537 = +@COND_powerpc_ieee1275_TRUE@am__append_7538 = $(nodist_gzio_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7539 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_gzio_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ gzio.marker -@COND_powerpc_ieee1275_TRUE@am__append_7463 = gzio.mod -@COND_powerpc_ieee1275_TRUE@am__append_7464 = gzio.marker -@COND_emu_TRUE@am__append_7465 = bufio.module -@COND_emu_TRUE@am__append_7466 = bufio.module$(EXEEXT) -@COND_emu_TRUE@am__append_7467 = -@COND_emu_TRUE@am__append_7468 = $(nodist_bufio_module_SOURCES) -@COND_emu_TRUE@am__append_7469 = $(nodist_bufio_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7540 = gzio.mod +@COND_powerpc_ieee1275_TRUE@am__append_7541 = gzio.marker +@COND_emu_TRUE@am__append_7542 = bufio.module +@COND_emu_TRUE@am__append_7543 = bufio.module$(EXEEXT) +@COND_emu_TRUE@am__append_7544 = +@COND_emu_TRUE@am__append_7545 = $(nodist_bufio_module_SOURCES) +@COND_emu_TRUE@am__append_7546 = $(nodist_bufio_module_SOURCES) \ @COND_emu_TRUE@ bufio.marker -@COND_emu_TRUE@am__append_7470 = bufio.mod -@COND_emu_TRUE@am__append_7471 = bufio.marker -@COND_i386_pc_TRUE@am__append_7472 = bufio.module -@COND_i386_pc_TRUE@am__append_7473 = bufio.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7474 = -@COND_i386_pc_TRUE@am__append_7475 = $(nodist_bufio_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7476 = $(nodist_bufio_module_SOURCES) \ +@COND_emu_TRUE@am__append_7547 = bufio.mod +@COND_emu_TRUE@am__append_7548 = bufio.marker +@COND_i386_pc_TRUE@am__append_7549 = bufio.module +@COND_i386_pc_TRUE@am__append_7550 = bufio.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7551 = +@COND_i386_pc_TRUE@am__append_7552 = $(nodist_bufio_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7553 = $(nodist_bufio_module_SOURCES) \ @COND_i386_pc_TRUE@ bufio.marker -@COND_i386_pc_TRUE@am__append_7477 = bufio.mod -@COND_i386_pc_TRUE@am__append_7478 = bufio.marker -@COND_i386_efi_TRUE@am__append_7479 = bufio.module -@COND_i386_efi_TRUE@am__append_7480 = bufio.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7481 = -@COND_i386_efi_TRUE@am__append_7482 = $(nodist_bufio_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7483 = $(nodist_bufio_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7554 = bufio.mod +@COND_i386_pc_TRUE@am__append_7555 = bufio.marker +@COND_i386_efi_TRUE@am__append_7556 = bufio.module +@COND_i386_efi_TRUE@am__append_7557 = bufio.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7558 = +@COND_i386_efi_TRUE@am__append_7559 = $(nodist_bufio_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7560 = $(nodist_bufio_module_SOURCES) \ @COND_i386_efi_TRUE@ bufio.marker -@COND_i386_efi_TRUE@am__append_7484 = bufio.mod -@COND_i386_efi_TRUE@am__append_7485 = bufio.marker -@COND_i386_qemu_TRUE@am__append_7486 = bufio.module -@COND_i386_qemu_TRUE@am__append_7487 = bufio.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7488 = -@COND_i386_qemu_TRUE@am__append_7489 = $(nodist_bufio_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7490 = $(nodist_bufio_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_7561 = bufio.mod +@COND_i386_efi_TRUE@am__append_7562 = bufio.marker +@COND_i386_qemu_TRUE@am__append_7563 = bufio.module +@COND_i386_qemu_TRUE@am__append_7564 = bufio.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7565 = +@COND_i386_qemu_TRUE@am__append_7566 = $(nodist_bufio_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7567 = $(nodist_bufio_module_SOURCES) \ @COND_i386_qemu_TRUE@ bufio.marker -@COND_i386_qemu_TRUE@am__append_7491 = bufio.mod -@COND_i386_qemu_TRUE@am__append_7492 = bufio.marker -@COND_i386_coreboot_TRUE@am__append_7493 = bufio.module -@COND_i386_coreboot_TRUE@am__append_7494 = bufio.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7495 = -@COND_i386_coreboot_TRUE@am__append_7496 = $(nodist_bufio_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7497 = \ +@COND_i386_qemu_TRUE@am__append_7568 = bufio.mod +@COND_i386_qemu_TRUE@am__append_7569 = bufio.marker +@COND_i386_coreboot_TRUE@am__append_7570 = bufio.module +@COND_i386_coreboot_TRUE@am__append_7571 = bufio.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7572 = +@COND_i386_coreboot_TRUE@am__append_7573 = $(nodist_bufio_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7574 = \ @COND_i386_coreboot_TRUE@ $(nodist_bufio_module_SOURCES) \ @COND_i386_coreboot_TRUE@ bufio.marker -@COND_i386_coreboot_TRUE@am__append_7498 = bufio.mod -@COND_i386_coreboot_TRUE@am__append_7499 = bufio.marker -@COND_i386_multiboot_TRUE@am__append_7500 = bufio.module -@COND_i386_multiboot_TRUE@am__append_7501 = bufio.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7502 = -@COND_i386_multiboot_TRUE@am__append_7503 = $(nodist_bufio_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7504 = \ +@COND_i386_coreboot_TRUE@am__append_7575 = bufio.mod +@COND_i386_coreboot_TRUE@am__append_7576 = bufio.marker +@COND_i386_multiboot_TRUE@am__append_7577 = bufio.module +@COND_i386_multiboot_TRUE@am__append_7578 = bufio.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7579 = +@COND_i386_multiboot_TRUE@am__append_7580 = $(nodist_bufio_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7581 = \ @COND_i386_multiboot_TRUE@ $(nodist_bufio_module_SOURCES) \ @COND_i386_multiboot_TRUE@ bufio.marker -@COND_i386_multiboot_TRUE@am__append_7505 = bufio.mod -@COND_i386_multiboot_TRUE@am__append_7506 = bufio.marker -@COND_i386_ieee1275_TRUE@am__append_7507 = bufio.module -@COND_i386_ieee1275_TRUE@am__append_7508 = bufio.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7509 = -@COND_i386_ieee1275_TRUE@am__append_7510 = $(nodist_bufio_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7511 = \ +@COND_i386_multiboot_TRUE@am__append_7582 = bufio.mod +@COND_i386_multiboot_TRUE@am__append_7583 = bufio.marker +@COND_i386_ieee1275_TRUE@am__append_7584 = bufio.module +@COND_i386_ieee1275_TRUE@am__append_7585 = bufio.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7586 = +@COND_i386_ieee1275_TRUE@am__append_7587 = $(nodist_bufio_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7588 = \ @COND_i386_ieee1275_TRUE@ $(nodist_bufio_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ bufio.marker -@COND_i386_ieee1275_TRUE@am__append_7512 = bufio.mod -@COND_i386_ieee1275_TRUE@am__append_7513 = bufio.marker -@COND_x86_64_efi_TRUE@am__append_7514 = bufio.module -@COND_x86_64_efi_TRUE@am__append_7515 = bufio.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7516 = -@COND_x86_64_efi_TRUE@am__append_7517 = $(nodist_bufio_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7518 = \ +@COND_i386_ieee1275_TRUE@am__append_7589 = bufio.mod +@COND_i386_ieee1275_TRUE@am__append_7590 = bufio.marker +@COND_x86_64_efi_TRUE@am__append_7591 = bufio.module +@COND_x86_64_efi_TRUE@am__append_7592 = bufio.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7593 = +@COND_x86_64_efi_TRUE@am__append_7594 = $(nodist_bufio_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7595 = \ @COND_x86_64_efi_TRUE@ $(nodist_bufio_module_SOURCES) \ @COND_x86_64_efi_TRUE@ bufio.marker -@COND_x86_64_efi_TRUE@am__append_7519 = bufio.mod -@COND_x86_64_efi_TRUE@am__append_7520 = bufio.marker -@COND_sparc64_ieee1275_TRUE@am__append_7521 = bufio.module -@COND_sparc64_ieee1275_TRUE@am__append_7522 = bufio.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7523 = -@COND_sparc64_ieee1275_TRUE@am__append_7524 = $(nodist_bufio_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7525 = \ +@COND_x86_64_efi_TRUE@am__append_7596 = bufio.mod +@COND_x86_64_efi_TRUE@am__append_7597 = bufio.marker +@COND_sparc64_ieee1275_TRUE@am__append_7598 = bufio.module +@COND_sparc64_ieee1275_TRUE@am__append_7599 = bufio.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7600 = +@COND_sparc64_ieee1275_TRUE@am__append_7601 = $(nodist_bufio_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7602 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_bufio_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ bufio.marker -@COND_sparc64_ieee1275_TRUE@am__append_7526 = bufio.mod -@COND_sparc64_ieee1275_TRUE@am__append_7527 = bufio.marker -@COND_powerpc_ieee1275_TRUE@am__append_7528 = bufio.module -@COND_powerpc_ieee1275_TRUE@am__append_7529 = bufio.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7530 = -@COND_powerpc_ieee1275_TRUE@am__append_7531 = $(nodist_bufio_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7532 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7603 = bufio.mod +@COND_sparc64_ieee1275_TRUE@am__append_7604 = bufio.marker +@COND_powerpc_ieee1275_TRUE@am__append_7605 = bufio.module +@COND_powerpc_ieee1275_TRUE@am__append_7606 = bufio.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7607 = +@COND_powerpc_ieee1275_TRUE@am__append_7608 = $(nodist_bufio_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7609 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_bufio_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ bufio.marker -@COND_powerpc_ieee1275_TRUE@am__append_7533 = bufio.mod -@COND_powerpc_ieee1275_TRUE@am__append_7534 = bufio.marker -@COND_emu_TRUE@am__append_7535 = elf.module -@COND_emu_TRUE@am__append_7536 = elf.module$(EXEEXT) -@COND_emu_TRUE@am__append_7537 = -@COND_emu_TRUE@am__append_7538 = $(nodist_elf_module_SOURCES) -@COND_emu_TRUE@am__append_7539 = $(nodist_elf_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7610 = bufio.mod +@COND_powerpc_ieee1275_TRUE@am__append_7611 = bufio.marker +@COND_emu_TRUE@am__append_7612 = elf.module +@COND_emu_TRUE@am__append_7613 = elf.module$(EXEEXT) +@COND_emu_TRUE@am__append_7614 = +@COND_emu_TRUE@am__append_7615 = $(nodist_elf_module_SOURCES) +@COND_emu_TRUE@am__append_7616 = $(nodist_elf_module_SOURCES) \ @COND_emu_TRUE@ elf.marker -@COND_emu_TRUE@am__append_7540 = elf.mod -@COND_emu_TRUE@am__append_7541 = elf.marker -@COND_i386_pc_TRUE@am__append_7542 = elf.module -@COND_i386_pc_TRUE@am__append_7543 = elf.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7544 = -@COND_i386_pc_TRUE@am__append_7545 = $(nodist_elf_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7546 = $(nodist_elf_module_SOURCES) \ +@COND_emu_TRUE@am__append_7617 = elf.mod +@COND_emu_TRUE@am__append_7618 = elf.marker +@COND_i386_pc_TRUE@am__append_7619 = elf.module +@COND_i386_pc_TRUE@am__append_7620 = elf.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7621 = +@COND_i386_pc_TRUE@am__append_7622 = $(nodist_elf_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7623 = $(nodist_elf_module_SOURCES) \ @COND_i386_pc_TRUE@ elf.marker -@COND_i386_pc_TRUE@am__append_7547 = elf.mod -@COND_i386_pc_TRUE@am__append_7548 = elf.marker -@COND_i386_efi_TRUE@am__append_7549 = elf.module -@COND_i386_efi_TRUE@am__append_7550 = elf.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7551 = -@COND_i386_efi_TRUE@am__append_7552 = $(nodist_elf_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7553 = $(nodist_elf_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7624 = elf.mod +@COND_i386_pc_TRUE@am__append_7625 = elf.marker +@COND_i386_efi_TRUE@am__append_7626 = elf.module +@COND_i386_efi_TRUE@am__append_7627 = elf.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7628 = +@COND_i386_efi_TRUE@am__append_7629 = $(nodist_elf_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7630 = $(nodist_elf_module_SOURCES) \ @COND_i386_efi_TRUE@ elf.marker -@COND_i386_efi_TRUE@am__append_7554 = elf.mod -@COND_i386_efi_TRUE@am__append_7555 = elf.marker -@COND_i386_qemu_TRUE@am__append_7556 = elf.module -@COND_i386_qemu_TRUE@am__append_7557 = elf.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7558 = -@COND_i386_qemu_TRUE@am__append_7559 = $(nodist_elf_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7560 = $(nodist_elf_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_7631 = elf.mod +@COND_i386_efi_TRUE@am__append_7632 = elf.marker +@COND_i386_qemu_TRUE@am__append_7633 = elf.module +@COND_i386_qemu_TRUE@am__append_7634 = elf.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7635 = +@COND_i386_qemu_TRUE@am__append_7636 = $(nodist_elf_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7637 = $(nodist_elf_module_SOURCES) \ @COND_i386_qemu_TRUE@ elf.marker -@COND_i386_qemu_TRUE@am__append_7561 = elf.mod -@COND_i386_qemu_TRUE@am__append_7562 = elf.marker -@COND_i386_coreboot_TRUE@am__append_7563 = elf.module -@COND_i386_coreboot_TRUE@am__append_7564 = elf.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7565 = -@COND_i386_coreboot_TRUE@am__append_7566 = $(nodist_elf_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7567 = \ +@COND_i386_qemu_TRUE@am__append_7638 = elf.mod +@COND_i386_qemu_TRUE@am__append_7639 = elf.marker +@COND_i386_coreboot_TRUE@am__append_7640 = elf.module +@COND_i386_coreboot_TRUE@am__append_7641 = elf.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7642 = +@COND_i386_coreboot_TRUE@am__append_7643 = $(nodist_elf_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7644 = \ @COND_i386_coreboot_TRUE@ $(nodist_elf_module_SOURCES) \ @COND_i386_coreboot_TRUE@ elf.marker -@COND_i386_coreboot_TRUE@am__append_7568 = elf.mod -@COND_i386_coreboot_TRUE@am__append_7569 = elf.marker -@COND_i386_multiboot_TRUE@am__append_7570 = elf.module -@COND_i386_multiboot_TRUE@am__append_7571 = elf.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7572 = -@COND_i386_multiboot_TRUE@am__append_7573 = $(nodist_elf_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7574 = \ +@COND_i386_coreboot_TRUE@am__append_7645 = elf.mod +@COND_i386_coreboot_TRUE@am__append_7646 = elf.marker +@COND_i386_multiboot_TRUE@am__append_7647 = elf.module +@COND_i386_multiboot_TRUE@am__append_7648 = elf.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7649 = +@COND_i386_multiboot_TRUE@am__append_7650 = $(nodist_elf_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7651 = \ @COND_i386_multiboot_TRUE@ $(nodist_elf_module_SOURCES) \ @COND_i386_multiboot_TRUE@ elf.marker -@COND_i386_multiboot_TRUE@am__append_7575 = elf.mod -@COND_i386_multiboot_TRUE@am__append_7576 = elf.marker -@COND_i386_ieee1275_TRUE@am__append_7577 = elf.module -@COND_i386_ieee1275_TRUE@am__append_7578 = elf.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7579 = -@COND_i386_ieee1275_TRUE@am__append_7580 = $(nodist_elf_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7581 = \ +@COND_i386_multiboot_TRUE@am__append_7652 = elf.mod +@COND_i386_multiboot_TRUE@am__append_7653 = elf.marker +@COND_i386_ieee1275_TRUE@am__append_7654 = elf.module +@COND_i386_ieee1275_TRUE@am__append_7655 = elf.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7656 = +@COND_i386_ieee1275_TRUE@am__append_7657 = $(nodist_elf_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7658 = \ @COND_i386_ieee1275_TRUE@ $(nodist_elf_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ elf.marker -@COND_i386_ieee1275_TRUE@am__append_7582 = elf.mod -@COND_i386_ieee1275_TRUE@am__append_7583 = elf.marker -@COND_x86_64_efi_TRUE@am__append_7584 = elf.module -@COND_x86_64_efi_TRUE@am__append_7585 = elf.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7586 = -@COND_x86_64_efi_TRUE@am__append_7587 = $(nodist_elf_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7588 = $(nodist_elf_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_7659 = elf.mod +@COND_i386_ieee1275_TRUE@am__append_7660 = elf.marker +@COND_x86_64_efi_TRUE@am__append_7661 = elf.module +@COND_x86_64_efi_TRUE@am__append_7662 = elf.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7663 = +@COND_x86_64_efi_TRUE@am__append_7664 = $(nodist_elf_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7665 = $(nodist_elf_module_SOURCES) \ @COND_x86_64_efi_TRUE@ elf.marker -@COND_x86_64_efi_TRUE@am__append_7589 = elf.mod -@COND_x86_64_efi_TRUE@am__append_7590 = elf.marker -@COND_mips_yeeloong_TRUE@am__append_7591 = elf.module -@COND_mips_yeeloong_TRUE@am__append_7592 = elf.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7593 = -@COND_mips_yeeloong_TRUE@am__append_7594 = $(nodist_elf_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7595 = \ +@COND_x86_64_efi_TRUE@am__append_7666 = elf.mod +@COND_x86_64_efi_TRUE@am__append_7667 = elf.marker +@COND_mips_yeeloong_TRUE@am__append_7668 = elf.module +@COND_mips_yeeloong_TRUE@am__append_7669 = elf.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7670 = +@COND_mips_yeeloong_TRUE@am__append_7671 = $(nodist_elf_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7672 = \ @COND_mips_yeeloong_TRUE@ $(nodist_elf_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ elf.marker -@COND_mips_yeeloong_TRUE@am__append_7596 = elf.mod -@COND_mips_yeeloong_TRUE@am__append_7597 = elf.marker -@COND_sparc64_ieee1275_TRUE@am__append_7598 = elf.module -@COND_sparc64_ieee1275_TRUE@am__append_7599 = elf.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7600 = -@COND_sparc64_ieee1275_TRUE@am__append_7601 = $(nodist_elf_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7602 = \ +@COND_mips_yeeloong_TRUE@am__append_7673 = elf.mod +@COND_mips_yeeloong_TRUE@am__append_7674 = elf.marker +@COND_sparc64_ieee1275_TRUE@am__append_7675 = elf.module +@COND_sparc64_ieee1275_TRUE@am__append_7676 = elf.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7677 = +@COND_sparc64_ieee1275_TRUE@am__append_7678 = $(nodist_elf_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7679 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_elf_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ elf.marker -@COND_sparc64_ieee1275_TRUE@am__append_7603 = elf.mod -@COND_sparc64_ieee1275_TRUE@am__append_7604 = elf.marker -@COND_powerpc_ieee1275_TRUE@am__append_7605 = elf.module -@COND_powerpc_ieee1275_TRUE@am__append_7606 = elf.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7607 = -@COND_powerpc_ieee1275_TRUE@am__append_7608 = $(nodist_elf_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7609 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7680 = elf.mod +@COND_sparc64_ieee1275_TRUE@am__append_7681 = elf.marker +@COND_powerpc_ieee1275_TRUE@am__append_7682 = elf.module +@COND_powerpc_ieee1275_TRUE@am__append_7683 = elf.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7684 = +@COND_powerpc_ieee1275_TRUE@am__append_7685 = $(nodist_elf_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7686 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_elf_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ elf.marker -@COND_powerpc_ieee1275_TRUE@am__append_7610 = elf.mod -@COND_powerpc_ieee1275_TRUE@am__append_7611 = elf.marker -@COND_emu_TRUE@am__append_7612 = crypto.module -@COND_emu_TRUE@am__append_7613 = crypto.module$(EXEEXT) -@COND_emu_TRUE@am__append_7614 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_emu_TRUE@am__append_7615 = $(nodist_crypto_module_SOURCES) -@COND_emu_TRUE@am__append_7616 = $(nodist_crypto_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7687 = elf.mod +@COND_powerpc_ieee1275_TRUE@am__append_7688 = elf.marker +@COND_emu_TRUE@am__append_7689 = crypto.module +@COND_emu_TRUE@am__append_7690 = crypto.module$(EXEEXT) +@COND_emu_TRUE@am__append_7691 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_emu_TRUE@am__append_7692 = $(nodist_crypto_module_SOURCES) +@COND_emu_TRUE@am__append_7693 = $(nodist_crypto_module_SOURCES) \ @COND_emu_TRUE@ crypto.marker -@COND_emu_TRUE@am__append_7617 = crypto.mod -@COND_emu_TRUE@am__append_7618 = crypto.marker -@COND_i386_pc_TRUE@am__append_7619 = crypto.module -@COND_i386_pc_TRUE@am__append_7620 = crypto.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7621 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_i386_pc_TRUE@am__append_7622 = $(nodist_crypto_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7623 = $(nodist_crypto_module_SOURCES) \ +@COND_emu_TRUE@am__append_7694 = crypto.mod +@COND_emu_TRUE@am__append_7695 = crypto.marker +@COND_i386_pc_TRUE@am__append_7696 = crypto.module +@COND_i386_pc_TRUE@am__append_7697 = crypto.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7698 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_i386_pc_TRUE@am__append_7699 = $(nodist_crypto_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7700 = $(nodist_crypto_module_SOURCES) \ @COND_i386_pc_TRUE@ crypto.marker -@COND_i386_pc_TRUE@am__append_7624 = crypto.mod -@COND_i386_pc_TRUE@am__append_7625 = crypto.marker -@COND_i386_efi_TRUE@am__append_7626 = crypto.module -@COND_i386_efi_TRUE@am__append_7627 = crypto.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7628 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_i386_efi_TRUE@am__append_7629 = $(nodist_crypto_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7630 = $(nodist_crypto_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7701 = crypto.mod +@COND_i386_pc_TRUE@am__append_7702 = crypto.marker +@COND_i386_efi_TRUE@am__append_7703 = crypto.module +@COND_i386_efi_TRUE@am__append_7704 = crypto.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7705 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_i386_efi_TRUE@am__append_7706 = $(nodist_crypto_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7707 = $(nodist_crypto_module_SOURCES) \ @COND_i386_efi_TRUE@ crypto.marker -@COND_i386_efi_TRUE@am__append_7631 = crypto.mod -@COND_i386_efi_TRUE@am__append_7632 = crypto.marker -@COND_i386_qemu_TRUE@am__append_7633 = crypto.module -@COND_i386_qemu_TRUE@am__append_7634 = crypto.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7635 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_i386_qemu_TRUE@am__append_7636 = $(nodist_crypto_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7637 = \ +@COND_i386_efi_TRUE@am__append_7708 = crypto.mod +@COND_i386_efi_TRUE@am__append_7709 = crypto.marker +@COND_i386_qemu_TRUE@am__append_7710 = crypto.module +@COND_i386_qemu_TRUE@am__append_7711 = crypto.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7712 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_i386_qemu_TRUE@am__append_7713 = $(nodist_crypto_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7714 = \ @COND_i386_qemu_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_i386_qemu_TRUE@ crypto.marker -@COND_i386_qemu_TRUE@am__append_7638 = crypto.mod -@COND_i386_qemu_TRUE@am__append_7639 = crypto.marker -@COND_i386_coreboot_TRUE@am__append_7640 = crypto.module -@COND_i386_coreboot_TRUE@am__append_7641 = crypto.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7642 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_i386_coreboot_TRUE@am__append_7643 = $(nodist_crypto_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7644 = \ +@COND_i386_qemu_TRUE@am__append_7715 = crypto.mod +@COND_i386_qemu_TRUE@am__append_7716 = crypto.marker +@COND_i386_coreboot_TRUE@am__append_7717 = crypto.module +@COND_i386_coreboot_TRUE@am__append_7718 = crypto.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7719 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_i386_coreboot_TRUE@am__append_7720 = $(nodist_crypto_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7721 = \ @COND_i386_coreboot_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_i386_coreboot_TRUE@ crypto.marker -@COND_i386_coreboot_TRUE@am__append_7645 = crypto.mod -@COND_i386_coreboot_TRUE@am__append_7646 = crypto.marker -@COND_i386_multiboot_TRUE@am__append_7647 = crypto.module -@COND_i386_multiboot_TRUE@am__append_7648 = crypto.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7649 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_i386_multiboot_TRUE@am__append_7650 = $(nodist_crypto_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7651 = \ +@COND_i386_coreboot_TRUE@am__append_7722 = crypto.mod +@COND_i386_coreboot_TRUE@am__append_7723 = crypto.marker +@COND_i386_multiboot_TRUE@am__append_7724 = crypto.module +@COND_i386_multiboot_TRUE@am__append_7725 = crypto.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7726 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_i386_multiboot_TRUE@am__append_7727 = $(nodist_crypto_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7728 = \ @COND_i386_multiboot_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_i386_multiboot_TRUE@ crypto.marker -@COND_i386_multiboot_TRUE@am__append_7652 = crypto.mod -@COND_i386_multiboot_TRUE@am__append_7653 = crypto.marker -@COND_i386_ieee1275_TRUE@am__append_7654 = crypto.module -@COND_i386_ieee1275_TRUE@am__append_7655 = crypto.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7656 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_i386_ieee1275_TRUE@am__append_7657 = $(nodist_crypto_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7658 = \ +@COND_i386_multiboot_TRUE@am__append_7729 = crypto.mod +@COND_i386_multiboot_TRUE@am__append_7730 = crypto.marker +@COND_i386_ieee1275_TRUE@am__append_7731 = crypto.module +@COND_i386_ieee1275_TRUE@am__append_7732 = crypto.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7733 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_i386_ieee1275_TRUE@am__append_7734 = $(nodist_crypto_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7735 = \ @COND_i386_ieee1275_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ crypto.marker -@COND_i386_ieee1275_TRUE@am__append_7659 = crypto.mod -@COND_i386_ieee1275_TRUE@am__append_7660 = crypto.marker -@COND_x86_64_efi_TRUE@am__append_7661 = crypto.module -@COND_x86_64_efi_TRUE@am__append_7662 = crypto.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7663 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_x86_64_efi_TRUE@am__append_7664 = $(nodist_crypto_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7665 = \ +@COND_i386_ieee1275_TRUE@am__append_7736 = crypto.mod +@COND_i386_ieee1275_TRUE@am__append_7737 = crypto.marker +@COND_x86_64_efi_TRUE@am__append_7738 = crypto.module +@COND_x86_64_efi_TRUE@am__append_7739 = crypto.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7740 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_x86_64_efi_TRUE@am__append_7741 = $(nodist_crypto_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7742 = \ @COND_x86_64_efi_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_x86_64_efi_TRUE@ crypto.marker -@COND_x86_64_efi_TRUE@am__append_7666 = crypto.mod -@COND_x86_64_efi_TRUE@am__append_7667 = crypto.marker -@COND_mips_yeeloong_TRUE@am__append_7668 = crypto.module -@COND_mips_yeeloong_TRUE@am__append_7669 = crypto.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7670 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_mips_yeeloong_TRUE@am__append_7671 = $(nodist_crypto_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7672 = \ +@COND_x86_64_efi_TRUE@am__append_7743 = crypto.mod +@COND_x86_64_efi_TRUE@am__append_7744 = crypto.marker +@COND_mips_yeeloong_TRUE@am__append_7745 = crypto.module +@COND_mips_yeeloong_TRUE@am__append_7746 = crypto.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7747 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_mips_yeeloong_TRUE@am__append_7748 = $(nodist_crypto_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7749 = \ @COND_mips_yeeloong_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ crypto.marker -@COND_mips_yeeloong_TRUE@am__append_7673 = crypto.mod -@COND_mips_yeeloong_TRUE@am__append_7674 = crypto.marker -@COND_sparc64_ieee1275_TRUE@am__append_7675 = crypto.module -@COND_sparc64_ieee1275_TRUE@am__append_7676 = crypto.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7677 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_sparc64_ieee1275_TRUE@am__append_7678 = $(nodist_crypto_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7679 = \ +@COND_mips_yeeloong_TRUE@am__append_7750 = crypto.mod +@COND_mips_yeeloong_TRUE@am__append_7751 = crypto.marker +@COND_sparc64_ieee1275_TRUE@am__append_7752 = crypto.module +@COND_sparc64_ieee1275_TRUE@am__append_7753 = crypto.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7754 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_sparc64_ieee1275_TRUE@am__append_7755 = $(nodist_crypto_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7756 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ crypto.marker -@COND_sparc64_ieee1275_TRUE@am__append_7680 = crypto.mod -@COND_sparc64_ieee1275_TRUE@am__append_7681 = crypto.marker -@COND_powerpc_ieee1275_TRUE@am__append_7682 = crypto.module -@COND_powerpc_ieee1275_TRUE@am__append_7683 = crypto.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7684 = lib/libgcrypt-grub/cipher/crypto.lst -@COND_powerpc_ieee1275_TRUE@am__append_7685 = $(nodist_crypto_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7686 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7757 = crypto.mod +@COND_sparc64_ieee1275_TRUE@am__append_7758 = crypto.marker +@COND_powerpc_ieee1275_TRUE@am__append_7759 = crypto.module +@COND_powerpc_ieee1275_TRUE@am__append_7760 = crypto.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7761 = lib/libgcrypt-grub/cipher/crypto.lst +@COND_powerpc_ieee1275_TRUE@am__append_7762 = $(nodist_crypto_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7763 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_crypto_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ crypto.marker -@COND_powerpc_ieee1275_TRUE@am__append_7687 = crypto.mod -@COND_powerpc_ieee1275_TRUE@am__append_7688 = crypto.marker -@COND_emu_TRUE@am__append_7689 = pbkdf2.module -@COND_emu_TRUE@am__append_7690 = pbkdf2.module$(EXEEXT) -@COND_emu_TRUE@am__append_7691 = -@COND_emu_TRUE@am__append_7692 = $(nodist_pbkdf2_module_SOURCES) -@COND_emu_TRUE@am__append_7693 = $(nodist_pbkdf2_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7764 = crypto.mod +@COND_powerpc_ieee1275_TRUE@am__append_7765 = crypto.marker +@COND_emu_TRUE@am__append_7766 = pbkdf2.module +@COND_emu_TRUE@am__append_7767 = pbkdf2.module$(EXEEXT) +@COND_emu_TRUE@am__append_7768 = +@COND_emu_TRUE@am__append_7769 = $(nodist_pbkdf2_module_SOURCES) +@COND_emu_TRUE@am__append_7770 = $(nodist_pbkdf2_module_SOURCES) \ @COND_emu_TRUE@ pbkdf2.marker -@COND_emu_TRUE@am__append_7694 = pbkdf2.mod -@COND_emu_TRUE@am__append_7695 = pbkdf2.marker -@COND_i386_pc_TRUE@am__append_7696 = pbkdf2.module -@COND_i386_pc_TRUE@am__append_7697 = pbkdf2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7698 = -@COND_i386_pc_TRUE@am__append_7699 = $(nodist_pbkdf2_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7700 = $(nodist_pbkdf2_module_SOURCES) \ +@COND_emu_TRUE@am__append_7771 = pbkdf2.mod +@COND_emu_TRUE@am__append_7772 = pbkdf2.marker +@COND_i386_pc_TRUE@am__append_7773 = pbkdf2.module +@COND_i386_pc_TRUE@am__append_7774 = pbkdf2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7775 = +@COND_i386_pc_TRUE@am__append_7776 = $(nodist_pbkdf2_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7777 = $(nodist_pbkdf2_module_SOURCES) \ @COND_i386_pc_TRUE@ pbkdf2.marker -@COND_i386_pc_TRUE@am__append_7701 = pbkdf2.mod -@COND_i386_pc_TRUE@am__append_7702 = pbkdf2.marker -@COND_i386_efi_TRUE@am__append_7703 = pbkdf2.module -@COND_i386_efi_TRUE@am__append_7704 = pbkdf2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7705 = -@COND_i386_efi_TRUE@am__append_7706 = $(nodist_pbkdf2_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7707 = $(nodist_pbkdf2_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7778 = pbkdf2.mod +@COND_i386_pc_TRUE@am__append_7779 = pbkdf2.marker +@COND_i386_efi_TRUE@am__append_7780 = pbkdf2.module +@COND_i386_efi_TRUE@am__append_7781 = pbkdf2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7782 = +@COND_i386_efi_TRUE@am__append_7783 = $(nodist_pbkdf2_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7784 = $(nodist_pbkdf2_module_SOURCES) \ @COND_i386_efi_TRUE@ pbkdf2.marker -@COND_i386_efi_TRUE@am__append_7708 = pbkdf2.mod -@COND_i386_efi_TRUE@am__append_7709 = pbkdf2.marker -@COND_i386_qemu_TRUE@am__append_7710 = pbkdf2.module -@COND_i386_qemu_TRUE@am__append_7711 = pbkdf2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7712 = -@COND_i386_qemu_TRUE@am__append_7713 = $(nodist_pbkdf2_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7714 = \ +@COND_i386_efi_TRUE@am__append_7785 = pbkdf2.mod +@COND_i386_efi_TRUE@am__append_7786 = pbkdf2.marker +@COND_i386_qemu_TRUE@am__append_7787 = pbkdf2.module +@COND_i386_qemu_TRUE@am__append_7788 = pbkdf2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7789 = +@COND_i386_qemu_TRUE@am__append_7790 = $(nodist_pbkdf2_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7791 = \ @COND_i386_qemu_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_i386_qemu_TRUE@ pbkdf2.marker -@COND_i386_qemu_TRUE@am__append_7715 = pbkdf2.mod -@COND_i386_qemu_TRUE@am__append_7716 = pbkdf2.marker -@COND_i386_coreboot_TRUE@am__append_7717 = pbkdf2.module -@COND_i386_coreboot_TRUE@am__append_7718 = pbkdf2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7719 = -@COND_i386_coreboot_TRUE@am__append_7720 = $(nodist_pbkdf2_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7721 = \ +@COND_i386_qemu_TRUE@am__append_7792 = pbkdf2.mod +@COND_i386_qemu_TRUE@am__append_7793 = pbkdf2.marker +@COND_i386_coreboot_TRUE@am__append_7794 = pbkdf2.module +@COND_i386_coreboot_TRUE@am__append_7795 = pbkdf2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7796 = +@COND_i386_coreboot_TRUE@am__append_7797 = $(nodist_pbkdf2_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7798 = \ @COND_i386_coreboot_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_i386_coreboot_TRUE@ pbkdf2.marker -@COND_i386_coreboot_TRUE@am__append_7722 = pbkdf2.mod -@COND_i386_coreboot_TRUE@am__append_7723 = pbkdf2.marker -@COND_i386_multiboot_TRUE@am__append_7724 = pbkdf2.module -@COND_i386_multiboot_TRUE@am__append_7725 = pbkdf2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7726 = -@COND_i386_multiboot_TRUE@am__append_7727 = $(nodist_pbkdf2_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7728 = \ +@COND_i386_coreboot_TRUE@am__append_7799 = pbkdf2.mod +@COND_i386_coreboot_TRUE@am__append_7800 = pbkdf2.marker +@COND_i386_multiboot_TRUE@am__append_7801 = pbkdf2.module +@COND_i386_multiboot_TRUE@am__append_7802 = pbkdf2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7803 = +@COND_i386_multiboot_TRUE@am__append_7804 = $(nodist_pbkdf2_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7805 = \ @COND_i386_multiboot_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_i386_multiboot_TRUE@ pbkdf2.marker -@COND_i386_multiboot_TRUE@am__append_7729 = pbkdf2.mod -@COND_i386_multiboot_TRUE@am__append_7730 = pbkdf2.marker -@COND_i386_ieee1275_TRUE@am__append_7731 = pbkdf2.module -@COND_i386_ieee1275_TRUE@am__append_7732 = pbkdf2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7733 = -@COND_i386_ieee1275_TRUE@am__append_7734 = $(nodist_pbkdf2_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7735 = \ +@COND_i386_multiboot_TRUE@am__append_7806 = pbkdf2.mod +@COND_i386_multiboot_TRUE@am__append_7807 = pbkdf2.marker +@COND_i386_ieee1275_TRUE@am__append_7808 = pbkdf2.module +@COND_i386_ieee1275_TRUE@am__append_7809 = pbkdf2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7810 = +@COND_i386_ieee1275_TRUE@am__append_7811 = $(nodist_pbkdf2_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7812 = \ @COND_i386_ieee1275_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ pbkdf2.marker -@COND_i386_ieee1275_TRUE@am__append_7736 = pbkdf2.mod -@COND_i386_ieee1275_TRUE@am__append_7737 = pbkdf2.marker -@COND_x86_64_efi_TRUE@am__append_7738 = pbkdf2.module -@COND_x86_64_efi_TRUE@am__append_7739 = pbkdf2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7740 = -@COND_x86_64_efi_TRUE@am__append_7741 = $(nodist_pbkdf2_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7742 = \ +@COND_i386_ieee1275_TRUE@am__append_7813 = pbkdf2.mod +@COND_i386_ieee1275_TRUE@am__append_7814 = pbkdf2.marker +@COND_x86_64_efi_TRUE@am__append_7815 = pbkdf2.module +@COND_x86_64_efi_TRUE@am__append_7816 = pbkdf2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7817 = +@COND_x86_64_efi_TRUE@am__append_7818 = $(nodist_pbkdf2_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7819 = \ @COND_x86_64_efi_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_x86_64_efi_TRUE@ pbkdf2.marker -@COND_x86_64_efi_TRUE@am__append_7743 = pbkdf2.mod -@COND_x86_64_efi_TRUE@am__append_7744 = pbkdf2.marker -@COND_mips_yeeloong_TRUE@am__append_7745 = pbkdf2.module -@COND_mips_yeeloong_TRUE@am__append_7746 = pbkdf2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7747 = -@COND_mips_yeeloong_TRUE@am__append_7748 = $(nodist_pbkdf2_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7749 = \ +@COND_x86_64_efi_TRUE@am__append_7820 = pbkdf2.mod +@COND_x86_64_efi_TRUE@am__append_7821 = pbkdf2.marker +@COND_mips_yeeloong_TRUE@am__append_7822 = pbkdf2.module +@COND_mips_yeeloong_TRUE@am__append_7823 = pbkdf2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7824 = +@COND_mips_yeeloong_TRUE@am__append_7825 = $(nodist_pbkdf2_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7826 = \ @COND_mips_yeeloong_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ pbkdf2.marker -@COND_mips_yeeloong_TRUE@am__append_7750 = pbkdf2.mod -@COND_mips_yeeloong_TRUE@am__append_7751 = pbkdf2.marker -@COND_sparc64_ieee1275_TRUE@am__append_7752 = pbkdf2.module -@COND_sparc64_ieee1275_TRUE@am__append_7753 = pbkdf2.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7754 = -@COND_sparc64_ieee1275_TRUE@am__append_7755 = $(nodist_pbkdf2_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7756 = \ +@COND_mips_yeeloong_TRUE@am__append_7827 = pbkdf2.mod +@COND_mips_yeeloong_TRUE@am__append_7828 = pbkdf2.marker +@COND_sparc64_ieee1275_TRUE@am__append_7829 = pbkdf2.module +@COND_sparc64_ieee1275_TRUE@am__append_7830 = pbkdf2.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7831 = +@COND_sparc64_ieee1275_TRUE@am__append_7832 = $(nodist_pbkdf2_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7833 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ pbkdf2.marker -@COND_sparc64_ieee1275_TRUE@am__append_7757 = pbkdf2.mod -@COND_sparc64_ieee1275_TRUE@am__append_7758 = pbkdf2.marker -@COND_powerpc_ieee1275_TRUE@am__append_7759 = pbkdf2.module -@COND_powerpc_ieee1275_TRUE@am__append_7760 = pbkdf2.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7761 = -@COND_powerpc_ieee1275_TRUE@am__append_7762 = $(nodist_pbkdf2_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7763 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7834 = pbkdf2.mod +@COND_sparc64_ieee1275_TRUE@am__append_7835 = pbkdf2.marker +@COND_powerpc_ieee1275_TRUE@am__append_7836 = pbkdf2.module +@COND_powerpc_ieee1275_TRUE@am__append_7837 = pbkdf2.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7838 = +@COND_powerpc_ieee1275_TRUE@am__append_7839 = $(nodist_pbkdf2_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7840 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_pbkdf2_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ pbkdf2.marker -@COND_powerpc_ieee1275_TRUE@am__append_7764 = pbkdf2.mod -@COND_powerpc_ieee1275_TRUE@am__append_7765 = pbkdf2.marker -@COND_i386_pc_TRUE@am__append_7766 = relocator.module -@COND_i386_pc_TRUE@am__append_7767 = relocator.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7768 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_i386_pc_TRUE@am__append_7769 = $(nodist_relocator_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7770 = \ +@COND_powerpc_ieee1275_TRUE@am__append_7841 = pbkdf2.mod +@COND_powerpc_ieee1275_TRUE@am__append_7842 = pbkdf2.marker +@COND_i386_pc_TRUE@am__append_7843 = relocator.module +@COND_i386_pc_TRUE@am__append_7844 = relocator.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7845 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_i386_pc_TRUE@am__append_7846 = $(nodist_relocator_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7847 = \ @COND_i386_pc_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_i386_pc_TRUE@ relocator.marker -@COND_i386_pc_TRUE@am__append_7771 = relocator.mod -@COND_i386_pc_TRUE@am__append_7772 = relocator.marker -@COND_i386_efi_TRUE@am__append_7773 = relocator.module -@COND_i386_efi_TRUE@am__append_7774 = relocator.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7775 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_i386_efi_TRUE@am__append_7776 = $(nodist_relocator_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7777 = \ +@COND_i386_pc_TRUE@am__append_7848 = relocator.mod +@COND_i386_pc_TRUE@am__append_7849 = relocator.marker +@COND_i386_efi_TRUE@am__append_7850 = relocator.module +@COND_i386_efi_TRUE@am__append_7851 = relocator.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7852 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_i386_efi_TRUE@am__append_7853 = $(nodist_relocator_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7854 = \ @COND_i386_efi_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_i386_efi_TRUE@ relocator.marker -@COND_i386_efi_TRUE@am__append_7778 = relocator.mod -@COND_i386_efi_TRUE@am__append_7779 = relocator.marker -@COND_i386_qemu_TRUE@am__append_7780 = relocator.module -@COND_i386_qemu_TRUE@am__append_7781 = relocator.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7782 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_i386_qemu_TRUE@am__append_7783 = $(nodist_relocator_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7784 = \ +@COND_i386_efi_TRUE@am__append_7855 = relocator.mod +@COND_i386_efi_TRUE@am__append_7856 = relocator.marker +@COND_i386_qemu_TRUE@am__append_7857 = relocator.module +@COND_i386_qemu_TRUE@am__append_7858 = relocator.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7859 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_i386_qemu_TRUE@am__append_7860 = $(nodist_relocator_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7861 = \ @COND_i386_qemu_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_i386_qemu_TRUE@ relocator.marker -@COND_i386_qemu_TRUE@am__append_7785 = relocator.mod -@COND_i386_qemu_TRUE@am__append_7786 = relocator.marker -@COND_i386_coreboot_TRUE@am__append_7787 = relocator.module -@COND_i386_coreboot_TRUE@am__append_7788 = relocator.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7789 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_i386_coreboot_TRUE@am__append_7790 = $(nodist_relocator_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7791 = \ +@COND_i386_qemu_TRUE@am__append_7862 = relocator.mod +@COND_i386_qemu_TRUE@am__append_7863 = relocator.marker +@COND_i386_coreboot_TRUE@am__append_7864 = relocator.module +@COND_i386_coreboot_TRUE@am__append_7865 = relocator.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7866 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_i386_coreboot_TRUE@am__append_7867 = $(nodist_relocator_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7868 = \ @COND_i386_coreboot_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_i386_coreboot_TRUE@ relocator.marker -@COND_i386_coreboot_TRUE@am__append_7792 = relocator.mod -@COND_i386_coreboot_TRUE@am__append_7793 = relocator.marker -@COND_i386_multiboot_TRUE@am__append_7794 = relocator.module -@COND_i386_multiboot_TRUE@am__append_7795 = relocator.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7796 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_i386_multiboot_TRUE@am__append_7797 = $(nodist_relocator_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7798 = \ +@COND_i386_coreboot_TRUE@am__append_7869 = relocator.mod +@COND_i386_coreboot_TRUE@am__append_7870 = relocator.marker +@COND_i386_multiboot_TRUE@am__append_7871 = relocator.module +@COND_i386_multiboot_TRUE@am__append_7872 = relocator.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7873 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_i386_multiboot_TRUE@am__append_7874 = $(nodist_relocator_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7875 = \ @COND_i386_multiboot_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_i386_multiboot_TRUE@ relocator.marker -@COND_i386_multiboot_TRUE@am__append_7799 = relocator.mod -@COND_i386_multiboot_TRUE@am__append_7800 = relocator.marker -@COND_i386_ieee1275_TRUE@am__append_7801 = relocator.module -@COND_i386_ieee1275_TRUE@am__append_7802 = relocator.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7803 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_i386_ieee1275_TRUE@am__append_7804 = $(nodist_relocator_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7805 = \ +@COND_i386_multiboot_TRUE@am__append_7876 = relocator.mod +@COND_i386_multiboot_TRUE@am__append_7877 = relocator.marker +@COND_i386_ieee1275_TRUE@am__append_7878 = relocator.module +@COND_i386_ieee1275_TRUE@am__append_7879 = relocator.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7880 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_i386_ieee1275_TRUE@am__append_7881 = $(nodist_relocator_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7882 = \ @COND_i386_ieee1275_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ relocator.marker -@COND_i386_ieee1275_TRUE@am__append_7806 = relocator.mod -@COND_i386_ieee1275_TRUE@am__append_7807 = relocator.marker -@COND_x86_64_efi_TRUE@am__append_7808 = relocator.module -@COND_x86_64_efi_TRUE@am__append_7809 = relocator.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7810 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_x86_64_efi_TRUE@am__append_7811 = $(nodist_relocator_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7812 = \ +@COND_i386_ieee1275_TRUE@am__append_7883 = relocator.mod +@COND_i386_ieee1275_TRUE@am__append_7884 = relocator.marker +@COND_x86_64_efi_TRUE@am__append_7885 = relocator.module +@COND_x86_64_efi_TRUE@am__append_7886 = relocator.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7887 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_x86_64_efi_TRUE@am__append_7888 = $(nodist_relocator_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7889 = \ @COND_x86_64_efi_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_x86_64_efi_TRUE@ relocator.marker -@COND_x86_64_efi_TRUE@am__append_7813 = relocator.mod -@COND_x86_64_efi_TRUE@am__append_7814 = relocator.marker -@COND_mips_yeeloong_TRUE@am__append_7815 = relocator.module -@COND_mips_yeeloong_TRUE@am__append_7816 = relocator.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7817 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_mips_yeeloong_TRUE@am__append_7818 = $(nodist_relocator_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7819 = \ +@COND_x86_64_efi_TRUE@am__append_7890 = relocator.mod +@COND_x86_64_efi_TRUE@am__append_7891 = relocator.marker +@COND_mips_yeeloong_TRUE@am__append_7892 = relocator.module +@COND_mips_yeeloong_TRUE@am__append_7893 = relocator.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7894 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_mips_yeeloong_TRUE@am__append_7895 = $(nodist_relocator_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7896 = \ @COND_mips_yeeloong_TRUE@ $(nodist_relocator_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ relocator.marker -@COND_mips_yeeloong_TRUE@am__append_7820 = relocator.mod -@COND_mips_yeeloong_TRUE@am__append_7821 = relocator.marker -@COND_powerpc_ieee1275_TRUE@am__append_7822 = relocator.module -@COND_powerpc_ieee1275_TRUE@am__append_7823 = relocator.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7824 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S -@COND_powerpc_ieee1275_TRUE@am__append_7825 = $(nodist_relocator_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7826 = $(nodist_relocator_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_7897 = relocator.mod +@COND_mips_yeeloong_TRUE@am__append_7898 = relocator.marker +@COND_powerpc_ieee1275_TRUE@am__append_7899 = relocator.module +@COND_powerpc_ieee1275_TRUE@am__append_7900 = relocator.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7901 = lib/i386/relocator_common.S kern/powerpc/cache_flush.S +@COND_powerpc_ieee1275_TRUE@am__append_7902 = $(nodist_relocator_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7903 = $(nodist_relocator_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ relocator.marker -@COND_powerpc_ieee1275_TRUE@am__append_7827 = relocator.mod -@COND_powerpc_ieee1275_TRUE@am__append_7828 = relocator.marker -@COND_i386_pc_TRUE@am__append_7829 = datetime.module -@COND_i386_pc_TRUE@am__append_7830 = datetime.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7831 = -@COND_i386_pc_TRUE@am__append_7832 = $(nodist_datetime_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7833 = \ +@COND_powerpc_ieee1275_TRUE@am__append_7904 = relocator.mod +@COND_powerpc_ieee1275_TRUE@am__append_7905 = relocator.marker +@COND_i386_pc_TRUE@am__append_7906 = datetime.module +@COND_i386_pc_TRUE@am__append_7907 = datetime.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7908 = +@COND_i386_pc_TRUE@am__append_7909 = $(nodist_datetime_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7910 = \ @COND_i386_pc_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_i386_pc_TRUE@ datetime.marker -@COND_i386_pc_TRUE@am__append_7834 = datetime.mod -@COND_i386_pc_TRUE@am__append_7835 = datetime.marker -@COND_i386_efi_TRUE@am__append_7836 = datetime.module -@COND_i386_efi_TRUE@am__append_7837 = datetime.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7838 = -@COND_i386_efi_TRUE@am__append_7839 = $(nodist_datetime_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7840 = \ +@COND_i386_pc_TRUE@am__append_7911 = datetime.mod +@COND_i386_pc_TRUE@am__append_7912 = datetime.marker +@COND_i386_efi_TRUE@am__append_7913 = datetime.module +@COND_i386_efi_TRUE@am__append_7914 = datetime.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7915 = +@COND_i386_efi_TRUE@am__append_7916 = $(nodist_datetime_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7917 = \ @COND_i386_efi_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_i386_efi_TRUE@ datetime.marker -@COND_i386_efi_TRUE@am__append_7841 = datetime.mod -@COND_i386_efi_TRUE@am__append_7842 = datetime.marker -@COND_i386_qemu_TRUE@am__append_7843 = datetime.module -@COND_i386_qemu_TRUE@am__append_7844 = datetime.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7845 = -@COND_i386_qemu_TRUE@am__append_7846 = $(nodist_datetime_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7847 = \ +@COND_i386_efi_TRUE@am__append_7918 = datetime.mod +@COND_i386_efi_TRUE@am__append_7919 = datetime.marker +@COND_i386_qemu_TRUE@am__append_7920 = datetime.module +@COND_i386_qemu_TRUE@am__append_7921 = datetime.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7922 = +@COND_i386_qemu_TRUE@am__append_7923 = $(nodist_datetime_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_7924 = \ @COND_i386_qemu_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_i386_qemu_TRUE@ datetime.marker -@COND_i386_qemu_TRUE@am__append_7848 = datetime.mod -@COND_i386_qemu_TRUE@am__append_7849 = datetime.marker -@COND_i386_coreboot_TRUE@am__append_7850 = datetime.module -@COND_i386_coreboot_TRUE@am__append_7851 = datetime.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7852 = -@COND_i386_coreboot_TRUE@am__append_7853 = $(nodist_datetime_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7854 = \ +@COND_i386_qemu_TRUE@am__append_7925 = datetime.mod +@COND_i386_qemu_TRUE@am__append_7926 = datetime.marker +@COND_i386_coreboot_TRUE@am__append_7927 = datetime.module +@COND_i386_coreboot_TRUE@am__append_7928 = datetime.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_7929 = +@COND_i386_coreboot_TRUE@am__append_7930 = $(nodist_datetime_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_7931 = \ @COND_i386_coreboot_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_i386_coreboot_TRUE@ datetime.marker -@COND_i386_coreboot_TRUE@am__append_7855 = datetime.mod -@COND_i386_coreboot_TRUE@am__append_7856 = datetime.marker -@COND_i386_multiboot_TRUE@am__append_7857 = datetime.module -@COND_i386_multiboot_TRUE@am__append_7858 = datetime.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7859 = -@COND_i386_multiboot_TRUE@am__append_7860 = $(nodist_datetime_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7861 = \ +@COND_i386_coreboot_TRUE@am__append_7932 = datetime.mod +@COND_i386_coreboot_TRUE@am__append_7933 = datetime.marker +@COND_i386_multiboot_TRUE@am__append_7934 = datetime.module +@COND_i386_multiboot_TRUE@am__append_7935 = datetime.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_7936 = +@COND_i386_multiboot_TRUE@am__append_7937 = $(nodist_datetime_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_7938 = \ @COND_i386_multiboot_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_i386_multiboot_TRUE@ datetime.marker -@COND_i386_multiboot_TRUE@am__append_7862 = datetime.mod -@COND_i386_multiboot_TRUE@am__append_7863 = datetime.marker -@COND_i386_ieee1275_TRUE@am__append_7864 = datetime.module -@COND_i386_ieee1275_TRUE@am__append_7865 = datetime.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7866 = -@COND_i386_ieee1275_TRUE@am__append_7867 = $(nodist_datetime_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7868 = \ +@COND_i386_multiboot_TRUE@am__append_7939 = datetime.mod +@COND_i386_multiboot_TRUE@am__append_7940 = datetime.marker +@COND_i386_ieee1275_TRUE@am__append_7941 = datetime.module +@COND_i386_ieee1275_TRUE@am__append_7942 = datetime.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_7943 = +@COND_i386_ieee1275_TRUE@am__append_7944 = $(nodist_datetime_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_7945 = \ @COND_i386_ieee1275_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ datetime.marker -@COND_i386_ieee1275_TRUE@am__append_7869 = datetime.mod -@COND_i386_ieee1275_TRUE@am__append_7870 = datetime.marker -@COND_x86_64_efi_TRUE@am__append_7871 = datetime.module -@COND_x86_64_efi_TRUE@am__append_7872 = datetime.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7873 = -@COND_x86_64_efi_TRUE@am__append_7874 = $(nodist_datetime_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7875 = \ +@COND_i386_ieee1275_TRUE@am__append_7946 = datetime.mod +@COND_i386_ieee1275_TRUE@am__append_7947 = datetime.marker +@COND_x86_64_efi_TRUE@am__append_7948 = datetime.module +@COND_x86_64_efi_TRUE@am__append_7949 = datetime.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_7950 = +@COND_x86_64_efi_TRUE@am__append_7951 = $(nodist_datetime_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_7952 = \ @COND_x86_64_efi_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_x86_64_efi_TRUE@ datetime.marker -@COND_x86_64_efi_TRUE@am__append_7876 = datetime.mod -@COND_x86_64_efi_TRUE@am__append_7877 = datetime.marker -@COND_mips_yeeloong_TRUE@am__append_7878 = datetime.module -@COND_mips_yeeloong_TRUE@am__append_7879 = datetime.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7880 = -@COND_mips_yeeloong_TRUE@am__append_7881 = $(nodist_datetime_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7882 = \ +@COND_x86_64_efi_TRUE@am__append_7953 = datetime.mod +@COND_x86_64_efi_TRUE@am__append_7954 = datetime.marker +@COND_mips_yeeloong_TRUE@am__append_7955 = datetime.module +@COND_mips_yeeloong_TRUE@am__append_7956 = datetime.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_7957 = +@COND_mips_yeeloong_TRUE@am__append_7958 = $(nodist_datetime_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_7959 = \ @COND_mips_yeeloong_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ datetime.marker -@COND_mips_yeeloong_TRUE@am__append_7883 = datetime.mod -@COND_mips_yeeloong_TRUE@am__append_7884 = datetime.marker -@COND_sparc64_ieee1275_TRUE@am__append_7885 = datetime.module -@COND_sparc64_ieee1275_TRUE@am__append_7886 = datetime.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7887 = -@COND_sparc64_ieee1275_TRUE@am__append_7888 = $(nodist_datetime_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7889 = \ +@COND_mips_yeeloong_TRUE@am__append_7960 = datetime.mod +@COND_mips_yeeloong_TRUE@am__append_7961 = datetime.marker +@COND_sparc64_ieee1275_TRUE@am__append_7962 = datetime.module +@COND_sparc64_ieee1275_TRUE@am__append_7963 = datetime.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_7964 = +@COND_sparc64_ieee1275_TRUE@am__append_7965 = $(nodist_datetime_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_7966 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ datetime.marker -@COND_sparc64_ieee1275_TRUE@am__append_7890 = datetime.mod -@COND_sparc64_ieee1275_TRUE@am__append_7891 = datetime.marker -@COND_powerpc_ieee1275_TRUE@am__append_7892 = datetime.module -@COND_powerpc_ieee1275_TRUE@am__append_7893 = datetime.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7894 = -@COND_powerpc_ieee1275_TRUE@am__append_7895 = $(nodist_datetime_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7896 = \ +@COND_sparc64_ieee1275_TRUE@am__append_7967 = datetime.mod +@COND_sparc64_ieee1275_TRUE@am__append_7968 = datetime.marker +@COND_powerpc_ieee1275_TRUE@am__append_7969 = datetime.module +@COND_powerpc_ieee1275_TRUE@am__append_7970 = datetime.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_7971 = +@COND_powerpc_ieee1275_TRUE@am__append_7972 = $(nodist_datetime_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_7973 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_datetime_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ datetime.marker -@COND_powerpc_ieee1275_TRUE@am__append_7897 = datetime.mod -@COND_powerpc_ieee1275_TRUE@am__append_7898 = datetime.marker -@COND_emu_TRUE@am__append_7899 = setjmp.module -@COND_emu_TRUE@am__append_7900 = setjmp.module$(EXEEXT) -@COND_emu_TRUE@am__append_7901 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_emu_TRUE@am__append_7902 = $(nodist_setjmp_module_SOURCES) -@COND_emu_TRUE@am__append_7903 = $(nodist_setjmp_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_7974 = datetime.mod +@COND_powerpc_ieee1275_TRUE@am__append_7975 = datetime.marker +@COND_emu_TRUE@am__append_7976 = setjmp.module +@COND_emu_TRUE@am__append_7977 = setjmp.module$(EXEEXT) +@COND_emu_TRUE@am__append_7978 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_emu_TRUE@am__append_7979 = $(nodist_setjmp_module_SOURCES) +@COND_emu_TRUE@am__append_7980 = $(nodist_setjmp_module_SOURCES) \ @COND_emu_TRUE@ setjmp.marker -@COND_emu_TRUE@am__append_7904 = setjmp.mod -@COND_emu_TRUE@am__append_7905 = setjmp.marker -@COND_i386_pc_TRUE@am__append_7906 = setjmp.module -@COND_i386_pc_TRUE@am__append_7907 = setjmp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7908 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_i386_pc_TRUE@am__append_7909 = $(nodist_setjmp_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7910 = $(nodist_setjmp_module_SOURCES) \ +@COND_emu_TRUE@am__append_7981 = setjmp.mod +@COND_emu_TRUE@am__append_7982 = setjmp.marker +@COND_i386_pc_TRUE@am__append_7983 = setjmp.module +@COND_i386_pc_TRUE@am__append_7984 = setjmp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_7985 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_i386_pc_TRUE@am__append_7986 = $(nodist_setjmp_module_SOURCES) +@COND_i386_pc_TRUE@am__append_7987 = $(nodist_setjmp_module_SOURCES) \ @COND_i386_pc_TRUE@ setjmp.marker -@COND_i386_pc_TRUE@am__append_7911 = setjmp.mod -@COND_i386_pc_TRUE@am__append_7912 = setjmp.marker -@COND_i386_efi_TRUE@am__append_7913 = setjmp.module -@COND_i386_efi_TRUE@am__append_7914 = setjmp.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7915 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_i386_efi_TRUE@am__append_7916 = $(nodist_setjmp_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7917 = $(nodist_setjmp_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_7988 = setjmp.mod +@COND_i386_pc_TRUE@am__append_7989 = setjmp.marker +@COND_i386_efi_TRUE@am__append_7990 = setjmp.module +@COND_i386_efi_TRUE@am__append_7991 = setjmp.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_7992 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_i386_efi_TRUE@am__append_7993 = $(nodist_setjmp_module_SOURCES) +@COND_i386_efi_TRUE@am__append_7994 = $(nodist_setjmp_module_SOURCES) \ @COND_i386_efi_TRUE@ setjmp.marker -@COND_i386_efi_TRUE@am__append_7918 = setjmp.mod -@COND_i386_efi_TRUE@am__append_7919 = setjmp.marker -@COND_i386_qemu_TRUE@am__append_7920 = setjmp.module -@COND_i386_qemu_TRUE@am__append_7921 = setjmp.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7922 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_i386_qemu_TRUE@am__append_7923 = $(nodist_setjmp_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7924 = \ +@COND_i386_efi_TRUE@am__append_7995 = setjmp.mod +@COND_i386_efi_TRUE@am__append_7996 = setjmp.marker +@COND_i386_qemu_TRUE@am__append_7997 = setjmp.module +@COND_i386_qemu_TRUE@am__append_7998 = setjmp.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_7999 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_i386_qemu_TRUE@am__append_8000 = $(nodist_setjmp_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8001 = \ @COND_i386_qemu_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_i386_qemu_TRUE@ setjmp.marker -@COND_i386_qemu_TRUE@am__append_7925 = setjmp.mod -@COND_i386_qemu_TRUE@am__append_7926 = setjmp.marker -@COND_i386_coreboot_TRUE@am__append_7927 = setjmp.module -@COND_i386_coreboot_TRUE@am__append_7928 = setjmp.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7929 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_i386_coreboot_TRUE@am__append_7930 = $(nodist_setjmp_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_7931 = \ +@COND_i386_qemu_TRUE@am__append_8002 = setjmp.mod +@COND_i386_qemu_TRUE@am__append_8003 = setjmp.marker +@COND_i386_coreboot_TRUE@am__append_8004 = setjmp.module +@COND_i386_coreboot_TRUE@am__append_8005 = setjmp.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8006 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_i386_coreboot_TRUE@am__append_8007 = $(nodist_setjmp_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8008 = \ @COND_i386_coreboot_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_i386_coreboot_TRUE@ setjmp.marker -@COND_i386_coreboot_TRUE@am__append_7932 = setjmp.mod -@COND_i386_coreboot_TRUE@am__append_7933 = setjmp.marker -@COND_i386_multiboot_TRUE@am__append_7934 = setjmp.module -@COND_i386_multiboot_TRUE@am__append_7935 = setjmp.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_7936 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_i386_multiboot_TRUE@am__append_7937 = $(nodist_setjmp_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_7938 = \ +@COND_i386_coreboot_TRUE@am__append_8009 = setjmp.mod +@COND_i386_coreboot_TRUE@am__append_8010 = setjmp.marker +@COND_i386_multiboot_TRUE@am__append_8011 = setjmp.module +@COND_i386_multiboot_TRUE@am__append_8012 = setjmp.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8013 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_i386_multiboot_TRUE@am__append_8014 = $(nodist_setjmp_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8015 = \ @COND_i386_multiboot_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_i386_multiboot_TRUE@ setjmp.marker -@COND_i386_multiboot_TRUE@am__append_7939 = setjmp.mod -@COND_i386_multiboot_TRUE@am__append_7940 = setjmp.marker -@COND_i386_ieee1275_TRUE@am__append_7941 = setjmp.module -@COND_i386_ieee1275_TRUE@am__append_7942 = setjmp.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_7943 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_i386_ieee1275_TRUE@am__append_7944 = $(nodist_setjmp_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_7945 = \ +@COND_i386_multiboot_TRUE@am__append_8016 = setjmp.mod +@COND_i386_multiboot_TRUE@am__append_8017 = setjmp.marker +@COND_i386_ieee1275_TRUE@am__append_8018 = setjmp.module +@COND_i386_ieee1275_TRUE@am__append_8019 = setjmp.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8020 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_i386_ieee1275_TRUE@am__append_8021 = $(nodist_setjmp_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8022 = \ @COND_i386_ieee1275_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ setjmp.marker -@COND_i386_ieee1275_TRUE@am__append_7946 = setjmp.mod -@COND_i386_ieee1275_TRUE@am__append_7947 = setjmp.marker -@COND_x86_64_efi_TRUE@am__append_7948 = setjmp.module -@COND_x86_64_efi_TRUE@am__append_7949 = setjmp.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_7950 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_x86_64_efi_TRUE@am__append_7951 = $(nodist_setjmp_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_7952 = \ +@COND_i386_ieee1275_TRUE@am__append_8023 = setjmp.mod +@COND_i386_ieee1275_TRUE@am__append_8024 = setjmp.marker +@COND_x86_64_efi_TRUE@am__append_8025 = setjmp.module +@COND_x86_64_efi_TRUE@am__append_8026 = setjmp.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8027 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_x86_64_efi_TRUE@am__append_8028 = $(nodist_setjmp_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8029 = \ @COND_x86_64_efi_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_x86_64_efi_TRUE@ setjmp.marker -@COND_x86_64_efi_TRUE@am__append_7953 = setjmp.mod -@COND_x86_64_efi_TRUE@am__append_7954 = setjmp.marker -@COND_mips_yeeloong_TRUE@am__append_7955 = setjmp.module -@COND_mips_yeeloong_TRUE@am__append_7956 = setjmp.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_7957 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_mips_yeeloong_TRUE@am__append_7958 = $(nodist_setjmp_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_7959 = \ +@COND_x86_64_efi_TRUE@am__append_8030 = setjmp.mod +@COND_x86_64_efi_TRUE@am__append_8031 = setjmp.marker +@COND_mips_yeeloong_TRUE@am__append_8032 = setjmp.module +@COND_mips_yeeloong_TRUE@am__append_8033 = setjmp.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8034 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_mips_yeeloong_TRUE@am__append_8035 = $(nodist_setjmp_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8036 = \ @COND_mips_yeeloong_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ setjmp.marker -@COND_mips_yeeloong_TRUE@am__append_7960 = setjmp.mod -@COND_mips_yeeloong_TRUE@am__append_7961 = setjmp.marker -@COND_sparc64_ieee1275_TRUE@am__append_7962 = setjmp.module -@COND_sparc64_ieee1275_TRUE@am__append_7963 = setjmp.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_7964 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_sparc64_ieee1275_TRUE@am__append_7965 = $(nodist_setjmp_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_7966 = \ +@COND_mips_yeeloong_TRUE@am__append_8037 = setjmp.mod +@COND_mips_yeeloong_TRUE@am__append_8038 = setjmp.marker +@COND_sparc64_ieee1275_TRUE@am__append_8039 = setjmp.module +@COND_sparc64_ieee1275_TRUE@am__append_8040 = setjmp.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8041 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_sparc64_ieee1275_TRUE@am__append_8042 = $(nodist_setjmp_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8043 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ setjmp.marker -@COND_sparc64_ieee1275_TRUE@am__append_7967 = setjmp.mod -@COND_sparc64_ieee1275_TRUE@am__append_7968 = setjmp.marker -@COND_powerpc_ieee1275_TRUE@am__append_7969 = setjmp.module -@COND_powerpc_ieee1275_TRUE@am__append_7970 = setjmp.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_7971 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S -@COND_powerpc_ieee1275_TRUE@am__append_7972 = $(nodist_setjmp_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_7973 = \ +@COND_sparc64_ieee1275_TRUE@am__append_8044 = setjmp.mod +@COND_sparc64_ieee1275_TRUE@am__append_8045 = setjmp.marker +@COND_powerpc_ieee1275_TRUE@am__append_8046 = setjmp.module +@COND_powerpc_ieee1275_TRUE@am__append_8047 = setjmp.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8048 = lib/i386/setjmp.S lib/mips/setjmp.S lib/x86_64/setjmp.S lib/sparc64/setjmp.S lib/powerpc/setjmp.S +@COND_powerpc_ieee1275_TRUE@am__append_8049 = $(nodist_setjmp_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8050 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_setjmp_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ setjmp.marker -@COND_powerpc_ieee1275_TRUE@am__append_7974 = setjmp.mod -@COND_powerpc_ieee1275_TRUE@am__append_7975 = setjmp.marker -@COND_i386_pc_TRUE@am__append_7976 = aout.module -@COND_i386_pc_TRUE@am__append_7977 = aout.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_7978 = -@COND_i386_pc_TRUE@am__append_7979 = $(nodist_aout_module_SOURCES) -@COND_i386_pc_TRUE@am__append_7980 = $(nodist_aout_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8051 = setjmp.mod +@COND_powerpc_ieee1275_TRUE@am__append_8052 = setjmp.marker +@COND_i386_pc_TRUE@am__append_8053 = aout.module +@COND_i386_pc_TRUE@am__append_8054 = aout.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8055 = +@COND_i386_pc_TRUE@am__append_8056 = $(nodist_aout_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8057 = $(nodist_aout_module_SOURCES) \ @COND_i386_pc_TRUE@ aout.marker -@COND_i386_pc_TRUE@am__append_7981 = aout.mod -@COND_i386_pc_TRUE@am__append_7982 = aout.marker -@COND_i386_efi_TRUE@am__append_7983 = aout.module -@COND_i386_efi_TRUE@am__append_7984 = aout.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_7985 = -@COND_i386_efi_TRUE@am__append_7986 = $(nodist_aout_module_SOURCES) -@COND_i386_efi_TRUE@am__append_7987 = $(nodist_aout_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8058 = aout.mod +@COND_i386_pc_TRUE@am__append_8059 = aout.marker +@COND_i386_efi_TRUE@am__append_8060 = aout.module +@COND_i386_efi_TRUE@am__append_8061 = aout.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8062 = +@COND_i386_efi_TRUE@am__append_8063 = $(nodist_aout_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8064 = $(nodist_aout_module_SOURCES) \ @COND_i386_efi_TRUE@ aout.marker -@COND_i386_efi_TRUE@am__append_7988 = aout.mod -@COND_i386_efi_TRUE@am__append_7989 = aout.marker -@COND_i386_qemu_TRUE@am__append_7990 = aout.module -@COND_i386_qemu_TRUE@am__append_7991 = aout.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_7992 = -@COND_i386_qemu_TRUE@am__append_7993 = $(nodist_aout_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_7994 = $(nodist_aout_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_8065 = aout.mod +@COND_i386_efi_TRUE@am__append_8066 = aout.marker +@COND_i386_qemu_TRUE@am__append_8067 = aout.module +@COND_i386_qemu_TRUE@am__append_8068 = aout.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8069 = +@COND_i386_qemu_TRUE@am__append_8070 = $(nodist_aout_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8071 = $(nodist_aout_module_SOURCES) \ @COND_i386_qemu_TRUE@ aout.marker -@COND_i386_qemu_TRUE@am__append_7995 = aout.mod -@COND_i386_qemu_TRUE@am__append_7996 = aout.marker -@COND_i386_coreboot_TRUE@am__append_7997 = aout.module -@COND_i386_coreboot_TRUE@am__append_7998 = aout.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_7999 = -@COND_i386_coreboot_TRUE@am__append_8000 = $(nodist_aout_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8001 = \ +@COND_i386_qemu_TRUE@am__append_8072 = aout.mod +@COND_i386_qemu_TRUE@am__append_8073 = aout.marker +@COND_i386_coreboot_TRUE@am__append_8074 = aout.module +@COND_i386_coreboot_TRUE@am__append_8075 = aout.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8076 = +@COND_i386_coreboot_TRUE@am__append_8077 = $(nodist_aout_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8078 = \ @COND_i386_coreboot_TRUE@ $(nodist_aout_module_SOURCES) \ @COND_i386_coreboot_TRUE@ aout.marker -@COND_i386_coreboot_TRUE@am__append_8002 = aout.mod -@COND_i386_coreboot_TRUE@am__append_8003 = aout.marker -@COND_i386_multiboot_TRUE@am__append_8004 = aout.module -@COND_i386_multiboot_TRUE@am__append_8005 = aout.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8006 = -@COND_i386_multiboot_TRUE@am__append_8007 = $(nodist_aout_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8008 = \ +@COND_i386_coreboot_TRUE@am__append_8079 = aout.mod +@COND_i386_coreboot_TRUE@am__append_8080 = aout.marker +@COND_i386_multiboot_TRUE@am__append_8081 = aout.module +@COND_i386_multiboot_TRUE@am__append_8082 = aout.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8083 = +@COND_i386_multiboot_TRUE@am__append_8084 = $(nodist_aout_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8085 = \ @COND_i386_multiboot_TRUE@ $(nodist_aout_module_SOURCES) \ @COND_i386_multiboot_TRUE@ aout.marker -@COND_i386_multiboot_TRUE@am__append_8009 = aout.mod -@COND_i386_multiboot_TRUE@am__append_8010 = aout.marker -@COND_i386_ieee1275_TRUE@am__append_8011 = aout.module -@COND_i386_ieee1275_TRUE@am__append_8012 = aout.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8013 = -@COND_i386_ieee1275_TRUE@am__append_8014 = $(nodist_aout_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8015 = \ +@COND_i386_multiboot_TRUE@am__append_8086 = aout.mod +@COND_i386_multiboot_TRUE@am__append_8087 = aout.marker +@COND_i386_ieee1275_TRUE@am__append_8088 = aout.module +@COND_i386_ieee1275_TRUE@am__append_8089 = aout.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8090 = +@COND_i386_ieee1275_TRUE@am__append_8091 = $(nodist_aout_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8092 = \ @COND_i386_ieee1275_TRUE@ $(nodist_aout_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ aout.marker -@COND_i386_ieee1275_TRUE@am__append_8016 = aout.mod -@COND_i386_ieee1275_TRUE@am__append_8017 = aout.marker -@COND_x86_64_efi_TRUE@am__append_8018 = aout.module -@COND_x86_64_efi_TRUE@am__append_8019 = aout.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8020 = -@COND_x86_64_efi_TRUE@am__append_8021 = $(nodist_aout_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8022 = $(nodist_aout_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_8093 = aout.mod +@COND_i386_ieee1275_TRUE@am__append_8094 = aout.marker +@COND_x86_64_efi_TRUE@am__append_8095 = aout.module +@COND_x86_64_efi_TRUE@am__append_8096 = aout.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8097 = +@COND_x86_64_efi_TRUE@am__append_8098 = $(nodist_aout_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8099 = $(nodist_aout_module_SOURCES) \ @COND_x86_64_efi_TRUE@ aout.marker -@COND_x86_64_efi_TRUE@am__append_8023 = aout.mod -@COND_x86_64_efi_TRUE@am__append_8024 = aout.marker -@COND_i386_pc_TRUE@am__append_8025 = bsd.module -@COND_i386_pc_TRUE@am__append_8026 = bsd.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8027 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c -@COND_i386_pc_TRUE@am__append_8028 = $(nodist_bsd_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8029 = $(nodist_bsd_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_8100 = aout.mod +@COND_x86_64_efi_TRUE@am__append_8101 = aout.marker +@COND_i386_pc_TRUE@am__append_8102 = bsd.module +@COND_i386_pc_TRUE@am__append_8103 = bsd.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8104 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c +@COND_i386_pc_TRUE@am__append_8105 = $(nodist_bsd_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8106 = $(nodist_bsd_module_SOURCES) \ @COND_i386_pc_TRUE@ bsd.marker -@COND_i386_pc_TRUE@am__append_8030 = bsd.mod -@COND_i386_pc_TRUE@am__append_8031 = bsd.marker -@COND_i386_efi_TRUE@am__append_8032 = bsd.module -@COND_i386_efi_TRUE@am__append_8033 = bsd.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8034 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c -@COND_i386_efi_TRUE@am__append_8035 = $(nodist_bsd_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8036 = $(nodist_bsd_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8107 = bsd.mod +@COND_i386_pc_TRUE@am__append_8108 = bsd.marker +@COND_i386_efi_TRUE@am__append_8109 = bsd.module +@COND_i386_efi_TRUE@am__append_8110 = bsd.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8111 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c +@COND_i386_efi_TRUE@am__append_8112 = $(nodist_bsd_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8113 = $(nodist_bsd_module_SOURCES) \ @COND_i386_efi_TRUE@ bsd.marker -@COND_i386_efi_TRUE@am__append_8037 = bsd.mod -@COND_i386_efi_TRUE@am__append_8038 = bsd.marker -@COND_i386_qemu_TRUE@am__append_8039 = bsd.module -@COND_i386_qemu_TRUE@am__append_8040 = bsd.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8041 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c -@COND_i386_qemu_TRUE@am__append_8042 = $(nodist_bsd_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8043 = $(nodist_bsd_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_8114 = bsd.mod +@COND_i386_efi_TRUE@am__append_8115 = bsd.marker +@COND_i386_qemu_TRUE@am__append_8116 = bsd.module +@COND_i386_qemu_TRUE@am__append_8117 = bsd.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8118 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c +@COND_i386_qemu_TRUE@am__append_8119 = $(nodist_bsd_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8120 = $(nodist_bsd_module_SOURCES) \ @COND_i386_qemu_TRUE@ bsd.marker -@COND_i386_qemu_TRUE@am__append_8044 = bsd.mod -@COND_i386_qemu_TRUE@am__append_8045 = bsd.marker -@COND_i386_coreboot_TRUE@am__append_8046 = bsd.module -@COND_i386_coreboot_TRUE@am__append_8047 = bsd.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8048 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c -@COND_i386_coreboot_TRUE@am__append_8049 = $(nodist_bsd_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8050 = \ +@COND_i386_qemu_TRUE@am__append_8121 = bsd.mod +@COND_i386_qemu_TRUE@am__append_8122 = bsd.marker +@COND_i386_coreboot_TRUE@am__append_8123 = bsd.module +@COND_i386_coreboot_TRUE@am__append_8124 = bsd.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8125 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c +@COND_i386_coreboot_TRUE@am__append_8126 = $(nodist_bsd_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8127 = \ @COND_i386_coreboot_TRUE@ $(nodist_bsd_module_SOURCES) \ @COND_i386_coreboot_TRUE@ bsd.marker -@COND_i386_coreboot_TRUE@am__append_8051 = bsd.mod -@COND_i386_coreboot_TRUE@am__append_8052 = bsd.marker -@COND_i386_multiboot_TRUE@am__append_8053 = bsd.module -@COND_i386_multiboot_TRUE@am__append_8054 = bsd.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8055 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c -@COND_i386_multiboot_TRUE@am__append_8056 = $(nodist_bsd_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8057 = \ +@COND_i386_coreboot_TRUE@am__append_8128 = bsd.mod +@COND_i386_coreboot_TRUE@am__append_8129 = bsd.marker +@COND_i386_multiboot_TRUE@am__append_8130 = bsd.module +@COND_i386_multiboot_TRUE@am__append_8131 = bsd.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8132 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c +@COND_i386_multiboot_TRUE@am__append_8133 = $(nodist_bsd_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8134 = \ @COND_i386_multiboot_TRUE@ $(nodist_bsd_module_SOURCES) \ @COND_i386_multiboot_TRUE@ bsd.marker -@COND_i386_multiboot_TRUE@am__append_8058 = bsd.mod -@COND_i386_multiboot_TRUE@am__append_8059 = bsd.marker -@COND_i386_ieee1275_TRUE@am__append_8060 = bsd.module -@COND_i386_ieee1275_TRUE@am__append_8061 = bsd.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8062 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c -@COND_i386_ieee1275_TRUE@am__append_8063 = $(nodist_bsd_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8064 = \ +@COND_i386_multiboot_TRUE@am__append_8135 = bsd.mod +@COND_i386_multiboot_TRUE@am__append_8136 = bsd.marker +@COND_i386_ieee1275_TRUE@am__append_8137 = bsd.module +@COND_i386_ieee1275_TRUE@am__append_8138 = bsd.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8139 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c +@COND_i386_ieee1275_TRUE@am__append_8140 = $(nodist_bsd_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8141 = \ @COND_i386_ieee1275_TRUE@ $(nodist_bsd_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ bsd.marker -@COND_i386_ieee1275_TRUE@am__append_8065 = bsd.mod -@COND_i386_ieee1275_TRUE@am__append_8066 = bsd.marker -@COND_x86_64_efi_TRUE@am__append_8067 = bsd.module -@COND_x86_64_efi_TRUE@am__append_8068 = bsd.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8069 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c -@COND_x86_64_efi_TRUE@am__append_8070 = $(nodist_bsd_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8071 = $(nodist_bsd_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_8142 = bsd.mod +@COND_i386_ieee1275_TRUE@am__append_8143 = bsd.marker +@COND_x86_64_efi_TRUE@am__append_8144 = bsd.module +@COND_x86_64_efi_TRUE@am__append_8145 = bsd.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8146 = loader/i386/bsdXX.c loader/i386/bsd_pagetable.c +@COND_x86_64_efi_TRUE@am__append_8147 = $(nodist_bsd_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8148 = $(nodist_bsd_module_SOURCES) \ @COND_x86_64_efi_TRUE@ bsd.marker -@COND_x86_64_efi_TRUE@am__append_8072 = bsd.mod -@COND_x86_64_efi_TRUE@am__append_8073 = bsd.marker -@COND_i386_pc_TRUE@am__append_8074 = linux16.module ntldr.module \ +@COND_x86_64_efi_TRUE@am__append_8149 = bsd.mod +@COND_x86_64_efi_TRUE@am__append_8150 = bsd.marker +@COND_i386_pc_TRUE@am__append_8151 = linux16.module ntldr.module \ @COND_i386_pc_TRUE@ multiboot2.module -@COND_i386_pc_TRUE@am__append_8075 = linux16.module$(EXEEXT) \ +@COND_i386_pc_TRUE@am__append_8152 = linux16.module$(EXEEXT) \ @COND_i386_pc_TRUE@ ntldr.module$(EXEEXT) \ @COND_i386_pc_TRUE@ multiboot2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8076 = -@COND_i386_pc_TRUE@am__append_8077 = $(nodist_linux16_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8153 = +@COND_i386_pc_TRUE@am__append_8154 = $(nodist_linux16_module_SOURCES) \ @COND_i386_pc_TRUE@ $(nodist_ntldr_module_SOURCES) \ @COND_i386_pc_TRUE@ $(nodist_multiboot2_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8078 = $(nodist_linux16_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8155 = $(nodist_linux16_module_SOURCES) \ @COND_i386_pc_TRUE@ linux16.marker \ @COND_i386_pc_TRUE@ $(nodist_ntldr_module_SOURCES) ntldr.marker \ @COND_i386_pc_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_i386_pc_TRUE@ multiboot2.marker -@COND_i386_pc_TRUE@am__append_8079 = linux16.mod ntldr.mod \ +@COND_i386_pc_TRUE@am__append_8156 = linux16.mod ntldr.mod \ @COND_i386_pc_TRUE@ multiboot2.mod -@COND_i386_pc_TRUE@am__append_8080 = linux16.marker ntldr.marker \ +@COND_i386_pc_TRUE@am__append_8157 = linux16.marker ntldr.marker \ @COND_i386_pc_TRUE@ multiboot2.marker -@COND_i386_efi_TRUE@am__append_8081 = multiboot2.module -@COND_i386_efi_TRUE@am__append_8082 = multiboot2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8083 = -@COND_i386_efi_TRUE@am__append_8084 = $(nodist_multiboot2_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8085 = \ +@COND_i386_efi_TRUE@am__append_8158 = multiboot2.module +@COND_i386_efi_TRUE@am__append_8159 = multiboot2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8160 = +@COND_i386_efi_TRUE@am__append_8161 = $(nodist_multiboot2_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8162 = \ @COND_i386_efi_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_i386_efi_TRUE@ multiboot2.marker -@COND_i386_efi_TRUE@am__append_8086 = multiboot2.mod -@COND_i386_efi_TRUE@am__append_8087 = multiboot2.marker -@COND_i386_qemu_TRUE@am__append_8088 = multiboot2.module -@COND_i386_qemu_TRUE@am__append_8089 = multiboot2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8090 = -@COND_i386_qemu_TRUE@am__append_8091 = $(nodist_multiboot2_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8092 = \ +@COND_i386_efi_TRUE@am__append_8163 = multiboot2.mod +@COND_i386_efi_TRUE@am__append_8164 = multiboot2.marker +@COND_i386_qemu_TRUE@am__append_8165 = multiboot2.module +@COND_i386_qemu_TRUE@am__append_8166 = multiboot2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8167 = +@COND_i386_qemu_TRUE@am__append_8168 = $(nodist_multiboot2_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8169 = \ @COND_i386_qemu_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_i386_qemu_TRUE@ multiboot2.marker -@COND_i386_qemu_TRUE@am__append_8093 = multiboot2.mod -@COND_i386_qemu_TRUE@am__append_8094 = multiboot2.marker -@COND_i386_coreboot_TRUE@am__append_8095 = multiboot2.module -@COND_i386_coreboot_TRUE@am__append_8096 = multiboot2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8097 = -@COND_i386_coreboot_TRUE@am__append_8098 = $(nodist_multiboot2_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8099 = \ +@COND_i386_qemu_TRUE@am__append_8170 = multiboot2.mod +@COND_i386_qemu_TRUE@am__append_8171 = multiboot2.marker +@COND_i386_coreboot_TRUE@am__append_8172 = multiboot2.module +@COND_i386_coreboot_TRUE@am__append_8173 = multiboot2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8174 = +@COND_i386_coreboot_TRUE@am__append_8175 = $(nodist_multiboot2_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8176 = \ @COND_i386_coreboot_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_i386_coreboot_TRUE@ multiboot2.marker -@COND_i386_coreboot_TRUE@am__append_8100 = multiboot2.mod -@COND_i386_coreboot_TRUE@am__append_8101 = multiboot2.marker -@COND_i386_multiboot_TRUE@am__append_8102 = multiboot2.module -@COND_i386_multiboot_TRUE@am__append_8103 = multiboot2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8104 = -@COND_i386_multiboot_TRUE@am__append_8105 = $(nodist_multiboot2_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8106 = \ +@COND_i386_coreboot_TRUE@am__append_8177 = multiboot2.mod +@COND_i386_coreboot_TRUE@am__append_8178 = multiboot2.marker +@COND_i386_multiboot_TRUE@am__append_8179 = multiboot2.module +@COND_i386_multiboot_TRUE@am__append_8180 = multiboot2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8181 = +@COND_i386_multiboot_TRUE@am__append_8182 = $(nodist_multiboot2_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8183 = \ @COND_i386_multiboot_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_i386_multiboot_TRUE@ multiboot2.marker -@COND_i386_multiboot_TRUE@am__append_8107 = multiboot2.mod -@COND_i386_multiboot_TRUE@am__append_8108 = multiboot2.marker -@COND_i386_ieee1275_TRUE@am__append_8109 = multiboot2.module -@COND_i386_ieee1275_TRUE@am__append_8110 = multiboot2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8111 = -@COND_i386_ieee1275_TRUE@am__append_8112 = $(nodist_multiboot2_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8113 = \ +@COND_i386_multiboot_TRUE@am__append_8184 = multiboot2.mod +@COND_i386_multiboot_TRUE@am__append_8185 = multiboot2.marker +@COND_i386_ieee1275_TRUE@am__append_8186 = multiboot2.module +@COND_i386_ieee1275_TRUE@am__append_8187 = multiboot2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8188 = +@COND_i386_ieee1275_TRUE@am__append_8189 = $(nodist_multiboot2_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8190 = \ @COND_i386_ieee1275_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ multiboot2.marker -@COND_i386_ieee1275_TRUE@am__append_8114 = multiboot2.mod -@COND_i386_ieee1275_TRUE@am__append_8115 = multiboot2.marker -@COND_x86_64_efi_TRUE@am__append_8116 = multiboot2.module -@COND_x86_64_efi_TRUE@am__append_8117 = multiboot2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8118 = -@COND_x86_64_efi_TRUE@am__append_8119 = $(nodist_multiboot2_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8120 = \ +@COND_i386_ieee1275_TRUE@am__append_8191 = multiboot2.mod +@COND_i386_ieee1275_TRUE@am__append_8192 = multiboot2.marker +@COND_x86_64_efi_TRUE@am__append_8193 = multiboot2.module +@COND_x86_64_efi_TRUE@am__append_8194 = multiboot2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8195 = +@COND_x86_64_efi_TRUE@am__append_8196 = $(nodist_multiboot2_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8197 = \ @COND_x86_64_efi_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_x86_64_efi_TRUE@ multiboot2.marker -@COND_x86_64_efi_TRUE@am__append_8121 = multiboot2.mod -@COND_x86_64_efi_TRUE@am__append_8122 = multiboot2.marker -@COND_mips_yeeloong_TRUE@am__append_8123 = multiboot2.module -@COND_mips_yeeloong_TRUE@am__append_8124 = multiboot2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8125 = -@COND_mips_yeeloong_TRUE@am__append_8126 = $(nodist_multiboot2_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8127 = \ +@COND_x86_64_efi_TRUE@am__append_8198 = multiboot2.mod +@COND_x86_64_efi_TRUE@am__append_8199 = multiboot2.marker +@COND_mips_yeeloong_TRUE@am__append_8200 = multiboot2.module +@COND_mips_yeeloong_TRUE@am__append_8201 = multiboot2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8202 = +@COND_mips_yeeloong_TRUE@am__append_8203 = $(nodist_multiboot2_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8204 = \ @COND_mips_yeeloong_TRUE@ $(nodist_multiboot2_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ multiboot2.marker -@COND_mips_yeeloong_TRUE@am__append_8128 = multiboot2.mod -@COND_mips_yeeloong_TRUE@am__append_8129 = multiboot2.marker -@COND_i386_pc_TRUE@am__append_8130 = multiboot.module -@COND_i386_pc_TRUE@am__append_8131 = multiboot.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8132 = loader/multiboot_elfxx.c -@COND_i386_pc_TRUE@am__append_8133 = $(nodist_multiboot_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8134 = \ +@COND_mips_yeeloong_TRUE@am__append_8205 = multiboot2.mod +@COND_mips_yeeloong_TRUE@am__append_8206 = multiboot2.marker +@COND_i386_pc_TRUE@am__append_8207 = multiboot.module +@COND_i386_pc_TRUE@am__append_8208 = multiboot.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8209 = loader/multiboot_elfxx.c +@COND_i386_pc_TRUE@am__append_8210 = $(nodist_multiboot_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8211 = \ @COND_i386_pc_TRUE@ $(nodist_multiboot_module_SOURCES) \ @COND_i386_pc_TRUE@ multiboot.marker -@COND_i386_pc_TRUE@am__append_8135 = multiboot.mod -@COND_i386_pc_TRUE@am__append_8136 = multiboot.marker -@COND_i386_efi_TRUE@am__append_8137 = multiboot.module -@COND_i386_efi_TRUE@am__append_8138 = multiboot.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8139 = loader/multiboot_elfxx.c -@COND_i386_efi_TRUE@am__append_8140 = $(nodist_multiboot_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8141 = \ +@COND_i386_pc_TRUE@am__append_8212 = multiboot.mod +@COND_i386_pc_TRUE@am__append_8213 = multiboot.marker +@COND_i386_efi_TRUE@am__append_8214 = multiboot.module +@COND_i386_efi_TRUE@am__append_8215 = multiboot.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8216 = loader/multiboot_elfxx.c +@COND_i386_efi_TRUE@am__append_8217 = $(nodist_multiboot_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8218 = \ @COND_i386_efi_TRUE@ $(nodist_multiboot_module_SOURCES) \ @COND_i386_efi_TRUE@ multiboot.marker -@COND_i386_efi_TRUE@am__append_8142 = multiboot.mod -@COND_i386_efi_TRUE@am__append_8143 = multiboot.marker -@COND_i386_qemu_TRUE@am__append_8144 = multiboot.module -@COND_i386_qemu_TRUE@am__append_8145 = multiboot.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8146 = loader/multiboot_elfxx.c -@COND_i386_qemu_TRUE@am__append_8147 = $(nodist_multiboot_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8148 = \ +@COND_i386_efi_TRUE@am__append_8219 = multiboot.mod +@COND_i386_efi_TRUE@am__append_8220 = multiboot.marker +@COND_i386_qemu_TRUE@am__append_8221 = multiboot.module +@COND_i386_qemu_TRUE@am__append_8222 = multiboot.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8223 = loader/multiboot_elfxx.c +@COND_i386_qemu_TRUE@am__append_8224 = $(nodist_multiboot_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8225 = \ @COND_i386_qemu_TRUE@ $(nodist_multiboot_module_SOURCES) \ @COND_i386_qemu_TRUE@ multiboot.marker -@COND_i386_qemu_TRUE@am__append_8149 = multiboot.mod -@COND_i386_qemu_TRUE@am__append_8150 = multiboot.marker -@COND_i386_coreboot_TRUE@am__append_8151 = multiboot.module -@COND_i386_coreboot_TRUE@am__append_8152 = multiboot.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8153 = loader/multiboot_elfxx.c -@COND_i386_coreboot_TRUE@am__append_8154 = $(nodist_multiboot_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8155 = \ +@COND_i386_qemu_TRUE@am__append_8226 = multiboot.mod +@COND_i386_qemu_TRUE@am__append_8227 = multiboot.marker +@COND_i386_coreboot_TRUE@am__append_8228 = multiboot.module +@COND_i386_coreboot_TRUE@am__append_8229 = multiboot.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8230 = loader/multiboot_elfxx.c +@COND_i386_coreboot_TRUE@am__append_8231 = $(nodist_multiboot_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8232 = \ @COND_i386_coreboot_TRUE@ $(nodist_multiboot_module_SOURCES) \ @COND_i386_coreboot_TRUE@ multiboot.marker -@COND_i386_coreboot_TRUE@am__append_8156 = multiboot.mod -@COND_i386_coreboot_TRUE@am__append_8157 = multiboot.marker -@COND_i386_multiboot_TRUE@am__append_8158 = multiboot.module -@COND_i386_multiboot_TRUE@am__append_8159 = multiboot.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8160 = loader/multiboot_elfxx.c -@COND_i386_multiboot_TRUE@am__append_8161 = $(nodist_multiboot_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8162 = \ +@COND_i386_coreboot_TRUE@am__append_8233 = multiboot.mod +@COND_i386_coreboot_TRUE@am__append_8234 = multiboot.marker +@COND_i386_multiboot_TRUE@am__append_8235 = multiboot.module +@COND_i386_multiboot_TRUE@am__append_8236 = multiboot.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8237 = loader/multiboot_elfxx.c +@COND_i386_multiboot_TRUE@am__append_8238 = $(nodist_multiboot_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8239 = \ @COND_i386_multiboot_TRUE@ $(nodist_multiboot_module_SOURCES) \ @COND_i386_multiboot_TRUE@ multiboot.marker -@COND_i386_multiboot_TRUE@am__append_8163 = multiboot.mod -@COND_i386_multiboot_TRUE@am__append_8164 = multiboot.marker -@COND_i386_ieee1275_TRUE@am__append_8165 = multiboot.module -@COND_i386_ieee1275_TRUE@am__append_8166 = multiboot.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8167 = loader/multiboot_elfxx.c -@COND_i386_ieee1275_TRUE@am__append_8168 = $(nodist_multiboot_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8169 = \ +@COND_i386_multiboot_TRUE@am__append_8240 = multiboot.mod +@COND_i386_multiboot_TRUE@am__append_8241 = multiboot.marker +@COND_i386_ieee1275_TRUE@am__append_8242 = multiboot.module +@COND_i386_ieee1275_TRUE@am__append_8243 = multiboot.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8244 = loader/multiboot_elfxx.c +@COND_i386_ieee1275_TRUE@am__append_8245 = $(nodist_multiboot_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8246 = \ @COND_i386_ieee1275_TRUE@ $(nodist_multiboot_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ multiboot.marker -@COND_i386_ieee1275_TRUE@am__append_8170 = multiboot.mod -@COND_i386_ieee1275_TRUE@am__append_8171 = multiboot.marker -@COND_x86_64_efi_TRUE@am__append_8172 = multiboot.module -@COND_x86_64_efi_TRUE@am__append_8173 = multiboot.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8174 = loader/multiboot_elfxx.c -@COND_x86_64_efi_TRUE@am__append_8175 = $(nodist_multiboot_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8176 = \ +@COND_i386_ieee1275_TRUE@am__append_8247 = multiboot.mod +@COND_i386_ieee1275_TRUE@am__append_8248 = multiboot.marker +@COND_x86_64_efi_TRUE@am__append_8249 = multiboot.module +@COND_x86_64_efi_TRUE@am__append_8250 = multiboot.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8251 = loader/multiboot_elfxx.c +@COND_x86_64_efi_TRUE@am__append_8252 = $(nodist_multiboot_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8253 = \ @COND_x86_64_efi_TRUE@ $(nodist_multiboot_module_SOURCES) \ @COND_x86_64_efi_TRUE@ multiboot.marker -@COND_x86_64_efi_TRUE@am__append_8177 = multiboot.mod -@COND_x86_64_efi_TRUE@am__append_8178 = multiboot.marker -@COND_i386_pc_TRUE@am__append_8179 = linux.module -@COND_i386_pc_TRUE@am__append_8180 = linux.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8181 = -@COND_i386_pc_TRUE@am__append_8182 = $(nodist_linux_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8183 = $(nodist_linux_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_8254 = multiboot.mod +@COND_x86_64_efi_TRUE@am__append_8255 = multiboot.marker +@COND_i386_pc_TRUE@am__append_8256 = linux.module +@COND_i386_pc_TRUE@am__append_8257 = linux.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8258 = +@COND_i386_pc_TRUE@am__append_8259 = $(nodist_linux_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8260 = $(nodist_linux_module_SOURCES) \ @COND_i386_pc_TRUE@ linux.marker -@COND_i386_pc_TRUE@am__append_8184 = linux.mod -@COND_i386_pc_TRUE@am__append_8185 = linux.marker -@COND_i386_efi_TRUE@am__append_8186 = linux.module -@COND_i386_efi_TRUE@am__append_8187 = linux.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8188 = -@COND_i386_efi_TRUE@am__append_8189 = $(nodist_linux_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8190 = $(nodist_linux_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8261 = linux.mod +@COND_i386_pc_TRUE@am__append_8262 = linux.marker +@COND_i386_efi_TRUE@am__append_8263 = linux.module +@COND_i386_efi_TRUE@am__append_8264 = linux.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8265 = +@COND_i386_efi_TRUE@am__append_8266 = $(nodist_linux_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8267 = $(nodist_linux_module_SOURCES) \ @COND_i386_efi_TRUE@ linux.marker -@COND_i386_efi_TRUE@am__append_8191 = linux.mod -@COND_i386_efi_TRUE@am__append_8192 = linux.marker -@COND_i386_qemu_TRUE@am__append_8193 = linux.module -@COND_i386_qemu_TRUE@am__append_8194 = linux.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8195 = -@COND_i386_qemu_TRUE@am__append_8196 = $(nodist_linux_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8197 = $(nodist_linux_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_8268 = linux.mod +@COND_i386_efi_TRUE@am__append_8269 = linux.marker +@COND_i386_qemu_TRUE@am__append_8270 = linux.module +@COND_i386_qemu_TRUE@am__append_8271 = linux.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8272 = +@COND_i386_qemu_TRUE@am__append_8273 = $(nodist_linux_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8274 = $(nodist_linux_module_SOURCES) \ @COND_i386_qemu_TRUE@ linux.marker -@COND_i386_qemu_TRUE@am__append_8198 = linux.mod -@COND_i386_qemu_TRUE@am__append_8199 = linux.marker -@COND_i386_coreboot_TRUE@am__append_8200 = linux.module -@COND_i386_coreboot_TRUE@am__append_8201 = linux.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8202 = -@COND_i386_coreboot_TRUE@am__append_8203 = $(nodist_linux_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8204 = \ +@COND_i386_qemu_TRUE@am__append_8275 = linux.mod +@COND_i386_qemu_TRUE@am__append_8276 = linux.marker +@COND_i386_coreboot_TRUE@am__append_8277 = linux.module +@COND_i386_coreboot_TRUE@am__append_8278 = linux.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8279 = +@COND_i386_coreboot_TRUE@am__append_8280 = $(nodist_linux_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8281 = \ @COND_i386_coreboot_TRUE@ $(nodist_linux_module_SOURCES) \ @COND_i386_coreboot_TRUE@ linux.marker -@COND_i386_coreboot_TRUE@am__append_8205 = linux.mod -@COND_i386_coreboot_TRUE@am__append_8206 = linux.marker -@COND_i386_multiboot_TRUE@am__append_8207 = linux.module -@COND_i386_multiboot_TRUE@am__append_8208 = linux.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8209 = -@COND_i386_multiboot_TRUE@am__append_8210 = $(nodist_linux_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8211 = \ +@COND_i386_coreboot_TRUE@am__append_8282 = linux.mod +@COND_i386_coreboot_TRUE@am__append_8283 = linux.marker +@COND_i386_multiboot_TRUE@am__append_8284 = linux.module +@COND_i386_multiboot_TRUE@am__append_8285 = linux.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8286 = +@COND_i386_multiboot_TRUE@am__append_8287 = $(nodist_linux_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8288 = \ @COND_i386_multiboot_TRUE@ $(nodist_linux_module_SOURCES) \ @COND_i386_multiboot_TRUE@ linux.marker -@COND_i386_multiboot_TRUE@am__append_8212 = linux.mod -@COND_i386_multiboot_TRUE@am__append_8213 = linux.marker -@COND_i386_ieee1275_TRUE@am__append_8214 = linux.module -@COND_i386_ieee1275_TRUE@am__append_8215 = linux.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8216 = -@COND_i386_ieee1275_TRUE@am__append_8217 = $(nodist_linux_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8218 = \ +@COND_i386_multiboot_TRUE@am__append_8289 = linux.mod +@COND_i386_multiboot_TRUE@am__append_8290 = linux.marker +@COND_i386_ieee1275_TRUE@am__append_8291 = linux.module +@COND_i386_ieee1275_TRUE@am__append_8292 = linux.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8293 = +@COND_i386_ieee1275_TRUE@am__append_8294 = $(nodist_linux_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8295 = \ @COND_i386_ieee1275_TRUE@ $(nodist_linux_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ linux.marker -@COND_i386_ieee1275_TRUE@am__append_8219 = linux.mod -@COND_i386_ieee1275_TRUE@am__append_8220 = linux.marker -@COND_x86_64_efi_TRUE@am__append_8221 = linux.module -@COND_x86_64_efi_TRUE@am__append_8222 = linux.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8223 = -@COND_x86_64_efi_TRUE@am__append_8224 = $(nodist_linux_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8225 = \ +@COND_i386_ieee1275_TRUE@am__append_8296 = linux.mod +@COND_i386_ieee1275_TRUE@am__append_8297 = linux.marker +@COND_x86_64_efi_TRUE@am__append_8298 = linux.module +@COND_x86_64_efi_TRUE@am__append_8299 = linux.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8300 = +@COND_x86_64_efi_TRUE@am__append_8301 = $(nodist_linux_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8302 = \ @COND_x86_64_efi_TRUE@ $(nodist_linux_module_SOURCES) \ @COND_x86_64_efi_TRUE@ linux.marker -@COND_x86_64_efi_TRUE@am__append_8226 = linux.mod -@COND_x86_64_efi_TRUE@am__append_8227 = linux.marker -@COND_mips_yeeloong_TRUE@am__append_8228 = linux.module -@COND_mips_yeeloong_TRUE@am__append_8229 = linux.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8230 = -@COND_mips_yeeloong_TRUE@am__append_8231 = $(nodist_linux_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8232 = \ +@COND_x86_64_efi_TRUE@am__append_8303 = linux.mod +@COND_x86_64_efi_TRUE@am__append_8304 = linux.marker +@COND_mips_yeeloong_TRUE@am__append_8305 = linux.module +@COND_mips_yeeloong_TRUE@am__append_8306 = linux.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8307 = +@COND_mips_yeeloong_TRUE@am__append_8308 = $(nodist_linux_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8309 = \ @COND_mips_yeeloong_TRUE@ $(nodist_linux_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ linux.marker -@COND_mips_yeeloong_TRUE@am__append_8233 = linux.mod -@COND_mips_yeeloong_TRUE@am__append_8234 = linux.marker -@COND_sparc64_ieee1275_TRUE@am__append_8235 = linux.module -@COND_sparc64_ieee1275_TRUE@am__append_8236 = linux.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8237 = -@COND_sparc64_ieee1275_TRUE@am__append_8238 = $(nodist_linux_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8239 = \ +@COND_mips_yeeloong_TRUE@am__append_8310 = linux.mod +@COND_mips_yeeloong_TRUE@am__append_8311 = linux.marker +@COND_sparc64_ieee1275_TRUE@am__append_8312 = linux.module +@COND_sparc64_ieee1275_TRUE@am__append_8313 = linux.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8314 = +@COND_sparc64_ieee1275_TRUE@am__append_8315 = $(nodist_linux_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8316 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_linux_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ linux.marker -@COND_sparc64_ieee1275_TRUE@am__append_8240 = linux.mod -@COND_sparc64_ieee1275_TRUE@am__append_8241 = linux.marker -@COND_powerpc_ieee1275_TRUE@am__append_8242 = linux.module -@COND_powerpc_ieee1275_TRUE@am__append_8243 = linux.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8244 = -@COND_powerpc_ieee1275_TRUE@am__append_8245 = $(nodist_linux_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8246 = \ +@COND_sparc64_ieee1275_TRUE@am__append_8317 = linux.mod +@COND_sparc64_ieee1275_TRUE@am__append_8318 = linux.marker +@COND_powerpc_ieee1275_TRUE@am__append_8319 = linux.module +@COND_powerpc_ieee1275_TRUE@am__append_8320 = linux.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8321 = +@COND_powerpc_ieee1275_TRUE@am__append_8322 = $(nodist_linux_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8323 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_linux_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ linux.marker -@COND_powerpc_ieee1275_TRUE@am__append_8247 = linux.mod -@COND_powerpc_ieee1275_TRUE@am__append_8248 = linux.marker -@COND_i386_pc_TRUE@am__append_8249 = xnu.module -@COND_i386_pc_TRUE@am__append_8250 = xnu.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8251 = loader/machoXX.c -@COND_i386_pc_TRUE@am__append_8252 = $(nodist_xnu_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8253 = $(nodist_xnu_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8324 = linux.mod +@COND_powerpc_ieee1275_TRUE@am__append_8325 = linux.marker +@COND_i386_pc_TRUE@am__append_8326 = xnu.module +@COND_i386_pc_TRUE@am__append_8327 = xnu.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8328 = loader/machoXX.c +@COND_i386_pc_TRUE@am__append_8329 = $(nodist_xnu_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8330 = $(nodist_xnu_module_SOURCES) \ @COND_i386_pc_TRUE@ xnu.marker -@COND_i386_pc_TRUE@am__append_8254 = xnu.mod -@COND_i386_pc_TRUE@am__append_8255 = xnu.marker -@COND_i386_efi_TRUE@am__append_8256 = xnu.module -@COND_i386_efi_TRUE@am__append_8257 = xnu.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8258 = loader/machoXX.c -@COND_i386_efi_TRUE@am__append_8259 = $(nodist_xnu_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8260 = $(nodist_xnu_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8331 = xnu.mod +@COND_i386_pc_TRUE@am__append_8332 = xnu.marker +@COND_i386_efi_TRUE@am__append_8333 = xnu.module +@COND_i386_efi_TRUE@am__append_8334 = xnu.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8335 = loader/machoXX.c +@COND_i386_efi_TRUE@am__append_8336 = $(nodist_xnu_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8337 = $(nodist_xnu_module_SOURCES) \ @COND_i386_efi_TRUE@ xnu.marker -@COND_i386_efi_TRUE@am__append_8261 = xnu.mod -@COND_i386_efi_TRUE@am__append_8262 = xnu.marker -@COND_i386_qemu_TRUE@am__append_8263 = xnu.module -@COND_i386_qemu_TRUE@am__append_8264 = xnu.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8265 = loader/machoXX.c -@COND_i386_qemu_TRUE@am__append_8266 = $(nodist_xnu_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8267 = $(nodist_xnu_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_8338 = xnu.mod +@COND_i386_efi_TRUE@am__append_8339 = xnu.marker +@COND_i386_qemu_TRUE@am__append_8340 = xnu.module +@COND_i386_qemu_TRUE@am__append_8341 = xnu.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8342 = loader/machoXX.c +@COND_i386_qemu_TRUE@am__append_8343 = $(nodist_xnu_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8344 = $(nodist_xnu_module_SOURCES) \ @COND_i386_qemu_TRUE@ xnu.marker -@COND_i386_qemu_TRUE@am__append_8268 = xnu.mod -@COND_i386_qemu_TRUE@am__append_8269 = xnu.marker -@COND_i386_coreboot_TRUE@am__append_8270 = xnu.module -@COND_i386_coreboot_TRUE@am__append_8271 = xnu.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8272 = loader/machoXX.c -@COND_i386_coreboot_TRUE@am__append_8273 = $(nodist_xnu_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8274 = \ +@COND_i386_qemu_TRUE@am__append_8345 = xnu.mod +@COND_i386_qemu_TRUE@am__append_8346 = xnu.marker +@COND_i386_coreboot_TRUE@am__append_8347 = xnu.module +@COND_i386_coreboot_TRUE@am__append_8348 = xnu.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8349 = loader/machoXX.c +@COND_i386_coreboot_TRUE@am__append_8350 = $(nodist_xnu_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8351 = \ @COND_i386_coreboot_TRUE@ $(nodist_xnu_module_SOURCES) \ @COND_i386_coreboot_TRUE@ xnu.marker -@COND_i386_coreboot_TRUE@am__append_8275 = xnu.mod -@COND_i386_coreboot_TRUE@am__append_8276 = xnu.marker -@COND_i386_multiboot_TRUE@am__append_8277 = xnu.module -@COND_i386_multiboot_TRUE@am__append_8278 = xnu.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8279 = loader/machoXX.c -@COND_i386_multiboot_TRUE@am__append_8280 = $(nodist_xnu_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8281 = \ +@COND_i386_coreboot_TRUE@am__append_8352 = xnu.mod +@COND_i386_coreboot_TRUE@am__append_8353 = xnu.marker +@COND_i386_multiboot_TRUE@am__append_8354 = xnu.module +@COND_i386_multiboot_TRUE@am__append_8355 = xnu.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8356 = loader/machoXX.c +@COND_i386_multiboot_TRUE@am__append_8357 = $(nodist_xnu_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8358 = \ @COND_i386_multiboot_TRUE@ $(nodist_xnu_module_SOURCES) \ @COND_i386_multiboot_TRUE@ xnu.marker -@COND_i386_multiboot_TRUE@am__append_8282 = xnu.mod -@COND_i386_multiboot_TRUE@am__append_8283 = xnu.marker -@COND_i386_ieee1275_TRUE@am__append_8284 = xnu.module -@COND_i386_ieee1275_TRUE@am__append_8285 = xnu.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8286 = loader/machoXX.c -@COND_i386_ieee1275_TRUE@am__append_8287 = $(nodist_xnu_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8288 = \ +@COND_i386_multiboot_TRUE@am__append_8359 = xnu.mod +@COND_i386_multiboot_TRUE@am__append_8360 = xnu.marker +@COND_i386_ieee1275_TRUE@am__append_8361 = xnu.module +@COND_i386_ieee1275_TRUE@am__append_8362 = xnu.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8363 = loader/machoXX.c +@COND_i386_ieee1275_TRUE@am__append_8364 = $(nodist_xnu_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8365 = \ @COND_i386_ieee1275_TRUE@ $(nodist_xnu_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ xnu.marker -@COND_i386_ieee1275_TRUE@am__append_8289 = xnu.mod -@COND_i386_ieee1275_TRUE@am__append_8290 = xnu.marker -@COND_x86_64_efi_TRUE@am__append_8291 = xnu.module -@COND_x86_64_efi_TRUE@am__append_8292 = xnu.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8293 = loader/machoXX.c -@COND_x86_64_efi_TRUE@am__append_8294 = $(nodist_xnu_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8295 = $(nodist_xnu_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_8366 = xnu.mod +@COND_i386_ieee1275_TRUE@am__append_8367 = xnu.marker +@COND_x86_64_efi_TRUE@am__append_8368 = xnu.module +@COND_x86_64_efi_TRUE@am__append_8369 = xnu.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8370 = loader/machoXX.c +@COND_x86_64_efi_TRUE@am__append_8371 = $(nodist_xnu_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8372 = $(nodist_xnu_module_SOURCES) \ @COND_x86_64_efi_TRUE@ xnu.marker -@COND_x86_64_efi_TRUE@am__append_8296 = xnu.mod -@COND_x86_64_efi_TRUE@am__append_8297 = xnu.marker -@COND_i386_efi_TRUE@am__append_8298 = appleldr.module -@COND_i386_efi_TRUE@am__append_8299 = appleldr.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8300 = -@COND_i386_efi_TRUE@am__append_8301 = $(nodist_appleldr_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8302 = \ +@COND_x86_64_efi_TRUE@am__append_8373 = xnu.mod +@COND_x86_64_efi_TRUE@am__append_8374 = xnu.marker +@COND_i386_efi_TRUE@am__append_8375 = appleldr.module +@COND_i386_efi_TRUE@am__append_8376 = appleldr.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8377 = +@COND_i386_efi_TRUE@am__append_8378 = $(nodist_appleldr_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8379 = \ @COND_i386_efi_TRUE@ $(nodist_appleldr_module_SOURCES) \ @COND_i386_efi_TRUE@ appleldr.marker -@COND_i386_efi_TRUE@am__append_8303 = appleldr.mod -@COND_i386_efi_TRUE@am__append_8304 = appleldr.marker -@COND_x86_64_efi_TRUE@am__append_8305 = appleldr.module -@COND_x86_64_efi_TRUE@am__append_8306 = appleldr.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8307 = -@COND_x86_64_efi_TRUE@am__append_8308 = $(nodist_appleldr_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8309 = \ +@COND_i386_efi_TRUE@am__append_8380 = appleldr.mod +@COND_i386_efi_TRUE@am__append_8381 = appleldr.marker +@COND_x86_64_efi_TRUE@am__append_8382 = appleldr.module +@COND_x86_64_efi_TRUE@am__append_8383 = appleldr.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8384 = +@COND_x86_64_efi_TRUE@am__append_8385 = $(nodist_appleldr_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8386 = \ @COND_x86_64_efi_TRUE@ $(nodist_appleldr_module_SOURCES) \ @COND_x86_64_efi_TRUE@ appleldr.marker -@COND_x86_64_efi_TRUE@am__append_8310 = appleldr.mod -@COND_x86_64_efi_TRUE@am__append_8311 = appleldr.marker -@COND_i386_pc_TRUE@am__append_8312 = chain.module -@COND_i386_pc_TRUE@am__append_8313 = chain.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8314 = -@COND_i386_pc_TRUE@am__append_8315 = $(nodist_chain_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8316 = $(nodist_chain_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_8387 = appleldr.mod +@COND_x86_64_efi_TRUE@am__append_8388 = appleldr.marker +@COND_i386_pc_TRUE@am__append_8389 = chain.module +@COND_i386_pc_TRUE@am__append_8390 = chain.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8391 = +@COND_i386_pc_TRUE@am__append_8392 = $(nodist_chain_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8393 = $(nodist_chain_module_SOURCES) \ @COND_i386_pc_TRUE@ chain.marker -@COND_i386_pc_TRUE@am__append_8317 = chain.mod -@COND_i386_pc_TRUE@am__append_8318 = chain.marker -@COND_i386_efi_TRUE@am__append_8319 = chain.module -@COND_i386_efi_TRUE@am__append_8320 = chain.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8321 = -@COND_i386_efi_TRUE@am__append_8322 = $(nodist_chain_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8323 = $(nodist_chain_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8394 = chain.mod +@COND_i386_pc_TRUE@am__append_8395 = chain.marker +@COND_i386_efi_TRUE@am__append_8396 = chain.module +@COND_i386_efi_TRUE@am__append_8397 = chain.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8398 = +@COND_i386_efi_TRUE@am__append_8399 = $(nodist_chain_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8400 = $(nodist_chain_module_SOURCES) \ @COND_i386_efi_TRUE@ chain.marker -@COND_i386_efi_TRUE@am__append_8324 = chain.mod -@COND_i386_efi_TRUE@am__append_8325 = chain.marker -@COND_x86_64_efi_TRUE@am__append_8326 = chain.module -@COND_x86_64_efi_TRUE@am__append_8327 = chain.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8328 = -@COND_x86_64_efi_TRUE@am__append_8329 = $(nodist_chain_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8330 = \ +@COND_i386_efi_TRUE@am__append_8401 = chain.mod +@COND_i386_efi_TRUE@am__append_8402 = chain.marker +@COND_x86_64_efi_TRUE@am__append_8403 = chain.module +@COND_x86_64_efi_TRUE@am__append_8404 = chain.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8405 = +@COND_x86_64_efi_TRUE@am__append_8406 = $(nodist_chain_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8407 = \ @COND_x86_64_efi_TRUE@ $(nodist_chain_module_SOURCES) \ @COND_x86_64_efi_TRUE@ chain.marker -@COND_x86_64_efi_TRUE@am__append_8331 = chain.mod -@COND_x86_64_efi_TRUE@am__append_8332 = chain.marker -@COND_i386_pc_TRUE@am__append_8333 = mmap.module -@COND_i386_pc_TRUE@am__append_8334 = mmap.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8335 = -@COND_i386_pc_TRUE@am__append_8336 = $(nodist_mmap_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8337 = $(nodist_mmap_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_8408 = chain.mod +@COND_x86_64_efi_TRUE@am__append_8409 = chain.marker +@COND_i386_pc_TRUE@am__append_8410 = mmap.module +@COND_i386_pc_TRUE@am__append_8411 = mmap.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8412 = +@COND_i386_pc_TRUE@am__append_8413 = $(nodist_mmap_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8414 = $(nodist_mmap_module_SOURCES) \ @COND_i386_pc_TRUE@ mmap.marker -@COND_i386_pc_TRUE@am__append_8338 = mmap.mod -@COND_i386_pc_TRUE@am__append_8339 = mmap.marker -@COND_i386_efi_TRUE@am__append_8340 = mmap.module -@COND_i386_efi_TRUE@am__append_8341 = mmap.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8342 = -@COND_i386_efi_TRUE@am__append_8343 = $(nodist_mmap_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8344 = $(nodist_mmap_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8415 = mmap.mod +@COND_i386_pc_TRUE@am__append_8416 = mmap.marker +@COND_i386_efi_TRUE@am__append_8417 = mmap.module +@COND_i386_efi_TRUE@am__append_8418 = mmap.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8419 = +@COND_i386_efi_TRUE@am__append_8420 = $(nodist_mmap_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8421 = $(nodist_mmap_module_SOURCES) \ @COND_i386_efi_TRUE@ mmap.marker -@COND_i386_efi_TRUE@am__append_8345 = mmap.mod -@COND_i386_efi_TRUE@am__append_8346 = mmap.marker -@COND_i386_qemu_TRUE@am__append_8347 = mmap.module -@COND_i386_qemu_TRUE@am__append_8348 = mmap.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8349 = -@COND_i386_qemu_TRUE@am__append_8350 = $(nodist_mmap_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8351 = $(nodist_mmap_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_8422 = mmap.mod +@COND_i386_efi_TRUE@am__append_8423 = mmap.marker +@COND_i386_qemu_TRUE@am__append_8424 = mmap.module +@COND_i386_qemu_TRUE@am__append_8425 = mmap.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8426 = +@COND_i386_qemu_TRUE@am__append_8427 = $(nodist_mmap_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8428 = $(nodist_mmap_module_SOURCES) \ @COND_i386_qemu_TRUE@ mmap.marker -@COND_i386_qemu_TRUE@am__append_8352 = mmap.mod -@COND_i386_qemu_TRUE@am__append_8353 = mmap.marker -@COND_i386_coreboot_TRUE@am__append_8354 = mmap.module -@COND_i386_coreboot_TRUE@am__append_8355 = mmap.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8356 = -@COND_i386_coreboot_TRUE@am__append_8357 = $(nodist_mmap_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8358 = \ +@COND_i386_qemu_TRUE@am__append_8429 = mmap.mod +@COND_i386_qemu_TRUE@am__append_8430 = mmap.marker +@COND_i386_coreboot_TRUE@am__append_8431 = mmap.module +@COND_i386_coreboot_TRUE@am__append_8432 = mmap.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8433 = +@COND_i386_coreboot_TRUE@am__append_8434 = $(nodist_mmap_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8435 = \ @COND_i386_coreboot_TRUE@ $(nodist_mmap_module_SOURCES) \ @COND_i386_coreboot_TRUE@ mmap.marker -@COND_i386_coreboot_TRUE@am__append_8359 = mmap.mod -@COND_i386_coreboot_TRUE@am__append_8360 = mmap.marker -@COND_i386_multiboot_TRUE@am__append_8361 = mmap.module -@COND_i386_multiboot_TRUE@am__append_8362 = mmap.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8363 = -@COND_i386_multiboot_TRUE@am__append_8364 = $(nodist_mmap_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8365 = \ +@COND_i386_coreboot_TRUE@am__append_8436 = mmap.mod +@COND_i386_coreboot_TRUE@am__append_8437 = mmap.marker +@COND_i386_multiboot_TRUE@am__append_8438 = mmap.module +@COND_i386_multiboot_TRUE@am__append_8439 = mmap.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8440 = +@COND_i386_multiboot_TRUE@am__append_8441 = $(nodist_mmap_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8442 = \ @COND_i386_multiboot_TRUE@ $(nodist_mmap_module_SOURCES) \ @COND_i386_multiboot_TRUE@ mmap.marker -@COND_i386_multiboot_TRUE@am__append_8366 = mmap.mod -@COND_i386_multiboot_TRUE@am__append_8367 = mmap.marker -@COND_i386_ieee1275_TRUE@am__append_8368 = mmap.module -@COND_i386_ieee1275_TRUE@am__append_8369 = mmap.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8370 = -@COND_i386_ieee1275_TRUE@am__append_8371 = $(nodist_mmap_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8372 = \ +@COND_i386_multiboot_TRUE@am__append_8443 = mmap.mod +@COND_i386_multiboot_TRUE@am__append_8444 = mmap.marker +@COND_i386_ieee1275_TRUE@am__append_8445 = mmap.module +@COND_i386_ieee1275_TRUE@am__append_8446 = mmap.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8447 = +@COND_i386_ieee1275_TRUE@am__append_8448 = $(nodist_mmap_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8449 = \ @COND_i386_ieee1275_TRUE@ $(nodist_mmap_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ mmap.marker -@COND_i386_ieee1275_TRUE@am__append_8373 = mmap.mod -@COND_i386_ieee1275_TRUE@am__append_8374 = mmap.marker -@COND_x86_64_efi_TRUE@am__append_8375 = mmap.module -@COND_x86_64_efi_TRUE@am__append_8376 = mmap.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8377 = -@COND_x86_64_efi_TRUE@am__append_8378 = $(nodist_mmap_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8379 = $(nodist_mmap_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_8450 = mmap.mod +@COND_i386_ieee1275_TRUE@am__append_8451 = mmap.marker +@COND_x86_64_efi_TRUE@am__append_8452 = mmap.module +@COND_x86_64_efi_TRUE@am__append_8453 = mmap.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8454 = +@COND_x86_64_efi_TRUE@am__append_8455 = $(nodist_mmap_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8456 = $(nodist_mmap_module_SOURCES) \ @COND_x86_64_efi_TRUE@ mmap.marker -@COND_x86_64_efi_TRUE@am__append_8380 = mmap.mod -@COND_x86_64_efi_TRUE@am__append_8381 = mmap.marker -@COND_mips_yeeloong_TRUE@am__append_8382 = mmap.module -@COND_mips_yeeloong_TRUE@am__append_8383 = mmap.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8384 = -@COND_mips_yeeloong_TRUE@am__append_8385 = $(nodist_mmap_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8386 = \ +@COND_x86_64_efi_TRUE@am__append_8457 = mmap.mod +@COND_x86_64_efi_TRUE@am__append_8458 = mmap.marker +@COND_mips_yeeloong_TRUE@am__append_8459 = mmap.module +@COND_mips_yeeloong_TRUE@am__append_8460 = mmap.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8461 = +@COND_mips_yeeloong_TRUE@am__append_8462 = $(nodist_mmap_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8463 = \ @COND_mips_yeeloong_TRUE@ $(nodist_mmap_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ mmap.marker -@COND_mips_yeeloong_TRUE@am__append_8387 = mmap.mod -@COND_mips_yeeloong_TRUE@am__append_8388 = mmap.marker -@COND_emu_TRUE@am__append_8389 = normal.module -@COND_emu_TRUE@am__append_8390 = normal.module$(EXEEXT) -@COND_emu_TRUE@am__append_8391 = script/yylex.l script/parser.y -@COND_emu_TRUE@am__append_8392 = $(nodist_normal_module_SOURCES) -@COND_emu_TRUE@am__append_8393 = $(nodist_normal_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_8464 = mmap.mod +@COND_mips_yeeloong_TRUE@am__append_8465 = mmap.marker +@COND_emu_TRUE@am__append_8466 = normal.module +@COND_emu_TRUE@am__append_8467 = normal.module$(EXEEXT) +@COND_emu_TRUE@am__append_8468 = script/yylex.l script/parser.y +@COND_emu_TRUE@am__append_8469 = $(nodist_normal_module_SOURCES) +@COND_emu_TRUE@am__append_8470 = $(nodist_normal_module_SOURCES) \ @COND_emu_TRUE@ normal.marker -@COND_emu_TRUE@am__append_8394 = normal.mod -@COND_emu_TRUE@am__append_8395 = normal.marker -@COND_i386_pc_TRUE@am__append_8396 = normal.module -@COND_i386_pc_TRUE@am__append_8397 = normal.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8398 = script/yylex.l script/parser.y -@COND_i386_pc_TRUE@am__append_8399 = $(nodist_normal_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8400 = $(nodist_normal_module_SOURCES) \ +@COND_emu_TRUE@am__append_8471 = normal.mod +@COND_emu_TRUE@am__append_8472 = normal.marker +@COND_i386_pc_TRUE@am__append_8473 = normal.module +@COND_i386_pc_TRUE@am__append_8474 = normal.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8475 = script/yylex.l script/parser.y +@COND_i386_pc_TRUE@am__append_8476 = $(nodist_normal_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8477 = $(nodist_normal_module_SOURCES) \ @COND_i386_pc_TRUE@ normal.marker -@COND_i386_pc_TRUE@am__append_8401 = normal.mod -@COND_i386_pc_TRUE@am__append_8402 = normal.marker -@COND_i386_efi_TRUE@am__append_8403 = normal.module -@COND_i386_efi_TRUE@am__append_8404 = normal.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8405 = script/yylex.l script/parser.y -@COND_i386_efi_TRUE@am__append_8406 = $(nodist_normal_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8407 = $(nodist_normal_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_8478 = normal.mod +@COND_i386_pc_TRUE@am__append_8479 = normal.marker +@COND_i386_efi_TRUE@am__append_8480 = normal.module +@COND_i386_efi_TRUE@am__append_8481 = normal.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8482 = script/yylex.l script/parser.y +@COND_i386_efi_TRUE@am__append_8483 = $(nodist_normal_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8484 = $(nodist_normal_module_SOURCES) \ @COND_i386_efi_TRUE@ normal.marker -@COND_i386_efi_TRUE@am__append_8408 = normal.mod -@COND_i386_efi_TRUE@am__append_8409 = normal.marker -@COND_i386_qemu_TRUE@am__append_8410 = normal.module -@COND_i386_qemu_TRUE@am__append_8411 = normal.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8412 = script/yylex.l script/parser.y -@COND_i386_qemu_TRUE@am__append_8413 = $(nodist_normal_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8414 = \ +@COND_i386_efi_TRUE@am__append_8485 = normal.mod +@COND_i386_efi_TRUE@am__append_8486 = normal.marker +@COND_i386_qemu_TRUE@am__append_8487 = normal.module +@COND_i386_qemu_TRUE@am__append_8488 = normal.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8489 = script/yylex.l script/parser.y +@COND_i386_qemu_TRUE@am__append_8490 = $(nodist_normal_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8491 = \ @COND_i386_qemu_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_i386_qemu_TRUE@ normal.marker -@COND_i386_qemu_TRUE@am__append_8415 = normal.mod -@COND_i386_qemu_TRUE@am__append_8416 = normal.marker -@COND_i386_coreboot_TRUE@am__append_8417 = normal.module -@COND_i386_coreboot_TRUE@am__append_8418 = normal.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8419 = script/yylex.l script/parser.y -@COND_i386_coreboot_TRUE@am__append_8420 = $(nodist_normal_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8421 = \ +@COND_i386_qemu_TRUE@am__append_8492 = normal.mod +@COND_i386_qemu_TRUE@am__append_8493 = normal.marker +@COND_i386_coreboot_TRUE@am__append_8494 = normal.module +@COND_i386_coreboot_TRUE@am__append_8495 = normal.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8496 = script/yylex.l script/parser.y +@COND_i386_coreboot_TRUE@am__append_8497 = $(nodist_normal_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8498 = \ @COND_i386_coreboot_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_i386_coreboot_TRUE@ normal.marker -@COND_i386_coreboot_TRUE@am__append_8422 = normal.mod -@COND_i386_coreboot_TRUE@am__append_8423 = normal.marker -@COND_i386_multiboot_TRUE@am__append_8424 = normal.module -@COND_i386_multiboot_TRUE@am__append_8425 = normal.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8426 = script/yylex.l script/parser.y -@COND_i386_multiboot_TRUE@am__append_8427 = $(nodist_normal_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8428 = \ +@COND_i386_coreboot_TRUE@am__append_8499 = normal.mod +@COND_i386_coreboot_TRUE@am__append_8500 = normal.marker +@COND_i386_multiboot_TRUE@am__append_8501 = normal.module +@COND_i386_multiboot_TRUE@am__append_8502 = normal.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8503 = script/yylex.l script/parser.y +@COND_i386_multiboot_TRUE@am__append_8504 = $(nodist_normal_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8505 = \ @COND_i386_multiboot_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_i386_multiboot_TRUE@ normal.marker -@COND_i386_multiboot_TRUE@am__append_8429 = normal.mod -@COND_i386_multiboot_TRUE@am__append_8430 = normal.marker -@COND_i386_ieee1275_TRUE@am__append_8431 = normal.module -@COND_i386_ieee1275_TRUE@am__append_8432 = normal.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8433 = script/yylex.l script/parser.y -@COND_i386_ieee1275_TRUE@am__append_8434 = $(nodist_normal_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8435 = \ +@COND_i386_multiboot_TRUE@am__append_8506 = normal.mod +@COND_i386_multiboot_TRUE@am__append_8507 = normal.marker +@COND_i386_ieee1275_TRUE@am__append_8508 = normal.module +@COND_i386_ieee1275_TRUE@am__append_8509 = normal.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8510 = script/yylex.l script/parser.y +@COND_i386_ieee1275_TRUE@am__append_8511 = $(nodist_normal_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8512 = \ @COND_i386_ieee1275_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ normal.marker -@COND_i386_ieee1275_TRUE@am__append_8436 = normal.mod -@COND_i386_ieee1275_TRUE@am__append_8437 = normal.marker -@COND_x86_64_efi_TRUE@am__append_8438 = normal.module -@COND_x86_64_efi_TRUE@am__append_8439 = normal.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8440 = script/yylex.l script/parser.y -@COND_x86_64_efi_TRUE@am__append_8441 = $(nodist_normal_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8442 = \ +@COND_i386_ieee1275_TRUE@am__append_8513 = normal.mod +@COND_i386_ieee1275_TRUE@am__append_8514 = normal.marker +@COND_x86_64_efi_TRUE@am__append_8515 = normal.module +@COND_x86_64_efi_TRUE@am__append_8516 = normal.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8517 = script/yylex.l script/parser.y +@COND_x86_64_efi_TRUE@am__append_8518 = $(nodist_normal_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8519 = \ @COND_x86_64_efi_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_x86_64_efi_TRUE@ normal.marker -@COND_x86_64_efi_TRUE@am__append_8443 = normal.mod -@COND_x86_64_efi_TRUE@am__append_8444 = normal.marker -@COND_mips_yeeloong_TRUE@am__append_8445 = normal.module -@COND_mips_yeeloong_TRUE@am__append_8446 = normal.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8447 = script/yylex.l script/parser.y -@COND_mips_yeeloong_TRUE@am__append_8448 = $(nodist_normal_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8449 = \ +@COND_x86_64_efi_TRUE@am__append_8520 = normal.mod +@COND_x86_64_efi_TRUE@am__append_8521 = normal.marker +@COND_mips_yeeloong_TRUE@am__append_8522 = normal.module +@COND_mips_yeeloong_TRUE@am__append_8523 = normal.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8524 = script/yylex.l script/parser.y +@COND_mips_yeeloong_TRUE@am__append_8525 = $(nodist_normal_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8526 = \ @COND_mips_yeeloong_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ normal.marker -@COND_mips_yeeloong_TRUE@am__append_8450 = normal.mod -@COND_mips_yeeloong_TRUE@am__append_8451 = normal.marker -@COND_sparc64_ieee1275_TRUE@am__append_8452 = normal.module -@COND_sparc64_ieee1275_TRUE@am__append_8453 = normal.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8454 = script/yylex.l script/parser.y -@COND_sparc64_ieee1275_TRUE@am__append_8455 = $(nodist_normal_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8456 = \ +@COND_mips_yeeloong_TRUE@am__append_8527 = normal.mod +@COND_mips_yeeloong_TRUE@am__append_8528 = normal.marker +@COND_sparc64_ieee1275_TRUE@am__append_8529 = normal.module +@COND_sparc64_ieee1275_TRUE@am__append_8530 = normal.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8531 = script/yylex.l script/parser.y +@COND_sparc64_ieee1275_TRUE@am__append_8532 = $(nodist_normal_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8533 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ normal.marker -@COND_sparc64_ieee1275_TRUE@am__append_8457 = normal.mod -@COND_sparc64_ieee1275_TRUE@am__append_8458 = normal.marker -@COND_powerpc_ieee1275_TRUE@am__append_8459 = normal.module -@COND_powerpc_ieee1275_TRUE@am__append_8460 = normal.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8461 = script/yylex.l script/parser.y -@COND_powerpc_ieee1275_TRUE@am__append_8462 = $(nodist_normal_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8463 = \ +@COND_sparc64_ieee1275_TRUE@am__append_8534 = normal.mod +@COND_sparc64_ieee1275_TRUE@am__append_8535 = normal.marker +@COND_powerpc_ieee1275_TRUE@am__append_8536 = normal.module +@COND_powerpc_ieee1275_TRUE@am__append_8537 = normal.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8538 = script/yylex.l script/parser.y +@COND_powerpc_ieee1275_TRUE@am__append_8539 = $(nodist_normal_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8540 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_normal_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ normal.marker -@COND_powerpc_ieee1275_TRUE@am__append_8464 = normal.mod -@COND_powerpc_ieee1275_TRUE@am__append_8465 = normal.marker -@COND_emu_TRUE@am__append_8466 = part_acorn.module -@COND_emu_TRUE@am__append_8467 = part_acorn.module$(EXEEXT) -@COND_emu_TRUE@am__append_8468 = -@COND_emu_TRUE@am__append_8469 = $(nodist_part_acorn_module_SOURCES) -@COND_emu_TRUE@am__append_8470 = $(nodist_part_acorn_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8541 = normal.mod +@COND_powerpc_ieee1275_TRUE@am__append_8542 = normal.marker +@COND_emu_TRUE@am__append_8543 = part_acorn.module +@COND_emu_TRUE@am__append_8544 = part_acorn.module$(EXEEXT) +@COND_emu_TRUE@am__append_8545 = +@COND_emu_TRUE@am__append_8546 = $(nodist_part_acorn_module_SOURCES) +@COND_emu_TRUE@am__append_8547 = $(nodist_part_acorn_module_SOURCES) \ @COND_emu_TRUE@ part_acorn.marker -@COND_emu_TRUE@am__append_8471 = part_acorn.mod -@COND_emu_TRUE@am__append_8472 = part_acorn.marker -@COND_i386_pc_TRUE@am__append_8473 = part_acorn.module -@COND_i386_pc_TRUE@am__append_8474 = part_acorn.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8475 = -@COND_i386_pc_TRUE@am__append_8476 = $(nodist_part_acorn_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8477 = \ +@COND_emu_TRUE@am__append_8548 = part_acorn.mod +@COND_emu_TRUE@am__append_8549 = part_acorn.marker +@COND_i386_pc_TRUE@am__append_8550 = part_acorn.module +@COND_i386_pc_TRUE@am__append_8551 = part_acorn.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8552 = +@COND_i386_pc_TRUE@am__append_8553 = $(nodist_part_acorn_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8554 = \ @COND_i386_pc_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_i386_pc_TRUE@ part_acorn.marker -@COND_i386_pc_TRUE@am__append_8478 = part_acorn.mod -@COND_i386_pc_TRUE@am__append_8479 = part_acorn.marker -@COND_i386_efi_TRUE@am__append_8480 = part_acorn.module -@COND_i386_efi_TRUE@am__append_8481 = part_acorn.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8482 = -@COND_i386_efi_TRUE@am__append_8483 = $(nodist_part_acorn_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8484 = \ +@COND_i386_pc_TRUE@am__append_8555 = part_acorn.mod +@COND_i386_pc_TRUE@am__append_8556 = part_acorn.marker +@COND_i386_efi_TRUE@am__append_8557 = part_acorn.module +@COND_i386_efi_TRUE@am__append_8558 = part_acorn.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8559 = +@COND_i386_efi_TRUE@am__append_8560 = $(nodist_part_acorn_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8561 = \ @COND_i386_efi_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_i386_efi_TRUE@ part_acorn.marker -@COND_i386_efi_TRUE@am__append_8485 = part_acorn.mod -@COND_i386_efi_TRUE@am__append_8486 = part_acorn.marker -@COND_i386_qemu_TRUE@am__append_8487 = part_acorn.module -@COND_i386_qemu_TRUE@am__append_8488 = part_acorn.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8489 = -@COND_i386_qemu_TRUE@am__append_8490 = $(nodist_part_acorn_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8491 = \ +@COND_i386_efi_TRUE@am__append_8562 = part_acorn.mod +@COND_i386_efi_TRUE@am__append_8563 = part_acorn.marker +@COND_i386_qemu_TRUE@am__append_8564 = part_acorn.module +@COND_i386_qemu_TRUE@am__append_8565 = part_acorn.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8566 = +@COND_i386_qemu_TRUE@am__append_8567 = $(nodist_part_acorn_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8568 = \ @COND_i386_qemu_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_acorn.marker -@COND_i386_qemu_TRUE@am__append_8492 = part_acorn.mod -@COND_i386_qemu_TRUE@am__append_8493 = part_acorn.marker -@COND_i386_coreboot_TRUE@am__append_8494 = part_acorn.module -@COND_i386_coreboot_TRUE@am__append_8495 = part_acorn.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8496 = -@COND_i386_coreboot_TRUE@am__append_8497 = $(nodist_part_acorn_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8498 = \ +@COND_i386_qemu_TRUE@am__append_8569 = part_acorn.mod +@COND_i386_qemu_TRUE@am__append_8570 = part_acorn.marker +@COND_i386_coreboot_TRUE@am__append_8571 = part_acorn.module +@COND_i386_coreboot_TRUE@am__append_8572 = part_acorn.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8573 = +@COND_i386_coreboot_TRUE@am__append_8574 = $(nodist_part_acorn_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8575 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_acorn.marker -@COND_i386_coreboot_TRUE@am__append_8499 = part_acorn.mod -@COND_i386_coreboot_TRUE@am__append_8500 = part_acorn.marker -@COND_i386_multiboot_TRUE@am__append_8501 = part_acorn.module -@COND_i386_multiboot_TRUE@am__append_8502 = part_acorn.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8503 = -@COND_i386_multiboot_TRUE@am__append_8504 = $(nodist_part_acorn_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8505 = \ +@COND_i386_coreboot_TRUE@am__append_8576 = part_acorn.mod +@COND_i386_coreboot_TRUE@am__append_8577 = part_acorn.marker +@COND_i386_multiboot_TRUE@am__append_8578 = part_acorn.module +@COND_i386_multiboot_TRUE@am__append_8579 = part_acorn.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8580 = +@COND_i386_multiboot_TRUE@am__append_8581 = $(nodist_part_acorn_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8582 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_acorn.marker -@COND_i386_multiboot_TRUE@am__append_8506 = part_acorn.mod -@COND_i386_multiboot_TRUE@am__append_8507 = part_acorn.marker -@COND_i386_ieee1275_TRUE@am__append_8508 = part_acorn.module -@COND_i386_ieee1275_TRUE@am__append_8509 = part_acorn.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8510 = -@COND_i386_ieee1275_TRUE@am__append_8511 = $(nodist_part_acorn_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8512 = \ +@COND_i386_multiboot_TRUE@am__append_8583 = part_acorn.mod +@COND_i386_multiboot_TRUE@am__append_8584 = part_acorn.marker +@COND_i386_ieee1275_TRUE@am__append_8585 = part_acorn.module +@COND_i386_ieee1275_TRUE@am__append_8586 = part_acorn.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8587 = +@COND_i386_ieee1275_TRUE@am__append_8588 = $(nodist_part_acorn_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8589 = \ @COND_i386_ieee1275_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_acorn.marker -@COND_i386_ieee1275_TRUE@am__append_8513 = part_acorn.mod -@COND_i386_ieee1275_TRUE@am__append_8514 = part_acorn.marker -@COND_x86_64_efi_TRUE@am__append_8515 = part_acorn.module -@COND_x86_64_efi_TRUE@am__append_8516 = part_acorn.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8517 = -@COND_x86_64_efi_TRUE@am__append_8518 = $(nodist_part_acorn_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8519 = \ +@COND_i386_ieee1275_TRUE@am__append_8590 = part_acorn.mod +@COND_i386_ieee1275_TRUE@am__append_8591 = part_acorn.marker +@COND_x86_64_efi_TRUE@am__append_8592 = part_acorn.module +@COND_x86_64_efi_TRUE@am__append_8593 = part_acorn.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8594 = +@COND_x86_64_efi_TRUE@am__append_8595 = $(nodist_part_acorn_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8596 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_acorn.marker -@COND_x86_64_efi_TRUE@am__append_8520 = part_acorn.mod -@COND_x86_64_efi_TRUE@am__append_8521 = part_acorn.marker -@COND_mips_yeeloong_TRUE@am__append_8522 = part_acorn.module -@COND_mips_yeeloong_TRUE@am__append_8523 = part_acorn.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8524 = -@COND_mips_yeeloong_TRUE@am__append_8525 = $(nodist_part_acorn_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8526 = \ +@COND_x86_64_efi_TRUE@am__append_8597 = part_acorn.mod +@COND_x86_64_efi_TRUE@am__append_8598 = part_acorn.marker +@COND_mips_yeeloong_TRUE@am__append_8599 = part_acorn.module +@COND_mips_yeeloong_TRUE@am__append_8600 = part_acorn.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8601 = +@COND_mips_yeeloong_TRUE@am__append_8602 = $(nodist_part_acorn_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8603 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_acorn_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_acorn.marker -@COND_mips_yeeloong_TRUE@am__append_8527 = part_acorn.mod -@COND_mips_yeeloong_TRUE@am__append_8528 = part_acorn.marker -@COND_sparc64_ieee1275_TRUE@am__append_8529 = part_acorn.module -@COND_sparc64_ieee1275_TRUE@am__append_8530 = part_acorn.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8531 = -@COND_sparc64_ieee1275_TRUE@am__append_8532 = $(nodist_part_acorn_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8533 = $(nodist_part_acorn_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_8604 = part_acorn.mod +@COND_mips_yeeloong_TRUE@am__append_8605 = part_acorn.marker +@COND_sparc64_ieee1275_TRUE@am__append_8606 = part_acorn.module +@COND_sparc64_ieee1275_TRUE@am__append_8607 = part_acorn.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8608 = +@COND_sparc64_ieee1275_TRUE@am__append_8609 = $(nodist_part_acorn_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8610 = $(nodist_part_acorn_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_acorn.marker -@COND_sparc64_ieee1275_TRUE@am__append_8534 = part_acorn.mod -@COND_sparc64_ieee1275_TRUE@am__append_8535 = part_acorn.marker -@COND_powerpc_ieee1275_TRUE@am__append_8536 = part_acorn.module -@COND_powerpc_ieee1275_TRUE@am__append_8537 = part_acorn.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8538 = -@COND_powerpc_ieee1275_TRUE@am__append_8539 = $(nodist_part_acorn_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8540 = $(nodist_part_acorn_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_8611 = part_acorn.mod +@COND_sparc64_ieee1275_TRUE@am__append_8612 = part_acorn.marker +@COND_powerpc_ieee1275_TRUE@am__append_8613 = part_acorn.module +@COND_powerpc_ieee1275_TRUE@am__append_8614 = part_acorn.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8615 = +@COND_powerpc_ieee1275_TRUE@am__append_8616 = $(nodist_part_acorn_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8617 = $(nodist_part_acorn_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_acorn.marker -@COND_powerpc_ieee1275_TRUE@am__append_8541 = part_acorn.mod -@COND_powerpc_ieee1275_TRUE@am__append_8542 = part_acorn.marker -@COND_emu_TRUE@am__append_8543 = part_amiga.module -@COND_emu_TRUE@am__append_8544 = part_amiga.module$(EXEEXT) -@COND_emu_TRUE@am__append_8545 = -@COND_emu_TRUE@am__append_8546 = $(nodist_part_amiga_module_SOURCES) -@COND_emu_TRUE@am__append_8547 = $(nodist_part_amiga_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8618 = part_acorn.mod +@COND_powerpc_ieee1275_TRUE@am__append_8619 = part_acorn.marker +@COND_emu_TRUE@am__append_8620 = part_amiga.module +@COND_emu_TRUE@am__append_8621 = part_amiga.module$(EXEEXT) +@COND_emu_TRUE@am__append_8622 = +@COND_emu_TRUE@am__append_8623 = $(nodist_part_amiga_module_SOURCES) +@COND_emu_TRUE@am__append_8624 = $(nodist_part_amiga_module_SOURCES) \ @COND_emu_TRUE@ part_amiga.marker -@COND_emu_TRUE@am__append_8548 = part_amiga.mod -@COND_emu_TRUE@am__append_8549 = part_amiga.marker -@COND_i386_pc_TRUE@am__append_8550 = part_amiga.module -@COND_i386_pc_TRUE@am__append_8551 = part_amiga.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8552 = -@COND_i386_pc_TRUE@am__append_8553 = $(nodist_part_amiga_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8554 = \ +@COND_emu_TRUE@am__append_8625 = part_amiga.mod +@COND_emu_TRUE@am__append_8626 = part_amiga.marker +@COND_i386_pc_TRUE@am__append_8627 = part_amiga.module +@COND_i386_pc_TRUE@am__append_8628 = part_amiga.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8629 = +@COND_i386_pc_TRUE@am__append_8630 = $(nodist_part_amiga_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8631 = \ @COND_i386_pc_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_i386_pc_TRUE@ part_amiga.marker -@COND_i386_pc_TRUE@am__append_8555 = part_amiga.mod -@COND_i386_pc_TRUE@am__append_8556 = part_amiga.marker -@COND_i386_efi_TRUE@am__append_8557 = part_amiga.module -@COND_i386_efi_TRUE@am__append_8558 = part_amiga.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8559 = -@COND_i386_efi_TRUE@am__append_8560 = $(nodist_part_amiga_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8561 = \ +@COND_i386_pc_TRUE@am__append_8632 = part_amiga.mod +@COND_i386_pc_TRUE@am__append_8633 = part_amiga.marker +@COND_i386_efi_TRUE@am__append_8634 = part_amiga.module +@COND_i386_efi_TRUE@am__append_8635 = part_amiga.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8636 = +@COND_i386_efi_TRUE@am__append_8637 = $(nodist_part_amiga_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8638 = \ @COND_i386_efi_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_i386_efi_TRUE@ part_amiga.marker -@COND_i386_efi_TRUE@am__append_8562 = part_amiga.mod -@COND_i386_efi_TRUE@am__append_8563 = part_amiga.marker -@COND_i386_qemu_TRUE@am__append_8564 = part_amiga.module -@COND_i386_qemu_TRUE@am__append_8565 = part_amiga.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8566 = -@COND_i386_qemu_TRUE@am__append_8567 = $(nodist_part_amiga_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8568 = \ +@COND_i386_efi_TRUE@am__append_8639 = part_amiga.mod +@COND_i386_efi_TRUE@am__append_8640 = part_amiga.marker +@COND_i386_qemu_TRUE@am__append_8641 = part_amiga.module +@COND_i386_qemu_TRUE@am__append_8642 = part_amiga.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8643 = +@COND_i386_qemu_TRUE@am__append_8644 = $(nodist_part_amiga_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8645 = \ @COND_i386_qemu_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_amiga.marker -@COND_i386_qemu_TRUE@am__append_8569 = part_amiga.mod -@COND_i386_qemu_TRUE@am__append_8570 = part_amiga.marker -@COND_i386_coreboot_TRUE@am__append_8571 = part_amiga.module -@COND_i386_coreboot_TRUE@am__append_8572 = part_amiga.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8573 = -@COND_i386_coreboot_TRUE@am__append_8574 = $(nodist_part_amiga_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8575 = \ +@COND_i386_qemu_TRUE@am__append_8646 = part_amiga.mod +@COND_i386_qemu_TRUE@am__append_8647 = part_amiga.marker +@COND_i386_coreboot_TRUE@am__append_8648 = part_amiga.module +@COND_i386_coreboot_TRUE@am__append_8649 = part_amiga.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8650 = +@COND_i386_coreboot_TRUE@am__append_8651 = $(nodist_part_amiga_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8652 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_amiga.marker -@COND_i386_coreboot_TRUE@am__append_8576 = part_amiga.mod -@COND_i386_coreboot_TRUE@am__append_8577 = part_amiga.marker -@COND_i386_multiboot_TRUE@am__append_8578 = part_amiga.module -@COND_i386_multiboot_TRUE@am__append_8579 = part_amiga.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8580 = -@COND_i386_multiboot_TRUE@am__append_8581 = $(nodist_part_amiga_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8582 = \ +@COND_i386_coreboot_TRUE@am__append_8653 = part_amiga.mod +@COND_i386_coreboot_TRUE@am__append_8654 = part_amiga.marker +@COND_i386_multiboot_TRUE@am__append_8655 = part_amiga.module +@COND_i386_multiboot_TRUE@am__append_8656 = part_amiga.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8657 = +@COND_i386_multiboot_TRUE@am__append_8658 = $(nodist_part_amiga_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8659 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_amiga.marker -@COND_i386_multiboot_TRUE@am__append_8583 = part_amiga.mod -@COND_i386_multiboot_TRUE@am__append_8584 = part_amiga.marker -@COND_i386_ieee1275_TRUE@am__append_8585 = part_amiga.module -@COND_i386_ieee1275_TRUE@am__append_8586 = part_amiga.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8587 = -@COND_i386_ieee1275_TRUE@am__append_8588 = $(nodist_part_amiga_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8589 = \ +@COND_i386_multiboot_TRUE@am__append_8660 = part_amiga.mod +@COND_i386_multiboot_TRUE@am__append_8661 = part_amiga.marker +@COND_i386_ieee1275_TRUE@am__append_8662 = part_amiga.module +@COND_i386_ieee1275_TRUE@am__append_8663 = part_amiga.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8664 = +@COND_i386_ieee1275_TRUE@am__append_8665 = $(nodist_part_amiga_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8666 = \ @COND_i386_ieee1275_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_amiga.marker -@COND_i386_ieee1275_TRUE@am__append_8590 = part_amiga.mod -@COND_i386_ieee1275_TRUE@am__append_8591 = part_amiga.marker -@COND_x86_64_efi_TRUE@am__append_8592 = part_amiga.module -@COND_x86_64_efi_TRUE@am__append_8593 = part_amiga.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8594 = -@COND_x86_64_efi_TRUE@am__append_8595 = $(nodist_part_amiga_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8596 = \ +@COND_i386_ieee1275_TRUE@am__append_8667 = part_amiga.mod +@COND_i386_ieee1275_TRUE@am__append_8668 = part_amiga.marker +@COND_x86_64_efi_TRUE@am__append_8669 = part_amiga.module +@COND_x86_64_efi_TRUE@am__append_8670 = part_amiga.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8671 = +@COND_x86_64_efi_TRUE@am__append_8672 = $(nodist_part_amiga_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8673 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_amiga.marker -@COND_x86_64_efi_TRUE@am__append_8597 = part_amiga.mod -@COND_x86_64_efi_TRUE@am__append_8598 = part_amiga.marker -@COND_mips_yeeloong_TRUE@am__append_8599 = part_amiga.module -@COND_mips_yeeloong_TRUE@am__append_8600 = part_amiga.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8601 = -@COND_mips_yeeloong_TRUE@am__append_8602 = $(nodist_part_amiga_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8603 = \ +@COND_x86_64_efi_TRUE@am__append_8674 = part_amiga.mod +@COND_x86_64_efi_TRUE@am__append_8675 = part_amiga.marker +@COND_mips_yeeloong_TRUE@am__append_8676 = part_amiga.module +@COND_mips_yeeloong_TRUE@am__append_8677 = part_amiga.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8678 = +@COND_mips_yeeloong_TRUE@am__append_8679 = $(nodist_part_amiga_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8680 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_amiga_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_amiga.marker -@COND_mips_yeeloong_TRUE@am__append_8604 = part_amiga.mod -@COND_mips_yeeloong_TRUE@am__append_8605 = part_amiga.marker -@COND_sparc64_ieee1275_TRUE@am__append_8606 = part_amiga.module -@COND_sparc64_ieee1275_TRUE@am__append_8607 = part_amiga.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8608 = -@COND_sparc64_ieee1275_TRUE@am__append_8609 = $(nodist_part_amiga_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8610 = $(nodist_part_amiga_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_8681 = part_amiga.mod +@COND_mips_yeeloong_TRUE@am__append_8682 = part_amiga.marker +@COND_sparc64_ieee1275_TRUE@am__append_8683 = part_amiga.module +@COND_sparc64_ieee1275_TRUE@am__append_8684 = part_amiga.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8685 = +@COND_sparc64_ieee1275_TRUE@am__append_8686 = $(nodist_part_amiga_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8687 = $(nodist_part_amiga_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_amiga.marker -@COND_sparc64_ieee1275_TRUE@am__append_8611 = part_amiga.mod -@COND_sparc64_ieee1275_TRUE@am__append_8612 = part_amiga.marker -@COND_powerpc_ieee1275_TRUE@am__append_8613 = part_amiga.module -@COND_powerpc_ieee1275_TRUE@am__append_8614 = part_amiga.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8615 = -@COND_powerpc_ieee1275_TRUE@am__append_8616 = $(nodist_part_amiga_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8617 = $(nodist_part_amiga_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_8688 = part_amiga.mod +@COND_sparc64_ieee1275_TRUE@am__append_8689 = part_amiga.marker +@COND_powerpc_ieee1275_TRUE@am__append_8690 = part_amiga.module +@COND_powerpc_ieee1275_TRUE@am__append_8691 = part_amiga.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8692 = +@COND_powerpc_ieee1275_TRUE@am__append_8693 = $(nodist_part_amiga_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8694 = $(nodist_part_amiga_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_amiga.marker -@COND_powerpc_ieee1275_TRUE@am__append_8618 = part_amiga.mod -@COND_powerpc_ieee1275_TRUE@am__append_8619 = part_amiga.marker -@COND_emu_TRUE@am__append_8620 = part_apple.module -@COND_emu_TRUE@am__append_8621 = part_apple.module$(EXEEXT) -@COND_emu_TRUE@am__append_8622 = -@COND_emu_TRUE@am__append_8623 = $(nodist_part_apple_module_SOURCES) -@COND_emu_TRUE@am__append_8624 = $(nodist_part_apple_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8695 = part_amiga.mod +@COND_powerpc_ieee1275_TRUE@am__append_8696 = part_amiga.marker +@COND_emu_TRUE@am__append_8697 = part_apple.module +@COND_emu_TRUE@am__append_8698 = part_apple.module$(EXEEXT) +@COND_emu_TRUE@am__append_8699 = +@COND_emu_TRUE@am__append_8700 = $(nodist_part_apple_module_SOURCES) +@COND_emu_TRUE@am__append_8701 = $(nodist_part_apple_module_SOURCES) \ @COND_emu_TRUE@ part_apple.marker -@COND_emu_TRUE@am__append_8625 = part_apple.mod -@COND_emu_TRUE@am__append_8626 = part_apple.marker -@COND_i386_pc_TRUE@am__append_8627 = part_apple.module -@COND_i386_pc_TRUE@am__append_8628 = part_apple.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8629 = -@COND_i386_pc_TRUE@am__append_8630 = $(nodist_part_apple_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8631 = \ +@COND_emu_TRUE@am__append_8702 = part_apple.mod +@COND_emu_TRUE@am__append_8703 = part_apple.marker +@COND_i386_pc_TRUE@am__append_8704 = part_apple.module +@COND_i386_pc_TRUE@am__append_8705 = part_apple.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8706 = +@COND_i386_pc_TRUE@am__append_8707 = $(nodist_part_apple_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8708 = \ @COND_i386_pc_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_i386_pc_TRUE@ part_apple.marker -@COND_i386_pc_TRUE@am__append_8632 = part_apple.mod -@COND_i386_pc_TRUE@am__append_8633 = part_apple.marker -@COND_i386_efi_TRUE@am__append_8634 = part_apple.module -@COND_i386_efi_TRUE@am__append_8635 = part_apple.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8636 = -@COND_i386_efi_TRUE@am__append_8637 = $(nodist_part_apple_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8638 = \ +@COND_i386_pc_TRUE@am__append_8709 = part_apple.mod +@COND_i386_pc_TRUE@am__append_8710 = part_apple.marker +@COND_i386_efi_TRUE@am__append_8711 = part_apple.module +@COND_i386_efi_TRUE@am__append_8712 = part_apple.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8713 = +@COND_i386_efi_TRUE@am__append_8714 = $(nodist_part_apple_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8715 = \ @COND_i386_efi_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_i386_efi_TRUE@ part_apple.marker -@COND_i386_efi_TRUE@am__append_8639 = part_apple.mod -@COND_i386_efi_TRUE@am__append_8640 = part_apple.marker -@COND_i386_qemu_TRUE@am__append_8641 = part_apple.module -@COND_i386_qemu_TRUE@am__append_8642 = part_apple.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8643 = -@COND_i386_qemu_TRUE@am__append_8644 = $(nodist_part_apple_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8645 = \ +@COND_i386_efi_TRUE@am__append_8716 = part_apple.mod +@COND_i386_efi_TRUE@am__append_8717 = part_apple.marker +@COND_i386_qemu_TRUE@am__append_8718 = part_apple.module +@COND_i386_qemu_TRUE@am__append_8719 = part_apple.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8720 = +@COND_i386_qemu_TRUE@am__append_8721 = $(nodist_part_apple_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8722 = \ @COND_i386_qemu_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_apple.marker -@COND_i386_qemu_TRUE@am__append_8646 = part_apple.mod -@COND_i386_qemu_TRUE@am__append_8647 = part_apple.marker -@COND_i386_coreboot_TRUE@am__append_8648 = part_apple.module -@COND_i386_coreboot_TRUE@am__append_8649 = part_apple.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8650 = -@COND_i386_coreboot_TRUE@am__append_8651 = $(nodist_part_apple_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8652 = \ +@COND_i386_qemu_TRUE@am__append_8723 = part_apple.mod +@COND_i386_qemu_TRUE@am__append_8724 = part_apple.marker +@COND_i386_coreboot_TRUE@am__append_8725 = part_apple.module +@COND_i386_coreboot_TRUE@am__append_8726 = part_apple.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8727 = +@COND_i386_coreboot_TRUE@am__append_8728 = $(nodist_part_apple_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8729 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_apple.marker -@COND_i386_coreboot_TRUE@am__append_8653 = part_apple.mod -@COND_i386_coreboot_TRUE@am__append_8654 = part_apple.marker -@COND_i386_multiboot_TRUE@am__append_8655 = part_apple.module -@COND_i386_multiboot_TRUE@am__append_8656 = part_apple.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8657 = -@COND_i386_multiboot_TRUE@am__append_8658 = $(nodist_part_apple_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8659 = \ +@COND_i386_coreboot_TRUE@am__append_8730 = part_apple.mod +@COND_i386_coreboot_TRUE@am__append_8731 = part_apple.marker +@COND_i386_multiboot_TRUE@am__append_8732 = part_apple.module +@COND_i386_multiboot_TRUE@am__append_8733 = part_apple.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8734 = +@COND_i386_multiboot_TRUE@am__append_8735 = $(nodist_part_apple_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8736 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_apple.marker -@COND_i386_multiboot_TRUE@am__append_8660 = part_apple.mod -@COND_i386_multiboot_TRUE@am__append_8661 = part_apple.marker -@COND_i386_ieee1275_TRUE@am__append_8662 = part_apple.module -@COND_i386_ieee1275_TRUE@am__append_8663 = part_apple.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8664 = -@COND_i386_ieee1275_TRUE@am__append_8665 = $(nodist_part_apple_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8666 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_part_apple_module_SOURCES) \ +@COND_i386_multiboot_TRUE@am__append_8737 = part_apple.mod +@COND_i386_multiboot_TRUE@am__append_8738 = part_apple.marker +@COND_i386_ieee1275_TRUE@am__append_8739 = part_apple.module +@COND_i386_ieee1275_TRUE@am__append_8740 = part_apple.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8741 = +@COND_i386_ieee1275_TRUE@am__append_8742 = $(nodist_part_apple_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8743 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_apple.marker -@COND_i386_ieee1275_TRUE@am__append_8667 = part_apple.mod -@COND_i386_ieee1275_TRUE@am__append_8668 = part_apple.marker -@COND_x86_64_efi_TRUE@am__append_8669 = part_apple.module -@COND_x86_64_efi_TRUE@am__append_8670 = part_apple.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8671 = -@COND_x86_64_efi_TRUE@am__append_8672 = $(nodist_part_apple_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8673 = \ +@COND_i386_ieee1275_TRUE@am__append_8744 = part_apple.mod +@COND_i386_ieee1275_TRUE@am__append_8745 = part_apple.marker +@COND_x86_64_efi_TRUE@am__append_8746 = part_apple.module +@COND_x86_64_efi_TRUE@am__append_8747 = part_apple.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8748 = +@COND_x86_64_efi_TRUE@am__append_8749 = $(nodist_part_apple_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8750 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_apple.marker -@COND_x86_64_efi_TRUE@am__append_8674 = part_apple.mod -@COND_x86_64_efi_TRUE@am__append_8675 = part_apple.marker -@COND_mips_yeeloong_TRUE@am__append_8676 = part_apple.module -@COND_mips_yeeloong_TRUE@am__append_8677 = part_apple.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8678 = -@COND_mips_yeeloong_TRUE@am__append_8679 = $(nodist_part_apple_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8680 = \ +@COND_x86_64_efi_TRUE@am__append_8751 = part_apple.mod +@COND_x86_64_efi_TRUE@am__append_8752 = part_apple.marker +@COND_mips_yeeloong_TRUE@am__append_8753 = part_apple.module +@COND_mips_yeeloong_TRUE@am__append_8754 = part_apple.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8755 = +@COND_mips_yeeloong_TRUE@am__append_8756 = $(nodist_part_apple_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8757 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_apple_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_apple.marker -@COND_mips_yeeloong_TRUE@am__append_8681 = part_apple.mod -@COND_mips_yeeloong_TRUE@am__append_8682 = part_apple.marker -@COND_sparc64_ieee1275_TRUE@am__append_8683 = part_apple.module -@COND_sparc64_ieee1275_TRUE@am__append_8684 = part_apple.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8685 = -@COND_sparc64_ieee1275_TRUE@am__append_8686 = $(nodist_part_apple_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8687 = $(nodist_part_apple_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_8758 = part_apple.mod +@COND_mips_yeeloong_TRUE@am__append_8759 = part_apple.marker +@COND_sparc64_ieee1275_TRUE@am__append_8760 = part_apple.module +@COND_sparc64_ieee1275_TRUE@am__append_8761 = part_apple.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8762 = +@COND_sparc64_ieee1275_TRUE@am__append_8763 = $(nodist_part_apple_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8764 = $(nodist_part_apple_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_apple.marker -@COND_sparc64_ieee1275_TRUE@am__append_8688 = part_apple.mod -@COND_sparc64_ieee1275_TRUE@am__append_8689 = part_apple.marker -@COND_powerpc_ieee1275_TRUE@am__append_8690 = part_apple.module -@COND_powerpc_ieee1275_TRUE@am__append_8691 = part_apple.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8692 = -@COND_powerpc_ieee1275_TRUE@am__append_8693 = $(nodist_part_apple_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8694 = $(nodist_part_apple_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_8765 = part_apple.mod +@COND_sparc64_ieee1275_TRUE@am__append_8766 = part_apple.marker +@COND_powerpc_ieee1275_TRUE@am__append_8767 = part_apple.module +@COND_powerpc_ieee1275_TRUE@am__append_8768 = part_apple.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8769 = +@COND_powerpc_ieee1275_TRUE@am__append_8770 = $(nodist_part_apple_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8771 = $(nodist_part_apple_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_apple.marker -@COND_powerpc_ieee1275_TRUE@am__append_8695 = part_apple.mod -@COND_powerpc_ieee1275_TRUE@am__append_8696 = part_apple.marker -@COND_emu_TRUE@am__append_8697 = part_gpt.module -@COND_emu_TRUE@am__append_8698 = part_gpt.module$(EXEEXT) -@COND_emu_TRUE@am__append_8699 = -@COND_emu_TRUE@am__append_8700 = $(nodist_part_gpt_module_SOURCES) -@COND_emu_TRUE@am__append_8701 = $(nodist_part_gpt_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8772 = part_apple.mod +@COND_powerpc_ieee1275_TRUE@am__append_8773 = part_apple.marker +@COND_emu_TRUE@am__append_8774 = part_gpt.module +@COND_emu_TRUE@am__append_8775 = part_gpt.module$(EXEEXT) +@COND_emu_TRUE@am__append_8776 = +@COND_emu_TRUE@am__append_8777 = $(nodist_part_gpt_module_SOURCES) +@COND_emu_TRUE@am__append_8778 = $(nodist_part_gpt_module_SOURCES) \ @COND_emu_TRUE@ part_gpt.marker -@COND_emu_TRUE@am__append_8702 = part_gpt.mod -@COND_emu_TRUE@am__append_8703 = part_gpt.marker -@COND_i386_pc_TRUE@am__append_8704 = part_gpt.module -@COND_i386_pc_TRUE@am__append_8705 = part_gpt.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8706 = -@COND_i386_pc_TRUE@am__append_8707 = $(nodist_part_gpt_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8708 = \ +@COND_emu_TRUE@am__append_8779 = part_gpt.mod +@COND_emu_TRUE@am__append_8780 = part_gpt.marker +@COND_i386_pc_TRUE@am__append_8781 = part_gpt.module +@COND_i386_pc_TRUE@am__append_8782 = part_gpt.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8783 = +@COND_i386_pc_TRUE@am__append_8784 = $(nodist_part_gpt_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8785 = \ @COND_i386_pc_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_i386_pc_TRUE@ part_gpt.marker -@COND_i386_pc_TRUE@am__append_8709 = part_gpt.mod -@COND_i386_pc_TRUE@am__append_8710 = part_gpt.marker -@COND_i386_efi_TRUE@am__append_8711 = part_gpt.module -@COND_i386_efi_TRUE@am__append_8712 = part_gpt.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8713 = -@COND_i386_efi_TRUE@am__append_8714 = $(nodist_part_gpt_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8715 = \ +@COND_i386_pc_TRUE@am__append_8786 = part_gpt.mod +@COND_i386_pc_TRUE@am__append_8787 = part_gpt.marker +@COND_i386_efi_TRUE@am__append_8788 = part_gpt.module +@COND_i386_efi_TRUE@am__append_8789 = part_gpt.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8790 = +@COND_i386_efi_TRUE@am__append_8791 = $(nodist_part_gpt_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8792 = \ @COND_i386_efi_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_i386_efi_TRUE@ part_gpt.marker -@COND_i386_efi_TRUE@am__append_8716 = part_gpt.mod -@COND_i386_efi_TRUE@am__append_8717 = part_gpt.marker -@COND_i386_qemu_TRUE@am__append_8718 = part_gpt.module -@COND_i386_qemu_TRUE@am__append_8719 = part_gpt.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8720 = -@COND_i386_qemu_TRUE@am__append_8721 = $(nodist_part_gpt_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8722 = \ +@COND_i386_efi_TRUE@am__append_8793 = part_gpt.mod +@COND_i386_efi_TRUE@am__append_8794 = part_gpt.marker +@COND_i386_qemu_TRUE@am__append_8795 = part_gpt.module +@COND_i386_qemu_TRUE@am__append_8796 = part_gpt.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8797 = +@COND_i386_qemu_TRUE@am__append_8798 = $(nodist_part_gpt_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8799 = \ @COND_i386_qemu_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_gpt.marker -@COND_i386_qemu_TRUE@am__append_8723 = part_gpt.mod -@COND_i386_qemu_TRUE@am__append_8724 = part_gpt.marker -@COND_i386_coreboot_TRUE@am__append_8725 = part_gpt.module -@COND_i386_coreboot_TRUE@am__append_8726 = part_gpt.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8727 = -@COND_i386_coreboot_TRUE@am__append_8728 = $(nodist_part_gpt_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8729 = \ +@COND_i386_qemu_TRUE@am__append_8800 = part_gpt.mod +@COND_i386_qemu_TRUE@am__append_8801 = part_gpt.marker +@COND_i386_coreboot_TRUE@am__append_8802 = part_gpt.module +@COND_i386_coreboot_TRUE@am__append_8803 = part_gpt.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8804 = +@COND_i386_coreboot_TRUE@am__append_8805 = $(nodist_part_gpt_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8806 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_gpt.marker -@COND_i386_coreboot_TRUE@am__append_8730 = part_gpt.mod -@COND_i386_coreboot_TRUE@am__append_8731 = part_gpt.marker -@COND_i386_multiboot_TRUE@am__append_8732 = part_gpt.module -@COND_i386_multiboot_TRUE@am__append_8733 = part_gpt.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8734 = -@COND_i386_multiboot_TRUE@am__append_8735 = $(nodist_part_gpt_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8736 = \ +@COND_i386_coreboot_TRUE@am__append_8807 = part_gpt.mod +@COND_i386_coreboot_TRUE@am__append_8808 = part_gpt.marker +@COND_i386_multiboot_TRUE@am__append_8809 = part_gpt.module +@COND_i386_multiboot_TRUE@am__append_8810 = part_gpt.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8811 = +@COND_i386_multiboot_TRUE@am__append_8812 = $(nodist_part_gpt_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8813 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_gpt.marker -@COND_i386_multiboot_TRUE@am__append_8737 = part_gpt.mod -@COND_i386_multiboot_TRUE@am__append_8738 = part_gpt.marker -@COND_i386_ieee1275_TRUE@am__append_8739 = part_gpt.module -@COND_i386_ieee1275_TRUE@am__append_8740 = part_gpt.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8741 = -@COND_i386_ieee1275_TRUE@am__append_8742 = $(nodist_part_gpt_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8743 = \ +@COND_i386_multiboot_TRUE@am__append_8814 = part_gpt.mod +@COND_i386_multiboot_TRUE@am__append_8815 = part_gpt.marker +@COND_i386_ieee1275_TRUE@am__append_8816 = part_gpt.module +@COND_i386_ieee1275_TRUE@am__append_8817 = part_gpt.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8818 = +@COND_i386_ieee1275_TRUE@am__append_8819 = $(nodist_part_gpt_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8820 = \ @COND_i386_ieee1275_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_gpt.marker -@COND_i386_ieee1275_TRUE@am__append_8744 = part_gpt.mod -@COND_i386_ieee1275_TRUE@am__append_8745 = part_gpt.marker -@COND_x86_64_efi_TRUE@am__append_8746 = part_gpt.module -@COND_x86_64_efi_TRUE@am__append_8747 = part_gpt.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8748 = -@COND_x86_64_efi_TRUE@am__append_8749 = $(nodist_part_gpt_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8750 = \ +@COND_i386_ieee1275_TRUE@am__append_8821 = part_gpt.mod +@COND_i386_ieee1275_TRUE@am__append_8822 = part_gpt.marker +@COND_x86_64_efi_TRUE@am__append_8823 = part_gpt.module +@COND_x86_64_efi_TRUE@am__append_8824 = part_gpt.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8825 = +@COND_x86_64_efi_TRUE@am__append_8826 = $(nodist_part_gpt_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8827 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_gpt.marker -@COND_x86_64_efi_TRUE@am__append_8751 = part_gpt.mod -@COND_x86_64_efi_TRUE@am__append_8752 = part_gpt.marker -@COND_mips_yeeloong_TRUE@am__append_8753 = part_gpt.module -@COND_mips_yeeloong_TRUE@am__append_8754 = part_gpt.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8755 = -@COND_mips_yeeloong_TRUE@am__append_8756 = $(nodist_part_gpt_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8757 = \ +@COND_x86_64_efi_TRUE@am__append_8828 = part_gpt.mod +@COND_x86_64_efi_TRUE@am__append_8829 = part_gpt.marker +@COND_mips_yeeloong_TRUE@am__append_8830 = part_gpt.module +@COND_mips_yeeloong_TRUE@am__append_8831 = part_gpt.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8832 = +@COND_mips_yeeloong_TRUE@am__append_8833 = $(nodist_part_gpt_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8834 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_gpt.marker -@COND_mips_yeeloong_TRUE@am__append_8758 = part_gpt.mod -@COND_mips_yeeloong_TRUE@am__append_8759 = part_gpt.marker -@COND_sparc64_ieee1275_TRUE@am__append_8760 = part_gpt.module -@COND_sparc64_ieee1275_TRUE@am__append_8761 = part_gpt.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8762 = -@COND_sparc64_ieee1275_TRUE@am__append_8763 = $(nodist_part_gpt_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8764 = \ +@COND_mips_yeeloong_TRUE@am__append_8835 = part_gpt.mod +@COND_mips_yeeloong_TRUE@am__append_8836 = part_gpt.marker +@COND_sparc64_ieee1275_TRUE@am__append_8837 = part_gpt.module +@COND_sparc64_ieee1275_TRUE@am__append_8838 = part_gpt.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8839 = +@COND_sparc64_ieee1275_TRUE@am__append_8840 = $(nodist_part_gpt_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8841 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_gpt.marker -@COND_sparc64_ieee1275_TRUE@am__append_8765 = part_gpt.mod -@COND_sparc64_ieee1275_TRUE@am__append_8766 = part_gpt.marker -@COND_powerpc_ieee1275_TRUE@am__append_8767 = part_gpt.module -@COND_powerpc_ieee1275_TRUE@am__append_8768 = part_gpt.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8769 = -@COND_powerpc_ieee1275_TRUE@am__append_8770 = $(nodist_part_gpt_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8771 = \ +@COND_sparc64_ieee1275_TRUE@am__append_8842 = part_gpt.mod +@COND_sparc64_ieee1275_TRUE@am__append_8843 = part_gpt.marker +@COND_powerpc_ieee1275_TRUE@am__append_8844 = part_gpt.module +@COND_powerpc_ieee1275_TRUE@am__append_8845 = part_gpt.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8846 = +@COND_powerpc_ieee1275_TRUE@am__append_8847 = $(nodist_part_gpt_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8848 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_part_gpt_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_gpt.marker -@COND_powerpc_ieee1275_TRUE@am__append_8772 = part_gpt.mod -@COND_powerpc_ieee1275_TRUE@am__append_8773 = part_gpt.marker -@COND_emu_TRUE@am__append_8774 = part_msdos.module -@COND_emu_TRUE@am__append_8775 = part_msdos.module$(EXEEXT) -@COND_emu_TRUE@am__append_8776 = -@COND_emu_TRUE@am__append_8777 = $(nodist_part_msdos_module_SOURCES) -@COND_emu_TRUE@am__append_8778 = $(nodist_part_msdos_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8849 = part_gpt.mod +@COND_powerpc_ieee1275_TRUE@am__append_8850 = part_gpt.marker +@COND_emu_TRUE@am__append_8851 = part_msdos.module +@COND_emu_TRUE@am__append_8852 = part_msdos.module$(EXEEXT) +@COND_emu_TRUE@am__append_8853 = +@COND_emu_TRUE@am__append_8854 = $(nodist_part_msdos_module_SOURCES) +@COND_emu_TRUE@am__append_8855 = $(nodist_part_msdos_module_SOURCES) \ @COND_emu_TRUE@ part_msdos.marker -@COND_emu_TRUE@am__append_8779 = part_msdos.mod -@COND_emu_TRUE@am__append_8780 = part_msdos.marker -@COND_i386_pc_TRUE@am__append_8781 = part_msdos.module -@COND_i386_pc_TRUE@am__append_8782 = part_msdos.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8783 = -@COND_i386_pc_TRUE@am__append_8784 = $(nodist_part_msdos_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8785 = \ +@COND_emu_TRUE@am__append_8856 = part_msdos.mod +@COND_emu_TRUE@am__append_8857 = part_msdos.marker +@COND_i386_pc_TRUE@am__append_8858 = part_msdos.module +@COND_i386_pc_TRUE@am__append_8859 = part_msdos.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8860 = +@COND_i386_pc_TRUE@am__append_8861 = $(nodist_part_msdos_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8862 = \ @COND_i386_pc_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_i386_pc_TRUE@ part_msdos.marker -@COND_i386_pc_TRUE@am__append_8786 = part_msdos.mod -@COND_i386_pc_TRUE@am__append_8787 = part_msdos.marker -@COND_i386_efi_TRUE@am__append_8788 = part_msdos.module -@COND_i386_efi_TRUE@am__append_8789 = part_msdos.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8790 = -@COND_i386_efi_TRUE@am__append_8791 = $(nodist_part_msdos_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8792 = \ +@COND_i386_pc_TRUE@am__append_8863 = part_msdos.mod +@COND_i386_pc_TRUE@am__append_8864 = part_msdos.marker +@COND_i386_efi_TRUE@am__append_8865 = part_msdos.module +@COND_i386_efi_TRUE@am__append_8866 = part_msdos.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8867 = +@COND_i386_efi_TRUE@am__append_8868 = $(nodist_part_msdos_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8869 = \ @COND_i386_efi_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_i386_efi_TRUE@ part_msdos.marker -@COND_i386_efi_TRUE@am__append_8793 = part_msdos.mod -@COND_i386_efi_TRUE@am__append_8794 = part_msdos.marker -@COND_i386_qemu_TRUE@am__append_8795 = part_msdos.module -@COND_i386_qemu_TRUE@am__append_8796 = part_msdos.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8797 = -@COND_i386_qemu_TRUE@am__append_8798 = $(nodist_part_msdos_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8799 = \ +@COND_i386_efi_TRUE@am__append_8870 = part_msdos.mod +@COND_i386_efi_TRUE@am__append_8871 = part_msdos.marker +@COND_i386_qemu_TRUE@am__append_8872 = part_msdos.module +@COND_i386_qemu_TRUE@am__append_8873 = part_msdos.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8874 = +@COND_i386_qemu_TRUE@am__append_8875 = $(nodist_part_msdos_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8876 = \ @COND_i386_qemu_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_msdos.marker -@COND_i386_qemu_TRUE@am__append_8800 = part_msdos.mod -@COND_i386_qemu_TRUE@am__append_8801 = part_msdos.marker -@COND_i386_coreboot_TRUE@am__append_8802 = part_msdos.module -@COND_i386_coreboot_TRUE@am__append_8803 = part_msdos.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8804 = -@COND_i386_coreboot_TRUE@am__append_8805 = $(nodist_part_msdos_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8806 = \ +@COND_i386_qemu_TRUE@am__append_8877 = part_msdos.mod +@COND_i386_qemu_TRUE@am__append_8878 = part_msdos.marker +@COND_i386_coreboot_TRUE@am__append_8879 = part_msdos.module +@COND_i386_coreboot_TRUE@am__append_8880 = part_msdos.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8881 = +@COND_i386_coreboot_TRUE@am__append_8882 = $(nodist_part_msdos_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8883 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_msdos.marker -@COND_i386_coreboot_TRUE@am__append_8807 = part_msdos.mod -@COND_i386_coreboot_TRUE@am__append_8808 = part_msdos.marker -@COND_i386_multiboot_TRUE@am__append_8809 = part_msdos.module -@COND_i386_multiboot_TRUE@am__append_8810 = part_msdos.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8811 = -@COND_i386_multiboot_TRUE@am__append_8812 = $(nodist_part_msdos_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8813 = \ +@COND_i386_coreboot_TRUE@am__append_8884 = part_msdos.mod +@COND_i386_coreboot_TRUE@am__append_8885 = part_msdos.marker +@COND_i386_multiboot_TRUE@am__append_8886 = part_msdos.module +@COND_i386_multiboot_TRUE@am__append_8887 = part_msdos.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8888 = +@COND_i386_multiboot_TRUE@am__append_8889 = $(nodist_part_msdos_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8890 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_msdos.marker -@COND_i386_multiboot_TRUE@am__append_8814 = part_msdos.mod -@COND_i386_multiboot_TRUE@am__append_8815 = part_msdos.marker -@COND_i386_ieee1275_TRUE@am__append_8816 = part_msdos.module -@COND_i386_ieee1275_TRUE@am__append_8817 = part_msdos.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8818 = -@COND_i386_ieee1275_TRUE@am__append_8819 = $(nodist_part_msdos_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8820 = \ +@COND_i386_multiboot_TRUE@am__append_8891 = part_msdos.mod +@COND_i386_multiboot_TRUE@am__append_8892 = part_msdos.marker +@COND_i386_ieee1275_TRUE@am__append_8893 = part_msdos.module +@COND_i386_ieee1275_TRUE@am__append_8894 = part_msdos.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8895 = +@COND_i386_ieee1275_TRUE@am__append_8896 = $(nodist_part_msdos_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8897 = \ @COND_i386_ieee1275_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_msdos.marker -@COND_i386_ieee1275_TRUE@am__append_8821 = part_msdos.mod -@COND_i386_ieee1275_TRUE@am__append_8822 = part_msdos.marker -@COND_x86_64_efi_TRUE@am__append_8823 = part_msdos.module -@COND_x86_64_efi_TRUE@am__append_8824 = part_msdos.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8825 = -@COND_x86_64_efi_TRUE@am__append_8826 = $(nodist_part_msdos_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8827 = \ +@COND_i386_ieee1275_TRUE@am__append_8898 = part_msdos.mod +@COND_i386_ieee1275_TRUE@am__append_8899 = part_msdos.marker +@COND_x86_64_efi_TRUE@am__append_8900 = part_msdos.module +@COND_x86_64_efi_TRUE@am__append_8901 = part_msdos.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8902 = +@COND_x86_64_efi_TRUE@am__append_8903 = $(nodist_part_msdos_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8904 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_msdos.marker -@COND_x86_64_efi_TRUE@am__append_8828 = part_msdos.mod -@COND_x86_64_efi_TRUE@am__append_8829 = part_msdos.marker -@COND_mips_yeeloong_TRUE@am__append_8830 = part_msdos.module -@COND_mips_yeeloong_TRUE@am__append_8831 = part_msdos.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8832 = -@COND_mips_yeeloong_TRUE@am__append_8833 = $(nodist_part_msdos_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8834 = \ +@COND_x86_64_efi_TRUE@am__append_8905 = part_msdos.mod +@COND_x86_64_efi_TRUE@am__append_8906 = part_msdos.marker +@COND_mips_yeeloong_TRUE@am__append_8907 = part_msdos.module +@COND_mips_yeeloong_TRUE@am__append_8908 = part_msdos.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8909 = +@COND_mips_yeeloong_TRUE@am__append_8910 = $(nodist_part_msdos_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8911 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_msdos_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_msdos.marker -@COND_mips_yeeloong_TRUE@am__append_8835 = part_msdos.mod -@COND_mips_yeeloong_TRUE@am__append_8836 = part_msdos.marker -@COND_sparc64_ieee1275_TRUE@am__append_8837 = part_msdos.module -@COND_sparc64_ieee1275_TRUE@am__append_8838 = part_msdos.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8839 = -@COND_sparc64_ieee1275_TRUE@am__append_8840 = $(nodist_part_msdos_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8841 = $(nodist_part_msdos_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_8912 = part_msdos.mod +@COND_mips_yeeloong_TRUE@am__append_8913 = part_msdos.marker +@COND_sparc64_ieee1275_TRUE@am__append_8914 = part_msdos.module +@COND_sparc64_ieee1275_TRUE@am__append_8915 = part_msdos.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8916 = +@COND_sparc64_ieee1275_TRUE@am__append_8917 = $(nodist_part_msdos_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8918 = $(nodist_part_msdos_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_msdos.marker -@COND_sparc64_ieee1275_TRUE@am__append_8842 = part_msdos.mod -@COND_sparc64_ieee1275_TRUE@am__append_8843 = part_msdos.marker -@COND_powerpc_ieee1275_TRUE@am__append_8844 = part_msdos.module -@COND_powerpc_ieee1275_TRUE@am__append_8845 = part_msdos.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8846 = -@COND_powerpc_ieee1275_TRUE@am__append_8847 = $(nodist_part_msdos_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8848 = $(nodist_part_msdos_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_8919 = part_msdos.mod +@COND_sparc64_ieee1275_TRUE@am__append_8920 = part_msdos.marker +@COND_powerpc_ieee1275_TRUE@am__append_8921 = part_msdos.module +@COND_powerpc_ieee1275_TRUE@am__append_8922 = part_msdos.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_8923 = +@COND_powerpc_ieee1275_TRUE@am__append_8924 = $(nodist_part_msdos_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_8925 = $(nodist_part_msdos_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_msdos.marker -@COND_powerpc_ieee1275_TRUE@am__append_8849 = part_msdos.mod -@COND_powerpc_ieee1275_TRUE@am__append_8850 = part_msdos.marker -@COND_emu_TRUE@am__append_8851 = part_sun.module -@COND_emu_TRUE@am__append_8852 = part_sun.module$(EXEEXT) -@COND_emu_TRUE@am__append_8853 = -@COND_emu_TRUE@am__append_8854 = $(nodist_part_sun_module_SOURCES) -@COND_emu_TRUE@am__append_8855 = $(nodist_part_sun_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_8926 = part_msdos.mod +@COND_powerpc_ieee1275_TRUE@am__append_8927 = part_msdos.marker +@COND_emu_TRUE@am__append_8928 = part_sun.module +@COND_emu_TRUE@am__append_8929 = part_sun.module$(EXEEXT) +@COND_emu_TRUE@am__append_8930 = +@COND_emu_TRUE@am__append_8931 = $(nodist_part_sun_module_SOURCES) +@COND_emu_TRUE@am__append_8932 = $(nodist_part_sun_module_SOURCES) \ @COND_emu_TRUE@ part_sun.marker -@COND_emu_TRUE@am__append_8856 = part_sun.mod -@COND_emu_TRUE@am__append_8857 = part_sun.marker -@COND_i386_pc_TRUE@am__append_8858 = part_sun.module -@COND_i386_pc_TRUE@am__append_8859 = part_sun.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8860 = -@COND_i386_pc_TRUE@am__append_8861 = $(nodist_part_sun_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8862 = \ +@COND_emu_TRUE@am__append_8933 = part_sun.mod +@COND_emu_TRUE@am__append_8934 = part_sun.marker +@COND_i386_pc_TRUE@am__append_8935 = part_sun.module +@COND_i386_pc_TRUE@am__append_8936 = part_sun.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_8937 = +@COND_i386_pc_TRUE@am__append_8938 = $(nodist_part_sun_module_SOURCES) +@COND_i386_pc_TRUE@am__append_8939 = \ @COND_i386_pc_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_i386_pc_TRUE@ part_sun.marker -@COND_i386_pc_TRUE@am__append_8863 = part_sun.mod -@COND_i386_pc_TRUE@am__append_8864 = part_sun.marker -@COND_i386_efi_TRUE@am__append_8865 = part_sun.module -@COND_i386_efi_TRUE@am__append_8866 = part_sun.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8867 = -@COND_i386_efi_TRUE@am__append_8868 = $(nodist_part_sun_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8869 = \ +@COND_i386_pc_TRUE@am__append_8940 = part_sun.mod +@COND_i386_pc_TRUE@am__append_8941 = part_sun.marker +@COND_i386_efi_TRUE@am__append_8942 = part_sun.module +@COND_i386_efi_TRUE@am__append_8943 = part_sun.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_8944 = +@COND_i386_efi_TRUE@am__append_8945 = $(nodist_part_sun_module_SOURCES) +@COND_i386_efi_TRUE@am__append_8946 = \ @COND_i386_efi_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_i386_efi_TRUE@ part_sun.marker -@COND_i386_efi_TRUE@am__append_8870 = part_sun.mod -@COND_i386_efi_TRUE@am__append_8871 = part_sun.marker -@COND_i386_qemu_TRUE@am__append_8872 = part_sun.module -@COND_i386_qemu_TRUE@am__append_8873 = part_sun.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8874 = -@COND_i386_qemu_TRUE@am__append_8875 = $(nodist_part_sun_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8876 = \ +@COND_i386_efi_TRUE@am__append_8947 = part_sun.mod +@COND_i386_efi_TRUE@am__append_8948 = part_sun.marker +@COND_i386_qemu_TRUE@am__append_8949 = part_sun.module +@COND_i386_qemu_TRUE@am__append_8950 = part_sun.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_8951 = +@COND_i386_qemu_TRUE@am__append_8952 = $(nodist_part_sun_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_8953 = \ @COND_i386_qemu_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_sun.marker -@COND_i386_qemu_TRUE@am__append_8877 = part_sun.mod -@COND_i386_qemu_TRUE@am__append_8878 = part_sun.marker -@COND_i386_coreboot_TRUE@am__append_8879 = part_sun.module -@COND_i386_coreboot_TRUE@am__append_8880 = part_sun.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8881 = -@COND_i386_coreboot_TRUE@am__append_8882 = $(nodist_part_sun_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8883 = \ +@COND_i386_qemu_TRUE@am__append_8954 = part_sun.mod +@COND_i386_qemu_TRUE@am__append_8955 = part_sun.marker +@COND_i386_coreboot_TRUE@am__append_8956 = part_sun.module +@COND_i386_coreboot_TRUE@am__append_8957 = part_sun.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_8958 = +@COND_i386_coreboot_TRUE@am__append_8959 = $(nodist_part_sun_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_8960 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_sun.marker -@COND_i386_coreboot_TRUE@am__append_8884 = part_sun.mod -@COND_i386_coreboot_TRUE@am__append_8885 = part_sun.marker -@COND_i386_multiboot_TRUE@am__append_8886 = part_sun.module -@COND_i386_multiboot_TRUE@am__append_8887 = part_sun.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8888 = -@COND_i386_multiboot_TRUE@am__append_8889 = $(nodist_part_sun_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8890 = \ +@COND_i386_coreboot_TRUE@am__append_8961 = part_sun.mod +@COND_i386_coreboot_TRUE@am__append_8962 = part_sun.marker +@COND_i386_multiboot_TRUE@am__append_8963 = part_sun.module +@COND_i386_multiboot_TRUE@am__append_8964 = part_sun.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_8965 = +@COND_i386_multiboot_TRUE@am__append_8966 = $(nodist_part_sun_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_8967 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_sun.marker -@COND_i386_multiboot_TRUE@am__append_8891 = part_sun.mod -@COND_i386_multiboot_TRUE@am__append_8892 = part_sun.marker -@COND_i386_ieee1275_TRUE@am__append_8893 = part_sun.module -@COND_i386_ieee1275_TRUE@am__append_8894 = part_sun.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8895 = -@COND_i386_ieee1275_TRUE@am__append_8896 = $(nodist_part_sun_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8897 = \ +@COND_i386_multiboot_TRUE@am__append_8968 = part_sun.mod +@COND_i386_multiboot_TRUE@am__append_8969 = part_sun.marker +@COND_i386_ieee1275_TRUE@am__append_8970 = part_sun.module +@COND_i386_ieee1275_TRUE@am__append_8971 = part_sun.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_8972 = +@COND_i386_ieee1275_TRUE@am__append_8973 = $(nodist_part_sun_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_8974 = \ @COND_i386_ieee1275_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_sun.marker -@COND_i386_ieee1275_TRUE@am__append_8898 = part_sun.mod -@COND_i386_ieee1275_TRUE@am__append_8899 = part_sun.marker -@COND_x86_64_efi_TRUE@am__append_8900 = part_sun.module -@COND_x86_64_efi_TRUE@am__append_8901 = part_sun.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8902 = -@COND_x86_64_efi_TRUE@am__append_8903 = $(nodist_part_sun_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8904 = \ +@COND_i386_ieee1275_TRUE@am__append_8975 = part_sun.mod +@COND_i386_ieee1275_TRUE@am__append_8976 = part_sun.marker +@COND_x86_64_efi_TRUE@am__append_8977 = part_sun.module +@COND_x86_64_efi_TRUE@am__append_8978 = part_sun.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_8979 = +@COND_x86_64_efi_TRUE@am__append_8980 = $(nodist_part_sun_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_8981 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_sun.marker -@COND_x86_64_efi_TRUE@am__append_8905 = part_sun.mod -@COND_x86_64_efi_TRUE@am__append_8906 = part_sun.marker -@COND_mips_yeeloong_TRUE@am__append_8907 = part_sun.module -@COND_mips_yeeloong_TRUE@am__append_8908 = part_sun.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8909 = -@COND_mips_yeeloong_TRUE@am__append_8910 = $(nodist_part_sun_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8911 = \ +@COND_x86_64_efi_TRUE@am__append_8982 = part_sun.mod +@COND_x86_64_efi_TRUE@am__append_8983 = part_sun.marker +@COND_mips_yeeloong_TRUE@am__append_8984 = part_sun.module +@COND_mips_yeeloong_TRUE@am__append_8985 = part_sun.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_8986 = +@COND_mips_yeeloong_TRUE@am__append_8987 = $(nodist_part_sun_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_8988 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_sun.marker -@COND_mips_yeeloong_TRUE@am__append_8912 = part_sun.mod -@COND_mips_yeeloong_TRUE@am__append_8913 = part_sun.marker -@COND_sparc64_ieee1275_TRUE@am__append_8914 = part_sun.module -@COND_sparc64_ieee1275_TRUE@am__append_8915 = part_sun.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8916 = -@COND_sparc64_ieee1275_TRUE@am__append_8917 = $(nodist_part_sun_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8918 = \ +@COND_mips_yeeloong_TRUE@am__append_8989 = part_sun.mod +@COND_mips_yeeloong_TRUE@am__append_8990 = part_sun.marker +@COND_sparc64_ieee1275_TRUE@am__append_8991 = part_sun.module +@COND_sparc64_ieee1275_TRUE@am__append_8992 = part_sun.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_8993 = +@COND_sparc64_ieee1275_TRUE@am__append_8994 = $(nodist_part_sun_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_8995 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_sun.marker -@COND_sparc64_ieee1275_TRUE@am__append_8919 = part_sun.mod -@COND_sparc64_ieee1275_TRUE@am__append_8920 = part_sun.marker -@COND_powerpc_ieee1275_TRUE@am__append_8921 = part_sun.module -@COND_powerpc_ieee1275_TRUE@am__append_8922 = part_sun.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_8923 = -@COND_powerpc_ieee1275_TRUE@am__append_8924 = $(nodist_part_sun_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_8925 = \ +@COND_sparc64_ieee1275_TRUE@am__append_8996 = part_sun.mod +@COND_sparc64_ieee1275_TRUE@am__append_8997 = part_sun.marker +@COND_powerpc_ieee1275_TRUE@am__append_8998 = part_sun.module +@COND_powerpc_ieee1275_TRUE@am__append_8999 = part_sun.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9000 = +@COND_powerpc_ieee1275_TRUE@am__append_9001 = $(nodist_part_sun_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9002 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_part_sun_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_sun.marker -@COND_powerpc_ieee1275_TRUE@am__append_8926 = part_sun.mod -@COND_powerpc_ieee1275_TRUE@am__append_8927 = part_sun.marker -@COND_emu_TRUE@am__append_8928 = part_bsd.module -@COND_emu_TRUE@am__append_8929 = part_bsd.module$(EXEEXT) -@COND_emu_TRUE@am__append_8930 = -@COND_emu_TRUE@am__append_8931 = $(nodist_part_bsd_module_SOURCES) -@COND_emu_TRUE@am__append_8932 = $(nodist_part_bsd_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_9003 = part_sun.mod +@COND_powerpc_ieee1275_TRUE@am__append_9004 = part_sun.marker +@COND_emu_TRUE@am__append_9005 = part_bsd.module +@COND_emu_TRUE@am__append_9006 = part_bsd.module$(EXEEXT) +@COND_emu_TRUE@am__append_9007 = +@COND_emu_TRUE@am__append_9008 = $(nodist_part_bsd_module_SOURCES) +@COND_emu_TRUE@am__append_9009 = $(nodist_part_bsd_module_SOURCES) \ @COND_emu_TRUE@ part_bsd.marker -@COND_emu_TRUE@am__append_8933 = part_bsd.mod -@COND_emu_TRUE@am__append_8934 = part_bsd.marker -@COND_i386_pc_TRUE@am__append_8935 = part_bsd.module -@COND_i386_pc_TRUE@am__append_8936 = part_bsd.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_8937 = -@COND_i386_pc_TRUE@am__append_8938 = $(nodist_part_bsd_module_SOURCES) -@COND_i386_pc_TRUE@am__append_8939 = \ +@COND_emu_TRUE@am__append_9010 = part_bsd.mod +@COND_emu_TRUE@am__append_9011 = part_bsd.marker +@COND_i386_pc_TRUE@am__append_9012 = part_bsd.module +@COND_i386_pc_TRUE@am__append_9013 = part_bsd.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9014 = +@COND_i386_pc_TRUE@am__append_9015 = $(nodist_part_bsd_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9016 = \ @COND_i386_pc_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_i386_pc_TRUE@ part_bsd.marker -@COND_i386_pc_TRUE@am__append_8940 = part_bsd.mod -@COND_i386_pc_TRUE@am__append_8941 = part_bsd.marker -@COND_i386_efi_TRUE@am__append_8942 = part_bsd.module -@COND_i386_efi_TRUE@am__append_8943 = part_bsd.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_8944 = -@COND_i386_efi_TRUE@am__append_8945 = $(nodist_part_bsd_module_SOURCES) -@COND_i386_efi_TRUE@am__append_8946 = \ +@COND_i386_pc_TRUE@am__append_9017 = part_bsd.mod +@COND_i386_pc_TRUE@am__append_9018 = part_bsd.marker +@COND_i386_efi_TRUE@am__append_9019 = part_bsd.module +@COND_i386_efi_TRUE@am__append_9020 = part_bsd.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9021 = +@COND_i386_efi_TRUE@am__append_9022 = $(nodist_part_bsd_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9023 = \ @COND_i386_efi_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_i386_efi_TRUE@ part_bsd.marker -@COND_i386_efi_TRUE@am__append_8947 = part_bsd.mod -@COND_i386_efi_TRUE@am__append_8948 = part_bsd.marker -@COND_i386_qemu_TRUE@am__append_8949 = part_bsd.module -@COND_i386_qemu_TRUE@am__append_8950 = part_bsd.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_8951 = -@COND_i386_qemu_TRUE@am__append_8952 = $(nodist_part_bsd_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_8953 = \ +@COND_i386_efi_TRUE@am__append_9024 = part_bsd.mod +@COND_i386_efi_TRUE@am__append_9025 = part_bsd.marker +@COND_i386_qemu_TRUE@am__append_9026 = part_bsd.module +@COND_i386_qemu_TRUE@am__append_9027 = part_bsd.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9028 = +@COND_i386_qemu_TRUE@am__append_9029 = $(nodist_part_bsd_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9030 = \ @COND_i386_qemu_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_bsd.marker -@COND_i386_qemu_TRUE@am__append_8954 = part_bsd.mod -@COND_i386_qemu_TRUE@am__append_8955 = part_bsd.marker -@COND_i386_coreboot_TRUE@am__append_8956 = part_bsd.module -@COND_i386_coreboot_TRUE@am__append_8957 = part_bsd.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_8958 = -@COND_i386_coreboot_TRUE@am__append_8959 = $(nodist_part_bsd_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_8960 = \ +@COND_i386_qemu_TRUE@am__append_9031 = part_bsd.mod +@COND_i386_qemu_TRUE@am__append_9032 = part_bsd.marker +@COND_i386_coreboot_TRUE@am__append_9033 = part_bsd.module +@COND_i386_coreboot_TRUE@am__append_9034 = part_bsd.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9035 = +@COND_i386_coreboot_TRUE@am__append_9036 = $(nodist_part_bsd_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9037 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_bsd.marker -@COND_i386_coreboot_TRUE@am__append_8961 = part_bsd.mod -@COND_i386_coreboot_TRUE@am__append_8962 = part_bsd.marker -@COND_i386_multiboot_TRUE@am__append_8963 = part_bsd.module -@COND_i386_multiboot_TRUE@am__append_8964 = part_bsd.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_8965 = -@COND_i386_multiboot_TRUE@am__append_8966 = $(nodist_part_bsd_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_8967 = \ +@COND_i386_coreboot_TRUE@am__append_9038 = part_bsd.mod +@COND_i386_coreboot_TRUE@am__append_9039 = part_bsd.marker +@COND_i386_multiboot_TRUE@am__append_9040 = part_bsd.module +@COND_i386_multiboot_TRUE@am__append_9041 = part_bsd.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9042 = +@COND_i386_multiboot_TRUE@am__append_9043 = $(nodist_part_bsd_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9044 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_bsd.marker -@COND_i386_multiboot_TRUE@am__append_8968 = part_bsd.mod -@COND_i386_multiboot_TRUE@am__append_8969 = part_bsd.marker -@COND_i386_ieee1275_TRUE@am__append_8970 = part_bsd.module -@COND_i386_ieee1275_TRUE@am__append_8971 = part_bsd.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_8972 = -@COND_i386_ieee1275_TRUE@am__append_8973 = $(nodist_part_bsd_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_8974 = \ +@COND_i386_multiboot_TRUE@am__append_9045 = part_bsd.mod +@COND_i386_multiboot_TRUE@am__append_9046 = part_bsd.marker +@COND_i386_ieee1275_TRUE@am__append_9047 = part_bsd.module +@COND_i386_ieee1275_TRUE@am__append_9048 = part_bsd.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9049 = +@COND_i386_ieee1275_TRUE@am__append_9050 = $(nodist_part_bsd_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9051 = \ @COND_i386_ieee1275_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_bsd.marker -@COND_i386_ieee1275_TRUE@am__append_8975 = part_bsd.mod -@COND_i386_ieee1275_TRUE@am__append_8976 = part_bsd.marker -@COND_x86_64_efi_TRUE@am__append_8977 = part_bsd.module -@COND_x86_64_efi_TRUE@am__append_8978 = part_bsd.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_8979 = -@COND_x86_64_efi_TRUE@am__append_8980 = $(nodist_part_bsd_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_8981 = \ +@COND_i386_ieee1275_TRUE@am__append_9052 = part_bsd.mod +@COND_i386_ieee1275_TRUE@am__append_9053 = part_bsd.marker +@COND_x86_64_efi_TRUE@am__append_9054 = part_bsd.module +@COND_x86_64_efi_TRUE@am__append_9055 = part_bsd.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9056 = +@COND_x86_64_efi_TRUE@am__append_9057 = $(nodist_part_bsd_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9058 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_bsd.marker -@COND_x86_64_efi_TRUE@am__append_8982 = part_bsd.mod -@COND_x86_64_efi_TRUE@am__append_8983 = part_bsd.marker -@COND_mips_yeeloong_TRUE@am__append_8984 = part_bsd.module -@COND_mips_yeeloong_TRUE@am__append_8985 = part_bsd.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_8986 = -@COND_mips_yeeloong_TRUE@am__append_8987 = $(nodist_part_bsd_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_8988 = \ +@COND_x86_64_efi_TRUE@am__append_9059 = part_bsd.mod +@COND_x86_64_efi_TRUE@am__append_9060 = part_bsd.marker +@COND_mips_yeeloong_TRUE@am__append_9061 = part_bsd.module +@COND_mips_yeeloong_TRUE@am__append_9062 = part_bsd.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_9063 = +@COND_mips_yeeloong_TRUE@am__append_9064 = $(nodist_part_bsd_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_9065 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_bsd.marker -@COND_mips_yeeloong_TRUE@am__append_8989 = part_bsd.mod -@COND_mips_yeeloong_TRUE@am__append_8990 = part_bsd.marker -@COND_sparc64_ieee1275_TRUE@am__append_8991 = part_bsd.module -@COND_sparc64_ieee1275_TRUE@am__append_8992 = part_bsd.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_8993 = -@COND_sparc64_ieee1275_TRUE@am__append_8994 = $(nodist_part_bsd_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_8995 = \ +@COND_mips_yeeloong_TRUE@am__append_9066 = part_bsd.mod +@COND_mips_yeeloong_TRUE@am__append_9067 = part_bsd.marker +@COND_sparc64_ieee1275_TRUE@am__append_9068 = part_bsd.module +@COND_sparc64_ieee1275_TRUE@am__append_9069 = part_bsd.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9070 = +@COND_sparc64_ieee1275_TRUE@am__append_9071 = $(nodist_part_bsd_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9072 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_bsd.marker -@COND_sparc64_ieee1275_TRUE@am__append_8996 = part_bsd.mod -@COND_sparc64_ieee1275_TRUE@am__append_8997 = part_bsd.marker -@COND_powerpc_ieee1275_TRUE@am__append_8998 = part_bsd.module -@COND_powerpc_ieee1275_TRUE@am__append_8999 = part_bsd.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9000 = -@COND_powerpc_ieee1275_TRUE@am__append_9001 = $(nodist_part_bsd_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9002 = \ +@COND_sparc64_ieee1275_TRUE@am__append_9073 = part_bsd.mod +@COND_sparc64_ieee1275_TRUE@am__append_9074 = part_bsd.marker +@COND_powerpc_ieee1275_TRUE@am__append_9075 = part_bsd.module +@COND_powerpc_ieee1275_TRUE@am__append_9076 = part_bsd.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9077 = +@COND_powerpc_ieee1275_TRUE@am__append_9078 = $(nodist_part_bsd_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9079 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_part_bsd_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_bsd.marker -@COND_powerpc_ieee1275_TRUE@am__append_9003 = part_bsd.mod -@COND_powerpc_ieee1275_TRUE@am__append_9004 = part_bsd.marker -@COND_emu_TRUE@am__append_9005 = part_sunpc.module -@COND_emu_TRUE@am__append_9006 = part_sunpc.module$(EXEEXT) -@COND_emu_TRUE@am__append_9007 = -@COND_emu_TRUE@am__append_9008 = $(nodist_part_sunpc_module_SOURCES) -@COND_emu_TRUE@am__append_9009 = $(nodist_part_sunpc_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_9080 = part_bsd.mod +@COND_powerpc_ieee1275_TRUE@am__append_9081 = part_bsd.marker +@COND_emu_TRUE@am__append_9082 = part_sunpc.module +@COND_emu_TRUE@am__append_9083 = part_sunpc.module$(EXEEXT) +@COND_emu_TRUE@am__append_9084 = +@COND_emu_TRUE@am__append_9085 = $(nodist_part_sunpc_module_SOURCES) +@COND_emu_TRUE@am__append_9086 = $(nodist_part_sunpc_module_SOURCES) \ @COND_emu_TRUE@ part_sunpc.marker -@COND_emu_TRUE@am__append_9010 = part_sunpc.mod -@COND_emu_TRUE@am__append_9011 = part_sunpc.marker -@COND_i386_pc_TRUE@am__append_9012 = part_sunpc.module -@COND_i386_pc_TRUE@am__append_9013 = part_sunpc.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9014 = -@COND_i386_pc_TRUE@am__append_9015 = $(nodist_part_sunpc_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9016 = \ +@COND_emu_TRUE@am__append_9087 = part_sunpc.mod +@COND_emu_TRUE@am__append_9088 = part_sunpc.marker +@COND_i386_pc_TRUE@am__append_9089 = part_sunpc.module +@COND_i386_pc_TRUE@am__append_9090 = part_sunpc.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9091 = +@COND_i386_pc_TRUE@am__append_9092 = $(nodist_part_sunpc_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9093 = \ @COND_i386_pc_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_i386_pc_TRUE@ part_sunpc.marker -@COND_i386_pc_TRUE@am__append_9017 = part_sunpc.mod -@COND_i386_pc_TRUE@am__append_9018 = part_sunpc.marker -@COND_i386_efi_TRUE@am__append_9019 = part_sunpc.module -@COND_i386_efi_TRUE@am__append_9020 = part_sunpc.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9021 = -@COND_i386_efi_TRUE@am__append_9022 = $(nodist_part_sunpc_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9023 = \ +@COND_i386_pc_TRUE@am__append_9094 = part_sunpc.mod +@COND_i386_pc_TRUE@am__append_9095 = part_sunpc.marker +@COND_i386_efi_TRUE@am__append_9096 = part_sunpc.module +@COND_i386_efi_TRUE@am__append_9097 = part_sunpc.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9098 = +@COND_i386_efi_TRUE@am__append_9099 = $(nodist_part_sunpc_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9100 = \ @COND_i386_efi_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_i386_efi_TRUE@ part_sunpc.marker -@COND_i386_efi_TRUE@am__append_9024 = part_sunpc.mod -@COND_i386_efi_TRUE@am__append_9025 = part_sunpc.marker -@COND_i386_qemu_TRUE@am__append_9026 = part_sunpc.module -@COND_i386_qemu_TRUE@am__append_9027 = part_sunpc.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9028 = -@COND_i386_qemu_TRUE@am__append_9029 = $(nodist_part_sunpc_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9030 = \ +@COND_i386_efi_TRUE@am__append_9101 = part_sunpc.mod +@COND_i386_efi_TRUE@am__append_9102 = part_sunpc.marker +@COND_i386_qemu_TRUE@am__append_9103 = part_sunpc.module +@COND_i386_qemu_TRUE@am__append_9104 = part_sunpc.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9105 = +@COND_i386_qemu_TRUE@am__append_9106 = $(nodist_part_sunpc_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9107 = \ @COND_i386_qemu_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_i386_qemu_TRUE@ part_sunpc.marker -@COND_i386_qemu_TRUE@am__append_9031 = part_sunpc.mod -@COND_i386_qemu_TRUE@am__append_9032 = part_sunpc.marker -@COND_i386_coreboot_TRUE@am__append_9033 = part_sunpc.module -@COND_i386_coreboot_TRUE@am__append_9034 = part_sunpc.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9035 = -@COND_i386_coreboot_TRUE@am__append_9036 = $(nodist_part_sunpc_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9037 = \ +@COND_i386_qemu_TRUE@am__append_9108 = part_sunpc.mod +@COND_i386_qemu_TRUE@am__append_9109 = part_sunpc.marker +@COND_i386_coreboot_TRUE@am__append_9110 = part_sunpc.module +@COND_i386_coreboot_TRUE@am__append_9111 = part_sunpc.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9112 = +@COND_i386_coreboot_TRUE@am__append_9113 = $(nodist_part_sunpc_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9114 = \ @COND_i386_coreboot_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_i386_coreboot_TRUE@ part_sunpc.marker -@COND_i386_coreboot_TRUE@am__append_9038 = part_sunpc.mod -@COND_i386_coreboot_TRUE@am__append_9039 = part_sunpc.marker -@COND_i386_multiboot_TRUE@am__append_9040 = part_sunpc.module -@COND_i386_multiboot_TRUE@am__append_9041 = part_sunpc.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9042 = -@COND_i386_multiboot_TRUE@am__append_9043 = $(nodist_part_sunpc_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9044 = \ +@COND_i386_coreboot_TRUE@am__append_9115 = part_sunpc.mod +@COND_i386_coreboot_TRUE@am__append_9116 = part_sunpc.marker +@COND_i386_multiboot_TRUE@am__append_9117 = part_sunpc.module +@COND_i386_multiboot_TRUE@am__append_9118 = part_sunpc.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9119 = +@COND_i386_multiboot_TRUE@am__append_9120 = $(nodist_part_sunpc_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9121 = \ @COND_i386_multiboot_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_i386_multiboot_TRUE@ part_sunpc.marker -@COND_i386_multiboot_TRUE@am__append_9045 = part_sunpc.mod -@COND_i386_multiboot_TRUE@am__append_9046 = part_sunpc.marker -@COND_i386_ieee1275_TRUE@am__append_9047 = part_sunpc.module -@COND_i386_ieee1275_TRUE@am__append_9048 = part_sunpc.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9049 = -@COND_i386_ieee1275_TRUE@am__append_9050 = $(nodist_part_sunpc_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9051 = \ +@COND_i386_multiboot_TRUE@am__append_9122 = part_sunpc.mod +@COND_i386_multiboot_TRUE@am__append_9123 = part_sunpc.marker +@COND_i386_ieee1275_TRUE@am__append_9124 = part_sunpc.module +@COND_i386_ieee1275_TRUE@am__append_9125 = part_sunpc.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9126 = +@COND_i386_ieee1275_TRUE@am__append_9127 = $(nodist_part_sunpc_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9128 = \ @COND_i386_ieee1275_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ part_sunpc.marker -@COND_i386_ieee1275_TRUE@am__append_9052 = part_sunpc.mod -@COND_i386_ieee1275_TRUE@am__append_9053 = part_sunpc.marker -@COND_x86_64_efi_TRUE@am__append_9054 = part_sunpc.module -@COND_x86_64_efi_TRUE@am__append_9055 = part_sunpc.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9056 = -@COND_x86_64_efi_TRUE@am__append_9057 = $(nodist_part_sunpc_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9058 = \ +@COND_i386_ieee1275_TRUE@am__append_9129 = part_sunpc.mod +@COND_i386_ieee1275_TRUE@am__append_9130 = part_sunpc.marker +@COND_x86_64_efi_TRUE@am__append_9131 = part_sunpc.module +@COND_x86_64_efi_TRUE@am__append_9132 = part_sunpc.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9133 = +@COND_x86_64_efi_TRUE@am__append_9134 = $(nodist_part_sunpc_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9135 = \ @COND_x86_64_efi_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_x86_64_efi_TRUE@ part_sunpc.marker -@COND_x86_64_efi_TRUE@am__append_9059 = part_sunpc.mod -@COND_x86_64_efi_TRUE@am__append_9060 = part_sunpc.marker -@COND_mips_yeeloong_TRUE@am__append_9061 = part_sunpc.module -@COND_mips_yeeloong_TRUE@am__append_9062 = part_sunpc.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_9063 = -@COND_mips_yeeloong_TRUE@am__append_9064 = $(nodist_part_sunpc_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_9065 = \ +@COND_x86_64_efi_TRUE@am__append_9136 = part_sunpc.mod +@COND_x86_64_efi_TRUE@am__append_9137 = part_sunpc.marker +@COND_mips_yeeloong_TRUE@am__append_9138 = part_sunpc.module +@COND_mips_yeeloong_TRUE@am__append_9139 = part_sunpc.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_9140 = +@COND_mips_yeeloong_TRUE@am__append_9141 = $(nodist_part_sunpc_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_9142 = \ @COND_mips_yeeloong_TRUE@ $(nodist_part_sunpc_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ part_sunpc.marker -@COND_mips_yeeloong_TRUE@am__append_9066 = part_sunpc.mod -@COND_mips_yeeloong_TRUE@am__append_9067 = part_sunpc.marker -@COND_sparc64_ieee1275_TRUE@am__append_9068 = part_sunpc.module -@COND_sparc64_ieee1275_TRUE@am__append_9069 = part_sunpc.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9070 = -@COND_sparc64_ieee1275_TRUE@am__append_9071 = $(nodist_part_sunpc_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9072 = $(nodist_part_sunpc_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_9143 = part_sunpc.mod +@COND_mips_yeeloong_TRUE@am__append_9144 = part_sunpc.marker +@COND_sparc64_ieee1275_TRUE@am__append_9145 = part_sunpc.module +@COND_sparc64_ieee1275_TRUE@am__append_9146 = part_sunpc.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9147 = +@COND_sparc64_ieee1275_TRUE@am__append_9148 = $(nodist_part_sunpc_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9149 = $(nodist_part_sunpc_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ part_sunpc.marker -@COND_sparc64_ieee1275_TRUE@am__append_9073 = part_sunpc.mod -@COND_sparc64_ieee1275_TRUE@am__append_9074 = part_sunpc.marker -@COND_powerpc_ieee1275_TRUE@am__append_9075 = part_sunpc.module -@COND_powerpc_ieee1275_TRUE@am__append_9076 = part_sunpc.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9077 = -@COND_powerpc_ieee1275_TRUE@am__append_9078 = $(nodist_part_sunpc_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9079 = $(nodist_part_sunpc_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_9150 = part_sunpc.mod +@COND_sparc64_ieee1275_TRUE@am__append_9151 = part_sunpc.marker +@COND_powerpc_ieee1275_TRUE@am__append_9152 = part_sunpc.module +@COND_powerpc_ieee1275_TRUE@am__append_9153 = part_sunpc.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9154 = +@COND_powerpc_ieee1275_TRUE@am__append_9155 = $(nodist_part_sunpc_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9156 = $(nodist_part_sunpc_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ part_sunpc.marker -@COND_powerpc_ieee1275_TRUE@am__append_9080 = part_sunpc.mod -@COND_powerpc_ieee1275_TRUE@am__append_9081 = part_sunpc.marker -@COND_emu_TRUE@am__append_9082 = msdospart.module -@COND_emu_TRUE@am__append_9083 = msdospart.module$(EXEEXT) -@COND_emu_TRUE@am__append_9084 = -@COND_emu_TRUE@am__append_9085 = $(nodist_msdospart_module_SOURCES) -@COND_emu_TRUE@am__append_9086 = $(nodist_msdospart_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_9157 = part_sunpc.mod +@COND_powerpc_ieee1275_TRUE@am__append_9158 = part_sunpc.marker +@COND_emu_TRUE@am__append_9159 = msdospart.module +@COND_emu_TRUE@am__append_9160 = msdospart.module$(EXEEXT) +@COND_emu_TRUE@am__append_9161 = +@COND_emu_TRUE@am__append_9162 = $(nodist_msdospart_module_SOURCES) +@COND_emu_TRUE@am__append_9163 = $(nodist_msdospart_module_SOURCES) \ @COND_emu_TRUE@ msdospart.marker -@COND_emu_TRUE@am__append_9087 = msdospart.mod -@COND_emu_TRUE@am__append_9088 = msdospart.marker -@COND_i386_pc_TRUE@am__append_9089 = msdospart.module -@COND_i386_pc_TRUE@am__append_9090 = msdospart.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9091 = -@COND_i386_pc_TRUE@am__append_9092 = $(nodist_msdospart_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9093 = \ +@COND_emu_TRUE@am__append_9164 = msdospart.mod +@COND_emu_TRUE@am__append_9165 = msdospart.marker +@COND_i386_pc_TRUE@am__append_9166 = msdospart.module +@COND_i386_pc_TRUE@am__append_9167 = msdospart.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9168 = +@COND_i386_pc_TRUE@am__append_9169 = $(nodist_msdospart_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9170 = \ @COND_i386_pc_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_i386_pc_TRUE@ msdospart.marker -@COND_i386_pc_TRUE@am__append_9094 = msdospart.mod -@COND_i386_pc_TRUE@am__append_9095 = msdospart.marker -@COND_i386_efi_TRUE@am__append_9096 = msdospart.module -@COND_i386_efi_TRUE@am__append_9097 = msdospart.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9098 = -@COND_i386_efi_TRUE@am__append_9099 = $(nodist_msdospart_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9100 = \ +@COND_i386_pc_TRUE@am__append_9171 = msdospart.mod +@COND_i386_pc_TRUE@am__append_9172 = msdospart.marker +@COND_i386_efi_TRUE@am__append_9173 = msdospart.module +@COND_i386_efi_TRUE@am__append_9174 = msdospart.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9175 = +@COND_i386_efi_TRUE@am__append_9176 = $(nodist_msdospart_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9177 = \ @COND_i386_efi_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_i386_efi_TRUE@ msdospart.marker -@COND_i386_efi_TRUE@am__append_9101 = msdospart.mod -@COND_i386_efi_TRUE@am__append_9102 = msdospart.marker -@COND_i386_qemu_TRUE@am__append_9103 = msdospart.module -@COND_i386_qemu_TRUE@am__append_9104 = msdospart.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9105 = -@COND_i386_qemu_TRUE@am__append_9106 = $(nodist_msdospart_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9107 = \ +@COND_i386_efi_TRUE@am__append_9178 = msdospart.mod +@COND_i386_efi_TRUE@am__append_9179 = msdospart.marker +@COND_i386_qemu_TRUE@am__append_9180 = msdospart.module +@COND_i386_qemu_TRUE@am__append_9181 = msdospart.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9182 = +@COND_i386_qemu_TRUE@am__append_9183 = $(nodist_msdospart_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9184 = \ @COND_i386_qemu_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_i386_qemu_TRUE@ msdospart.marker -@COND_i386_qemu_TRUE@am__append_9108 = msdospart.mod -@COND_i386_qemu_TRUE@am__append_9109 = msdospart.marker -@COND_i386_coreboot_TRUE@am__append_9110 = msdospart.module -@COND_i386_coreboot_TRUE@am__append_9111 = msdospart.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9112 = -@COND_i386_coreboot_TRUE@am__append_9113 = $(nodist_msdospart_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9114 = \ +@COND_i386_qemu_TRUE@am__append_9185 = msdospart.mod +@COND_i386_qemu_TRUE@am__append_9186 = msdospart.marker +@COND_i386_coreboot_TRUE@am__append_9187 = msdospart.module +@COND_i386_coreboot_TRUE@am__append_9188 = msdospart.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9189 = +@COND_i386_coreboot_TRUE@am__append_9190 = $(nodist_msdospart_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9191 = \ @COND_i386_coreboot_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_i386_coreboot_TRUE@ msdospart.marker -@COND_i386_coreboot_TRUE@am__append_9115 = msdospart.mod -@COND_i386_coreboot_TRUE@am__append_9116 = msdospart.marker -@COND_i386_multiboot_TRUE@am__append_9117 = msdospart.module -@COND_i386_multiboot_TRUE@am__append_9118 = msdospart.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9119 = -@COND_i386_multiboot_TRUE@am__append_9120 = $(nodist_msdospart_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9121 = \ +@COND_i386_coreboot_TRUE@am__append_9192 = msdospart.mod +@COND_i386_coreboot_TRUE@am__append_9193 = msdospart.marker +@COND_i386_multiboot_TRUE@am__append_9194 = msdospart.module +@COND_i386_multiboot_TRUE@am__append_9195 = msdospart.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9196 = +@COND_i386_multiboot_TRUE@am__append_9197 = $(nodist_msdospart_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9198 = \ @COND_i386_multiboot_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_i386_multiboot_TRUE@ msdospart.marker -@COND_i386_multiboot_TRUE@am__append_9122 = msdospart.mod -@COND_i386_multiboot_TRUE@am__append_9123 = msdospart.marker -@COND_i386_ieee1275_TRUE@am__append_9124 = msdospart.module -@COND_i386_ieee1275_TRUE@am__append_9125 = msdospart.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9126 = -@COND_i386_ieee1275_TRUE@am__append_9127 = $(nodist_msdospart_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9128 = \ +@COND_i386_multiboot_TRUE@am__append_9199 = msdospart.mod +@COND_i386_multiboot_TRUE@am__append_9200 = msdospart.marker +@COND_i386_ieee1275_TRUE@am__append_9201 = msdospart.module +@COND_i386_ieee1275_TRUE@am__append_9202 = msdospart.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9203 = +@COND_i386_ieee1275_TRUE@am__append_9204 = $(nodist_msdospart_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9205 = \ @COND_i386_ieee1275_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ msdospart.marker -@COND_i386_ieee1275_TRUE@am__append_9129 = msdospart.mod -@COND_i386_ieee1275_TRUE@am__append_9130 = msdospart.marker -@COND_x86_64_efi_TRUE@am__append_9131 = msdospart.module -@COND_x86_64_efi_TRUE@am__append_9132 = msdospart.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9133 = -@COND_x86_64_efi_TRUE@am__append_9134 = $(nodist_msdospart_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9135 = \ +@COND_i386_ieee1275_TRUE@am__append_9206 = msdospart.mod +@COND_i386_ieee1275_TRUE@am__append_9207 = msdospart.marker +@COND_x86_64_efi_TRUE@am__append_9208 = msdospart.module +@COND_x86_64_efi_TRUE@am__append_9209 = msdospart.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9210 = +@COND_x86_64_efi_TRUE@am__append_9211 = $(nodist_msdospart_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9212 = \ @COND_x86_64_efi_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_x86_64_efi_TRUE@ msdospart.marker -@COND_x86_64_efi_TRUE@am__append_9136 = msdospart.mod -@COND_x86_64_efi_TRUE@am__append_9137 = msdospart.marker -@COND_mips_yeeloong_TRUE@am__append_9138 = msdospart.module -@COND_mips_yeeloong_TRUE@am__append_9139 = msdospart.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_9140 = -@COND_mips_yeeloong_TRUE@am__append_9141 = $(nodist_msdospart_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_9142 = \ +@COND_x86_64_efi_TRUE@am__append_9213 = msdospart.mod +@COND_x86_64_efi_TRUE@am__append_9214 = msdospart.marker +@COND_mips_yeeloong_TRUE@am__append_9215 = msdospart.module +@COND_mips_yeeloong_TRUE@am__append_9216 = msdospart.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_9217 = +@COND_mips_yeeloong_TRUE@am__append_9218 = $(nodist_msdospart_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_9219 = \ @COND_mips_yeeloong_TRUE@ $(nodist_msdospart_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ msdospart.marker -@COND_mips_yeeloong_TRUE@am__append_9143 = msdospart.mod -@COND_mips_yeeloong_TRUE@am__append_9144 = msdospart.marker -@COND_sparc64_ieee1275_TRUE@am__append_9145 = msdospart.module -@COND_sparc64_ieee1275_TRUE@am__append_9146 = msdospart.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9147 = -@COND_sparc64_ieee1275_TRUE@am__append_9148 = $(nodist_msdospart_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9149 = $(nodist_msdospart_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_9220 = msdospart.mod +@COND_mips_yeeloong_TRUE@am__append_9221 = msdospart.marker +@COND_sparc64_ieee1275_TRUE@am__append_9222 = msdospart.module +@COND_sparc64_ieee1275_TRUE@am__append_9223 = msdospart.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9224 = +@COND_sparc64_ieee1275_TRUE@am__append_9225 = $(nodist_msdospart_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9226 = $(nodist_msdospart_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ msdospart.marker -@COND_sparc64_ieee1275_TRUE@am__append_9150 = msdospart.mod -@COND_sparc64_ieee1275_TRUE@am__append_9151 = msdospart.marker -@COND_powerpc_ieee1275_TRUE@am__append_9152 = msdospart.module -@COND_powerpc_ieee1275_TRUE@am__append_9153 = msdospart.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9154 = -@COND_powerpc_ieee1275_TRUE@am__append_9155 = $(nodist_msdospart_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9156 = $(nodist_msdospart_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_9227 = msdospart.mod +@COND_sparc64_ieee1275_TRUE@am__append_9228 = msdospart.marker +@COND_powerpc_ieee1275_TRUE@am__append_9229 = msdospart.module +@COND_powerpc_ieee1275_TRUE@am__append_9230 = msdospart.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9231 = +@COND_powerpc_ieee1275_TRUE@am__append_9232 = $(nodist_msdospart_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9233 = $(nodist_msdospart_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ msdospart.marker -@COND_powerpc_ieee1275_TRUE@am__append_9157 = msdospart.mod -@COND_powerpc_ieee1275_TRUE@am__append_9158 = msdospart.marker -@COND_i386_pc_TRUE@am__append_9159 = at_keyboard.module -@COND_i386_pc_TRUE@am__append_9160 = at_keyboard.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9161 = -@COND_i386_pc_TRUE@am__append_9162 = $(nodist_at_keyboard_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9163 = \ +@COND_powerpc_ieee1275_TRUE@am__append_9234 = msdospart.mod +@COND_powerpc_ieee1275_TRUE@am__append_9235 = msdospart.marker +@COND_i386_pc_TRUE@am__append_9236 = at_keyboard.module +@COND_i386_pc_TRUE@am__append_9237 = at_keyboard.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9238 = +@COND_i386_pc_TRUE@am__append_9239 = $(nodist_at_keyboard_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9240 = \ @COND_i386_pc_TRUE@ $(nodist_at_keyboard_module_SOURCES) \ @COND_i386_pc_TRUE@ at_keyboard.marker -@COND_i386_pc_TRUE@am__append_9164 = at_keyboard.mod -@COND_i386_pc_TRUE@am__append_9165 = at_keyboard.marker -@COND_i386_efi_TRUE@am__append_9166 = at_keyboard.module -@COND_i386_efi_TRUE@am__append_9167 = at_keyboard.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9168 = -@COND_i386_efi_TRUE@am__append_9169 = $(nodist_at_keyboard_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9170 = \ +@COND_i386_pc_TRUE@am__append_9241 = at_keyboard.mod +@COND_i386_pc_TRUE@am__append_9242 = at_keyboard.marker +@COND_i386_efi_TRUE@am__append_9243 = at_keyboard.module +@COND_i386_efi_TRUE@am__append_9244 = at_keyboard.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9245 = +@COND_i386_efi_TRUE@am__append_9246 = $(nodist_at_keyboard_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9247 = \ @COND_i386_efi_TRUE@ $(nodist_at_keyboard_module_SOURCES) \ @COND_i386_efi_TRUE@ at_keyboard.marker -@COND_i386_efi_TRUE@am__append_9171 = at_keyboard.mod -@COND_i386_efi_TRUE@am__append_9172 = at_keyboard.marker -@COND_i386_qemu_TRUE@am__append_9173 = at_keyboard.module -@COND_i386_qemu_TRUE@am__append_9174 = at_keyboard.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9175 = -@COND_i386_qemu_TRUE@am__append_9176 = $(nodist_at_keyboard_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9177 = \ +@COND_i386_efi_TRUE@am__append_9248 = at_keyboard.mod +@COND_i386_efi_TRUE@am__append_9249 = at_keyboard.marker +@COND_i386_qemu_TRUE@am__append_9250 = at_keyboard.module +@COND_i386_qemu_TRUE@am__append_9251 = at_keyboard.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9252 = +@COND_i386_qemu_TRUE@am__append_9253 = $(nodist_at_keyboard_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9254 = \ @COND_i386_qemu_TRUE@ $(nodist_at_keyboard_module_SOURCES) \ @COND_i386_qemu_TRUE@ at_keyboard.marker -@COND_i386_qemu_TRUE@am__append_9178 = at_keyboard.mod -@COND_i386_qemu_TRUE@am__append_9179 = at_keyboard.marker -@COND_i386_coreboot_TRUE@am__append_9180 = at_keyboard.module -@COND_i386_coreboot_TRUE@am__append_9181 = at_keyboard.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9182 = -@COND_i386_coreboot_TRUE@am__append_9183 = $(nodist_at_keyboard_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9184 = \ +@COND_i386_qemu_TRUE@am__append_9255 = at_keyboard.mod +@COND_i386_qemu_TRUE@am__append_9256 = at_keyboard.marker +@COND_i386_coreboot_TRUE@am__append_9257 = at_keyboard.module +@COND_i386_coreboot_TRUE@am__append_9258 = at_keyboard.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9259 = +@COND_i386_coreboot_TRUE@am__append_9260 = $(nodist_at_keyboard_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9261 = \ @COND_i386_coreboot_TRUE@ $(nodist_at_keyboard_module_SOURCES) \ @COND_i386_coreboot_TRUE@ at_keyboard.marker -@COND_i386_coreboot_TRUE@am__append_9185 = at_keyboard.mod -@COND_i386_coreboot_TRUE@am__append_9186 = at_keyboard.marker -@COND_i386_multiboot_TRUE@am__append_9187 = at_keyboard.module -@COND_i386_multiboot_TRUE@am__append_9188 = at_keyboard.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9189 = -@COND_i386_multiboot_TRUE@am__append_9190 = $(nodist_at_keyboard_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9191 = $(nodist_at_keyboard_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_9262 = at_keyboard.mod +@COND_i386_coreboot_TRUE@am__append_9263 = at_keyboard.marker +@COND_i386_multiboot_TRUE@am__append_9264 = at_keyboard.module +@COND_i386_multiboot_TRUE@am__append_9265 = at_keyboard.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9266 = +@COND_i386_multiboot_TRUE@am__append_9267 = $(nodist_at_keyboard_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9268 = $(nodist_at_keyboard_module_SOURCES) \ @COND_i386_multiboot_TRUE@ at_keyboard.marker -@COND_i386_multiboot_TRUE@am__append_9192 = at_keyboard.mod -@COND_i386_multiboot_TRUE@am__append_9193 = at_keyboard.marker -@COND_i386_ieee1275_TRUE@am__append_9194 = at_keyboard.module -@COND_i386_ieee1275_TRUE@am__append_9195 = at_keyboard.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9196 = -@COND_i386_ieee1275_TRUE@am__append_9197 = $(nodist_at_keyboard_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9198 = \ +@COND_i386_multiboot_TRUE@am__append_9269 = at_keyboard.mod +@COND_i386_multiboot_TRUE@am__append_9270 = at_keyboard.marker +@COND_i386_ieee1275_TRUE@am__append_9271 = at_keyboard.module +@COND_i386_ieee1275_TRUE@am__append_9272 = at_keyboard.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9273 = +@COND_i386_ieee1275_TRUE@am__append_9274 = $(nodist_at_keyboard_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9275 = \ @COND_i386_ieee1275_TRUE@ $(nodist_at_keyboard_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ at_keyboard.marker -@COND_i386_ieee1275_TRUE@am__append_9199 = at_keyboard.mod -@COND_i386_ieee1275_TRUE@am__append_9200 = at_keyboard.marker -@COND_x86_64_efi_TRUE@am__append_9201 = at_keyboard.module -@COND_x86_64_efi_TRUE@am__append_9202 = at_keyboard.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9203 = -@COND_x86_64_efi_TRUE@am__append_9204 = $(nodist_at_keyboard_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9205 = \ +@COND_i386_ieee1275_TRUE@am__append_9276 = at_keyboard.mod +@COND_i386_ieee1275_TRUE@am__append_9277 = at_keyboard.marker +@COND_x86_64_efi_TRUE@am__append_9278 = at_keyboard.module +@COND_x86_64_efi_TRUE@am__append_9279 = at_keyboard.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9280 = +@COND_x86_64_efi_TRUE@am__append_9281 = $(nodist_at_keyboard_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9282 = \ @COND_x86_64_efi_TRUE@ $(nodist_at_keyboard_module_SOURCES) \ @COND_x86_64_efi_TRUE@ at_keyboard.marker -@COND_x86_64_efi_TRUE@am__append_9206 = at_keyboard.mod -@COND_x86_64_efi_TRUE@am__append_9207 = at_keyboard.marker -@COND_emu_TRUE@am__append_9208 = gfxterm.module -@COND_emu_TRUE@am__append_9209 = gfxterm.module$(EXEEXT) -@COND_emu_TRUE@am__append_9210 = -@COND_emu_TRUE@am__append_9211 = $(nodist_gfxterm_module_SOURCES) -@COND_emu_TRUE@am__append_9212 = $(nodist_gfxterm_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_9283 = at_keyboard.mod +@COND_x86_64_efi_TRUE@am__append_9284 = at_keyboard.marker +@COND_emu_TRUE@am__append_9285 = gfxterm.module +@COND_emu_TRUE@am__append_9286 = gfxterm.module$(EXEEXT) +@COND_emu_TRUE@am__append_9287 = +@COND_emu_TRUE@am__append_9288 = $(nodist_gfxterm_module_SOURCES) +@COND_emu_TRUE@am__append_9289 = $(nodist_gfxterm_module_SOURCES) \ @COND_emu_TRUE@ gfxterm.marker -@COND_emu_TRUE@am__append_9213 = gfxterm.mod -@COND_emu_TRUE@am__append_9214 = gfxterm.marker -@COND_i386_pc_TRUE@am__append_9215 = gfxterm.module -@COND_i386_pc_TRUE@am__append_9216 = gfxterm.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9217 = -@COND_i386_pc_TRUE@am__append_9218 = $(nodist_gfxterm_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9219 = $(nodist_gfxterm_module_SOURCES) \ +@COND_emu_TRUE@am__append_9290 = gfxterm.mod +@COND_emu_TRUE@am__append_9291 = gfxterm.marker +@COND_i386_pc_TRUE@am__append_9292 = gfxterm.module +@COND_i386_pc_TRUE@am__append_9293 = gfxterm.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9294 = +@COND_i386_pc_TRUE@am__append_9295 = $(nodist_gfxterm_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9296 = $(nodist_gfxterm_module_SOURCES) \ @COND_i386_pc_TRUE@ gfxterm.marker -@COND_i386_pc_TRUE@am__append_9220 = gfxterm.mod -@COND_i386_pc_TRUE@am__append_9221 = gfxterm.marker -@COND_i386_efi_TRUE@am__append_9222 = gfxterm.module -@COND_i386_efi_TRUE@am__append_9223 = gfxterm.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9224 = -@COND_i386_efi_TRUE@am__append_9225 = $(nodist_gfxterm_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9226 = \ +@COND_i386_pc_TRUE@am__append_9297 = gfxterm.mod +@COND_i386_pc_TRUE@am__append_9298 = gfxterm.marker +@COND_i386_efi_TRUE@am__append_9299 = gfxterm.module +@COND_i386_efi_TRUE@am__append_9300 = gfxterm.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9301 = +@COND_i386_efi_TRUE@am__append_9302 = $(nodist_gfxterm_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9303 = \ @COND_i386_efi_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_i386_efi_TRUE@ gfxterm.marker -@COND_i386_efi_TRUE@am__append_9227 = gfxterm.mod -@COND_i386_efi_TRUE@am__append_9228 = gfxterm.marker -@COND_i386_qemu_TRUE@am__append_9229 = gfxterm.module -@COND_i386_qemu_TRUE@am__append_9230 = gfxterm.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9231 = -@COND_i386_qemu_TRUE@am__append_9232 = $(nodist_gfxterm_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9233 = \ +@COND_i386_efi_TRUE@am__append_9304 = gfxterm.mod +@COND_i386_efi_TRUE@am__append_9305 = gfxterm.marker +@COND_i386_qemu_TRUE@am__append_9306 = gfxterm.module +@COND_i386_qemu_TRUE@am__append_9307 = gfxterm.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9308 = +@COND_i386_qemu_TRUE@am__append_9309 = $(nodist_gfxterm_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9310 = \ @COND_i386_qemu_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_i386_qemu_TRUE@ gfxterm.marker -@COND_i386_qemu_TRUE@am__append_9234 = gfxterm.mod -@COND_i386_qemu_TRUE@am__append_9235 = gfxterm.marker -@COND_i386_coreboot_TRUE@am__append_9236 = gfxterm.module -@COND_i386_coreboot_TRUE@am__append_9237 = gfxterm.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9238 = -@COND_i386_coreboot_TRUE@am__append_9239 = $(nodist_gfxterm_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9240 = \ +@COND_i386_qemu_TRUE@am__append_9311 = gfxterm.mod +@COND_i386_qemu_TRUE@am__append_9312 = gfxterm.marker +@COND_i386_coreboot_TRUE@am__append_9313 = gfxterm.module +@COND_i386_coreboot_TRUE@am__append_9314 = gfxterm.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9315 = +@COND_i386_coreboot_TRUE@am__append_9316 = $(nodist_gfxterm_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9317 = \ @COND_i386_coreboot_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_i386_coreboot_TRUE@ gfxterm.marker -@COND_i386_coreboot_TRUE@am__append_9241 = gfxterm.mod -@COND_i386_coreboot_TRUE@am__append_9242 = gfxterm.marker -@COND_i386_multiboot_TRUE@am__append_9243 = gfxterm.module -@COND_i386_multiboot_TRUE@am__append_9244 = gfxterm.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9245 = -@COND_i386_multiboot_TRUE@am__append_9246 = $(nodist_gfxterm_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9247 = \ +@COND_i386_coreboot_TRUE@am__append_9318 = gfxterm.mod +@COND_i386_coreboot_TRUE@am__append_9319 = gfxterm.marker +@COND_i386_multiboot_TRUE@am__append_9320 = gfxterm.module +@COND_i386_multiboot_TRUE@am__append_9321 = gfxterm.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9322 = +@COND_i386_multiboot_TRUE@am__append_9323 = $(nodist_gfxterm_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9324 = \ @COND_i386_multiboot_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_i386_multiboot_TRUE@ gfxterm.marker -@COND_i386_multiboot_TRUE@am__append_9248 = gfxterm.mod -@COND_i386_multiboot_TRUE@am__append_9249 = gfxterm.marker -@COND_i386_ieee1275_TRUE@am__append_9250 = gfxterm.module -@COND_i386_ieee1275_TRUE@am__append_9251 = gfxterm.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9252 = -@COND_i386_ieee1275_TRUE@am__append_9253 = $(nodist_gfxterm_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9254 = \ +@COND_i386_multiboot_TRUE@am__append_9325 = gfxterm.mod +@COND_i386_multiboot_TRUE@am__append_9326 = gfxterm.marker +@COND_i386_ieee1275_TRUE@am__append_9327 = gfxterm.module +@COND_i386_ieee1275_TRUE@am__append_9328 = gfxterm.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9329 = +@COND_i386_ieee1275_TRUE@am__append_9330 = $(nodist_gfxterm_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9331 = \ @COND_i386_ieee1275_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ gfxterm.marker -@COND_i386_ieee1275_TRUE@am__append_9255 = gfxterm.mod -@COND_i386_ieee1275_TRUE@am__append_9256 = gfxterm.marker -@COND_x86_64_efi_TRUE@am__append_9257 = gfxterm.module -@COND_x86_64_efi_TRUE@am__append_9258 = gfxterm.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9259 = -@COND_x86_64_efi_TRUE@am__append_9260 = $(nodist_gfxterm_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9261 = \ +@COND_i386_ieee1275_TRUE@am__append_9332 = gfxterm.mod +@COND_i386_ieee1275_TRUE@am__append_9333 = gfxterm.marker +@COND_x86_64_efi_TRUE@am__append_9334 = gfxterm.module +@COND_x86_64_efi_TRUE@am__append_9335 = gfxterm.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9336 = +@COND_x86_64_efi_TRUE@am__append_9337 = $(nodist_gfxterm_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9338 = \ @COND_x86_64_efi_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_x86_64_efi_TRUE@ gfxterm.marker -@COND_x86_64_efi_TRUE@am__append_9262 = gfxterm.mod -@COND_x86_64_efi_TRUE@am__append_9263 = gfxterm.marker -@COND_sparc64_ieee1275_TRUE@am__append_9264 = gfxterm.module -@COND_sparc64_ieee1275_TRUE@am__append_9265 = gfxterm.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9266 = -@COND_sparc64_ieee1275_TRUE@am__append_9267 = $(nodist_gfxterm_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9268 = \ +@COND_x86_64_efi_TRUE@am__append_9339 = gfxterm.mod +@COND_x86_64_efi_TRUE@am__append_9340 = gfxterm.marker +@COND_sparc64_ieee1275_TRUE@am__append_9341 = gfxterm.module +@COND_sparc64_ieee1275_TRUE@am__append_9342 = gfxterm.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9343 = +@COND_sparc64_ieee1275_TRUE@am__append_9344 = $(nodist_gfxterm_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9345 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ gfxterm.marker -@COND_sparc64_ieee1275_TRUE@am__append_9269 = gfxterm.mod -@COND_sparc64_ieee1275_TRUE@am__append_9270 = gfxterm.marker -@COND_powerpc_ieee1275_TRUE@am__append_9271 = gfxterm.module -@COND_powerpc_ieee1275_TRUE@am__append_9272 = gfxterm.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9273 = -@COND_powerpc_ieee1275_TRUE@am__append_9274 = $(nodist_gfxterm_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9275 = \ +@COND_sparc64_ieee1275_TRUE@am__append_9346 = gfxterm.mod +@COND_sparc64_ieee1275_TRUE@am__append_9347 = gfxterm.marker +@COND_powerpc_ieee1275_TRUE@am__append_9348 = gfxterm.module +@COND_powerpc_ieee1275_TRUE@am__append_9349 = gfxterm.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9350 = +@COND_powerpc_ieee1275_TRUE@am__append_9351 = $(nodist_gfxterm_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9352 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_gfxterm_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ gfxterm.marker -@COND_powerpc_ieee1275_TRUE@am__append_9276 = gfxterm.mod -@COND_powerpc_ieee1275_TRUE@am__append_9277 = gfxterm.marker -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9278 = serial.module -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9279 = serial.module$(EXEEXT) -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9280 = -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9281 = $(nodist_serial_module_SOURCES) -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9282 = $(nodist_serial_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_9353 = gfxterm.mod +@COND_powerpc_ieee1275_TRUE@am__append_9354 = gfxterm.marker +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9355 = serial.module +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9356 = serial.module$(EXEEXT) +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9357 = +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9358 = $(nodist_serial_module_SOURCES) +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9359 = $(nodist_serial_module_SOURCES) \ @COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@ serial.marker -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9283 = serial.mod -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9284 = serial.marker -@COND_i386_pc_TRUE@am__append_9285 = serial.module -@COND_i386_pc_TRUE@am__append_9286 = serial.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9287 = -@COND_i386_pc_TRUE@am__append_9288 = $(nodist_serial_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9289 = $(nodist_serial_module_SOURCES) \ +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9360 = serial.mod +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_9361 = serial.marker +@COND_i386_pc_TRUE@am__append_9362 = serial.module +@COND_i386_pc_TRUE@am__append_9363 = serial.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9364 = +@COND_i386_pc_TRUE@am__append_9365 = $(nodist_serial_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9366 = $(nodist_serial_module_SOURCES) \ @COND_i386_pc_TRUE@ serial.marker -@COND_i386_pc_TRUE@am__append_9290 = serial.mod -@COND_i386_pc_TRUE@am__append_9291 = serial.marker -@COND_i386_efi_TRUE@am__append_9292 = serial.module -@COND_i386_efi_TRUE@am__append_9293 = serial.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9294 = -@COND_i386_efi_TRUE@am__append_9295 = $(nodist_serial_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9296 = $(nodist_serial_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_9367 = serial.mod +@COND_i386_pc_TRUE@am__append_9368 = serial.marker +@COND_i386_efi_TRUE@am__append_9369 = serial.module +@COND_i386_efi_TRUE@am__append_9370 = serial.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9371 = +@COND_i386_efi_TRUE@am__append_9372 = $(nodist_serial_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9373 = $(nodist_serial_module_SOURCES) \ @COND_i386_efi_TRUE@ serial.marker -@COND_i386_efi_TRUE@am__append_9297 = serial.mod -@COND_i386_efi_TRUE@am__append_9298 = serial.marker -@COND_i386_qemu_TRUE@am__append_9299 = serial.module -@COND_i386_qemu_TRUE@am__append_9300 = serial.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9301 = -@COND_i386_qemu_TRUE@am__append_9302 = $(nodist_serial_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9303 = \ +@COND_i386_efi_TRUE@am__append_9374 = serial.mod +@COND_i386_efi_TRUE@am__append_9375 = serial.marker +@COND_i386_qemu_TRUE@am__append_9376 = serial.module +@COND_i386_qemu_TRUE@am__append_9377 = serial.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9378 = +@COND_i386_qemu_TRUE@am__append_9379 = $(nodist_serial_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9380 = \ @COND_i386_qemu_TRUE@ $(nodist_serial_module_SOURCES) \ @COND_i386_qemu_TRUE@ serial.marker -@COND_i386_qemu_TRUE@am__append_9304 = serial.mod -@COND_i386_qemu_TRUE@am__append_9305 = serial.marker -@COND_i386_coreboot_TRUE@am__append_9306 = serial.module -@COND_i386_coreboot_TRUE@am__append_9307 = serial.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9308 = -@COND_i386_coreboot_TRUE@am__append_9309 = $(nodist_serial_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9310 = \ +@COND_i386_qemu_TRUE@am__append_9381 = serial.mod +@COND_i386_qemu_TRUE@am__append_9382 = serial.marker +@COND_i386_coreboot_TRUE@am__append_9383 = serial.module +@COND_i386_coreboot_TRUE@am__append_9384 = serial.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9385 = +@COND_i386_coreboot_TRUE@am__append_9386 = $(nodist_serial_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9387 = \ @COND_i386_coreboot_TRUE@ $(nodist_serial_module_SOURCES) \ @COND_i386_coreboot_TRUE@ serial.marker -@COND_i386_coreboot_TRUE@am__append_9311 = serial.mod -@COND_i386_coreboot_TRUE@am__append_9312 = serial.marker -@COND_i386_multiboot_TRUE@am__append_9313 = serial.module -@COND_i386_multiboot_TRUE@am__append_9314 = serial.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9315 = -@COND_i386_multiboot_TRUE@am__append_9316 = $(nodist_serial_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9317 = \ +@COND_i386_coreboot_TRUE@am__append_9388 = serial.mod +@COND_i386_coreboot_TRUE@am__append_9389 = serial.marker +@COND_i386_multiboot_TRUE@am__append_9390 = serial.module +@COND_i386_multiboot_TRUE@am__append_9391 = serial.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9392 = +@COND_i386_multiboot_TRUE@am__append_9393 = $(nodist_serial_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9394 = \ @COND_i386_multiboot_TRUE@ $(nodist_serial_module_SOURCES) \ @COND_i386_multiboot_TRUE@ serial.marker -@COND_i386_multiboot_TRUE@am__append_9318 = serial.mod -@COND_i386_multiboot_TRUE@am__append_9319 = serial.marker -@COND_i386_ieee1275_TRUE@am__append_9320 = serial.module -@COND_i386_ieee1275_TRUE@am__append_9321 = serial.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9322 = -@COND_i386_ieee1275_TRUE@am__append_9323 = $(nodist_serial_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9324 = \ +@COND_i386_multiboot_TRUE@am__append_9395 = serial.mod +@COND_i386_multiboot_TRUE@am__append_9396 = serial.marker +@COND_i386_ieee1275_TRUE@am__append_9397 = serial.module +@COND_i386_ieee1275_TRUE@am__append_9398 = serial.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9399 = +@COND_i386_ieee1275_TRUE@am__append_9400 = $(nodist_serial_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9401 = \ @COND_i386_ieee1275_TRUE@ $(nodist_serial_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ serial.marker -@COND_i386_ieee1275_TRUE@am__append_9325 = serial.mod -@COND_i386_ieee1275_TRUE@am__append_9326 = serial.marker -@COND_x86_64_efi_TRUE@am__append_9327 = serial.module -@COND_x86_64_efi_TRUE@am__append_9328 = serial.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9329 = -@COND_x86_64_efi_TRUE@am__append_9330 = $(nodist_serial_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9331 = \ +@COND_i386_ieee1275_TRUE@am__append_9402 = serial.mod +@COND_i386_ieee1275_TRUE@am__append_9403 = serial.marker +@COND_x86_64_efi_TRUE@am__append_9404 = serial.module +@COND_x86_64_efi_TRUE@am__append_9405 = serial.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9406 = +@COND_x86_64_efi_TRUE@am__append_9407 = $(nodist_serial_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9408 = \ @COND_x86_64_efi_TRUE@ $(nodist_serial_module_SOURCES) \ @COND_x86_64_efi_TRUE@ serial.marker -@COND_x86_64_efi_TRUE@am__append_9332 = serial.mod -@COND_x86_64_efi_TRUE@am__append_9333 = serial.marker -@COND_i386_pc_TRUE@am__append_9334 = sendkey.module -@COND_i386_pc_TRUE@am__append_9335 = sendkey.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9336 = -@COND_i386_pc_TRUE@am__append_9337 = $(nodist_sendkey_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9338 = $(nodist_sendkey_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_9409 = serial.mod +@COND_x86_64_efi_TRUE@am__append_9410 = serial.marker +@COND_i386_pc_TRUE@am__append_9411 = sendkey.module +@COND_i386_pc_TRUE@am__append_9412 = sendkey.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9413 = +@COND_i386_pc_TRUE@am__append_9414 = $(nodist_sendkey_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9415 = $(nodist_sendkey_module_SOURCES) \ @COND_i386_pc_TRUE@ sendkey.marker -@COND_i386_pc_TRUE@am__append_9339 = sendkey.mod -@COND_i386_pc_TRUE@am__append_9340 = sendkey.marker -@COND_emu_TRUE@am__append_9341 = terminfo.module -@COND_emu_TRUE@am__append_9342 = terminfo.module$(EXEEXT) -@COND_emu_TRUE@am__append_9343 = -@COND_emu_TRUE@am__append_9344 = $(nodist_terminfo_module_SOURCES) -@COND_emu_TRUE@am__append_9345 = $(nodist_terminfo_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_9416 = sendkey.mod +@COND_i386_pc_TRUE@am__append_9417 = sendkey.marker +@COND_emu_TRUE@am__append_9418 = terminfo.module +@COND_emu_TRUE@am__append_9419 = terminfo.module$(EXEEXT) +@COND_emu_TRUE@am__append_9420 = +@COND_emu_TRUE@am__append_9421 = $(nodist_terminfo_module_SOURCES) +@COND_emu_TRUE@am__append_9422 = $(nodist_terminfo_module_SOURCES) \ @COND_emu_TRUE@ terminfo.marker -@COND_emu_TRUE@am__append_9346 = terminfo.mod -@COND_emu_TRUE@am__append_9347 = terminfo.marker -@COND_i386_pc_TRUE@am__append_9348 = terminfo.module -@COND_i386_pc_TRUE@am__append_9349 = terminfo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9350 = -@COND_i386_pc_TRUE@am__append_9351 = $(nodist_terminfo_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9352 = \ +@COND_emu_TRUE@am__append_9423 = terminfo.mod +@COND_emu_TRUE@am__append_9424 = terminfo.marker +@COND_i386_pc_TRUE@am__append_9425 = terminfo.module +@COND_i386_pc_TRUE@am__append_9426 = terminfo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9427 = +@COND_i386_pc_TRUE@am__append_9428 = $(nodist_terminfo_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9429 = \ @COND_i386_pc_TRUE@ $(nodist_terminfo_module_SOURCES) \ @COND_i386_pc_TRUE@ terminfo.marker -@COND_i386_pc_TRUE@am__append_9353 = terminfo.mod -@COND_i386_pc_TRUE@am__append_9354 = terminfo.marker -@COND_i386_efi_TRUE@am__append_9355 = terminfo.module -@COND_i386_efi_TRUE@am__append_9356 = terminfo.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9357 = -@COND_i386_efi_TRUE@am__append_9358 = $(nodist_terminfo_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9359 = \ +@COND_i386_pc_TRUE@am__append_9430 = terminfo.mod +@COND_i386_pc_TRUE@am__append_9431 = terminfo.marker +@COND_i386_efi_TRUE@am__append_9432 = terminfo.module +@COND_i386_efi_TRUE@am__append_9433 = terminfo.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9434 = +@COND_i386_efi_TRUE@am__append_9435 = $(nodist_terminfo_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9436 = \ @COND_i386_efi_TRUE@ $(nodist_terminfo_module_SOURCES) \ @COND_i386_efi_TRUE@ terminfo.marker -@COND_i386_efi_TRUE@am__append_9360 = terminfo.mod -@COND_i386_efi_TRUE@am__append_9361 = terminfo.marker -@COND_i386_qemu_TRUE@am__append_9362 = terminfo.module -@COND_i386_qemu_TRUE@am__append_9363 = terminfo.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9364 = -@COND_i386_qemu_TRUE@am__append_9365 = $(nodist_terminfo_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9366 = \ +@COND_i386_efi_TRUE@am__append_9437 = terminfo.mod +@COND_i386_efi_TRUE@am__append_9438 = terminfo.marker +@COND_i386_qemu_TRUE@am__append_9439 = terminfo.module +@COND_i386_qemu_TRUE@am__append_9440 = terminfo.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9441 = +@COND_i386_qemu_TRUE@am__append_9442 = $(nodist_terminfo_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9443 = \ @COND_i386_qemu_TRUE@ $(nodist_terminfo_module_SOURCES) \ @COND_i386_qemu_TRUE@ terminfo.marker -@COND_i386_qemu_TRUE@am__append_9367 = terminfo.mod -@COND_i386_qemu_TRUE@am__append_9368 = terminfo.marker -@COND_i386_coreboot_TRUE@am__append_9369 = terminfo.module -@COND_i386_coreboot_TRUE@am__append_9370 = terminfo.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9371 = -@COND_i386_coreboot_TRUE@am__append_9372 = $(nodist_terminfo_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9373 = \ +@COND_i386_qemu_TRUE@am__append_9444 = terminfo.mod +@COND_i386_qemu_TRUE@am__append_9445 = terminfo.marker +@COND_i386_coreboot_TRUE@am__append_9446 = terminfo.module +@COND_i386_coreboot_TRUE@am__append_9447 = terminfo.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9448 = +@COND_i386_coreboot_TRUE@am__append_9449 = $(nodist_terminfo_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9450 = \ @COND_i386_coreboot_TRUE@ $(nodist_terminfo_module_SOURCES) \ @COND_i386_coreboot_TRUE@ terminfo.marker -@COND_i386_coreboot_TRUE@am__append_9374 = terminfo.mod -@COND_i386_coreboot_TRUE@am__append_9375 = terminfo.marker -@COND_i386_multiboot_TRUE@am__append_9376 = terminfo.module -@COND_i386_multiboot_TRUE@am__append_9377 = terminfo.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9378 = -@COND_i386_multiboot_TRUE@am__append_9379 = $(nodist_terminfo_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9380 = \ +@COND_i386_coreboot_TRUE@am__append_9451 = terminfo.mod +@COND_i386_coreboot_TRUE@am__append_9452 = terminfo.marker +@COND_i386_multiboot_TRUE@am__append_9453 = terminfo.module +@COND_i386_multiboot_TRUE@am__append_9454 = terminfo.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9455 = +@COND_i386_multiboot_TRUE@am__append_9456 = $(nodist_terminfo_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9457 = \ @COND_i386_multiboot_TRUE@ $(nodist_terminfo_module_SOURCES) \ @COND_i386_multiboot_TRUE@ terminfo.marker -@COND_i386_multiboot_TRUE@am__append_9381 = terminfo.mod -@COND_i386_multiboot_TRUE@am__append_9382 = terminfo.marker -@COND_x86_64_efi_TRUE@am__append_9383 = terminfo.module -@COND_x86_64_efi_TRUE@am__append_9384 = terminfo.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9385 = -@COND_x86_64_efi_TRUE@am__append_9386 = $(nodist_terminfo_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9387 = \ +@COND_i386_multiboot_TRUE@am__append_9458 = terminfo.mod +@COND_i386_multiboot_TRUE@am__append_9459 = terminfo.marker +@COND_x86_64_efi_TRUE@am__append_9460 = terminfo.module +@COND_x86_64_efi_TRUE@am__append_9461 = terminfo.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9462 = +@COND_x86_64_efi_TRUE@am__append_9463 = $(nodist_terminfo_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9464 = \ @COND_x86_64_efi_TRUE@ $(nodist_terminfo_module_SOURCES) \ @COND_x86_64_efi_TRUE@ terminfo.marker -@COND_x86_64_efi_TRUE@am__append_9388 = terminfo.mod -@COND_x86_64_efi_TRUE@am__append_9389 = terminfo.marker -@COND_i386_pc_TRUE@am__append_9390 = usb_keyboard.module -@COND_i386_pc_TRUE@am__append_9391 = usb_keyboard.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9392 = -@COND_i386_pc_TRUE@am__append_9393 = $(nodist_usb_keyboard_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9394 = \ +@COND_x86_64_efi_TRUE@am__append_9465 = terminfo.mod +@COND_x86_64_efi_TRUE@am__append_9466 = terminfo.marker +@COND_i386_pc_TRUE@am__append_9467 = usb_keyboard.module +@COND_i386_pc_TRUE@am__append_9468 = usb_keyboard.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9469 = +@COND_i386_pc_TRUE@am__append_9470 = $(nodist_usb_keyboard_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9471 = \ @COND_i386_pc_TRUE@ $(nodist_usb_keyboard_module_SOURCES) \ @COND_i386_pc_TRUE@ usb_keyboard.marker -@COND_i386_pc_TRUE@am__append_9395 = usb_keyboard.mod -@COND_i386_pc_TRUE@am__append_9396 = usb_keyboard.marker -@COND_i386_efi_TRUE@am__append_9397 = usb_keyboard.module -@COND_i386_efi_TRUE@am__append_9398 = usb_keyboard.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9399 = -@COND_i386_efi_TRUE@am__append_9400 = $(nodist_usb_keyboard_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9401 = \ +@COND_i386_pc_TRUE@am__append_9472 = usb_keyboard.mod +@COND_i386_pc_TRUE@am__append_9473 = usb_keyboard.marker +@COND_i386_efi_TRUE@am__append_9474 = usb_keyboard.module +@COND_i386_efi_TRUE@am__append_9475 = usb_keyboard.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9476 = +@COND_i386_efi_TRUE@am__append_9477 = $(nodist_usb_keyboard_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9478 = \ @COND_i386_efi_TRUE@ $(nodist_usb_keyboard_module_SOURCES) \ @COND_i386_efi_TRUE@ usb_keyboard.marker -@COND_i386_efi_TRUE@am__append_9402 = usb_keyboard.mod -@COND_i386_efi_TRUE@am__append_9403 = usb_keyboard.marker -@COND_i386_qemu_TRUE@am__append_9404 = usb_keyboard.module -@COND_i386_qemu_TRUE@am__append_9405 = usb_keyboard.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9406 = -@COND_i386_qemu_TRUE@am__append_9407 = $(nodist_usb_keyboard_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9408 = \ +@COND_i386_efi_TRUE@am__append_9479 = usb_keyboard.mod +@COND_i386_efi_TRUE@am__append_9480 = usb_keyboard.marker +@COND_i386_qemu_TRUE@am__append_9481 = usb_keyboard.module +@COND_i386_qemu_TRUE@am__append_9482 = usb_keyboard.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9483 = +@COND_i386_qemu_TRUE@am__append_9484 = $(nodist_usb_keyboard_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9485 = \ @COND_i386_qemu_TRUE@ $(nodist_usb_keyboard_module_SOURCES) \ @COND_i386_qemu_TRUE@ usb_keyboard.marker -@COND_i386_qemu_TRUE@am__append_9409 = usb_keyboard.mod -@COND_i386_qemu_TRUE@am__append_9410 = usb_keyboard.marker -@COND_i386_coreboot_TRUE@am__append_9411 = usb_keyboard.module -@COND_i386_coreboot_TRUE@am__append_9412 = usb_keyboard.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9413 = -@COND_i386_coreboot_TRUE@am__append_9414 = $(nodist_usb_keyboard_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9415 = $(nodist_usb_keyboard_module_SOURCES) \ +@COND_i386_qemu_TRUE@am__append_9486 = usb_keyboard.mod +@COND_i386_qemu_TRUE@am__append_9487 = usb_keyboard.marker +@COND_i386_coreboot_TRUE@am__append_9488 = usb_keyboard.module +@COND_i386_coreboot_TRUE@am__append_9489 = usb_keyboard.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9490 = +@COND_i386_coreboot_TRUE@am__append_9491 = $(nodist_usb_keyboard_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9492 = $(nodist_usb_keyboard_module_SOURCES) \ @COND_i386_coreboot_TRUE@ usb_keyboard.marker -@COND_i386_coreboot_TRUE@am__append_9416 = usb_keyboard.mod -@COND_i386_coreboot_TRUE@am__append_9417 = usb_keyboard.marker -@COND_i386_multiboot_TRUE@am__append_9418 = usb_keyboard.module -@COND_i386_multiboot_TRUE@am__append_9419 = usb_keyboard.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9420 = -@COND_i386_multiboot_TRUE@am__append_9421 = $(nodist_usb_keyboard_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9422 = $(nodist_usb_keyboard_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_9493 = usb_keyboard.mod +@COND_i386_coreboot_TRUE@am__append_9494 = usb_keyboard.marker +@COND_i386_multiboot_TRUE@am__append_9495 = usb_keyboard.module +@COND_i386_multiboot_TRUE@am__append_9496 = usb_keyboard.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9497 = +@COND_i386_multiboot_TRUE@am__append_9498 = $(nodist_usb_keyboard_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9499 = $(nodist_usb_keyboard_module_SOURCES) \ @COND_i386_multiboot_TRUE@ usb_keyboard.marker -@COND_i386_multiboot_TRUE@am__append_9423 = usb_keyboard.mod -@COND_i386_multiboot_TRUE@am__append_9424 = usb_keyboard.marker -@COND_i386_ieee1275_TRUE@am__append_9425 = usb_keyboard.module -@COND_i386_ieee1275_TRUE@am__append_9426 = usb_keyboard.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9427 = -@COND_i386_ieee1275_TRUE@am__append_9428 = $(nodist_usb_keyboard_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9429 = $(nodist_usb_keyboard_module_SOURCES) \ +@COND_i386_multiboot_TRUE@am__append_9500 = usb_keyboard.mod +@COND_i386_multiboot_TRUE@am__append_9501 = usb_keyboard.marker +@COND_i386_ieee1275_TRUE@am__append_9502 = usb_keyboard.module +@COND_i386_ieee1275_TRUE@am__append_9503 = usb_keyboard.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9504 = +@COND_i386_ieee1275_TRUE@am__append_9505 = $(nodist_usb_keyboard_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9506 = $(nodist_usb_keyboard_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ usb_keyboard.marker -@COND_i386_ieee1275_TRUE@am__append_9430 = usb_keyboard.mod -@COND_i386_ieee1275_TRUE@am__append_9431 = usb_keyboard.marker -@COND_x86_64_efi_TRUE@am__append_9432 = usb_keyboard.module -@COND_x86_64_efi_TRUE@am__append_9433 = usb_keyboard.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9434 = -@COND_x86_64_efi_TRUE@am__append_9435 = $(nodist_usb_keyboard_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9436 = \ +@COND_i386_ieee1275_TRUE@am__append_9507 = usb_keyboard.mod +@COND_i386_ieee1275_TRUE@am__append_9508 = usb_keyboard.marker +@COND_x86_64_efi_TRUE@am__append_9509 = usb_keyboard.module +@COND_x86_64_efi_TRUE@am__append_9510 = usb_keyboard.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9511 = +@COND_x86_64_efi_TRUE@am__append_9512 = $(nodist_usb_keyboard_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9513 = \ @COND_x86_64_efi_TRUE@ $(nodist_usb_keyboard_module_SOURCES) \ @COND_x86_64_efi_TRUE@ usb_keyboard.marker -@COND_x86_64_efi_TRUE@am__append_9437 = usb_keyboard.mod -@COND_x86_64_efi_TRUE@am__append_9438 = usb_keyboard.marker -@COND_mips_yeeloong_TRUE@am__append_9439 = usb_keyboard.module -@COND_mips_yeeloong_TRUE@am__append_9440 = usb_keyboard.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_9441 = -@COND_mips_yeeloong_TRUE@am__append_9442 = $(nodist_usb_keyboard_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_9443 = $(nodist_usb_keyboard_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_9514 = usb_keyboard.mod +@COND_x86_64_efi_TRUE@am__append_9515 = usb_keyboard.marker +@COND_mips_yeeloong_TRUE@am__append_9516 = usb_keyboard.module +@COND_mips_yeeloong_TRUE@am__append_9517 = usb_keyboard.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_9518 = +@COND_mips_yeeloong_TRUE@am__append_9519 = $(nodist_usb_keyboard_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_9520 = $(nodist_usb_keyboard_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ usb_keyboard.marker -@COND_mips_yeeloong_TRUE@am__append_9444 = usb_keyboard.mod -@COND_mips_yeeloong_TRUE@am__append_9445 = usb_keyboard.marker -@COND_i386_pc_TRUE@am__append_9446 = vga.module vga_text.module -@COND_i386_pc_TRUE@am__append_9447 = vga.module$(EXEEXT) \ +@COND_mips_yeeloong_TRUE@am__append_9521 = usb_keyboard.mod +@COND_mips_yeeloong_TRUE@am__append_9522 = usb_keyboard.marker +@COND_i386_pc_TRUE@am__append_9523 = vga.module vga_text.module +@COND_i386_pc_TRUE@am__append_9524 = vga.module$(EXEEXT) \ @COND_i386_pc_TRUE@ vga_text.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9448 = -@COND_i386_pc_TRUE@am__append_9449 = $(nodist_vga_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_9525 = +@COND_i386_pc_TRUE@am__append_9526 = $(nodist_vga_module_SOURCES) \ @COND_i386_pc_TRUE@ $(nodist_vga_text_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9450 = $(nodist_vga_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_9527 = $(nodist_vga_module_SOURCES) \ @COND_i386_pc_TRUE@ vga.marker \ @COND_i386_pc_TRUE@ $(nodist_vga_text_module_SOURCES) \ @COND_i386_pc_TRUE@ vga_text.marker -@COND_i386_pc_TRUE@am__append_9451 = vga.mod vga_text.mod -@COND_i386_pc_TRUE@am__append_9452 = vga.marker vga_text.marker -@COND_i386_coreboot_TRUE@am__append_9453 = vga_text.module -@COND_i386_coreboot_TRUE@am__append_9454 = vga_text.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9455 = -@COND_i386_coreboot_TRUE@am__append_9456 = $(nodist_vga_text_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9457 = \ +@COND_i386_pc_TRUE@am__append_9528 = vga.mod vga_text.mod +@COND_i386_pc_TRUE@am__append_9529 = vga.marker vga_text.marker +@COND_i386_coreboot_TRUE@am__append_9530 = vga_text.module +@COND_i386_coreboot_TRUE@am__append_9531 = vga_text.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9532 = +@COND_i386_coreboot_TRUE@am__append_9533 = $(nodist_vga_text_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9534 = \ @COND_i386_coreboot_TRUE@ $(nodist_vga_text_module_SOURCES) \ @COND_i386_coreboot_TRUE@ vga_text.marker -@COND_i386_coreboot_TRUE@am__append_9458 = vga_text.mod -@COND_i386_coreboot_TRUE@am__append_9459 = vga_text.marker -@COND_i386_multiboot_TRUE@am__append_9460 = vga_text.module -@COND_i386_multiboot_TRUE@am__append_9461 = vga_text.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9462 = -@COND_i386_multiboot_TRUE@am__append_9463 = $(nodist_vga_text_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9464 = \ +@COND_i386_coreboot_TRUE@am__append_9535 = vga_text.mod +@COND_i386_coreboot_TRUE@am__append_9536 = vga_text.marker +@COND_i386_multiboot_TRUE@am__append_9537 = vga_text.module +@COND_i386_multiboot_TRUE@am__append_9538 = vga_text.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9539 = +@COND_i386_multiboot_TRUE@am__append_9540 = $(nodist_vga_text_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9541 = \ @COND_i386_multiboot_TRUE@ $(nodist_vga_text_module_SOURCES) \ @COND_i386_multiboot_TRUE@ vga_text.marker -@COND_i386_multiboot_TRUE@am__append_9465 = vga_text.mod -@COND_i386_multiboot_TRUE@am__append_9466 = vga_text.marker -@COND_i386_pc_TRUE@am__append_9467 = video_cirrus.module -@COND_i386_pc_TRUE@am__append_9468 = video_cirrus.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9469 = -@COND_i386_pc_TRUE@am__append_9470 = $(nodist_video_cirrus_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9471 = \ +@COND_i386_multiboot_TRUE@am__append_9542 = vga_text.mod +@COND_i386_multiboot_TRUE@am__append_9543 = vga_text.marker +@COND_i386_pc_TRUE@am__append_9544 = video_cirrus.module +@COND_i386_pc_TRUE@am__append_9545 = video_cirrus.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9546 = +@COND_i386_pc_TRUE@am__append_9547 = $(nodist_video_cirrus_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9548 = \ @COND_i386_pc_TRUE@ $(nodist_video_cirrus_module_SOURCES) \ @COND_i386_pc_TRUE@ video_cirrus.marker -@COND_i386_pc_TRUE@am__append_9472 = video_cirrus.mod -@COND_i386_pc_TRUE@am__append_9473 = video_cirrus.marker -@COND_i386_efi_TRUE@am__append_9474 = video_cirrus.module -@COND_i386_efi_TRUE@am__append_9475 = video_cirrus.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9476 = -@COND_i386_efi_TRUE@am__append_9477 = $(nodist_video_cirrus_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9478 = \ +@COND_i386_pc_TRUE@am__append_9549 = video_cirrus.mod +@COND_i386_pc_TRUE@am__append_9550 = video_cirrus.marker +@COND_i386_efi_TRUE@am__append_9551 = video_cirrus.module +@COND_i386_efi_TRUE@am__append_9552 = video_cirrus.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9553 = +@COND_i386_efi_TRUE@am__append_9554 = $(nodist_video_cirrus_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9555 = \ @COND_i386_efi_TRUE@ $(nodist_video_cirrus_module_SOURCES) \ @COND_i386_efi_TRUE@ video_cirrus.marker -@COND_i386_efi_TRUE@am__append_9479 = video_cirrus.mod -@COND_i386_efi_TRUE@am__append_9480 = video_cirrus.marker -@COND_i386_qemu_TRUE@am__append_9481 = video_cirrus.module -@COND_i386_qemu_TRUE@am__append_9482 = video_cirrus.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9483 = -@COND_i386_qemu_TRUE@am__append_9484 = $(nodist_video_cirrus_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9485 = \ +@COND_i386_efi_TRUE@am__append_9556 = video_cirrus.mod +@COND_i386_efi_TRUE@am__append_9557 = video_cirrus.marker +@COND_i386_qemu_TRUE@am__append_9558 = video_cirrus.module +@COND_i386_qemu_TRUE@am__append_9559 = video_cirrus.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9560 = +@COND_i386_qemu_TRUE@am__append_9561 = $(nodist_video_cirrus_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9562 = \ @COND_i386_qemu_TRUE@ $(nodist_video_cirrus_module_SOURCES) \ @COND_i386_qemu_TRUE@ video_cirrus.marker -@COND_i386_qemu_TRUE@am__append_9486 = video_cirrus.mod -@COND_i386_qemu_TRUE@am__append_9487 = video_cirrus.marker -@COND_i386_coreboot_TRUE@am__append_9488 = video_cirrus.module -@COND_i386_coreboot_TRUE@am__append_9489 = video_cirrus.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9490 = -@COND_i386_coreboot_TRUE@am__append_9491 = $(nodist_video_cirrus_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9492 = $(nodist_video_cirrus_module_SOURCES) \ +@COND_i386_qemu_TRUE@am__append_9563 = video_cirrus.mod +@COND_i386_qemu_TRUE@am__append_9564 = video_cirrus.marker +@COND_i386_coreboot_TRUE@am__append_9565 = video_cirrus.module +@COND_i386_coreboot_TRUE@am__append_9566 = video_cirrus.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9567 = +@COND_i386_coreboot_TRUE@am__append_9568 = $(nodist_video_cirrus_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9569 = $(nodist_video_cirrus_module_SOURCES) \ @COND_i386_coreboot_TRUE@ video_cirrus.marker -@COND_i386_coreboot_TRUE@am__append_9493 = video_cirrus.mod -@COND_i386_coreboot_TRUE@am__append_9494 = video_cirrus.marker -@COND_i386_multiboot_TRUE@am__append_9495 = video_cirrus.module -@COND_i386_multiboot_TRUE@am__append_9496 = video_cirrus.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9497 = -@COND_i386_multiboot_TRUE@am__append_9498 = $(nodist_video_cirrus_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9499 = $(nodist_video_cirrus_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_9570 = video_cirrus.mod +@COND_i386_coreboot_TRUE@am__append_9571 = video_cirrus.marker +@COND_i386_multiboot_TRUE@am__append_9572 = video_cirrus.module +@COND_i386_multiboot_TRUE@am__append_9573 = video_cirrus.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9574 = +@COND_i386_multiboot_TRUE@am__append_9575 = $(nodist_video_cirrus_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9576 = $(nodist_video_cirrus_module_SOURCES) \ @COND_i386_multiboot_TRUE@ video_cirrus.marker -@COND_i386_multiboot_TRUE@am__append_9500 = video_cirrus.mod -@COND_i386_multiboot_TRUE@am__append_9501 = video_cirrus.marker -@COND_i386_ieee1275_TRUE@am__append_9502 = video_cirrus.module -@COND_i386_ieee1275_TRUE@am__append_9503 = video_cirrus.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9504 = -@COND_i386_ieee1275_TRUE@am__append_9505 = $(nodist_video_cirrus_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9506 = $(nodist_video_cirrus_module_SOURCES) \ +@COND_i386_multiboot_TRUE@am__append_9577 = video_cirrus.mod +@COND_i386_multiboot_TRUE@am__append_9578 = video_cirrus.marker +@COND_i386_ieee1275_TRUE@am__append_9579 = video_cirrus.module +@COND_i386_ieee1275_TRUE@am__append_9580 = video_cirrus.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9581 = +@COND_i386_ieee1275_TRUE@am__append_9582 = $(nodist_video_cirrus_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9583 = $(nodist_video_cirrus_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ video_cirrus.marker -@COND_i386_ieee1275_TRUE@am__append_9507 = video_cirrus.mod -@COND_i386_ieee1275_TRUE@am__append_9508 = video_cirrus.marker -@COND_x86_64_efi_TRUE@am__append_9509 = video_cirrus.module -@COND_x86_64_efi_TRUE@am__append_9510 = video_cirrus.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9511 = -@COND_x86_64_efi_TRUE@am__append_9512 = $(nodist_video_cirrus_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9513 = \ +@COND_i386_ieee1275_TRUE@am__append_9584 = video_cirrus.mod +@COND_i386_ieee1275_TRUE@am__append_9585 = video_cirrus.marker +@COND_x86_64_efi_TRUE@am__append_9586 = video_cirrus.module +@COND_x86_64_efi_TRUE@am__append_9587 = video_cirrus.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9588 = +@COND_x86_64_efi_TRUE@am__append_9589 = $(nodist_video_cirrus_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9590 = \ @COND_x86_64_efi_TRUE@ $(nodist_video_cirrus_module_SOURCES) \ @COND_x86_64_efi_TRUE@ video_cirrus.marker -@COND_x86_64_efi_TRUE@am__append_9514 = video_cirrus.mod -@COND_x86_64_efi_TRUE@am__append_9515 = video_cirrus.marker -@COND_i386_pc_TRUE@am__append_9516 = video_bochs.module -@COND_i386_pc_TRUE@am__append_9517 = video_bochs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9518 = -@COND_i386_pc_TRUE@am__append_9519 = $(nodist_video_bochs_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9520 = \ +@COND_x86_64_efi_TRUE@am__append_9591 = video_cirrus.mod +@COND_x86_64_efi_TRUE@am__append_9592 = video_cirrus.marker +@COND_i386_pc_TRUE@am__append_9593 = video_bochs.module +@COND_i386_pc_TRUE@am__append_9594 = video_bochs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9595 = +@COND_i386_pc_TRUE@am__append_9596 = $(nodist_video_bochs_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9597 = \ @COND_i386_pc_TRUE@ $(nodist_video_bochs_module_SOURCES) \ @COND_i386_pc_TRUE@ video_bochs.marker -@COND_i386_pc_TRUE@am__append_9521 = video_bochs.mod -@COND_i386_pc_TRUE@am__append_9522 = video_bochs.marker -@COND_i386_efi_TRUE@am__append_9523 = video_bochs.module -@COND_i386_efi_TRUE@am__append_9524 = video_bochs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9525 = -@COND_i386_efi_TRUE@am__append_9526 = $(nodist_video_bochs_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9527 = \ +@COND_i386_pc_TRUE@am__append_9598 = video_bochs.mod +@COND_i386_pc_TRUE@am__append_9599 = video_bochs.marker +@COND_i386_efi_TRUE@am__append_9600 = video_bochs.module +@COND_i386_efi_TRUE@am__append_9601 = video_bochs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9602 = +@COND_i386_efi_TRUE@am__append_9603 = $(nodist_video_bochs_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9604 = \ @COND_i386_efi_TRUE@ $(nodist_video_bochs_module_SOURCES) \ @COND_i386_efi_TRUE@ video_bochs.marker -@COND_i386_efi_TRUE@am__append_9528 = video_bochs.mod -@COND_i386_efi_TRUE@am__append_9529 = video_bochs.marker -@COND_i386_qemu_TRUE@am__append_9530 = video_bochs.module -@COND_i386_qemu_TRUE@am__append_9531 = video_bochs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9532 = -@COND_i386_qemu_TRUE@am__append_9533 = $(nodist_video_bochs_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9534 = \ +@COND_i386_efi_TRUE@am__append_9605 = video_bochs.mod +@COND_i386_efi_TRUE@am__append_9606 = video_bochs.marker +@COND_i386_qemu_TRUE@am__append_9607 = video_bochs.module +@COND_i386_qemu_TRUE@am__append_9608 = video_bochs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9609 = +@COND_i386_qemu_TRUE@am__append_9610 = $(nodist_video_bochs_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9611 = \ @COND_i386_qemu_TRUE@ $(nodist_video_bochs_module_SOURCES) \ @COND_i386_qemu_TRUE@ video_bochs.marker -@COND_i386_qemu_TRUE@am__append_9535 = video_bochs.mod -@COND_i386_qemu_TRUE@am__append_9536 = video_bochs.marker -@COND_i386_coreboot_TRUE@am__append_9537 = video_bochs.module -@COND_i386_coreboot_TRUE@am__append_9538 = video_bochs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9539 = -@COND_i386_coreboot_TRUE@am__append_9540 = $(nodist_video_bochs_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9541 = \ +@COND_i386_qemu_TRUE@am__append_9612 = video_bochs.mod +@COND_i386_qemu_TRUE@am__append_9613 = video_bochs.marker +@COND_i386_coreboot_TRUE@am__append_9614 = video_bochs.module +@COND_i386_coreboot_TRUE@am__append_9615 = video_bochs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9616 = +@COND_i386_coreboot_TRUE@am__append_9617 = $(nodist_video_bochs_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9618 = \ @COND_i386_coreboot_TRUE@ $(nodist_video_bochs_module_SOURCES) \ @COND_i386_coreboot_TRUE@ video_bochs.marker -@COND_i386_coreboot_TRUE@am__append_9542 = video_bochs.mod -@COND_i386_coreboot_TRUE@am__append_9543 = video_bochs.marker -@COND_i386_multiboot_TRUE@am__append_9544 = video_bochs.module -@COND_i386_multiboot_TRUE@am__append_9545 = video_bochs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9546 = -@COND_i386_multiboot_TRUE@am__append_9547 = $(nodist_video_bochs_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9548 = $(nodist_video_bochs_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_9619 = video_bochs.mod +@COND_i386_coreboot_TRUE@am__append_9620 = video_bochs.marker +@COND_i386_multiboot_TRUE@am__append_9621 = video_bochs.module +@COND_i386_multiboot_TRUE@am__append_9622 = video_bochs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9623 = +@COND_i386_multiboot_TRUE@am__append_9624 = $(nodist_video_bochs_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9625 = $(nodist_video_bochs_module_SOURCES) \ @COND_i386_multiboot_TRUE@ video_bochs.marker -@COND_i386_multiboot_TRUE@am__append_9549 = video_bochs.mod -@COND_i386_multiboot_TRUE@am__append_9550 = video_bochs.marker -@COND_i386_ieee1275_TRUE@am__append_9551 = video_bochs.module -@COND_i386_ieee1275_TRUE@am__append_9552 = video_bochs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9553 = -@COND_i386_ieee1275_TRUE@am__append_9554 = $(nodist_video_bochs_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9555 = \ +@COND_i386_multiboot_TRUE@am__append_9626 = video_bochs.mod +@COND_i386_multiboot_TRUE@am__append_9627 = video_bochs.marker +@COND_i386_ieee1275_TRUE@am__append_9628 = video_bochs.module +@COND_i386_ieee1275_TRUE@am__append_9629 = video_bochs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9630 = +@COND_i386_ieee1275_TRUE@am__append_9631 = $(nodist_video_bochs_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9632 = \ @COND_i386_ieee1275_TRUE@ $(nodist_video_bochs_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ video_bochs.marker -@COND_i386_ieee1275_TRUE@am__append_9556 = video_bochs.mod -@COND_i386_ieee1275_TRUE@am__append_9557 = video_bochs.marker -@COND_x86_64_efi_TRUE@am__append_9558 = video_bochs.module -@COND_x86_64_efi_TRUE@am__append_9559 = video_bochs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9560 = -@COND_x86_64_efi_TRUE@am__append_9561 = $(nodist_video_bochs_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9562 = \ +@COND_i386_ieee1275_TRUE@am__append_9633 = video_bochs.mod +@COND_i386_ieee1275_TRUE@am__append_9634 = video_bochs.marker +@COND_x86_64_efi_TRUE@am__append_9635 = video_bochs.module +@COND_x86_64_efi_TRUE@am__append_9636 = video_bochs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9637 = +@COND_x86_64_efi_TRUE@am__append_9638 = $(nodist_video_bochs_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9639 = \ @COND_x86_64_efi_TRUE@ $(nodist_video_bochs_module_SOURCES) \ @COND_x86_64_efi_TRUE@ video_bochs.marker -@COND_x86_64_efi_TRUE@am__append_9563 = video_bochs.mod -@COND_x86_64_efi_TRUE@am__append_9564 = video_bochs.marker -@COND_emu_TRUE@am__append_9565 = functional_test.module -@COND_emu_TRUE@am__append_9566 = functional_test.module$(EXEEXT) -@COND_emu_TRUE@am__append_9567 = -@COND_emu_TRUE@am__append_9568 = $(nodist_functional_test_module_SOURCES) -@COND_emu_TRUE@am__append_9569 = \ +@COND_x86_64_efi_TRUE@am__append_9640 = video_bochs.mod +@COND_x86_64_efi_TRUE@am__append_9641 = video_bochs.marker +@COND_emu_TRUE@am__append_9642 = functional_test.module +@COND_emu_TRUE@am__append_9643 = functional_test.module$(EXEEXT) +@COND_emu_TRUE@am__append_9644 = +@COND_emu_TRUE@am__append_9645 = $(nodist_functional_test_module_SOURCES) +@COND_emu_TRUE@am__append_9646 = \ @COND_emu_TRUE@ $(nodist_functional_test_module_SOURCES) \ @COND_emu_TRUE@ functional_test.marker -@COND_emu_TRUE@am__append_9570 = functional_test.mod -@COND_emu_TRUE@am__append_9571 = functional_test.marker -@COND_i386_pc_TRUE@am__append_9572 = functional_test.module -@COND_i386_pc_TRUE@am__append_9573 = functional_test.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9574 = -@COND_i386_pc_TRUE@am__append_9575 = $(nodist_functional_test_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9576 = \ +@COND_emu_TRUE@am__append_9647 = functional_test.mod +@COND_emu_TRUE@am__append_9648 = functional_test.marker +@COND_i386_pc_TRUE@am__append_9649 = functional_test.module +@COND_i386_pc_TRUE@am__append_9650 = functional_test.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9651 = +@COND_i386_pc_TRUE@am__append_9652 = $(nodist_functional_test_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9653 = \ @COND_i386_pc_TRUE@ $(nodist_functional_test_module_SOURCES) \ @COND_i386_pc_TRUE@ functional_test.marker -@COND_i386_pc_TRUE@am__append_9577 = functional_test.mod -@COND_i386_pc_TRUE@am__append_9578 = functional_test.marker -@COND_i386_efi_TRUE@am__append_9579 = functional_test.module -@COND_i386_efi_TRUE@am__append_9580 = functional_test.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9581 = -@COND_i386_efi_TRUE@am__append_9582 = $(nodist_functional_test_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9583 = \ +@COND_i386_pc_TRUE@am__append_9654 = functional_test.mod +@COND_i386_pc_TRUE@am__append_9655 = functional_test.marker +@COND_i386_efi_TRUE@am__append_9656 = functional_test.module +@COND_i386_efi_TRUE@am__append_9657 = functional_test.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9658 = +@COND_i386_efi_TRUE@am__append_9659 = $(nodist_functional_test_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9660 = \ @COND_i386_efi_TRUE@ $(nodist_functional_test_module_SOURCES) \ @COND_i386_efi_TRUE@ functional_test.marker -@COND_i386_efi_TRUE@am__append_9584 = functional_test.mod -@COND_i386_efi_TRUE@am__append_9585 = functional_test.marker -@COND_i386_qemu_TRUE@am__append_9586 = functional_test.module -@COND_i386_qemu_TRUE@am__append_9587 = functional_test.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9588 = -@COND_i386_qemu_TRUE@am__append_9589 = $(nodist_functional_test_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9590 = \ +@COND_i386_efi_TRUE@am__append_9661 = functional_test.mod +@COND_i386_efi_TRUE@am__append_9662 = functional_test.marker +@COND_i386_qemu_TRUE@am__append_9663 = functional_test.module +@COND_i386_qemu_TRUE@am__append_9664 = functional_test.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9665 = +@COND_i386_qemu_TRUE@am__append_9666 = $(nodist_functional_test_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9667 = \ @COND_i386_qemu_TRUE@ $(nodist_functional_test_module_SOURCES) \ @COND_i386_qemu_TRUE@ functional_test.marker -@COND_i386_qemu_TRUE@am__append_9591 = functional_test.mod -@COND_i386_qemu_TRUE@am__append_9592 = functional_test.marker -@COND_i386_coreboot_TRUE@am__append_9593 = functional_test.module -@COND_i386_coreboot_TRUE@am__append_9594 = functional_test.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9595 = -@COND_i386_coreboot_TRUE@am__append_9596 = $(nodist_functional_test_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9597 = $(nodist_functional_test_module_SOURCES) \ +@COND_i386_qemu_TRUE@am__append_9668 = functional_test.mod +@COND_i386_qemu_TRUE@am__append_9669 = functional_test.marker +@COND_i386_coreboot_TRUE@am__append_9670 = functional_test.module +@COND_i386_coreboot_TRUE@am__append_9671 = functional_test.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9672 = +@COND_i386_coreboot_TRUE@am__append_9673 = $(nodist_functional_test_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9674 = $(nodist_functional_test_module_SOURCES) \ @COND_i386_coreboot_TRUE@ functional_test.marker -@COND_i386_coreboot_TRUE@am__append_9598 = functional_test.mod -@COND_i386_coreboot_TRUE@am__append_9599 = functional_test.marker -@COND_i386_multiboot_TRUE@am__append_9600 = functional_test.module -@COND_i386_multiboot_TRUE@am__append_9601 = functional_test.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9602 = -@COND_i386_multiboot_TRUE@am__append_9603 = $(nodist_functional_test_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9604 = $(nodist_functional_test_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_9675 = functional_test.mod +@COND_i386_coreboot_TRUE@am__append_9676 = functional_test.marker +@COND_i386_multiboot_TRUE@am__append_9677 = functional_test.module +@COND_i386_multiboot_TRUE@am__append_9678 = functional_test.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9679 = +@COND_i386_multiboot_TRUE@am__append_9680 = $(nodist_functional_test_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9681 = $(nodist_functional_test_module_SOURCES) \ @COND_i386_multiboot_TRUE@ functional_test.marker -@COND_i386_multiboot_TRUE@am__append_9605 = functional_test.mod -@COND_i386_multiboot_TRUE@am__append_9606 = functional_test.marker -@COND_i386_ieee1275_TRUE@am__append_9607 = functional_test.module -@COND_i386_ieee1275_TRUE@am__append_9608 = functional_test.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9609 = -@COND_i386_ieee1275_TRUE@am__append_9610 = $(nodist_functional_test_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9611 = $(nodist_functional_test_module_SOURCES) \ +@COND_i386_multiboot_TRUE@am__append_9682 = functional_test.mod +@COND_i386_multiboot_TRUE@am__append_9683 = functional_test.marker +@COND_i386_ieee1275_TRUE@am__append_9684 = functional_test.module +@COND_i386_ieee1275_TRUE@am__append_9685 = functional_test.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9686 = +@COND_i386_ieee1275_TRUE@am__append_9687 = $(nodist_functional_test_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9688 = $(nodist_functional_test_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ functional_test.marker -@COND_i386_ieee1275_TRUE@am__append_9612 = functional_test.mod -@COND_i386_ieee1275_TRUE@am__append_9613 = functional_test.marker -@COND_x86_64_efi_TRUE@am__append_9614 = functional_test.module -@COND_x86_64_efi_TRUE@am__append_9615 = functional_test.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9616 = -@COND_x86_64_efi_TRUE@am__append_9617 = $(nodist_functional_test_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9618 = $(nodist_functional_test_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_9689 = functional_test.mod +@COND_i386_ieee1275_TRUE@am__append_9690 = functional_test.marker +@COND_x86_64_efi_TRUE@am__append_9691 = functional_test.module +@COND_x86_64_efi_TRUE@am__append_9692 = functional_test.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9693 = +@COND_x86_64_efi_TRUE@am__append_9694 = $(nodist_functional_test_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9695 = $(nodist_functional_test_module_SOURCES) \ @COND_x86_64_efi_TRUE@ functional_test.marker -@COND_x86_64_efi_TRUE@am__append_9619 = functional_test.mod -@COND_x86_64_efi_TRUE@am__append_9620 = functional_test.marker -@COND_mips_yeeloong_TRUE@am__append_9621 = functional_test.module -@COND_mips_yeeloong_TRUE@am__append_9622 = functional_test.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_9623 = -@COND_mips_yeeloong_TRUE@am__append_9624 = $(nodist_functional_test_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_9625 = $(nodist_functional_test_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_9696 = functional_test.mod +@COND_x86_64_efi_TRUE@am__append_9697 = functional_test.marker +@COND_mips_yeeloong_TRUE@am__append_9698 = functional_test.module +@COND_mips_yeeloong_TRUE@am__append_9699 = functional_test.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_9700 = +@COND_mips_yeeloong_TRUE@am__append_9701 = $(nodist_functional_test_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_9702 = $(nodist_functional_test_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ functional_test.marker -@COND_mips_yeeloong_TRUE@am__append_9626 = functional_test.mod -@COND_mips_yeeloong_TRUE@am__append_9627 = functional_test.marker -@COND_sparc64_ieee1275_TRUE@am__append_9628 = functional_test.module -@COND_sparc64_ieee1275_TRUE@am__append_9629 = functional_test.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9630 = -@COND_sparc64_ieee1275_TRUE@am__append_9631 = $(nodist_functional_test_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9632 = $(nodist_functional_test_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_9703 = functional_test.mod +@COND_mips_yeeloong_TRUE@am__append_9704 = functional_test.marker +@COND_sparc64_ieee1275_TRUE@am__append_9705 = functional_test.module +@COND_sparc64_ieee1275_TRUE@am__append_9706 = functional_test.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9707 = +@COND_sparc64_ieee1275_TRUE@am__append_9708 = $(nodist_functional_test_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9709 = $(nodist_functional_test_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ functional_test.marker -@COND_sparc64_ieee1275_TRUE@am__append_9633 = functional_test.mod -@COND_sparc64_ieee1275_TRUE@am__append_9634 = functional_test.marker -@COND_powerpc_ieee1275_TRUE@am__append_9635 = functional_test.module -@COND_powerpc_ieee1275_TRUE@am__append_9636 = functional_test.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9637 = -@COND_powerpc_ieee1275_TRUE@am__append_9638 = $(nodist_functional_test_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9639 = $(nodist_functional_test_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_9710 = functional_test.mod +@COND_sparc64_ieee1275_TRUE@am__append_9711 = functional_test.marker +@COND_powerpc_ieee1275_TRUE@am__append_9712 = functional_test.module +@COND_powerpc_ieee1275_TRUE@am__append_9713 = functional_test.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9714 = +@COND_powerpc_ieee1275_TRUE@am__append_9715 = $(nodist_functional_test_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9716 = $(nodist_functional_test_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ functional_test.marker -@COND_powerpc_ieee1275_TRUE@am__append_9640 = functional_test.mod -@COND_powerpc_ieee1275_TRUE@am__append_9641 = functional_test.marker -@COND_emu_TRUE@am__append_9642 = example_functional_test.module -@COND_emu_TRUE@am__append_9643 = example_functional_test.module$(EXEEXT) -@COND_emu_TRUE@am__append_9644 = -@COND_emu_TRUE@am__append_9645 = $(nodist_example_functional_test_module_SOURCES) -@COND_emu_TRUE@am__append_9646 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_9717 = functional_test.mod +@COND_powerpc_ieee1275_TRUE@am__append_9718 = functional_test.marker +@COND_emu_TRUE@am__append_9719 = example_functional_test.module +@COND_emu_TRUE@am__append_9720 = example_functional_test.module$(EXEEXT) +@COND_emu_TRUE@am__append_9721 = +@COND_emu_TRUE@am__append_9722 = $(nodist_example_functional_test_module_SOURCES) +@COND_emu_TRUE@am__append_9723 = $(nodist_example_functional_test_module_SOURCES) \ @COND_emu_TRUE@ example_functional_test.marker -@COND_emu_TRUE@am__append_9647 = example_functional_test.mod -@COND_emu_TRUE@am__append_9648 = example_functional_test.marker -@COND_i386_pc_TRUE@am__append_9649 = example_functional_test.module -@COND_i386_pc_TRUE@am__append_9650 = example_functional_test.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9651 = -@COND_i386_pc_TRUE@am__append_9652 = $(nodist_example_functional_test_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9653 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_emu_TRUE@am__append_9724 = example_functional_test.mod +@COND_emu_TRUE@am__append_9725 = example_functional_test.marker +@COND_i386_pc_TRUE@am__append_9726 = example_functional_test.module +@COND_i386_pc_TRUE@am__append_9727 = example_functional_test.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9728 = +@COND_i386_pc_TRUE@am__append_9729 = $(nodist_example_functional_test_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9730 = $(nodist_example_functional_test_module_SOURCES) \ @COND_i386_pc_TRUE@ example_functional_test.marker -@COND_i386_pc_TRUE@am__append_9654 = example_functional_test.mod -@COND_i386_pc_TRUE@am__append_9655 = example_functional_test.marker -@COND_i386_efi_TRUE@am__append_9656 = example_functional_test.module -@COND_i386_efi_TRUE@am__append_9657 = example_functional_test.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9658 = -@COND_i386_efi_TRUE@am__append_9659 = $(nodist_example_functional_test_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9660 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_9731 = example_functional_test.mod +@COND_i386_pc_TRUE@am__append_9732 = example_functional_test.marker +@COND_i386_efi_TRUE@am__append_9733 = example_functional_test.module +@COND_i386_efi_TRUE@am__append_9734 = example_functional_test.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9735 = +@COND_i386_efi_TRUE@am__append_9736 = $(nodist_example_functional_test_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9737 = $(nodist_example_functional_test_module_SOURCES) \ @COND_i386_efi_TRUE@ example_functional_test.marker -@COND_i386_efi_TRUE@am__append_9661 = example_functional_test.mod -@COND_i386_efi_TRUE@am__append_9662 = example_functional_test.marker -@COND_i386_qemu_TRUE@am__append_9663 = example_functional_test.module -@COND_i386_qemu_TRUE@am__append_9664 = example_functional_test.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9665 = -@COND_i386_qemu_TRUE@am__append_9666 = $(nodist_example_functional_test_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9667 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_9738 = example_functional_test.mod +@COND_i386_efi_TRUE@am__append_9739 = example_functional_test.marker +@COND_i386_qemu_TRUE@am__append_9740 = example_functional_test.module +@COND_i386_qemu_TRUE@am__append_9741 = example_functional_test.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9742 = +@COND_i386_qemu_TRUE@am__append_9743 = $(nodist_example_functional_test_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9744 = $(nodist_example_functional_test_module_SOURCES) \ @COND_i386_qemu_TRUE@ example_functional_test.marker -@COND_i386_qemu_TRUE@am__append_9668 = example_functional_test.mod -@COND_i386_qemu_TRUE@am__append_9669 = example_functional_test.marker -@COND_i386_coreboot_TRUE@am__append_9670 = example_functional_test.module -@COND_i386_coreboot_TRUE@am__append_9671 = example_functional_test.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9672 = -@COND_i386_coreboot_TRUE@am__append_9673 = $(nodist_example_functional_test_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9674 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_i386_qemu_TRUE@am__append_9745 = example_functional_test.mod +@COND_i386_qemu_TRUE@am__append_9746 = example_functional_test.marker +@COND_i386_coreboot_TRUE@am__append_9747 = example_functional_test.module +@COND_i386_coreboot_TRUE@am__append_9748 = example_functional_test.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9749 = +@COND_i386_coreboot_TRUE@am__append_9750 = $(nodist_example_functional_test_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9751 = $(nodist_example_functional_test_module_SOURCES) \ @COND_i386_coreboot_TRUE@ example_functional_test.marker -@COND_i386_coreboot_TRUE@am__append_9675 = example_functional_test.mod -@COND_i386_coreboot_TRUE@am__append_9676 = example_functional_test.marker -@COND_i386_multiboot_TRUE@am__append_9677 = example_functional_test.module -@COND_i386_multiboot_TRUE@am__append_9678 = example_functional_test.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9679 = -@COND_i386_multiboot_TRUE@am__append_9680 = $(nodist_example_functional_test_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9681 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_9752 = example_functional_test.mod +@COND_i386_coreboot_TRUE@am__append_9753 = example_functional_test.marker +@COND_i386_multiboot_TRUE@am__append_9754 = example_functional_test.module +@COND_i386_multiboot_TRUE@am__append_9755 = example_functional_test.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9756 = +@COND_i386_multiboot_TRUE@am__append_9757 = $(nodist_example_functional_test_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9758 = $(nodist_example_functional_test_module_SOURCES) \ @COND_i386_multiboot_TRUE@ example_functional_test.marker -@COND_i386_multiboot_TRUE@am__append_9682 = example_functional_test.mod -@COND_i386_multiboot_TRUE@am__append_9683 = example_functional_test.marker -@COND_i386_ieee1275_TRUE@am__append_9684 = example_functional_test.module -@COND_i386_ieee1275_TRUE@am__append_9685 = example_functional_test.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9686 = -@COND_i386_ieee1275_TRUE@am__append_9687 = $(nodist_example_functional_test_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9688 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_i386_multiboot_TRUE@am__append_9759 = example_functional_test.mod +@COND_i386_multiboot_TRUE@am__append_9760 = example_functional_test.marker +@COND_i386_ieee1275_TRUE@am__append_9761 = example_functional_test.module +@COND_i386_ieee1275_TRUE@am__append_9762 = example_functional_test.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9763 = +@COND_i386_ieee1275_TRUE@am__append_9764 = $(nodist_example_functional_test_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9765 = $(nodist_example_functional_test_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ example_functional_test.marker -@COND_i386_ieee1275_TRUE@am__append_9689 = example_functional_test.mod -@COND_i386_ieee1275_TRUE@am__append_9690 = example_functional_test.marker -@COND_x86_64_efi_TRUE@am__append_9691 = example_functional_test.module -@COND_x86_64_efi_TRUE@am__append_9692 = example_functional_test.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9693 = -@COND_x86_64_efi_TRUE@am__append_9694 = $(nodist_example_functional_test_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9695 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_9766 = example_functional_test.mod +@COND_i386_ieee1275_TRUE@am__append_9767 = example_functional_test.marker +@COND_x86_64_efi_TRUE@am__append_9768 = example_functional_test.module +@COND_x86_64_efi_TRUE@am__append_9769 = example_functional_test.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9770 = +@COND_x86_64_efi_TRUE@am__append_9771 = $(nodist_example_functional_test_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9772 = $(nodist_example_functional_test_module_SOURCES) \ @COND_x86_64_efi_TRUE@ example_functional_test.marker -@COND_x86_64_efi_TRUE@am__append_9696 = example_functional_test.mod -@COND_x86_64_efi_TRUE@am__append_9697 = example_functional_test.marker -@COND_mips_yeeloong_TRUE@am__append_9698 = example_functional_test.module -@COND_mips_yeeloong_TRUE@am__append_9699 = example_functional_test.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_9700 = -@COND_mips_yeeloong_TRUE@am__append_9701 = $(nodist_example_functional_test_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_9702 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_9773 = example_functional_test.mod +@COND_x86_64_efi_TRUE@am__append_9774 = example_functional_test.marker +@COND_mips_yeeloong_TRUE@am__append_9775 = example_functional_test.module +@COND_mips_yeeloong_TRUE@am__append_9776 = example_functional_test.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_9777 = +@COND_mips_yeeloong_TRUE@am__append_9778 = $(nodist_example_functional_test_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_9779 = $(nodist_example_functional_test_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ example_functional_test.marker -@COND_mips_yeeloong_TRUE@am__append_9703 = example_functional_test.mod -@COND_mips_yeeloong_TRUE@am__append_9704 = example_functional_test.marker -@COND_sparc64_ieee1275_TRUE@am__append_9705 = example_functional_test.module -@COND_sparc64_ieee1275_TRUE@am__append_9706 = example_functional_test.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9707 = -@COND_sparc64_ieee1275_TRUE@am__append_9708 = $(nodist_example_functional_test_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9709 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_9780 = example_functional_test.mod +@COND_mips_yeeloong_TRUE@am__append_9781 = example_functional_test.marker +@COND_sparc64_ieee1275_TRUE@am__append_9782 = example_functional_test.module +@COND_sparc64_ieee1275_TRUE@am__append_9783 = example_functional_test.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9784 = +@COND_sparc64_ieee1275_TRUE@am__append_9785 = $(nodist_example_functional_test_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9786 = $(nodist_example_functional_test_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ example_functional_test.marker -@COND_sparc64_ieee1275_TRUE@am__append_9710 = example_functional_test.mod -@COND_sparc64_ieee1275_TRUE@am__append_9711 = example_functional_test.marker -@COND_powerpc_ieee1275_TRUE@am__append_9712 = example_functional_test.module -@COND_powerpc_ieee1275_TRUE@am__append_9713 = example_functional_test.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9714 = -@COND_powerpc_ieee1275_TRUE@am__append_9715 = $(nodist_example_functional_test_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9716 = $(nodist_example_functional_test_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_9787 = example_functional_test.mod +@COND_sparc64_ieee1275_TRUE@am__append_9788 = example_functional_test.marker +@COND_powerpc_ieee1275_TRUE@am__append_9789 = example_functional_test.module +@COND_powerpc_ieee1275_TRUE@am__append_9790 = example_functional_test.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9791 = +@COND_powerpc_ieee1275_TRUE@am__append_9792 = $(nodist_example_functional_test_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9793 = $(nodist_example_functional_test_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ example_functional_test.marker -@COND_powerpc_ieee1275_TRUE@am__append_9717 = example_functional_test.mod -@COND_powerpc_ieee1275_TRUE@am__append_9718 = example_functional_test.marker -@COND_emu_TRUE@am__append_9719 = bitmap.module -@COND_emu_TRUE@am__append_9720 = bitmap.module$(EXEEXT) -@COND_emu_TRUE@am__append_9721 = -@COND_emu_TRUE@am__append_9722 = $(nodist_bitmap_module_SOURCES) -@COND_emu_TRUE@am__append_9723 = $(nodist_bitmap_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_9794 = example_functional_test.mod +@COND_powerpc_ieee1275_TRUE@am__append_9795 = example_functional_test.marker +@COND_emu_TRUE@am__append_9796 = bitmap.module +@COND_emu_TRUE@am__append_9797 = bitmap.module$(EXEEXT) +@COND_emu_TRUE@am__append_9798 = +@COND_emu_TRUE@am__append_9799 = $(nodist_bitmap_module_SOURCES) +@COND_emu_TRUE@am__append_9800 = $(nodist_bitmap_module_SOURCES) \ @COND_emu_TRUE@ bitmap.marker -@COND_emu_TRUE@am__append_9724 = bitmap.mod -@COND_emu_TRUE@am__append_9725 = bitmap.marker -@COND_i386_pc_TRUE@am__append_9726 = bitmap.module -@COND_i386_pc_TRUE@am__append_9727 = bitmap.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9728 = -@COND_i386_pc_TRUE@am__append_9729 = $(nodist_bitmap_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9730 = $(nodist_bitmap_module_SOURCES) \ +@COND_emu_TRUE@am__append_9801 = bitmap.mod +@COND_emu_TRUE@am__append_9802 = bitmap.marker +@COND_i386_pc_TRUE@am__append_9803 = bitmap.module +@COND_i386_pc_TRUE@am__append_9804 = bitmap.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9805 = +@COND_i386_pc_TRUE@am__append_9806 = $(nodist_bitmap_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9807 = $(nodist_bitmap_module_SOURCES) \ @COND_i386_pc_TRUE@ bitmap.marker -@COND_i386_pc_TRUE@am__append_9731 = bitmap.mod -@COND_i386_pc_TRUE@am__append_9732 = bitmap.marker -@COND_i386_efi_TRUE@am__append_9733 = bitmap.module -@COND_i386_efi_TRUE@am__append_9734 = bitmap.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9735 = -@COND_i386_efi_TRUE@am__append_9736 = $(nodist_bitmap_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9737 = $(nodist_bitmap_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_9808 = bitmap.mod +@COND_i386_pc_TRUE@am__append_9809 = bitmap.marker +@COND_i386_efi_TRUE@am__append_9810 = bitmap.module +@COND_i386_efi_TRUE@am__append_9811 = bitmap.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9812 = +@COND_i386_efi_TRUE@am__append_9813 = $(nodist_bitmap_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9814 = $(nodist_bitmap_module_SOURCES) \ @COND_i386_efi_TRUE@ bitmap.marker -@COND_i386_efi_TRUE@am__append_9738 = bitmap.mod -@COND_i386_efi_TRUE@am__append_9739 = bitmap.marker -@COND_i386_qemu_TRUE@am__append_9740 = bitmap.module -@COND_i386_qemu_TRUE@am__append_9741 = bitmap.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9742 = -@COND_i386_qemu_TRUE@am__append_9743 = $(nodist_bitmap_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9744 = \ +@COND_i386_efi_TRUE@am__append_9815 = bitmap.mod +@COND_i386_efi_TRUE@am__append_9816 = bitmap.marker +@COND_i386_qemu_TRUE@am__append_9817 = bitmap.module +@COND_i386_qemu_TRUE@am__append_9818 = bitmap.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9819 = +@COND_i386_qemu_TRUE@am__append_9820 = $(nodist_bitmap_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9821 = \ @COND_i386_qemu_TRUE@ $(nodist_bitmap_module_SOURCES) \ @COND_i386_qemu_TRUE@ bitmap.marker -@COND_i386_qemu_TRUE@am__append_9745 = bitmap.mod -@COND_i386_qemu_TRUE@am__append_9746 = bitmap.marker -@COND_i386_coreboot_TRUE@am__append_9747 = bitmap.module -@COND_i386_coreboot_TRUE@am__append_9748 = bitmap.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9749 = -@COND_i386_coreboot_TRUE@am__append_9750 = $(nodist_bitmap_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9751 = \ +@COND_i386_qemu_TRUE@am__append_9822 = bitmap.mod +@COND_i386_qemu_TRUE@am__append_9823 = bitmap.marker +@COND_i386_coreboot_TRUE@am__append_9824 = bitmap.module +@COND_i386_coreboot_TRUE@am__append_9825 = bitmap.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9826 = +@COND_i386_coreboot_TRUE@am__append_9827 = $(nodist_bitmap_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9828 = \ @COND_i386_coreboot_TRUE@ $(nodist_bitmap_module_SOURCES) \ @COND_i386_coreboot_TRUE@ bitmap.marker -@COND_i386_coreboot_TRUE@am__append_9752 = bitmap.mod -@COND_i386_coreboot_TRUE@am__append_9753 = bitmap.marker -@COND_i386_multiboot_TRUE@am__append_9754 = bitmap.module -@COND_i386_multiboot_TRUE@am__append_9755 = bitmap.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9756 = -@COND_i386_multiboot_TRUE@am__append_9757 = $(nodist_bitmap_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9758 = \ +@COND_i386_coreboot_TRUE@am__append_9829 = bitmap.mod +@COND_i386_coreboot_TRUE@am__append_9830 = bitmap.marker +@COND_i386_multiboot_TRUE@am__append_9831 = bitmap.module +@COND_i386_multiboot_TRUE@am__append_9832 = bitmap.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9833 = +@COND_i386_multiboot_TRUE@am__append_9834 = $(nodist_bitmap_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9835 = \ @COND_i386_multiboot_TRUE@ $(nodist_bitmap_module_SOURCES) \ @COND_i386_multiboot_TRUE@ bitmap.marker -@COND_i386_multiboot_TRUE@am__append_9759 = bitmap.mod -@COND_i386_multiboot_TRUE@am__append_9760 = bitmap.marker -@COND_i386_ieee1275_TRUE@am__append_9761 = bitmap.module -@COND_i386_ieee1275_TRUE@am__append_9762 = bitmap.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9763 = -@COND_i386_ieee1275_TRUE@am__append_9764 = $(nodist_bitmap_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9765 = \ +@COND_i386_multiboot_TRUE@am__append_9836 = bitmap.mod +@COND_i386_multiboot_TRUE@am__append_9837 = bitmap.marker +@COND_i386_ieee1275_TRUE@am__append_9838 = bitmap.module +@COND_i386_ieee1275_TRUE@am__append_9839 = bitmap.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9840 = +@COND_i386_ieee1275_TRUE@am__append_9841 = $(nodist_bitmap_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9842 = \ @COND_i386_ieee1275_TRUE@ $(nodist_bitmap_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ bitmap.marker -@COND_i386_ieee1275_TRUE@am__append_9766 = bitmap.mod -@COND_i386_ieee1275_TRUE@am__append_9767 = bitmap.marker -@COND_x86_64_efi_TRUE@am__append_9768 = bitmap.module -@COND_x86_64_efi_TRUE@am__append_9769 = bitmap.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9770 = -@COND_x86_64_efi_TRUE@am__append_9771 = $(nodist_bitmap_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9772 = \ +@COND_i386_ieee1275_TRUE@am__append_9843 = bitmap.mod +@COND_i386_ieee1275_TRUE@am__append_9844 = bitmap.marker +@COND_x86_64_efi_TRUE@am__append_9845 = bitmap.module +@COND_x86_64_efi_TRUE@am__append_9846 = bitmap.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9847 = +@COND_x86_64_efi_TRUE@am__append_9848 = $(nodist_bitmap_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9849 = \ @COND_x86_64_efi_TRUE@ $(nodist_bitmap_module_SOURCES) \ @COND_x86_64_efi_TRUE@ bitmap.marker -@COND_x86_64_efi_TRUE@am__append_9773 = bitmap.mod -@COND_x86_64_efi_TRUE@am__append_9774 = bitmap.marker -@COND_sparc64_ieee1275_TRUE@am__append_9775 = bitmap.module -@COND_sparc64_ieee1275_TRUE@am__append_9776 = bitmap.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9777 = -@COND_sparc64_ieee1275_TRUE@am__append_9778 = $(nodist_bitmap_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9779 = \ +@COND_x86_64_efi_TRUE@am__append_9850 = bitmap.mod +@COND_x86_64_efi_TRUE@am__append_9851 = bitmap.marker +@COND_sparc64_ieee1275_TRUE@am__append_9852 = bitmap.module +@COND_sparc64_ieee1275_TRUE@am__append_9853 = bitmap.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9854 = +@COND_sparc64_ieee1275_TRUE@am__append_9855 = $(nodist_bitmap_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9856 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_bitmap_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ bitmap.marker -@COND_sparc64_ieee1275_TRUE@am__append_9780 = bitmap.mod -@COND_sparc64_ieee1275_TRUE@am__append_9781 = bitmap.marker -@COND_powerpc_ieee1275_TRUE@am__append_9782 = bitmap.module -@COND_powerpc_ieee1275_TRUE@am__append_9783 = bitmap.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9784 = -@COND_powerpc_ieee1275_TRUE@am__append_9785 = $(nodist_bitmap_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9786 = \ +@COND_sparc64_ieee1275_TRUE@am__append_9857 = bitmap.mod +@COND_sparc64_ieee1275_TRUE@am__append_9858 = bitmap.marker +@COND_powerpc_ieee1275_TRUE@am__append_9859 = bitmap.module +@COND_powerpc_ieee1275_TRUE@am__append_9860 = bitmap.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9861 = +@COND_powerpc_ieee1275_TRUE@am__append_9862 = $(nodist_bitmap_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9863 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_bitmap_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ bitmap.marker -@COND_powerpc_ieee1275_TRUE@am__append_9787 = bitmap.mod -@COND_powerpc_ieee1275_TRUE@am__append_9788 = bitmap.marker -@COND_emu_TRUE@am__append_9789 = bitmap_scale.module -@COND_emu_TRUE@am__append_9790 = bitmap_scale.module$(EXEEXT) -@COND_emu_TRUE@am__append_9791 = -@COND_emu_TRUE@am__append_9792 = $(nodist_bitmap_scale_module_SOURCES) -@COND_emu_TRUE@am__append_9793 = \ +@COND_powerpc_ieee1275_TRUE@am__append_9864 = bitmap.mod +@COND_powerpc_ieee1275_TRUE@am__append_9865 = bitmap.marker +@COND_emu_TRUE@am__append_9866 = bitmap_scale.module +@COND_emu_TRUE@am__append_9867 = bitmap_scale.module$(EXEEXT) +@COND_emu_TRUE@am__append_9868 = +@COND_emu_TRUE@am__append_9869 = $(nodist_bitmap_scale_module_SOURCES) +@COND_emu_TRUE@am__append_9870 = \ @COND_emu_TRUE@ $(nodist_bitmap_scale_module_SOURCES) \ @COND_emu_TRUE@ bitmap_scale.marker -@COND_emu_TRUE@am__append_9794 = bitmap_scale.mod -@COND_emu_TRUE@am__append_9795 = bitmap_scale.marker -@COND_i386_pc_TRUE@am__append_9796 = bitmap_scale.module -@COND_i386_pc_TRUE@am__append_9797 = bitmap_scale.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9798 = -@COND_i386_pc_TRUE@am__append_9799 = $(nodist_bitmap_scale_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9800 = \ +@COND_emu_TRUE@am__append_9871 = bitmap_scale.mod +@COND_emu_TRUE@am__append_9872 = bitmap_scale.marker +@COND_i386_pc_TRUE@am__append_9873 = bitmap_scale.module +@COND_i386_pc_TRUE@am__append_9874 = bitmap_scale.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9875 = +@COND_i386_pc_TRUE@am__append_9876 = $(nodist_bitmap_scale_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9877 = \ @COND_i386_pc_TRUE@ $(nodist_bitmap_scale_module_SOURCES) \ @COND_i386_pc_TRUE@ bitmap_scale.marker -@COND_i386_pc_TRUE@am__append_9801 = bitmap_scale.mod -@COND_i386_pc_TRUE@am__append_9802 = bitmap_scale.marker -@COND_i386_efi_TRUE@am__append_9803 = bitmap_scale.module -@COND_i386_efi_TRUE@am__append_9804 = bitmap_scale.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9805 = -@COND_i386_efi_TRUE@am__append_9806 = $(nodist_bitmap_scale_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9807 = \ +@COND_i386_pc_TRUE@am__append_9878 = bitmap_scale.mod +@COND_i386_pc_TRUE@am__append_9879 = bitmap_scale.marker +@COND_i386_efi_TRUE@am__append_9880 = bitmap_scale.module +@COND_i386_efi_TRUE@am__append_9881 = bitmap_scale.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9882 = +@COND_i386_efi_TRUE@am__append_9883 = $(nodist_bitmap_scale_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9884 = \ @COND_i386_efi_TRUE@ $(nodist_bitmap_scale_module_SOURCES) \ @COND_i386_efi_TRUE@ bitmap_scale.marker -@COND_i386_efi_TRUE@am__append_9808 = bitmap_scale.mod -@COND_i386_efi_TRUE@am__append_9809 = bitmap_scale.marker -@COND_i386_qemu_TRUE@am__append_9810 = bitmap_scale.module -@COND_i386_qemu_TRUE@am__append_9811 = bitmap_scale.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9812 = -@COND_i386_qemu_TRUE@am__append_9813 = $(nodist_bitmap_scale_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9814 = \ +@COND_i386_efi_TRUE@am__append_9885 = bitmap_scale.mod +@COND_i386_efi_TRUE@am__append_9886 = bitmap_scale.marker +@COND_i386_qemu_TRUE@am__append_9887 = bitmap_scale.module +@COND_i386_qemu_TRUE@am__append_9888 = bitmap_scale.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9889 = +@COND_i386_qemu_TRUE@am__append_9890 = $(nodist_bitmap_scale_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9891 = \ @COND_i386_qemu_TRUE@ $(nodist_bitmap_scale_module_SOURCES) \ @COND_i386_qemu_TRUE@ bitmap_scale.marker -@COND_i386_qemu_TRUE@am__append_9815 = bitmap_scale.mod -@COND_i386_qemu_TRUE@am__append_9816 = bitmap_scale.marker -@COND_i386_coreboot_TRUE@am__append_9817 = bitmap_scale.module -@COND_i386_coreboot_TRUE@am__append_9818 = bitmap_scale.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9819 = -@COND_i386_coreboot_TRUE@am__append_9820 = $(nodist_bitmap_scale_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9821 = $(nodist_bitmap_scale_module_SOURCES) \ +@COND_i386_qemu_TRUE@am__append_9892 = bitmap_scale.mod +@COND_i386_qemu_TRUE@am__append_9893 = bitmap_scale.marker +@COND_i386_coreboot_TRUE@am__append_9894 = bitmap_scale.module +@COND_i386_coreboot_TRUE@am__append_9895 = bitmap_scale.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9896 = +@COND_i386_coreboot_TRUE@am__append_9897 = $(nodist_bitmap_scale_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9898 = $(nodist_bitmap_scale_module_SOURCES) \ @COND_i386_coreboot_TRUE@ bitmap_scale.marker -@COND_i386_coreboot_TRUE@am__append_9822 = bitmap_scale.mod -@COND_i386_coreboot_TRUE@am__append_9823 = bitmap_scale.marker -@COND_i386_multiboot_TRUE@am__append_9824 = bitmap_scale.module -@COND_i386_multiboot_TRUE@am__append_9825 = bitmap_scale.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9826 = -@COND_i386_multiboot_TRUE@am__append_9827 = $(nodist_bitmap_scale_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9828 = $(nodist_bitmap_scale_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_9899 = bitmap_scale.mod +@COND_i386_coreboot_TRUE@am__append_9900 = bitmap_scale.marker +@COND_i386_multiboot_TRUE@am__append_9901 = bitmap_scale.module +@COND_i386_multiboot_TRUE@am__append_9902 = bitmap_scale.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_9903 = +@COND_i386_multiboot_TRUE@am__append_9904 = $(nodist_bitmap_scale_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_9905 = $(nodist_bitmap_scale_module_SOURCES) \ @COND_i386_multiboot_TRUE@ bitmap_scale.marker -@COND_i386_multiboot_TRUE@am__append_9829 = bitmap_scale.mod -@COND_i386_multiboot_TRUE@am__append_9830 = bitmap_scale.marker -@COND_i386_ieee1275_TRUE@am__append_9831 = bitmap_scale.module -@COND_i386_ieee1275_TRUE@am__append_9832 = bitmap_scale.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9833 = -@COND_i386_ieee1275_TRUE@am__append_9834 = $(nodist_bitmap_scale_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9835 = $(nodist_bitmap_scale_module_SOURCES) \ +@COND_i386_multiboot_TRUE@am__append_9906 = bitmap_scale.mod +@COND_i386_multiboot_TRUE@am__append_9907 = bitmap_scale.marker +@COND_i386_ieee1275_TRUE@am__append_9908 = bitmap_scale.module +@COND_i386_ieee1275_TRUE@am__append_9909 = bitmap_scale.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_9910 = +@COND_i386_ieee1275_TRUE@am__append_9911 = $(nodist_bitmap_scale_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_9912 = $(nodist_bitmap_scale_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ bitmap_scale.marker -@COND_i386_ieee1275_TRUE@am__append_9836 = bitmap_scale.mod -@COND_i386_ieee1275_TRUE@am__append_9837 = bitmap_scale.marker -@COND_x86_64_efi_TRUE@am__append_9838 = bitmap_scale.module -@COND_x86_64_efi_TRUE@am__append_9839 = bitmap_scale.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9840 = -@COND_x86_64_efi_TRUE@am__append_9841 = $(nodist_bitmap_scale_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9842 = \ +@COND_i386_ieee1275_TRUE@am__append_9913 = bitmap_scale.mod +@COND_i386_ieee1275_TRUE@am__append_9914 = bitmap_scale.marker +@COND_x86_64_efi_TRUE@am__append_9915 = bitmap_scale.module +@COND_x86_64_efi_TRUE@am__append_9916 = bitmap_scale.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9917 = +@COND_x86_64_efi_TRUE@am__append_9918 = $(nodist_bitmap_scale_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9919 = \ @COND_x86_64_efi_TRUE@ $(nodist_bitmap_scale_module_SOURCES) \ @COND_x86_64_efi_TRUE@ bitmap_scale.marker -@COND_x86_64_efi_TRUE@am__append_9843 = bitmap_scale.mod -@COND_x86_64_efi_TRUE@am__append_9844 = bitmap_scale.marker -@COND_sparc64_ieee1275_TRUE@am__append_9845 = bitmap_scale.module -@COND_sparc64_ieee1275_TRUE@am__append_9846 = bitmap_scale.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9847 = -@COND_sparc64_ieee1275_TRUE@am__append_9848 = $(nodist_bitmap_scale_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9849 = $(nodist_bitmap_scale_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_9920 = bitmap_scale.mod +@COND_x86_64_efi_TRUE@am__append_9921 = bitmap_scale.marker +@COND_sparc64_ieee1275_TRUE@am__append_9922 = bitmap_scale.module +@COND_sparc64_ieee1275_TRUE@am__append_9923 = bitmap_scale.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_9924 = +@COND_sparc64_ieee1275_TRUE@am__append_9925 = $(nodist_bitmap_scale_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_9926 = $(nodist_bitmap_scale_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ bitmap_scale.marker -@COND_sparc64_ieee1275_TRUE@am__append_9850 = bitmap_scale.mod -@COND_sparc64_ieee1275_TRUE@am__append_9851 = bitmap_scale.marker -@COND_powerpc_ieee1275_TRUE@am__append_9852 = bitmap_scale.module -@COND_powerpc_ieee1275_TRUE@am__append_9853 = bitmap_scale.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9854 = -@COND_powerpc_ieee1275_TRUE@am__append_9855 = $(nodist_bitmap_scale_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9856 = $(nodist_bitmap_scale_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_9927 = bitmap_scale.mod +@COND_sparc64_ieee1275_TRUE@am__append_9928 = bitmap_scale.marker +@COND_powerpc_ieee1275_TRUE@am__append_9929 = bitmap_scale.module +@COND_powerpc_ieee1275_TRUE@am__append_9930 = bitmap_scale.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_9931 = +@COND_powerpc_ieee1275_TRUE@am__append_9932 = $(nodist_bitmap_scale_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_9933 = $(nodist_bitmap_scale_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ bitmap_scale.marker -@COND_powerpc_ieee1275_TRUE@am__append_9857 = bitmap_scale.mod -@COND_powerpc_ieee1275_TRUE@am__append_9858 = bitmap_scale.marker -@COND_i386_efi_TRUE@am__append_9859 = efi_gop.module -@COND_i386_efi_TRUE@am__append_9860 = efi_gop.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9861 = -@COND_i386_efi_TRUE@am__append_9862 = $(nodist_efi_gop_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9863 = \ +@COND_powerpc_ieee1275_TRUE@am__append_9934 = bitmap_scale.mod +@COND_powerpc_ieee1275_TRUE@am__append_9935 = bitmap_scale.marker +@COND_i386_efi_TRUE@am__append_9936 = efi_gop.module +@COND_i386_efi_TRUE@am__append_9937 = efi_gop.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9938 = +@COND_i386_efi_TRUE@am__append_9939 = $(nodist_efi_gop_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9940 = \ @COND_i386_efi_TRUE@ $(nodist_efi_gop_module_SOURCES) \ @COND_i386_efi_TRUE@ efi_gop.marker -@COND_i386_efi_TRUE@am__append_9864 = efi_gop.mod -@COND_i386_efi_TRUE@am__append_9865 = efi_gop.marker -@COND_x86_64_efi_TRUE@am__append_9866 = efi_gop.module -@COND_x86_64_efi_TRUE@am__append_9867 = efi_gop.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9868 = -@COND_x86_64_efi_TRUE@am__append_9869 = $(nodist_efi_gop_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9870 = \ +@COND_i386_efi_TRUE@am__append_9941 = efi_gop.mod +@COND_i386_efi_TRUE@am__append_9942 = efi_gop.marker +@COND_x86_64_efi_TRUE@am__append_9943 = efi_gop.module +@COND_x86_64_efi_TRUE@am__append_9944 = efi_gop.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9945 = +@COND_x86_64_efi_TRUE@am__append_9946 = $(nodist_efi_gop_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9947 = \ @COND_x86_64_efi_TRUE@ $(nodist_efi_gop_module_SOURCES) \ @COND_x86_64_efi_TRUE@ efi_gop.marker -@COND_x86_64_efi_TRUE@am__append_9871 = efi_gop.mod -@COND_x86_64_efi_TRUE@am__append_9872 = efi_gop.marker -@COND_i386_efi_TRUE@am__append_9873 = efi_uga.module -@COND_i386_efi_TRUE@am__append_9874 = efi_uga.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9875 = -@COND_i386_efi_TRUE@am__append_9876 = $(nodist_efi_uga_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9877 = \ +@COND_x86_64_efi_TRUE@am__append_9948 = efi_gop.mod +@COND_x86_64_efi_TRUE@am__append_9949 = efi_gop.marker +@COND_i386_efi_TRUE@am__append_9950 = efi_uga.module +@COND_i386_efi_TRUE@am__append_9951 = efi_uga.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9952 = +@COND_i386_efi_TRUE@am__append_9953 = $(nodist_efi_uga_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9954 = \ @COND_i386_efi_TRUE@ $(nodist_efi_uga_module_SOURCES) \ @COND_i386_efi_TRUE@ efi_uga.marker -@COND_i386_efi_TRUE@am__append_9878 = efi_uga.mod -@COND_i386_efi_TRUE@am__append_9879 = efi_uga.marker -@COND_x86_64_efi_TRUE@am__append_9880 = efi_uga.module -@COND_x86_64_efi_TRUE@am__append_9881 = efi_uga.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9882 = -@COND_x86_64_efi_TRUE@am__append_9883 = $(nodist_efi_uga_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9884 = \ +@COND_i386_efi_TRUE@am__append_9955 = efi_uga.mod +@COND_i386_efi_TRUE@am__append_9956 = efi_uga.marker +@COND_x86_64_efi_TRUE@am__append_9957 = efi_uga.module +@COND_x86_64_efi_TRUE@am__append_9958 = efi_uga.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_9959 = +@COND_x86_64_efi_TRUE@am__append_9960 = $(nodist_efi_uga_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_9961 = \ @COND_x86_64_efi_TRUE@ $(nodist_efi_uga_module_SOURCES) \ @COND_x86_64_efi_TRUE@ efi_uga.marker -@COND_x86_64_efi_TRUE@am__append_9885 = efi_uga.mod -@COND_x86_64_efi_TRUE@am__append_9886 = efi_uga.marker -@COND_emu_TRUE@am__append_9887 = jpeg.module -@COND_emu_TRUE@am__append_9888 = jpeg.module$(EXEEXT) -@COND_emu_TRUE@am__append_9889 = -@COND_emu_TRUE@am__append_9890 = $(nodist_jpeg_module_SOURCES) -@COND_emu_TRUE@am__append_9891 = $(nodist_jpeg_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_9962 = efi_uga.mod +@COND_x86_64_efi_TRUE@am__append_9963 = efi_uga.marker +@COND_emu_TRUE@am__append_9964 = jpeg.module +@COND_emu_TRUE@am__append_9965 = jpeg.module$(EXEEXT) +@COND_emu_TRUE@am__append_9966 = +@COND_emu_TRUE@am__append_9967 = $(nodist_jpeg_module_SOURCES) +@COND_emu_TRUE@am__append_9968 = $(nodist_jpeg_module_SOURCES) \ @COND_emu_TRUE@ jpeg.marker -@COND_emu_TRUE@am__append_9892 = jpeg.mod -@COND_emu_TRUE@am__append_9893 = jpeg.marker -@COND_i386_pc_TRUE@am__append_9894 = jpeg.module -@COND_i386_pc_TRUE@am__append_9895 = jpeg.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9896 = -@COND_i386_pc_TRUE@am__append_9897 = $(nodist_jpeg_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9898 = $(nodist_jpeg_module_SOURCES) \ +@COND_emu_TRUE@am__append_9969 = jpeg.mod +@COND_emu_TRUE@am__append_9970 = jpeg.marker +@COND_i386_pc_TRUE@am__append_9971 = jpeg.module +@COND_i386_pc_TRUE@am__append_9972 = jpeg.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_9973 = +@COND_i386_pc_TRUE@am__append_9974 = $(nodist_jpeg_module_SOURCES) +@COND_i386_pc_TRUE@am__append_9975 = $(nodist_jpeg_module_SOURCES) \ @COND_i386_pc_TRUE@ jpeg.marker -@COND_i386_pc_TRUE@am__append_9899 = jpeg.mod -@COND_i386_pc_TRUE@am__append_9900 = jpeg.marker -@COND_i386_efi_TRUE@am__append_9901 = jpeg.module -@COND_i386_efi_TRUE@am__append_9902 = jpeg.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9903 = -@COND_i386_efi_TRUE@am__append_9904 = $(nodist_jpeg_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9905 = $(nodist_jpeg_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_9976 = jpeg.mod +@COND_i386_pc_TRUE@am__append_9977 = jpeg.marker +@COND_i386_efi_TRUE@am__append_9978 = jpeg.module +@COND_i386_efi_TRUE@am__append_9979 = jpeg.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_9980 = +@COND_i386_efi_TRUE@am__append_9981 = $(nodist_jpeg_module_SOURCES) +@COND_i386_efi_TRUE@am__append_9982 = $(nodist_jpeg_module_SOURCES) \ @COND_i386_efi_TRUE@ jpeg.marker -@COND_i386_efi_TRUE@am__append_9906 = jpeg.mod -@COND_i386_efi_TRUE@am__append_9907 = jpeg.marker -@COND_i386_qemu_TRUE@am__append_9908 = jpeg.module -@COND_i386_qemu_TRUE@am__append_9909 = jpeg.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9910 = -@COND_i386_qemu_TRUE@am__append_9911 = $(nodist_jpeg_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9912 = $(nodist_jpeg_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_9983 = jpeg.mod +@COND_i386_efi_TRUE@am__append_9984 = jpeg.marker +@COND_i386_qemu_TRUE@am__append_9985 = jpeg.module +@COND_i386_qemu_TRUE@am__append_9986 = jpeg.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_9987 = +@COND_i386_qemu_TRUE@am__append_9988 = $(nodist_jpeg_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_9989 = $(nodist_jpeg_module_SOURCES) \ @COND_i386_qemu_TRUE@ jpeg.marker -@COND_i386_qemu_TRUE@am__append_9913 = jpeg.mod -@COND_i386_qemu_TRUE@am__append_9914 = jpeg.marker -@COND_i386_coreboot_TRUE@am__append_9915 = jpeg.module -@COND_i386_coreboot_TRUE@am__append_9916 = jpeg.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9917 = -@COND_i386_coreboot_TRUE@am__append_9918 = $(nodist_jpeg_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9919 = \ +@COND_i386_qemu_TRUE@am__append_9990 = jpeg.mod +@COND_i386_qemu_TRUE@am__append_9991 = jpeg.marker +@COND_i386_coreboot_TRUE@am__append_9992 = jpeg.module +@COND_i386_coreboot_TRUE@am__append_9993 = jpeg.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_9994 = +@COND_i386_coreboot_TRUE@am__append_9995 = $(nodist_jpeg_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_9996 = \ @COND_i386_coreboot_TRUE@ $(nodist_jpeg_module_SOURCES) \ @COND_i386_coreboot_TRUE@ jpeg.marker -@COND_i386_coreboot_TRUE@am__append_9920 = jpeg.mod -@COND_i386_coreboot_TRUE@am__append_9921 = jpeg.marker -@COND_i386_multiboot_TRUE@am__append_9922 = jpeg.module -@COND_i386_multiboot_TRUE@am__append_9923 = jpeg.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_9924 = -@COND_i386_multiboot_TRUE@am__append_9925 = $(nodist_jpeg_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_9926 = \ +@COND_i386_coreboot_TRUE@am__append_9997 = jpeg.mod +@COND_i386_coreboot_TRUE@am__append_9998 = jpeg.marker +@COND_i386_multiboot_TRUE@am__append_9999 = jpeg.module +@COND_i386_multiboot_TRUE@am__append_10000 = jpeg.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10001 = +@COND_i386_multiboot_TRUE@am__append_10002 = $(nodist_jpeg_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10003 = \ @COND_i386_multiboot_TRUE@ $(nodist_jpeg_module_SOURCES) \ @COND_i386_multiboot_TRUE@ jpeg.marker -@COND_i386_multiboot_TRUE@am__append_9927 = jpeg.mod -@COND_i386_multiboot_TRUE@am__append_9928 = jpeg.marker -@COND_i386_ieee1275_TRUE@am__append_9929 = jpeg.module -@COND_i386_ieee1275_TRUE@am__append_9930 = jpeg.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_9931 = -@COND_i386_ieee1275_TRUE@am__append_9932 = $(nodist_jpeg_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_9933 = \ +@COND_i386_multiboot_TRUE@am__append_10004 = jpeg.mod +@COND_i386_multiboot_TRUE@am__append_10005 = jpeg.marker +@COND_i386_ieee1275_TRUE@am__append_10006 = jpeg.module +@COND_i386_ieee1275_TRUE@am__append_10007 = jpeg.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10008 = +@COND_i386_ieee1275_TRUE@am__append_10009 = $(nodist_jpeg_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10010 = \ @COND_i386_ieee1275_TRUE@ $(nodist_jpeg_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ jpeg.marker -@COND_i386_ieee1275_TRUE@am__append_9934 = jpeg.mod -@COND_i386_ieee1275_TRUE@am__append_9935 = jpeg.marker -@COND_x86_64_efi_TRUE@am__append_9936 = jpeg.module -@COND_x86_64_efi_TRUE@am__append_9937 = jpeg.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_9938 = -@COND_x86_64_efi_TRUE@am__append_9939 = $(nodist_jpeg_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_9940 = $(nodist_jpeg_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_10011 = jpeg.mod +@COND_i386_ieee1275_TRUE@am__append_10012 = jpeg.marker +@COND_x86_64_efi_TRUE@am__append_10013 = jpeg.module +@COND_x86_64_efi_TRUE@am__append_10014 = jpeg.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10015 = +@COND_x86_64_efi_TRUE@am__append_10016 = $(nodist_jpeg_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10017 = \ +@COND_x86_64_efi_TRUE@ $(nodist_jpeg_module_SOURCES) \ @COND_x86_64_efi_TRUE@ jpeg.marker -@COND_x86_64_efi_TRUE@am__append_9941 = jpeg.mod -@COND_x86_64_efi_TRUE@am__append_9942 = jpeg.marker -@COND_mips_yeeloong_TRUE@am__append_9943 = jpeg.module -@COND_mips_yeeloong_TRUE@am__append_9944 = jpeg.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_9945 = -@COND_mips_yeeloong_TRUE@am__append_9946 = $(nodist_jpeg_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_9947 = \ +@COND_x86_64_efi_TRUE@am__append_10018 = jpeg.mod +@COND_x86_64_efi_TRUE@am__append_10019 = jpeg.marker +@COND_mips_yeeloong_TRUE@am__append_10020 = jpeg.module +@COND_mips_yeeloong_TRUE@am__append_10021 = jpeg.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10022 = +@COND_mips_yeeloong_TRUE@am__append_10023 = $(nodist_jpeg_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10024 = \ @COND_mips_yeeloong_TRUE@ $(nodist_jpeg_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ jpeg.marker -@COND_mips_yeeloong_TRUE@am__append_9948 = jpeg.mod -@COND_mips_yeeloong_TRUE@am__append_9949 = jpeg.marker -@COND_sparc64_ieee1275_TRUE@am__append_9950 = jpeg.module -@COND_sparc64_ieee1275_TRUE@am__append_9951 = jpeg.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_9952 = -@COND_sparc64_ieee1275_TRUE@am__append_9953 = $(nodist_jpeg_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_9954 = \ +@COND_mips_yeeloong_TRUE@am__append_10025 = jpeg.mod +@COND_mips_yeeloong_TRUE@am__append_10026 = jpeg.marker +@COND_sparc64_ieee1275_TRUE@am__append_10027 = jpeg.module +@COND_sparc64_ieee1275_TRUE@am__append_10028 = jpeg.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10029 = +@COND_sparc64_ieee1275_TRUE@am__append_10030 = $(nodist_jpeg_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10031 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_jpeg_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ jpeg.marker -@COND_sparc64_ieee1275_TRUE@am__append_9955 = jpeg.mod -@COND_sparc64_ieee1275_TRUE@am__append_9956 = jpeg.marker -@COND_powerpc_ieee1275_TRUE@am__append_9957 = jpeg.module -@COND_powerpc_ieee1275_TRUE@am__append_9958 = jpeg.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_9959 = -@COND_powerpc_ieee1275_TRUE@am__append_9960 = $(nodist_jpeg_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_9961 = \ +@COND_sparc64_ieee1275_TRUE@am__append_10032 = jpeg.mod +@COND_sparc64_ieee1275_TRUE@am__append_10033 = jpeg.marker +@COND_powerpc_ieee1275_TRUE@am__append_10034 = jpeg.module +@COND_powerpc_ieee1275_TRUE@am__append_10035 = jpeg.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10036 = +@COND_powerpc_ieee1275_TRUE@am__append_10037 = $(nodist_jpeg_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10038 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_jpeg_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ jpeg.marker -@COND_powerpc_ieee1275_TRUE@am__append_9962 = jpeg.mod -@COND_powerpc_ieee1275_TRUE@am__append_9963 = jpeg.marker -@COND_emu_TRUE@am__append_9964 = png.module -@COND_emu_TRUE@am__append_9965 = png.module$(EXEEXT) -@COND_emu_TRUE@am__append_9966 = -@COND_emu_TRUE@am__append_9967 = $(nodist_png_module_SOURCES) -@COND_emu_TRUE@am__append_9968 = $(nodist_png_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10039 = jpeg.mod +@COND_powerpc_ieee1275_TRUE@am__append_10040 = jpeg.marker +@COND_emu_TRUE@am__append_10041 = png.module +@COND_emu_TRUE@am__append_10042 = png.module$(EXEEXT) +@COND_emu_TRUE@am__append_10043 = +@COND_emu_TRUE@am__append_10044 = $(nodist_png_module_SOURCES) +@COND_emu_TRUE@am__append_10045 = $(nodist_png_module_SOURCES) \ @COND_emu_TRUE@ png.marker -@COND_emu_TRUE@am__append_9969 = png.mod -@COND_emu_TRUE@am__append_9970 = png.marker -@COND_i386_pc_TRUE@am__append_9971 = png.module -@COND_i386_pc_TRUE@am__append_9972 = png.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_9973 = -@COND_i386_pc_TRUE@am__append_9974 = $(nodist_png_module_SOURCES) -@COND_i386_pc_TRUE@am__append_9975 = $(nodist_png_module_SOURCES) \ +@COND_emu_TRUE@am__append_10046 = png.mod +@COND_emu_TRUE@am__append_10047 = png.marker +@COND_i386_pc_TRUE@am__append_10048 = png.module +@COND_i386_pc_TRUE@am__append_10049 = png.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10050 = +@COND_i386_pc_TRUE@am__append_10051 = $(nodist_png_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10052 = $(nodist_png_module_SOURCES) \ @COND_i386_pc_TRUE@ png.marker -@COND_i386_pc_TRUE@am__append_9976 = png.mod -@COND_i386_pc_TRUE@am__append_9977 = png.marker -@COND_i386_efi_TRUE@am__append_9978 = png.module -@COND_i386_efi_TRUE@am__append_9979 = png.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_9980 = -@COND_i386_efi_TRUE@am__append_9981 = $(nodist_png_module_SOURCES) -@COND_i386_efi_TRUE@am__append_9982 = $(nodist_png_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_10053 = png.mod +@COND_i386_pc_TRUE@am__append_10054 = png.marker +@COND_i386_efi_TRUE@am__append_10055 = png.module +@COND_i386_efi_TRUE@am__append_10056 = png.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10057 = +@COND_i386_efi_TRUE@am__append_10058 = $(nodist_png_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10059 = $(nodist_png_module_SOURCES) \ @COND_i386_efi_TRUE@ png.marker -@COND_i386_efi_TRUE@am__append_9983 = png.mod -@COND_i386_efi_TRUE@am__append_9984 = png.marker -@COND_i386_qemu_TRUE@am__append_9985 = png.module -@COND_i386_qemu_TRUE@am__append_9986 = png.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_9987 = -@COND_i386_qemu_TRUE@am__append_9988 = $(nodist_png_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_9989 = $(nodist_png_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_10060 = png.mod +@COND_i386_efi_TRUE@am__append_10061 = png.marker +@COND_i386_qemu_TRUE@am__append_10062 = png.module +@COND_i386_qemu_TRUE@am__append_10063 = png.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10064 = +@COND_i386_qemu_TRUE@am__append_10065 = $(nodist_png_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10066 = $(nodist_png_module_SOURCES) \ @COND_i386_qemu_TRUE@ png.marker -@COND_i386_qemu_TRUE@am__append_9990 = png.mod -@COND_i386_qemu_TRUE@am__append_9991 = png.marker -@COND_i386_coreboot_TRUE@am__append_9992 = png.module -@COND_i386_coreboot_TRUE@am__append_9993 = png.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_9994 = -@COND_i386_coreboot_TRUE@am__append_9995 = $(nodist_png_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_9996 = \ +@COND_i386_qemu_TRUE@am__append_10067 = png.mod +@COND_i386_qemu_TRUE@am__append_10068 = png.marker +@COND_i386_coreboot_TRUE@am__append_10069 = png.module +@COND_i386_coreboot_TRUE@am__append_10070 = png.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10071 = +@COND_i386_coreboot_TRUE@am__append_10072 = $(nodist_png_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10073 = \ @COND_i386_coreboot_TRUE@ $(nodist_png_module_SOURCES) \ @COND_i386_coreboot_TRUE@ png.marker -@COND_i386_coreboot_TRUE@am__append_9997 = png.mod -@COND_i386_coreboot_TRUE@am__append_9998 = png.marker -@COND_i386_multiboot_TRUE@am__append_9999 = png.module -@COND_i386_multiboot_TRUE@am__append_10000 = png.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10001 = -@COND_i386_multiboot_TRUE@am__append_10002 = $(nodist_png_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10003 = \ +@COND_i386_coreboot_TRUE@am__append_10074 = png.mod +@COND_i386_coreboot_TRUE@am__append_10075 = png.marker +@COND_i386_multiboot_TRUE@am__append_10076 = png.module +@COND_i386_multiboot_TRUE@am__append_10077 = png.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10078 = +@COND_i386_multiboot_TRUE@am__append_10079 = $(nodist_png_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10080 = \ @COND_i386_multiboot_TRUE@ $(nodist_png_module_SOURCES) \ @COND_i386_multiboot_TRUE@ png.marker -@COND_i386_multiboot_TRUE@am__append_10004 = png.mod -@COND_i386_multiboot_TRUE@am__append_10005 = png.marker -@COND_i386_ieee1275_TRUE@am__append_10006 = png.module -@COND_i386_ieee1275_TRUE@am__append_10007 = png.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10008 = -@COND_i386_ieee1275_TRUE@am__append_10009 = $(nodist_png_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10010 = \ +@COND_i386_multiboot_TRUE@am__append_10081 = png.mod +@COND_i386_multiboot_TRUE@am__append_10082 = png.marker +@COND_i386_ieee1275_TRUE@am__append_10083 = png.module +@COND_i386_ieee1275_TRUE@am__append_10084 = png.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10085 = +@COND_i386_ieee1275_TRUE@am__append_10086 = $(nodist_png_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10087 = \ @COND_i386_ieee1275_TRUE@ $(nodist_png_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ png.marker -@COND_i386_ieee1275_TRUE@am__append_10011 = png.mod -@COND_i386_ieee1275_TRUE@am__append_10012 = png.marker -@COND_x86_64_efi_TRUE@am__append_10013 = png.module -@COND_x86_64_efi_TRUE@am__append_10014 = png.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10015 = -@COND_x86_64_efi_TRUE@am__append_10016 = $(nodist_png_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10017 = $(nodist_png_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_10088 = png.mod +@COND_i386_ieee1275_TRUE@am__append_10089 = png.marker +@COND_x86_64_efi_TRUE@am__append_10090 = png.module +@COND_x86_64_efi_TRUE@am__append_10091 = png.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10092 = +@COND_x86_64_efi_TRUE@am__append_10093 = $(nodist_png_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10094 = $(nodist_png_module_SOURCES) \ @COND_x86_64_efi_TRUE@ png.marker -@COND_x86_64_efi_TRUE@am__append_10018 = png.mod -@COND_x86_64_efi_TRUE@am__append_10019 = png.marker -@COND_mips_yeeloong_TRUE@am__append_10020 = png.module -@COND_mips_yeeloong_TRUE@am__append_10021 = png.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_10022 = -@COND_mips_yeeloong_TRUE@am__append_10023 = $(nodist_png_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10024 = \ +@COND_x86_64_efi_TRUE@am__append_10095 = png.mod +@COND_x86_64_efi_TRUE@am__append_10096 = png.marker +@COND_mips_yeeloong_TRUE@am__append_10097 = png.module +@COND_mips_yeeloong_TRUE@am__append_10098 = png.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10099 = +@COND_mips_yeeloong_TRUE@am__append_10100 = $(nodist_png_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10101 = \ @COND_mips_yeeloong_TRUE@ $(nodist_png_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ png.marker -@COND_mips_yeeloong_TRUE@am__append_10025 = png.mod -@COND_mips_yeeloong_TRUE@am__append_10026 = png.marker -@COND_sparc64_ieee1275_TRUE@am__append_10027 = png.module -@COND_sparc64_ieee1275_TRUE@am__append_10028 = png.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10029 = -@COND_sparc64_ieee1275_TRUE@am__append_10030 = $(nodist_png_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10031 = \ +@COND_mips_yeeloong_TRUE@am__append_10102 = png.mod +@COND_mips_yeeloong_TRUE@am__append_10103 = png.marker +@COND_sparc64_ieee1275_TRUE@am__append_10104 = png.module +@COND_sparc64_ieee1275_TRUE@am__append_10105 = png.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10106 = +@COND_sparc64_ieee1275_TRUE@am__append_10107 = $(nodist_png_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10108 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_png_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ png.marker -@COND_sparc64_ieee1275_TRUE@am__append_10032 = png.mod -@COND_sparc64_ieee1275_TRUE@am__append_10033 = png.marker -@COND_powerpc_ieee1275_TRUE@am__append_10034 = png.module -@COND_powerpc_ieee1275_TRUE@am__append_10035 = png.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10036 = -@COND_powerpc_ieee1275_TRUE@am__append_10037 = $(nodist_png_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10038 = \ +@COND_sparc64_ieee1275_TRUE@am__append_10109 = png.mod +@COND_sparc64_ieee1275_TRUE@am__append_10110 = png.marker +@COND_powerpc_ieee1275_TRUE@am__append_10111 = png.module +@COND_powerpc_ieee1275_TRUE@am__append_10112 = png.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10113 = +@COND_powerpc_ieee1275_TRUE@am__append_10114 = $(nodist_png_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10115 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_png_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ png.marker -@COND_powerpc_ieee1275_TRUE@am__append_10039 = png.mod -@COND_powerpc_ieee1275_TRUE@am__append_10040 = png.marker -@COND_emu_TRUE@am__append_10041 = tga.module -@COND_emu_TRUE@am__append_10042 = tga.module$(EXEEXT) -@COND_emu_TRUE@am__append_10043 = -@COND_emu_TRUE@am__append_10044 = $(nodist_tga_module_SOURCES) -@COND_emu_TRUE@am__append_10045 = $(nodist_tga_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10116 = png.mod +@COND_powerpc_ieee1275_TRUE@am__append_10117 = png.marker +@COND_emu_TRUE@am__append_10118 = tga.module +@COND_emu_TRUE@am__append_10119 = tga.module$(EXEEXT) +@COND_emu_TRUE@am__append_10120 = +@COND_emu_TRUE@am__append_10121 = $(nodist_tga_module_SOURCES) +@COND_emu_TRUE@am__append_10122 = $(nodist_tga_module_SOURCES) \ @COND_emu_TRUE@ tga.marker -@COND_emu_TRUE@am__append_10046 = tga.mod -@COND_emu_TRUE@am__append_10047 = tga.marker -@COND_i386_pc_TRUE@am__append_10048 = tga.module -@COND_i386_pc_TRUE@am__append_10049 = tga.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10050 = -@COND_i386_pc_TRUE@am__append_10051 = $(nodist_tga_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10052 = $(nodist_tga_module_SOURCES) \ +@COND_emu_TRUE@am__append_10123 = tga.mod +@COND_emu_TRUE@am__append_10124 = tga.marker +@COND_i386_pc_TRUE@am__append_10125 = tga.module +@COND_i386_pc_TRUE@am__append_10126 = tga.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10127 = +@COND_i386_pc_TRUE@am__append_10128 = $(nodist_tga_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10129 = $(nodist_tga_module_SOURCES) \ @COND_i386_pc_TRUE@ tga.marker -@COND_i386_pc_TRUE@am__append_10053 = tga.mod -@COND_i386_pc_TRUE@am__append_10054 = tga.marker -@COND_i386_efi_TRUE@am__append_10055 = tga.module -@COND_i386_efi_TRUE@am__append_10056 = tga.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10057 = -@COND_i386_efi_TRUE@am__append_10058 = $(nodist_tga_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10059 = $(nodist_tga_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_10130 = tga.mod +@COND_i386_pc_TRUE@am__append_10131 = tga.marker +@COND_i386_efi_TRUE@am__append_10132 = tga.module +@COND_i386_efi_TRUE@am__append_10133 = tga.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10134 = +@COND_i386_efi_TRUE@am__append_10135 = $(nodist_tga_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10136 = $(nodist_tga_module_SOURCES) \ @COND_i386_efi_TRUE@ tga.marker -@COND_i386_efi_TRUE@am__append_10060 = tga.mod -@COND_i386_efi_TRUE@am__append_10061 = tga.marker -@COND_i386_qemu_TRUE@am__append_10062 = tga.module -@COND_i386_qemu_TRUE@am__append_10063 = tga.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10064 = -@COND_i386_qemu_TRUE@am__append_10065 = $(nodist_tga_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10066 = $(nodist_tga_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_10137 = tga.mod +@COND_i386_efi_TRUE@am__append_10138 = tga.marker +@COND_i386_qemu_TRUE@am__append_10139 = tga.module +@COND_i386_qemu_TRUE@am__append_10140 = tga.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10141 = +@COND_i386_qemu_TRUE@am__append_10142 = $(nodist_tga_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10143 = $(nodist_tga_module_SOURCES) \ @COND_i386_qemu_TRUE@ tga.marker -@COND_i386_qemu_TRUE@am__append_10067 = tga.mod -@COND_i386_qemu_TRUE@am__append_10068 = tga.marker -@COND_i386_coreboot_TRUE@am__append_10069 = tga.module -@COND_i386_coreboot_TRUE@am__append_10070 = tga.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10071 = -@COND_i386_coreboot_TRUE@am__append_10072 = $(nodist_tga_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10073 = \ +@COND_i386_qemu_TRUE@am__append_10144 = tga.mod +@COND_i386_qemu_TRUE@am__append_10145 = tga.marker +@COND_i386_coreboot_TRUE@am__append_10146 = tga.module +@COND_i386_coreboot_TRUE@am__append_10147 = tga.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10148 = +@COND_i386_coreboot_TRUE@am__append_10149 = $(nodist_tga_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10150 = \ @COND_i386_coreboot_TRUE@ $(nodist_tga_module_SOURCES) \ @COND_i386_coreboot_TRUE@ tga.marker -@COND_i386_coreboot_TRUE@am__append_10074 = tga.mod -@COND_i386_coreboot_TRUE@am__append_10075 = tga.marker -@COND_i386_multiboot_TRUE@am__append_10076 = tga.module -@COND_i386_multiboot_TRUE@am__append_10077 = tga.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10078 = -@COND_i386_multiboot_TRUE@am__append_10079 = $(nodist_tga_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10080 = \ +@COND_i386_coreboot_TRUE@am__append_10151 = tga.mod +@COND_i386_coreboot_TRUE@am__append_10152 = tga.marker +@COND_i386_multiboot_TRUE@am__append_10153 = tga.module +@COND_i386_multiboot_TRUE@am__append_10154 = tga.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10155 = +@COND_i386_multiboot_TRUE@am__append_10156 = $(nodist_tga_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10157 = \ @COND_i386_multiboot_TRUE@ $(nodist_tga_module_SOURCES) \ @COND_i386_multiboot_TRUE@ tga.marker -@COND_i386_multiboot_TRUE@am__append_10081 = tga.mod -@COND_i386_multiboot_TRUE@am__append_10082 = tga.marker -@COND_i386_ieee1275_TRUE@am__append_10083 = tga.module -@COND_i386_ieee1275_TRUE@am__append_10084 = tga.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10085 = -@COND_i386_ieee1275_TRUE@am__append_10086 = $(nodist_tga_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10087 = \ +@COND_i386_multiboot_TRUE@am__append_10158 = tga.mod +@COND_i386_multiboot_TRUE@am__append_10159 = tga.marker +@COND_i386_ieee1275_TRUE@am__append_10160 = tga.module +@COND_i386_ieee1275_TRUE@am__append_10161 = tga.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10162 = +@COND_i386_ieee1275_TRUE@am__append_10163 = $(nodist_tga_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10164 = \ @COND_i386_ieee1275_TRUE@ $(nodist_tga_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ tga.marker -@COND_i386_ieee1275_TRUE@am__append_10088 = tga.mod -@COND_i386_ieee1275_TRUE@am__append_10089 = tga.marker -@COND_x86_64_efi_TRUE@am__append_10090 = tga.module -@COND_x86_64_efi_TRUE@am__append_10091 = tga.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10092 = -@COND_x86_64_efi_TRUE@am__append_10093 = $(nodist_tga_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10094 = $(nodist_tga_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@am__append_10165 = tga.mod +@COND_i386_ieee1275_TRUE@am__append_10166 = tga.marker +@COND_x86_64_efi_TRUE@am__append_10167 = tga.module +@COND_x86_64_efi_TRUE@am__append_10168 = tga.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10169 = +@COND_x86_64_efi_TRUE@am__append_10170 = $(nodist_tga_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10171 = $(nodist_tga_module_SOURCES) \ @COND_x86_64_efi_TRUE@ tga.marker -@COND_x86_64_efi_TRUE@am__append_10095 = tga.mod -@COND_x86_64_efi_TRUE@am__append_10096 = tga.marker -@COND_mips_yeeloong_TRUE@am__append_10097 = tga.module -@COND_mips_yeeloong_TRUE@am__append_10098 = tga.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_10099 = -@COND_mips_yeeloong_TRUE@am__append_10100 = $(nodist_tga_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10101 = \ +@COND_x86_64_efi_TRUE@am__append_10172 = tga.mod +@COND_x86_64_efi_TRUE@am__append_10173 = tga.marker +@COND_mips_yeeloong_TRUE@am__append_10174 = tga.module +@COND_mips_yeeloong_TRUE@am__append_10175 = tga.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10176 = +@COND_mips_yeeloong_TRUE@am__append_10177 = $(nodist_tga_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10178 = \ @COND_mips_yeeloong_TRUE@ $(nodist_tga_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ tga.marker -@COND_mips_yeeloong_TRUE@am__append_10102 = tga.mod -@COND_mips_yeeloong_TRUE@am__append_10103 = tga.marker -@COND_sparc64_ieee1275_TRUE@am__append_10104 = tga.module -@COND_sparc64_ieee1275_TRUE@am__append_10105 = tga.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10106 = -@COND_sparc64_ieee1275_TRUE@am__append_10107 = $(nodist_tga_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10108 = \ +@COND_mips_yeeloong_TRUE@am__append_10179 = tga.mod +@COND_mips_yeeloong_TRUE@am__append_10180 = tga.marker +@COND_sparc64_ieee1275_TRUE@am__append_10181 = tga.module +@COND_sparc64_ieee1275_TRUE@am__append_10182 = tga.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10183 = +@COND_sparc64_ieee1275_TRUE@am__append_10184 = $(nodist_tga_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10185 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_tga_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ tga.marker -@COND_sparc64_ieee1275_TRUE@am__append_10109 = tga.mod -@COND_sparc64_ieee1275_TRUE@am__append_10110 = tga.marker -@COND_powerpc_ieee1275_TRUE@am__append_10111 = tga.module -@COND_powerpc_ieee1275_TRUE@am__append_10112 = tga.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10113 = -@COND_powerpc_ieee1275_TRUE@am__append_10114 = $(nodist_tga_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10115 = \ +@COND_sparc64_ieee1275_TRUE@am__append_10186 = tga.mod +@COND_sparc64_ieee1275_TRUE@am__append_10187 = tga.marker +@COND_powerpc_ieee1275_TRUE@am__append_10188 = tga.module +@COND_powerpc_ieee1275_TRUE@am__append_10189 = tga.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10190 = +@COND_powerpc_ieee1275_TRUE@am__append_10191 = $(nodist_tga_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10192 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_tga_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ tga.marker -@COND_powerpc_ieee1275_TRUE@am__append_10116 = tga.mod -@COND_powerpc_ieee1275_TRUE@am__append_10117 = tga.marker -@COND_i386_pc_TRUE@am__append_10118 = vbe.module -@COND_i386_pc_TRUE@am__append_10119 = vbe.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10120 = -@COND_i386_pc_TRUE@am__append_10121 = $(nodist_vbe_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10122 = $(nodist_vbe_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10193 = tga.mod +@COND_powerpc_ieee1275_TRUE@am__append_10194 = tga.marker +@COND_i386_pc_TRUE@am__append_10195 = vbe.module +@COND_i386_pc_TRUE@am__append_10196 = vbe.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10197 = +@COND_i386_pc_TRUE@am__append_10198 = $(nodist_vbe_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10199 = $(nodist_vbe_module_SOURCES) \ @COND_i386_pc_TRUE@ vbe.marker -@COND_i386_pc_TRUE@am__append_10123 = vbe.mod -@COND_i386_pc_TRUE@am__append_10124 = vbe.marker -@COND_emu_TRUE@am__append_10125 = video_fb.module -@COND_emu_TRUE@am__append_10126 = video_fb.module$(EXEEXT) -@COND_emu_TRUE@am__append_10127 = -@COND_emu_TRUE@am__append_10128 = $(nodist_video_fb_module_SOURCES) -@COND_emu_TRUE@am__append_10129 = $(nodist_video_fb_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_10200 = vbe.mod +@COND_i386_pc_TRUE@am__append_10201 = vbe.marker +@COND_emu_TRUE@am__append_10202 = video_fb.module +@COND_emu_TRUE@am__append_10203 = video_fb.module$(EXEEXT) +@COND_emu_TRUE@am__append_10204 = +@COND_emu_TRUE@am__append_10205 = $(nodist_video_fb_module_SOURCES) +@COND_emu_TRUE@am__append_10206 = $(nodist_video_fb_module_SOURCES) \ @COND_emu_TRUE@ video_fb.marker -@COND_emu_TRUE@am__append_10130 = video_fb.mod -@COND_emu_TRUE@am__append_10131 = video_fb.marker -@COND_i386_pc_TRUE@am__append_10132 = video_fb.module -@COND_i386_pc_TRUE@am__append_10133 = video_fb.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10134 = -@COND_i386_pc_TRUE@am__append_10135 = $(nodist_video_fb_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10136 = \ +@COND_emu_TRUE@am__append_10207 = video_fb.mod +@COND_emu_TRUE@am__append_10208 = video_fb.marker +@COND_i386_pc_TRUE@am__append_10209 = video_fb.module +@COND_i386_pc_TRUE@am__append_10210 = video_fb.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10211 = +@COND_i386_pc_TRUE@am__append_10212 = $(nodist_video_fb_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10213 = \ @COND_i386_pc_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_i386_pc_TRUE@ video_fb.marker -@COND_i386_pc_TRUE@am__append_10137 = video_fb.mod -@COND_i386_pc_TRUE@am__append_10138 = video_fb.marker -@COND_i386_efi_TRUE@am__append_10139 = video_fb.module -@COND_i386_efi_TRUE@am__append_10140 = video_fb.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10141 = -@COND_i386_efi_TRUE@am__append_10142 = $(nodist_video_fb_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10143 = \ +@COND_i386_pc_TRUE@am__append_10214 = video_fb.mod +@COND_i386_pc_TRUE@am__append_10215 = video_fb.marker +@COND_i386_efi_TRUE@am__append_10216 = video_fb.module +@COND_i386_efi_TRUE@am__append_10217 = video_fb.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10218 = +@COND_i386_efi_TRUE@am__append_10219 = $(nodist_video_fb_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10220 = \ @COND_i386_efi_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_i386_efi_TRUE@ video_fb.marker -@COND_i386_efi_TRUE@am__append_10144 = video_fb.mod -@COND_i386_efi_TRUE@am__append_10145 = video_fb.marker -@COND_i386_qemu_TRUE@am__append_10146 = video_fb.module -@COND_i386_qemu_TRUE@am__append_10147 = video_fb.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10148 = -@COND_i386_qemu_TRUE@am__append_10149 = $(nodist_video_fb_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10150 = \ +@COND_i386_efi_TRUE@am__append_10221 = video_fb.mod +@COND_i386_efi_TRUE@am__append_10222 = video_fb.marker +@COND_i386_qemu_TRUE@am__append_10223 = video_fb.module +@COND_i386_qemu_TRUE@am__append_10224 = video_fb.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10225 = +@COND_i386_qemu_TRUE@am__append_10226 = $(nodist_video_fb_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10227 = \ @COND_i386_qemu_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_i386_qemu_TRUE@ video_fb.marker -@COND_i386_qemu_TRUE@am__append_10151 = video_fb.mod -@COND_i386_qemu_TRUE@am__append_10152 = video_fb.marker -@COND_i386_coreboot_TRUE@am__append_10153 = video_fb.module -@COND_i386_coreboot_TRUE@am__append_10154 = video_fb.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10155 = -@COND_i386_coreboot_TRUE@am__append_10156 = $(nodist_video_fb_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10157 = \ +@COND_i386_qemu_TRUE@am__append_10228 = video_fb.mod +@COND_i386_qemu_TRUE@am__append_10229 = video_fb.marker +@COND_i386_coreboot_TRUE@am__append_10230 = video_fb.module +@COND_i386_coreboot_TRUE@am__append_10231 = video_fb.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10232 = +@COND_i386_coreboot_TRUE@am__append_10233 = $(nodist_video_fb_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10234 = \ @COND_i386_coreboot_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_i386_coreboot_TRUE@ video_fb.marker -@COND_i386_coreboot_TRUE@am__append_10158 = video_fb.mod -@COND_i386_coreboot_TRUE@am__append_10159 = video_fb.marker -@COND_i386_multiboot_TRUE@am__append_10160 = video_fb.module -@COND_i386_multiboot_TRUE@am__append_10161 = video_fb.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10162 = -@COND_i386_multiboot_TRUE@am__append_10163 = $(nodist_video_fb_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10164 = \ +@COND_i386_coreboot_TRUE@am__append_10235 = video_fb.mod +@COND_i386_coreboot_TRUE@am__append_10236 = video_fb.marker +@COND_i386_multiboot_TRUE@am__append_10237 = video_fb.module +@COND_i386_multiboot_TRUE@am__append_10238 = video_fb.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10239 = +@COND_i386_multiboot_TRUE@am__append_10240 = $(nodist_video_fb_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10241 = \ @COND_i386_multiboot_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_i386_multiboot_TRUE@ video_fb.marker -@COND_i386_multiboot_TRUE@am__append_10165 = video_fb.mod -@COND_i386_multiboot_TRUE@am__append_10166 = video_fb.marker -@COND_i386_ieee1275_TRUE@am__append_10167 = video_fb.module -@COND_i386_ieee1275_TRUE@am__append_10168 = video_fb.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10169 = -@COND_i386_ieee1275_TRUE@am__append_10170 = $(nodist_video_fb_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10171 = \ +@COND_i386_multiboot_TRUE@am__append_10242 = video_fb.mod +@COND_i386_multiboot_TRUE@am__append_10243 = video_fb.marker +@COND_i386_ieee1275_TRUE@am__append_10244 = video_fb.module +@COND_i386_ieee1275_TRUE@am__append_10245 = video_fb.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10246 = +@COND_i386_ieee1275_TRUE@am__append_10247 = $(nodist_video_fb_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10248 = \ @COND_i386_ieee1275_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ video_fb.marker -@COND_i386_ieee1275_TRUE@am__append_10172 = video_fb.mod -@COND_i386_ieee1275_TRUE@am__append_10173 = video_fb.marker -@COND_x86_64_efi_TRUE@am__append_10174 = video_fb.module -@COND_x86_64_efi_TRUE@am__append_10175 = video_fb.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10176 = -@COND_x86_64_efi_TRUE@am__append_10177 = $(nodist_video_fb_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10178 = \ +@COND_i386_ieee1275_TRUE@am__append_10249 = video_fb.mod +@COND_i386_ieee1275_TRUE@am__append_10250 = video_fb.marker +@COND_x86_64_efi_TRUE@am__append_10251 = video_fb.module +@COND_x86_64_efi_TRUE@am__append_10252 = video_fb.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10253 = +@COND_x86_64_efi_TRUE@am__append_10254 = $(nodist_video_fb_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10255 = \ @COND_x86_64_efi_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_x86_64_efi_TRUE@ video_fb.marker -@COND_x86_64_efi_TRUE@am__append_10179 = video_fb.mod -@COND_x86_64_efi_TRUE@am__append_10180 = video_fb.marker -@COND_sparc64_ieee1275_TRUE@am__append_10181 = video_fb.module -@COND_sparc64_ieee1275_TRUE@am__append_10182 = video_fb.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10183 = -@COND_sparc64_ieee1275_TRUE@am__append_10184 = $(nodist_video_fb_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10185 = \ +@COND_x86_64_efi_TRUE@am__append_10256 = video_fb.mod +@COND_x86_64_efi_TRUE@am__append_10257 = video_fb.marker +@COND_sparc64_ieee1275_TRUE@am__append_10258 = video_fb.module +@COND_sparc64_ieee1275_TRUE@am__append_10259 = video_fb.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10260 = +@COND_sparc64_ieee1275_TRUE@am__append_10261 = $(nodist_video_fb_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10262 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ video_fb.marker -@COND_sparc64_ieee1275_TRUE@am__append_10186 = video_fb.mod -@COND_sparc64_ieee1275_TRUE@am__append_10187 = video_fb.marker -@COND_powerpc_ieee1275_TRUE@am__append_10188 = video_fb.module -@COND_powerpc_ieee1275_TRUE@am__append_10189 = video_fb.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10190 = -@COND_powerpc_ieee1275_TRUE@am__append_10191 = $(nodist_video_fb_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10192 = \ +@COND_sparc64_ieee1275_TRUE@am__append_10263 = video_fb.mod +@COND_sparc64_ieee1275_TRUE@am__append_10264 = video_fb.marker +@COND_powerpc_ieee1275_TRUE@am__append_10265 = video_fb.module +@COND_powerpc_ieee1275_TRUE@am__append_10266 = video_fb.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10267 = +@COND_powerpc_ieee1275_TRUE@am__append_10268 = $(nodist_video_fb_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10269 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_video_fb_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ video_fb.marker -@COND_powerpc_ieee1275_TRUE@am__append_10193 = video_fb.mod -@COND_powerpc_ieee1275_TRUE@am__append_10194 = video_fb.marker -@COND_emu_TRUE@am__append_10195 = video.module -@COND_emu_TRUE@am__append_10196 = video.module$(EXEEXT) -@COND_emu_TRUE@am__append_10197 = -@COND_emu_TRUE@am__append_10198 = $(nodist_video_module_SOURCES) -@COND_emu_TRUE@am__append_10199 = $(nodist_video_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10270 = video_fb.mod +@COND_powerpc_ieee1275_TRUE@am__append_10271 = video_fb.marker +@COND_emu_TRUE@am__append_10272 = video.module +@COND_emu_TRUE@am__append_10273 = video.module$(EXEEXT) +@COND_emu_TRUE@am__append_10274 = +@COND_emu_TRUE@am__append_10275 = $(nodist_video_module_SOURCES) +@COND_emu_TRUE@am__append_10276 = $(nodist_video_module_SOURCES) \ @COND_emu_TRUE@ video.marker -@COND_emu_TRUE@am__append_10200 = video.mod -@COND_emu_TRUE@am__append_10201 = video.marker -@COND_i386_pc_TRUE@am__append_10202 = video.module -@COND_i386_pc_TRUE@am__append_10203 = video.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10204 = -@COND_i386_pc_TRUE@am__append_10205 = $(nodist_video_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10206 = $(nodist_video_module_SOURCES) \ +@COND_emu_TRUE@am__append_10277 = video.mod +@COND_emu_TRUE@am__append_10278 = video.marker +@COND_i386_pc_TRUE@am__append_10279 = video.module +@COND_i386_pc_TRUE@am__append_10280 = video.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10281 = +@COND_i386_pc_TRUE@am__append_10282 = $(nodist_video_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10283 = $(nodist_video_module_SOURCES) \ @COND_i386_pc_TRUE@ video.marker -@COND_i386_pc_TRUE@am__append_10207 = video.mod -@COND_i386_pc_TRUE@am__append_10208 = video.marker -@COND_i386_efi_TRUE@am__append_10209 = video.module -@COND_i386_efi_TRUE@am__append_10210 = video.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10211 = -@COND_i386_efi_TRUE@am__append_10212 = $(nodist_video_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10213 = $(nodist_video_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_10284 = video.mod +@COND_i386_pc_TRUE@am__append_10285 = video.marker +@COND_i386_efi_TRUE@am__append_10286 = video.module +@COND_i386_efi_TRUE@am__append_10287 = video.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10288 = +@COND_i386_efi_TRUE@am__append_10289 = $(nodist_video_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10290 = $(nodist_video_module_SOURCES) \ @COND_i386_efi_TRUE@ video.marker -@COND_i386_efi_TRUE@am__append_10214 = video.mod -@COND_i386_efi_TRUE@am__append_10215 = video.marker -@COND_i386_qemu_TRUE@am__append_10216 = video.module -@COND_i386_qemu_TRUE@am__append_10217 = video.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10218 = -@COND_i386_qemu_TRUE@am__append_10219 = $(nodist_video_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10220 = \ +@COND_i386_efi_TRUE@am__append_10291 = video.mod +@COND_i386_efi_TRUE@am__append_10292 = video.marker +@COND_i386_qemu_TRUE@am__append_10293 = video.module +@COND_i386_qemu_TRUE@am__append_10294 = video.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10295 = +@COND_i386_qemu_TRUE@am__append_10296 = $(nodist_video_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10297 = \ @COND_i386_qemu_TRUE@ $(nodist_video_module_SOURCES) \ @COND_i386_qemu_TRUE@ video.marker -@COND_i386_qemu_TRUE@am__append_10221 = video.mod -@COND_i386_qemu_TRUE@am__append_10222 = video.marker -@COND_i386_coreboot_TRUE@am__append_10223 = video.module -@COND_i386_coreboot_TRUE@am__append_10224 = video.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10225 = -@COND_i386_coreboot_TRUE@am__append_10226 = $(nodist_video_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10227 = \ +@COND_i386_qemu_TRUE@am__append_10298 = video.mod +@COND_i386_qemu_TRUE@am__append_10299 = video.marker +@COND_i386_coreboot_TRUE@am__append_10300 = video.module +@COND_i386_coreboot_TRUE@am__append_10301 = video.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10302 = +@COND_i386_coreboot_TRUE@am__append_10303 = $(nodist_video_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10304 = \ @COND_i386_coreboot_TRUE@ $(nodist_video_module_SOURCES) \ @COND_i386_coreboot_TRUE@ video.marker -@COND_i386_coreboot_TRUE@am__append_10228 = video.mod -@COND_i386_coreboot_TRUE@am__append_10229 = video.marker -@COND_i386_multiboot_TRUE@am__append_10230 = video.module -@COND_i386_multiboot_TRUE@am__append_10231 = video.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10232 = -@COND_i386_multiboot_TRUE@am__append_10233 = $(nodist_video_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10234 = \ +@COND_i386_coreboot_TRUE@am__append_10305 = video.mod +@COND_i386_coreboot_TRUE@am__append_10306 = video.marker +@COND_i386_multiboot_TRUE@am__append_10307 = video.module +@COND_i386_multiboot_TRUE@am__append_10308 = video.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10309 = +@COND_i386_multiboot_TRUE@am__append_10310 = $(nodist_video_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10311 = \ @COND_i386_multiboot_TRUE@ $(nodist_video_module_SOURCES) \ @COND_i386_multiboot_TRUE@ video.marker -@COND_i386_multiboot_TRUE@am__append_10235 = video.mod -@COND_i386_multiboot_TRUE@am__append_10236 = video.marker -@COND_i386_ieee1275_TRUE@am__append_10237 = video.module -@COND_i386_ieee1275_TRUE@am__append_10238 = video.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10239 = -@COND_i386_ieee1275_TRUE@am__append_10240 = $(nodist_video_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10241 = \ +@COND_i386_multiboot_TRUE@am__append_10312 = video.mod +@COND_i386_multiboot_TRUE@am__append_10313 = video.marker +@COND_i386_ieee1275_TRUE@am__append_10314 = video.module +@COND_i386_ieee1275_TRUE@am__append_10315 = video.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10316 = +@COND_i386_ieee1275_TRUE@am__append_10317 = $(nodist_video_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10318 = \ @COND_i386_ieee1275_TRUE@ $(nodist_video_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ video.marker -@COND_i386_ieee1275_TRUE@am__append_10242 = video.mod -@COND_i386_ieee1275_TRUE@am__append_10243 = video.marker -@COND_x86_64_efi_TRUE@am__append_10244 = video.module -@COND_x86_64_efi_TRUE@am__append_10245 = video.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10246 = -@COND_x86_64_efi_TRUE@am__append_10247 = $(nodist_video_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10248 = \ +@COND_i386_ieee1275_TRUE@am__append_10319 = video.mod +@COND_i386_ieee1275_TRUE@am__append_10320 = video.marker +@COND_x86_64_efi_TRUE@am__append_10321 = video.module +@COND_x86_64_efi_TRUE@am__append_10322 = video.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10323 = +@COND_x86_64_efi_TRUE@am__append_10324 = $(nodist_video_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10325 = \ @COND_x86_64_efi_TRUE@ $(nodist_video_module_SOURCES) \ @COND_x86_64_efi_TRUE@ video.marker -@COND_x86_64_efi_TRUE@am__append_10249 = video.mod -@COND_x86_64_efi_TRUE@am__append_10250 = video.marker -@COND_sparc64_ieee1275_TRUE@am__append_10251 = video.module -@COND_sparc64_ieee1275_TRUE@am__append_10252 = video.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10253 = -@COND_sparc64_ieee1275_TRUE@am__append_10254 = $(nodist_video_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10255 = \ +@COND_x86_64_efi_TRUE@am__append_10326 = video.mod +@COND_x86_64_efi_TRUE@am__append_10327 = video.marker +@COND_sparc64_ieee1275_TRUE@am__append_10328 = video.module +@COND_sparc64_ieee1275_TRUE@am__append_10329 = video.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10330 = +@COND_sparc64_ieee1275_TRUE@am__append_10331 = $(nodist_video_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10332 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_video_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ video.marker -@COND_sparc64_ieee1275_TRUE@am__append_10256 = video.mod -@COND_sparc64_ieee1275_TRUE@am__append_10257 = video.marker -@COND_powerpc_ieee1275_TRUE@am__append_10258 = video.module \ +@COND_sparc64_ieee1275_TRUE@am__append_10333 = video.mod +@COND_sparc64_ieee1275_TRUE@am__append_10334 = video.marker +@COND_powerpc_ieee1275_TRUE@am__append_10335 = video.module \ @COND_powerpc_ieee1275_TRUE@ ieee1275_fb.module -@COND_powerpc_ieee1275_TRUE@am__append_10259 = video.module$(EXEEXT) \ +@COND_powerpc_ieee1275_TRUE@am__append_10336 = video.module$(EXEEXT) \ @COND_powerpc_ieee1275_TRUE@ ieee1275_fb.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10260 = -@COND_powerpc_ieee1275_TRUE@am__append_10261 = \ +@COND_powerpc_ieee1275_TRUE@am__append_10337 = +@COND_powerpc_ieee1275_TRUE@am__append_10338 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_video_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ $(nodist_ieee1275_fb_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10262 = \ +@COND_powerpc_ieee1275_TRUE@am__append_10339 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_video_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ video.marker \ @COND_powerpc_ieee1275_TRUE@ $(nodist_ieee1275_fb_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ ieee1275_fb.marker -@COND_powerpc_ieee1275_TRUE@am__append_10263 = video.mod \ +@COND_powerpc_ieee1275_TRUE@am__append_10340 = video.mod \ @COND_powerpc_ieee1275_TRUE@ ieee1275_fb.mod -@COND_powerpc_ieee1275_TRUE@am__append_10264 = video.marker \ +@COND_powerpc_ieee1275_TRUE@am__append_10341 = video.marker \ @COND_powerpc_ieee1275_TRUE@ ieee1275_fb.marker -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10265 = sdl.module -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10266 = sdl.module$(EXEEXT) -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10267 = -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10268 = $(nodist_sdl_module_SOURCES) -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10269 = $(nodist_sdl_module_SOURCES) \ +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10342 = sdl.module +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10343 = sdl.module$(EXEEXT) +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10344 = +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10345 = $(nodist_sdl_module_SOURCES) +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10346 = $(nodist_sdl_module_SOURCES) \ @COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@ sdl.marker -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10270 = sdl.mod -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10271 = sdl.marker -@COND_emu_TRUE@am__append_10272 = datehook.module -@COND_emu_TRUE@am__append_10273 = datehook.module$(EXEEXT) -@COND_emu_TRUE@am__append_10274 = -@COND_emu_TRUE@am__append_10275 = $(nodist_datehook_module_SOURCES) -@COND_emu_TRUE@am__append_10276 = $(nodist_datehook_module_SOURCES) \ +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10347 = sdl.mod +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_10348 = sdl.marker +@COND_emu_TRUE@am__append_10349 = datehook.module +@COND_emu_TRUE@am__append_10350 = datehook.module$(EXEEXT) +@COND_emu_TRUE@am__append_10351 = +@COND_emu_TRUE@am__append_10352 = $(nodist_datehook_module_SOURCES) +@COND_emu_TRUE@am__append_10353 = $(nodist_datehook_module_SOURCES) \ @COND_emu_TRUE@ datehook.marker -@COND_emu_TRUE@am__append_10277 = datehook.mod -@COND_emu_TRUE@am__append_10278 = datehook.marker -@COND_i386_pc_TRUE@am__append_10279 = datehook.module -@COND_i386_pc_TRUE@am__append_10280 = datehook.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10281 = -@COND_i386_pc_TRUE@am__append_10282 = $(nodist_datehook_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10283 = \ +@COND_emu_TRUE@am__append_10354 = datehook.mod +@COND_emu_TRUE@am__append_10355 = datehook.marker +@COND_i386_pc_TRUE@am__append_10356 = datehook.module +@COND_i386_pc_TRUE@am__append_10357 = datehook.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10358 = +@COND_i386_pc_TRUE@am__append_10359 = $(nodist_datehook_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10360 = \ @COND_i386_pc_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_i386_pc_TRUE@ datehook.marker -@COND_i386_pc_TRUE@am__append_10284 = datehook.mod -@COND_i386_pc_TRUE@am__append_10285 = datehook.marker -@COND_i386_efi_TRUE@am__append_10286 = datehook.module -@COND_i386_efi_TRUE@am__append_10287 = datehook.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10288 = -@COND_i386_efi_TRUE@am__append_10289 = $(nodist_datehook_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10290 = \ +@COND_i386_pc_TRUE@am__append_10361 = datehook.mod +@COND_i386_pc_TRUE@am__append_10362 = datehook.marker +@COND_i386_efi_TRUE@am__append_10363 = datehook.module +@COND_i386_efi_TRUE@am__append_10364 = datehook.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10365 = +@COND_i386_efi_TRUE@am__append_10366 = $(nodist_datehook_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10367 = \ @COND_i386_efi_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_i386_efi_TRUE@ datehook.marker -@COND_i386_efi_TRUE@am__append_10291 = datehook.mod -@COND_i386_efi_TRUE@am__append_10292 = datehook.marker -@COND_i386_qemu_TRUE@am__append_10293 = datehook.module -@COND_i386_qemu_TRUE@am__append_10294 = datehook.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10295 = -@COND_i386_qemu_TRUE@am__append_10296 = $(nodist_datehook_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10297 = \ +@COND_i386_efi_TRUE@am__append_10368 = datehook.mod +@COND_i386_efi_TRUE@am__append_10369 = datehook.marker +@COND_i386_qemu_TRUE@am__append_10370 = datehook.module +@COND_i386_qemu_TRUE@am__append_10371 = datehook.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10372 = +@COND_i386_qemu_TRUE@am__append_10373 = $(nodist_datehook_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10374 = \ @COND_i386_qemu_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_i386_qemu_TRUE@ datehook.marker -@COND_i386_qemu_TRUE@am__append_10298 = datehook.mod -@COND_i386_qemu_TRUE@am__append_10299 = datehook.marker -@COND_i386_coreboot_TRUE@am__append_10300 = datehook.module -@COND_i386_coreboot_TRUE@am__append_10301 = datehook.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10302 = -@COND_i386_coreboot_TRUE@am__append_10303 = $(nodist_datehook_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10304 = \ +@COND_i386_qemu_TRUE@am__append_10375 = datehook.mod +@COND_i386_qemu_TRUE@am__append_10376 = datehook.marker +@COND_i386_coreboot_TRUE@am__append_10377 = datehook.module +@COND_i386_coreboot_TRUE@am__append_10378 = datehook.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10379 = +@COND_i386_coreboot_TRUE@am__append_10380 = $(nodist_datehook_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10381 = \ @COND_i386_coreboot_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_i386_coreboot_TRUE@ datehook.marker -@COND_i386_coreboot_TRUE@am__append_10305 = datehook.mod -@COND_i386_coreboot_TRUE@am__append_10306 = datehook.marker -@COND_i386_multiboot_TRUE@am__append_10307 = datehook.module -@COND_i386_multiboot_TRUE@am__append_10308 = datehook.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10309 = -@COND_i386_multiboot_TRUE@am__append_10310 = $(nodist_datehook_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10311 = \ +@COND_i386_coreboot_TRUE@am__append_10382 = datehook.mod +@COND_i386_coreboot_TRUE@am__append_10383 = datehook.marker +@COND_i386_multiboot_TRUE@am__append_10384 = datehook.module +@COND_i386_multiboot_TRUE@am__append_10385 = datehook.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10386 = +@COND_i386_multiboot_TRUE@am__append_10387 = $(nodist_datehook_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10388 = \ @COND_i386_multiboot_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_i386_multiboot_TRUE@ datehook.marker -@COND_i386_multiboot_TRUE@am__append_10312 = datehook.mod -@COND_i386_multiboot_TRUE@am__append_10313 = datehook.marker -@COND_i386_ieee1275_TRUE@am__append_10314 = datehook.module -@COND_i386_ieee1275_TRUE@am__append_10315 = datehook.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10316 = -@COND_i386_ieee1275_TRUE@am__append_10317 = $(nodist_datehook_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10318 = \ +@COND_i386_multiboot_TRUE@am__append_10389 = datehook.mod +@COND_i386_multiboot_TRUE@am__append_10390 = datehook.marker +@COND_i386_ieee1275_TRUE@am__append_10391 = datehook.module +@COND_i386_ieee1275_TRUE@am__append_10392 = datehook.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10393 = +@COND_i386_ieee1275_TRUE@am__append_10394 = $(nodist_datehook_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10395 = \ @COND_i386_ieee1275_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ datehook.marker -@COND_i386_ieee1275_TRUE@am__append_10319 = datehook.mod -@COND_i386_ieee1275_TRUE@am__append_10320 = datehook.marker -@COND_x86_64_efi_TRUE@am__append_10321 = datehook.module -@COND_x86_64_efi_TRUE@am__append_10322 = datehook.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10323 = -@COND_x86_64_efi_TRUE@am__append_10324 = $(nodist_datehook_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10325 = \ +@COND_i386_ieee1275_TRUE@am__append_10396 = datehook.mod +@COND_i386_ieee1275_TRUE@am__append_10397 = datehook.marker +@COND_x86_64_efi_TRUE@am__append_10398 = datehook.module +@COND_x86_64_efi_TRUE@am__append_10399 = datehook.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10400 = +@COND_x86_64_efi_TRUE@am__append_10401 = $(nodist_datehook_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10402 = \ @COND_x86_64_efi_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_x86_64_efi_TRUE@ datehook.marker -@COND_x86_64_efi_TRUE@am__append_10326 = datehook.mod -@COND_x86_64_efi_TRUE@am__append_10327 = datehook.marker -@COND_mips_yeeloong_TRUE@am__append_10328 = datehook.module -@COND_mips_yeeloong_TRUE@am__append_10329 = datehook.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_10330 = -@COND_mips_yeeloong_TRUE@am__append_10331 = $(nodist_datehook_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10332 = \ +@COND_x86_64_efi_TRUE@am__append_10403 = datehook.mod +@COND_x86_64_efi_TRUE@am__append_10404 = datehook.marker +@COND_mips_yeeloong_TRUE@am__append_10405 = datehook.module +@COND_mips_yeeloong_TRUE@am__append_10406 = datehook.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10407 = +@COND_mips_yeeloong_TRUE@am__append_10408 = $(nodist_datehook_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10409 = \ @COND_mips_yeeloong_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ datehook.marker -@COND_mips_yeeloong_TRUE@am__append_10333 = datehook.mod -@COND_mips_yeeloong_TRUE@am__append_10334 = datehook.marker -@COND_sparc64_ieee1275_TRUE@am__append_10335 = datehook.module -@COND_sparc64_ieee1275_TRUE@am__append_10336 = datehook.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10337 = -@COND_sparc64_ieee1275_TRUE@am__append_10338 = $(nodist_datehook_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10339 = \ +@COND_mips_yeeloong_TRUE@am__append_10410 = datehook.mod +@COND_mips_yeeloong_TRUE@am__append_10411 = datehook.marker +@COND_sparc64_ieee1275_TRUE@am__append_10412 = datehook.module +@COND_sparc64_ieee1275_TRUE@am__append_10413 = datehook.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10414 = +@COND_sparc64_ieee1275_TRUE@am__append_10415 = $(nodist_datehook_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10416 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ datehook.marker -@COND_sparc64_ieee1275_TRUE@am__append_10340 = datehook.mod -@COND_sparc64_ieee1275_TRUE@am__append_10341 = datehook.marker -@COND_powerpc_ieee1275_TRUE@am__append_10342 = datehook.module -@COND_powerpc_ieee1275_TRUE@am__append_10343 = datehook.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10344 = -@COND_powerpc_ieee1275_TRUE@am__append_10345 = $(nodist_datehook_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10346 = \ +@COND_sparc64_ieee1275_TRUE@am__append_10417 = datehook.mod +@COND_sparc64_ieee1275_TRUE@am__append_10418 = datehook.marker +@COND_powerpc_ieee1275_TRUE@am__append_10419 = datehook.module +@COND_powerpc_ieee1275_TRUE@am__append_10420 = datehook.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10421 = +@COND_powerpc_ieee1275_TRUE@am__append_10422 = $(nodist_datehook_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10423 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_datehook_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ datehook.marker -@COND_powerpc_ieee1275_TRUE@am__append_10347 = datehook.mod -@COND_powerpc_ieee1275_TRUE@am__append_10348 = datehook.marker -@COND_emu_TRUE@am__append_10349 = legacycfg.module -@COND_emu_TRUE@am__append_10350 = legacycfg.module$(EXEEXT) -@COND_emu_TRUE@am__append_10351 = -@COND_emu_TRUE@am__append_10352 = $(nodist_legacycfg_module_SOURCES) -@COND_emu_TRUE@am__append_10353 = $(nodist_legacycfg_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10424 = datehook.mod +@COND_powerpc_ieee1275_TRUE@am__append_10425 = datehook.marker +@COND_emu_TRUE@am__append_10426 = legacycfg.module +@COND_emu_TRUE@am__append_10427 = legacycfg.module$(EXEEXT) +@COND_emu_TRUE@am__append_10428 = +@COND_emu_TRUE@am__append_10429 = $(nodist_legacycfg_module_SOURCES) +@COND_emu_TRUE@am__append_10430 = $(nodist_legacycfg_module_SOURCES) \ @COND_emu_TRUE@ legacycfg.marker -@COND_emu_TRUE@am__append_10354 = legacycfg.mod -@COND_emu_TRUE@am__append_10355 = legacycfg.marker -@COND_i386_pc_TRUE@am__append_10356 = legacycfg.module -@COND_i386_pc_TRUE@am__append_10357 = legacycfg.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10358 = -@COND_i386_pc_TRUE@am__append_10359 = $(nodist_legacycfg_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10360 = \ +@COND_emu_TRUE@am__append_10431 = legacycfg.mod +@COND_emu_TRUE@am__append_10432 = legacycfg.marker +@COND_i386_pc_TRUE@am__append_10433 = legacycfg.module +@COND_i386_pc_TRUE@am__append_10434 = legacycfg.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10435 = +@COND_i386_pc_TRUE@am__append_10436 = $(nodist_legacycfg_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10437 = \ @COND_i386_pc_TRUE@ $(nodist_legacycfg_module_SOURCES) \ @COND_i386_pc_TRUE@ legacycfg.marker -@COND_i386_pc_TRUE@am__append_10361 = legacycfg.mod -@COND_i386_pc_TRUE@am__append_10362 = legacycfg.marker -@COND_emu_TRUE@am__append_10363 = test_blockarg.module -@COND_emu_TRUE@am__append_10364 = test_blockarg.module$(EXEEXT) -@COND_emu_TRUE@am__append_10365 = -@COND_emu_TRUE@am__append_10366 = $(nodist_test_blockarg_module_SOURCES) -@COND_emu_TRUE@am__append_10367 = \ +@COND_i386_pc_TRUE@am__append_10438 = legacycfg.mod +@COND_i386_pc_TRUE@am__append_10439 = legacycfg.marker +@COND_emu_TRUE@am__append_10440 = test_blockarg.module +@COND_emu_TRUE@am__append_10441 = test_blockarg.module$(EXEEXT) +@COND_emu_TRUE@am__append_10442 = +@COND_emu_TRUE@am__append_10443 = $(nodist_test_blockarg_module_SOURCES) +@COND_emu_TRUE@am__append_10444 = \ @COND_emu_TRUE@ $(nodist_test_blockarg_module_SOURCES) \ @COND_emu_TRUE@ test_blockarg.marker -@COND_emu_TRUE@am__append_10368 = test_blockarg.mod -@COND_emu_TRUE@am__append_10369 = test_blockarg.marker -@COND_i386_pc_TRUE@am__append_10370 = test_blockarg.module -@COND_i386_pc_TRUE@am__append_10371 = test_blockarg.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10372 = -@COND_i386_pc_TRUE@am__append_10373 = $(nodist_test_blockarg_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10374 = \ +@COND_emu_TRUE@am__append_10445 = test_blockarg.mod +@COND_emu_TRUE@am__append_10446 = test_blockarg.marker +@COND_i386_pc_TRUE@am__append_10447 = test_blockarg.module +@COND_i386_pc_TRUE@am__append_10448 = test_blockarg.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10449 = +@COND_i386_pc_TRUE@am__append_10450 = $(nodist_test_blockarg_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10451 = \ @COND_i386_pc_TRUE@ $(nodist_test_blockarg_module_SOURCES) \ @COND_i386_pc_TRUE@ test_blockarg.marker -@COND_i386_pc_TRUE@am__append_10375 = test_blockarg.mod -@COND_i386_pc_TRUE@am__append_10376 = test_blockarg.marker -@COND_i386_efi_TRUE@am__append_10377 = test_blockarg.module -@COND_i386_efi_TRUE@am__append_10378 = test_blockarg.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10379 = -@COND_i386_efi_TRUE@am__append_10380 = $(nodist_test_blockarg_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10381 = \ +@COND_i386_pc_TRUE@am__append_10452 = test_blockarg.mod +@COND_i386_pc_TRUE@am__append_10453 = test_blockarg.marker +@COND_i386_efi_TRUE@am__append_10454 = test_blockarg.module +@COND_i386_efi_TRUE@am__append_10455 = test_blockarg.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10456 = +@COND_i386_efi_TRUE@am__append_10457 = $(nodist_test_blockarg_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10458 = \ @COND_i386_efi_TRUE@ $(nodist_test_blockarg_module_SOURCES) \ @COND_i386_efi_TRUE@ test_blockarg.marker -@COND_i386_efi_TRUE@am__append_10382 = test_blockarg.mod -@COND_i386_efi_TRUE@am__append_10383 = test_blockarg.marker -@COND_i386_qemu_TRUE@am__append_10384 = test_blockarg.module -@COND_i386_qemu_TRUE@am__append_10385 = test_blockarg.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10386 = -@COND_i386_qemu_TRUE@am__append_10387 = $(nodist_test_blockarg_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10388 = \ +@COND_i386_efi_TRUE@am__append_10459 = test_blockarg.mod +@COND_i386_efi_TRUE@am__append_10460 = test_blockarg.marker +@COND_i386_qemu_TRUE@am__append_10461 = test_blockarg.module +@COND_i386_qemu_TRUE@am__append_10462 = test_blockarg.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10463 = +@COND_i386_qemu_TRUE@am__append_10464 = $(nodist_test_blockarg_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10465 = \ @COND_i386_qemu_TRUE@ $(nodist_test_blockarg_module_SOURCES) \ @COND_i386_qemu_TRUE@ test_blockarg.marker -@COND_i386_qemu_TRUE@am__append_10389 = test_blockarg.mod -@COND_i386_qemu_TRUE@am__append_10390 = test_blockarg.marker -@COND_i386_coreboot_TRUE@am__append_10391 = test_blockarg.module -@COND_i386_coreboot_TRUE@am__append_10392 = test_blockarg.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10393 = -@COND_i386_coreboot_TRUE@am__append_10394 = $(nodist_test_blockarg_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10395 = $(nodist_test_blockarg_module_SOURCES) \ +@COND_i386_qemu_TRUE@am__append_10466 = test_blockarg.mod +@COND_i386_qemu_TRUE@am__append_10467 = test_blockarg.marker +@COND_i386_coreboot_TRUE@am__append_10468 = test_blockarg.module +@COND_i386_coreboot_TRUE@am__append_10469 = test_blockarg.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10470 = +@COND_i386_coreboot_TRUE@am__append_10471 = $(nodist_test_blockarg_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10472 = $(nodist_test_blockarg_module_SOURCES) \ @COND_i386_coreboot_TRUE@ test_blockarg.marker -@COND_i386_coreboot_TRUE@am__append_10396 = test_blockarg.mod -@COND_i386_coreboot_TRUE@am__append_10397 = test_blockarg.marker -@COND_i386_multiboot_TRUE@am__append_10398 = test_blockarg.module -@COND_i386_multiboot_TRUE@am__append_10399 = test_blockarg.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10400 = -@COND_i386_multiboot_TRUE@am__append_10401 = $(nodist_test_blockarg_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10402 = $(nodist_test_blockarg_module_SOURCES) \ +@COND_i386_coreboot_TRUE@am__append_10473 = test_blockarg.mod +@COND_i386_coreboot_TRUE@am__append_10474 = test_blockarg.marker +@COND_i386_multiboot_TRUE@am__append_10475 = test_blockarg.module +@COND_i386_multiboot_TRUE@am__append_10476 = test_blockarg.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10477 = +@COND_i386_multiboot_TRUE@am__append_10478 = $(nodist_test_blockarg_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10479 = $(nodist_test_blockarg_module_SOURCES) \ @COND_i386_multiboot_TRUE@ test_blockarg.marker -@COND_i386_multiboot_TRUE@am__append_10403 = test_blockarg.mod -@COND_i386_multiboot_TRUE@am__append_10404 = test_blockarg.marker -@COND_i386_ieee1275_TRUE@am__append_10405 = test_blockarg.module -@COND_i386_ieee1275_TRUE@am__append_10406 = test_blockarg.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10407 = -@COND_i386_ieee1275_TRUE@am__append_10408 = $(nodist_test_blockarg_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10409 = $(nodist_test_blockarg_module_SOURCES) \ +@COND_i386_multiboot_TRUE@am__append_10480 = test_blockarg.mod +@COND_i386_multiboot_TRUE@am__append_10481 = test_blockarg.marker +@COND_i386_ieee1275_TRUE@am__append_10482 = test_blockarg.module +@COND_i386_ieee1275_TRUE@am__append_10483 = test_blockarg.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10484 = +@COND_i386_ieee1275_TRUE@am__append_10485 = $(nodist_test_blockarg_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10486 = $(nodist_test_blockarg_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ test_blockarg.marker -@COND_i386_ieee1275_TRUE@am__append_10410 = test_blockarg.mod -@COND_i386_ieee1275_TRUE@am__append_10411 = test_blockarg.marker -@COND_x86_64_efi_TRUE@am__append_10412 = test_blockarg.module -@COND_x86_64_efi_TRUE@am__append_10413 = test_blockarg.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10414 = -@COND_x86_64_efi_TRUE@am__append_10415 = $(nodist_test_blockarg_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10416 = \ +@COND_i386_ieee1275_TRUE@am__append_10487 = test_blockarg.mod +@COND_i386_ieee1275_TRUE@am__append_10488 = test_blockarg.marker +@COND_x86_64_efi_TRUE@am__append_10489 = test_blockarg.module +@COND_x86_64_efi_TRUE@am__append_10490 = test_blockarg.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10491 = +@COND_x86_64_efi_TRUE@am__append_10492 = $(nodist_test_blockarg_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10493 = \ @COND_x86_64_efi_TRUE@ $(nodist_test_blockarg_module_SOURCES) \ @COND_x86_64_efi_TRUE@ test_blockarg.marker -@COND_x86_64_efi_TRUE@am__append_10417 = test_blockarg.mod -@COND_x86_64_efi_TRUE@am__append_10418 = test_blockarg.marker -@COND_mips_yeeloong_TRUE@am__append_10419 = test_blockarg.module -@COND_mips_yeeloong_TRUE@am__append_10420 = test_blockarg.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_10421 = -@COND_mips_yeeloong_TRUE@am__append_10422 = $(nodist_test_blockarg_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10423 = $(nodist_test_blockarg_module_SOURCES) \ +@COND_x86_64_efi_TRUE@am__append_10494 = test_blockarg.mod +@COND_x86_64_efi_TRUE@am__append_10495 = test_blockarg.marker +@COND_mips_yeeloong_TRUE@am__append_10496 = test_blockarg.module +@COND_mips_yeeloong_TRUE@am__append_10497 = test_blockarg.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10498 = +@COND_mips_yeeloong_TRUE@am__append_10499 = $(nodist_test_blockarg_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10500 = $(nodist_test_blockarg_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ test_blockarg.marker -@COND_mips_yeeloong_TRUE@am__append_10424 = test_blockarg.mod -@COND_mips_yeeloong_TRUE@am__append_10425 = test_blockarg.marker -@COND_sparc64_ieee1275_TRUE@am__append_10426 = test_blockarg.module -@COND_sparc64_ieee1275_TRUE@am__append_10427 = test_blockarg.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10428 = -@COND_sparc64_ieee1275_TRUE@am__append_10429 = $(nodist_test_blockarg_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10430 = $(nodist_test_blockarg_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_10501 = test_blockarg.mod +@COND_mips_yeeloong_TRUE@am__append_10502 = test_blockarg.marker +@COND_sparc64_ieee1275_TRUE@am__append_10503 = test_blockarg.module +@COND_sparc64_ieee1275_TRUE@am__append_10504 = test_blockarg.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10505 = +@COND_sparc64_ieee1275_TRUE@am__append_10506 = $(nodist_test_blockarg_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10507 = $(nodist_test_blockarg_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ test_blockarg.marker -@COND_sparc64_ieee1275_TRUE@am__append_10431 = test_blockarg.mod -@COND_sparc64_ieee1275_TRUE@am__append_10432 = test_blockarg.marker -@COND_powerpc_ieee1275_TRUE@am__append_10433 = test_blockarg.module -@COND_powerpc_ieee1275_TRUE@am__append_10434 = test_blockarg.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10435 = -@COND_powerpc_ieee1275_TRUE@am__append_10436 = $(nodist_test_blockarg_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10437 = $(nodist_test_blockarg_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_10508 = test_blockarg.mod +@COND_sparc64_ieee1275_TRUE@am__append_10509 = test_blockarg.marker +@COND_powerpc_ieee1275_TRUE@am__append_10510 = test_blockarg.module +@COND_powerpc_ieee1275_TRUE@am__append_10511 = test_blockarg.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10512 = +@COND_powerpc_ieee1275_TRUE@am__append_10513 = $(nodist_test_blockarg_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10514 = $(nodist_test_blockarg_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ test_blockarg.marker -@COND_powerpc_ieee1275_TRUE@am__append_10438 = test_blockarg.mod -@COND_powerpc_ieee1275_TRUE@am__append_10439 = test_blockarg.marker -@COND_emu_TRUE@am__append_10440 = xzio.module -@COND_emu_TRUE@am__append_10441 = xzio.module$(EXEEXT) -@COND_emu_TRUE@am__append_10442 = -@COND_emu_TRUE@am__append_10443 = $(nodist_xzio_module_SOURCES) -@COND_emu_TRUE@am__append_10444 = $(nodist_xzio_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10515 = test_blockarg.mod +@COND_powerpc_ieee1275_TRUE@am__append_10516 = test_blockarg.marker +@COND_emu_TRUE@am__append_10517 = xzio.module +@COND_emu_TRUE@am__append_10518 = xzio.module$(EXEEXT) +@COND_emu_TRUE@am__append_10519 = +@COND_emu_TRUE@am__append_10520 = $(nodist_xzio_module_SOURCES) +@COND_emu_TRUE@am__append_10521 = $(nodist_xzio_module_SOURCES) \ @COND_emu_TRUE@ xzio.marker -@COND_emu_TRUE@am__append_10445 = xzio.mod -@COND_emu_TRUE@am__append_10446 = xzio.marker -@COND_i386_pc_TRUE@am__append_10447 = xzio.module -@COND_i386_pc_TRUE@am__append_10448 = xzio.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10449 = -@COND_i386_pc_TRUE@am__append_10450 = $(nodist_xzio_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10451 = $(nodist_xzio_module_SOURCES) \ +@COND_emu_TRUE@am__append_10522 = xzio.mod +@COND_emu_TRUE@am__append_10523 = xzio.marker +@COND_i386_pc_TRUE@am__append_10524 = xzio.module +@COND_i386_pc_TRUE@am__append_10525 = xzio.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10526 = +@COND_i386_pc_TRUE@am__append_10527 = $(nodist_xzio_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10528 = $(nodist_xzio_module_SOURCES) \ @COND_i386_pc_TRUE@ xzio.marker -@COND_i386_pc_TRUE@am__append_10452 = xzio.mod -@COND_i386_pc_TRUE@am__append_10453 = xzio.marker -@COND_i386_efi_TRUE@am__append_10454 = xzio.module -@COND_i386_efi_TRUE@am__append_10455 = xzio.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10456 = -@COND_i386_efi_TRUE@am__append_10457 = $(nodist_xzio_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10458 = $(nodist_xzio_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_10529 = xzio.mod +@COND_i386_pc_TRUE@am__append_10530 = xzio.marker +@COND_i386_efi_TRUE@am__append_10531 = xzio.module +@COND_i386_efi_TRUE@am__append_10532 = xzio.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10533 = +@COND_i386_efi_TRUE@am__append_10534 = $(nodist_xzio_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10535 = $(nodist_xzio_module_SOURCES) \ @COND_i386_efi_TRUE@ xzio.marker -@COND_i386_efi_TRUE@am__append_10459 = xzio.mod -@COND_i386_efi_TRUE@am__append_10460 = xzio.marker -@COND_i386_qemu_TRUE@am__append_10461 = xzio.module -@COND_i386_qemu_TRUE@am__append_10462 = xzio.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10463 = -@COND_i386_qemu_TRUE@am__append_10464 = $(nodist_xzio_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10465 = $(nodist_xzio_module_SOURCES) \ +@COND_i386_efi_TRUE@am__append_10536 = xzio.mod +@COND_i386_efi_TRUE@am__append_10537 = xzio.marker +@COND_i386_qemu_TRUE@am__append_10538 = xzio.module +@COND_i386_qemu_TRUE@am__append_10539 = xzio.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10540 = +@COND_i386_qemu_TRUE@am__append_10541 = $(nodist_xzio_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10542 = $(nodist_xzio_module_SOURCES) \ @COND_i386_qemu_TRUE@ xzio.marker -@COND_i386_qemu_TRUE@am__append_10466 = xzio.mod -@COND_i386_qemu_TRUE@am__append_10467 = xzio.marker -@COND_i386_coreboot_TRUE@am__append_10468 = xzio.module -@COND_i386_coreboot_TRUE@am__append_10469 = xzio.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10470 = -@COND_i386_coreboot_TRUE@am__append_10471 = $(nodist_xzio_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10472 = \ +@COND_i386_qemu_TRUE@am__append_10543 = xzio.mod +@COND_i386_qemu_TRUE@am__append_10544 = xzio.marker +@COND_i386_coreboot_TRUE@am__append_10545 = xzio.module +@COND_i386_coreboot_TRUE@am__append_10546 = xzio.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10547 = +@COND_i386_coreboot_TRUE@am__append_10548 = $(nodist_xzio_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10549 = \ @COND_i386_coreboot_TRUE@ $(nodist_xzio_module_SOURCES) \ @COND_i386_coreboot_TRUE@ xzio.marker -@COND_i386_coreboot_TRUE@am__append_10473 = xzio.mod -@COND_i386_coreboot_TRUE@am__append_10474 = xzio.marker -@COND_i386_multiboot_TRUE@am__append_10475 = xzio.module -@COND_i386_multiboot_TRUE@am__append_10476 = xzio.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10477 = -@COND_i386_multiboot_TRUE@am__append_10478 = $(nodist_xzio_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10479 = \ +@COND_i386_coreboot_TRUE@am__append_10550 = xzio.mod +@COND_i386_coreboot_TRUE@am__append_10551 = xzio.marker +@COND_i386_multiboot_TRUE@am__append_10552 = xzio.module +@COND_i386_multiboot_TRUE@am__append_10553 = xzio.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10554 = +@COND_i386_multiboot_TRUE@am__append_10555 = $(nodist_xzio_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10556 = \ @COND_i386_multiboot_TRUE@ $(nodist_xzio_module_SOURCES) \ @COND_i386_multiboot_TRUE@ xzio.marker -@COND_i386_multiboot_TRUE@am__append_10480 = xzio.mod -@COND_i386_multiboot_TRUE@am__append_10481 = xzio.marker -@COND_i386_ieee1275_TRUE@am__append_10482 = xzio.module -@COND_i386_ieee1275_TRUE@am__append_10483 = xzio.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10484 = -@COND_i386_ieee1275_TRUE@am__append_10485 = $(nodist_xzio_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10486 = \ +@COND_i386_multiboot_TRUE@am__append_10557 = xzio.mod +@COND_i386_multiboot_TRUE@am__append_10558 = xzio.marker +@COND_i386_ieee1275_TRUE@am__append_10559 = xzio.module +@COND_i386_ieee1275_TRUE@am__append_10560 = xzio.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10561 = +@COND_i386_ieee1275_TRUE@am__append_10562 = $(nodist_xzio_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10563 = \ @COND_i386_ieee1275_TRUE@ $(nodist_xzio_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ xzio.marker -@COND_i386_ieee1275_TRUE@am__append_10487 = xzio.mod -@COND_i386_ieee1275_TRUE@am__append_10488 = xzio.marker -@COND_x86_64_efi_TRUE@am__append_10489 = xzio.module -@COND_x86_64_efi_TRUE@am__append_10490 = xzio.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10491 = -@COND_x86_64_efi_TRUE@am__append_10492 = $(nodist_xzio_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10493 = \ +@COND_i386_ieee1275_TRUE@am__append_10564 = xzio.mod +@COND_i386_ieee1275_TRUE@am__append_10565 = xzio.marker +@COND_x86_64_efi_TRUE@am__append_10566 = xzio.module +@COND_x86_64_efi_TRUE@am__append_10567 = xzio.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10568 = +@COND_x86_64_efi_TRUE@am__append_10569 = $(nodist_xzio_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10570 = \ @COND_x86_64_efi_TRUE@ $(nodist_xzio_module_SOURCES) \ @COND_x86_64_efi_TRUE@ xzio.marker -@COND_x86_64_efi_TRUE@am__append_10494 = xzio.mod -@COND_x86_64_efi_TRUE@am__append_10495 = xzio.marker -@COND_mips_yeeloong_TRUE@am__append_10496 = xzio.module -@COND_mips_yeeloong_TRUE@am__append_10497 = xzio.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_10498 = -@COND_mips_yeeloong_TRUE@am__append_10499 = $(nodist_xzio_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10500 = \ +@COND_x86_64_efi_TRUE@am__append_10571 = xzio.mod +@COND_x86_64_efi_TRUE@am__append_10572 = xzio.marker +@COND_mips_yeeloong_TRUE@am__append_10573 = xzio.module +@COND_mips_yeeloong_TRUE@am__append_10574 = xzio.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10575 = +@COND_mips_yeeloong_TRUE@am__append_10576 = $(nodist_xzio_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10577 = \ @COND_mips_yeeloong_TRUE@ $(nodist_xzio_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ xzio.marker -@COND_mips_yeeloong_TRUE@am__append_10501 = xzio.mod -@COND_mips_yeeloong_TRUE@am__append_10502 = xzio.marker -@COND_sparc64_ieee1275_TRUE@am__append_10503 = xzio.module -@COND_sparc64_ieee1275_TRUE@am__append_10504 = xzio.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10505 = -@COND_sparc64_ieee1275_TRUE@am__append_10506 = $(nodist_xzio_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10507 = \ +@COND_mips_yeeloong_TRUE@am__append_10578 = xzio.mod +@COND_mips_yeeloong_TRUE@am__append_10579 = xzio.marker +@COND_sparc64_ieee1275_TRUE@am__append_10580 = xzio.module +@COND_sparc64_ieee1275_TRUE@am__append_10581 = xzio.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10582 = +@COND_sparc64_ieee1275_TRUE@am__append_10583 = $(nodist_xzio_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10584 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_xzio_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ xzio.marker -@COND_sparc64_ieee1275_TRUE@am__append_10508 = xzio.mod -@COND_sparc64_ieee1275_TRUE@am__append_10509 = xzio.marker -@COND_powerpc_ieee1275_TRUE@am__append_10510 = xzio.module -@COND_powerpc_ieee1275_TRUE@am__append_10511 = xzio.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10512 = -@COND_powerpc_ieee1275_TRUE@am__append_10513 = $(nodist_xzio_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10514 = \ +@COND_sparc64_ieee1275_TRUE@am__append_10585 = xzio.mod +@COND_sparc64_ieee1275_TRUE@am__append_10586 = xzio.marker +@COND_powerpc_ieee1275_TRUE@am__append_10587 = xzio.module +@COND_powerpc_ieee1275_TRUE@am__append_10588 = xzio.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10589 = +@COND_powerpc_ieee1275_TRUE@am__append_10590 = $(nodist_xzio_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10591 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_xzio_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ xzio.marker -@COND_powerpc_ieee1275_TRUE@am__append_10515 = xzio.mod -@COND_powerpc_ieee1275_TRUE@am__append_10516 = xzio.marker -@COND_emu_TRUE@am__append_10517 = testload.module -@COND_emu_TRUE@am__append_10518 = testload.module$(EXEEXT) -@COND_emu_TRUE@am__append_10519 = -@COND_emu_TRUE@am__append_10520 = $(nodist_testload_module_SOURCES) -@COND_emu_TRUE@am__append_10521 = $(nodist_testload_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10592 = xzio.mod +@COND_powerpc_ieee1275_TRUE@am__append_10593 = xzio.marker +@COND_emu_TRUE@am__append_10594 = testload.module +@COND_emu_TRUE@am__append_10595 = testload.module$(EXEEXT) +@COND_emu_TRUE@am__append_10596 = +@COND_emu_TRUE@am__append_10597 = $(nodist_testload_module_SOURCES) +@COND_emu_TRUE@am__append_10598 = $(nodist_testload_module_SOURCES) \ @COND_emu_TRUE@ testload.marker -@COND_emu_TRUE@am__append_10522 = testload.mod -@COND_emu_TRUE@am__append_10523 = testload.marker -@COND_i386_pc_TRUE@am__append_10524 = testload.module -@COND_i386_pc_TRUE@am__append_10525 = testload.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10526 = -@COND_i386_pc_TRUE@am__append_10527 = $(nodist_testload_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10528 = \ +@COND_emu_TRUE@am__append_10599 = testload.mod +@COND_emu_TRUE@am__append_10600 = testload.marker +@COND_i386_pc_TRUE@am__append_10601 = testload.module +@COND_i386_pc_TRUE@am__append_10602 = testload.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10603 = +@COND_i386_pc_TRUE@am__append_10604 = $(nodist_testload_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10605 = \ @COND_i386_pc_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_i386_pc_TRUE@ testload.marker -@COND_i386_pc_TRUE@am__append_10529 = testload.mod -@COND_i386_pc_TRUE@am__append_10530 = testload.marker -@COND_i386_efi_TRUE@am__append_10531 = testload.module -@COND_i386_efi_TRUE@am__append_10532 = testload.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10533 = -@COND_i386_efi_TRUE@am__append_10534 = $(nodist_testload_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10535 = \ +@COND_i386_pc_TRUE@am__append_10606 = testload.mod +@COND_i386_pc_TRUE@am__append_10607 = testload.marker +@COND_i386_efi_TRUE@am__append_10608 = testload.module +@COND_i386_efi_TRUE@am__append_10609 = testload.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10610 = +@COND_i386_efi_TRUE@am__append_10611 = $(nodist_testload_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10612 = \ @COND_i386_efi_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_i386_efi_TRUE@ testload.marker -@COND_i386_efi_TRUE@am__append_10536 = testload.mod -@COND_i386_efi_TRUE@am__append_10537 = testload.marker -@COND_i386_qemu_TRUE@am__append_10538 = testload.module -@COND_i386_qemu_TRUE@am__append_10539 = testload.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10540 = -@COND_i386_qemu_TRUE@am__append_10541 = $(nodist_testload_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10542 = \ +@COND_i386_efi_TRUE@am__append_10613 = testload.mod +@COND_i386_efi_TRUE@am__append_10614 = testload.marker +@COND_i386_qemu_TRUE@am__append_10615 = testload.module +@COND_i386_qemu_TRUE@am__append_10616 = testload.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10617 = +@COND_i386_qemu_TRUE@am__append_10618 = $(nodist_testload_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10619 = \ @COND_i386_qemu_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_i386_qemu_TRUE@ testload.marker -@COND_i386_qemu_TRUE@am__append_10543 = testload.mod -@COND_i386_qemu_TRUE@am__append_10544 = testload.marker -@COND_i386_coreboot_TRUE@am__append_10545 = testload.module -@COND_i386_coreboot_TRUE@am__append_10546 = testload.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10547 = -@COND_i386_coreboot_TRUE@am__append_10548 = $(nodist_testload_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10549 = \ +@COND_i386_qemu_TRUE@am__append_10620 = testload.mod +@COND_i386_qemu_TRUE@am__append_10621 = testload.marker +@COND_i386_coreboot_TRUE@am__append_10622 = testload.module +@COND_i386_coreboot_TRUE@am__append_10623 = testload.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10624 = +@COND_i386_coreboot_TRUE@am__append_10625 = $(nodist_testload_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10626 = \ @COND_i386_coreboot_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_i386_coreboot_TRUE@ testload.marker -@COND_i386_coreboot_TRUE@am__append_10550 = testload.mod -@COND_i386_coreboot_TRUE@am__append_10551 = testload.marker -@COND_i386_multiboot_TRUE@am__append_10552 = testload.module -@COND_i386_multiboot_TRUE@am__append_10553 = testload.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10554 = -@COND_i386_multiboot_TRUE@am__append_10555 = $(nodist_testload_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10556 = \ +@COND_i386_coreboot_TRUE@am__append_10627 = testload.mod +@COND_i386_coreboot_TRUE@am__append_10628 = testload.marker +@COND_i386_multiboot_TRUE@am__append_10629 = testload.module +@COND_i386_multiboot_TRUE@am__append_10630 = testload.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10631 = +@COND_i386_multiboot_TRUE@am__append_10632 = $(nodist_testload_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10633 = \ @COND_i386_multiboot_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_i386_multiboot_TRUE@ testload.marker -@COND_i386_multiboot_TRUE@am__append_10557 = testload.mod -@COND_i386_multiboot_TRUE@am__append_10558 = testload.marker -@COND_i386_ieee1275_TRUE@am__append_10559 = testload.module -@COND_i386_ieee1275_TRUE@am__append_10560 = testload.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10561 = -@COND_i386_ieee1275_TRUE@am__append_10562 = $(nodist_testload_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10563 = \ +@COND_i386_multiboot_TRUE@am__append_10634 = testload.mod +@COND_i386_multiboot_TRUE@am__append_10635 = testload.marker +@COND_i386_ieee1275_TRUE@am__append_10636 = testload.module +@COND_i386_ieee1275_TRUE@am__append_10637 = testload.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10638 = +@COND_i386_ieee1275_TRUE@am__append_10639 = $(nodist_testload_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10640 = \ @COND_i386_ieee1275_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ testload.marker -@COND_i386_ieee1275_TRUE@am__append_10564 = testload.mod -@COND_i386_ieee1275_TRUE@am__append_10565 = testload.marker -@COND_x86_64_efi_TRUE@am__append_10566 = testload.module -@COND_x86_64_efi_TRUE@am__append_10567 = testload.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10568 = -@COND_x86_64_efi_TRUE@am__append_10569 = $(nodist_testload_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10570 = \ +@COND_i386_ieee1275_TRUE@am__append_10641 = testload.mod +@COND_i386_ieee1275_TRUE@am__append_10642 = testload.marker +@COND_x86_64_efi_TRUE@am__append_10643 = testload.module +@COND_x86_64_efi_TRUE@am__append_10644 = testload.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10645 = +@COND_x86_64_efi_TRUE@am__append_10646 = $(nodist_testload_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10647 = \ @COND_x86_64_efi_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_x86_64_efi_TRUE@ testload.marker -@COND_x86_64_efi_TRUE@am__append_10571 = testload.mod -@COND_x86_64_efi_TRUE@am__append_10572 = testload.marker -@COND_mips_yeeloong_TRUE@am__append_10573 = testload.module -@COND_mips_yeeloong_TRUE@am__append_10574 = testload.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_10575 = -@COND_mips_yeeloong_TRUE@am__append_10576 = $(nodist_testload_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10577 = \ +@COND_x86_64_efi_TRUE@am__append_10648 = testload.mod +@COND_x86_64_efi_TRUE@am__append_10649 = testload.marker +@COND_mips_yeeloong_TRUE@am__append_10650 = testload.module +@COND_mips_yeeloong_TRUE@am__append_10651 = testload.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10652 = +@COND_mips_yeeloong_TRUE@am__append_10653 = $(nodist_testload_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10654 = \ @COND_mips_yeeloong_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_mips_yeeloong_TRUE@ testload.marker -@COND_mips_yeeloong_TRUE@am__append_10578 = testload.mod -@COND_mips_yeeloong_TRUE@am__append_10579 = testload.marker -@COND_sparc64_ieee1275_TRUE@am__append_10580 = testload.module -@COND_sparc64_ieee1275_TRUE@am__append_10581 = testload.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10582 = -@COND_sparc64_ieee1275_TRUE@am__append_10583 = $(nodist_testload_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10584 = \ +@COND_mips_yeeloong_TRUE@am__append_10655 = testload.mod +@COND_mips_yeeloong_TRUE@am__append_10656 = testload.marker +@COND_sparc64_ieee1275_TRUE@am__append_10657 = testload.module +@COND_sparc64_ieee1275_TRUE@am__append_10658 = testload.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10659 = +@COND_sparc64_ieee1275_TRUE@am__append_10660 = $(nodist_testload_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10661 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ testload.marker -@COND_sparc64_ieee1275_TRUE@am__append_10585 = testload.mod -@COND_sparc64_ieee1275_TRUE@am__append_10586 = testload.marker -@COND_powerpc_ieee1275_TRUE@am__append_10587 = testload.module -@COND_powerpc_ieee1275_TRUE@am__append_10588 = testload.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10589 = -@COND_powerpc_ieee1275_TRUE@am__append_10590 = $(nodist_testload_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10591 = \ +@COND_sparc64_ieee1275_TRUE@am__append_10662 = testload.mod +@COND_sparc64_ieee1275_TRUE@am__append_10663 = testload.marker +@COND_powerpc_ieee1275_TRUE@am__append_10664 = testload.module +@COND_powerpc_ieee1275_TRUE@am__append_10665 = testload.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10666 = +@COND_powerpc_ieee1275_TRUE@am__append_10667 = $(nodist_testload_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10668 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_testload_module_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ testload.marker -@COND_powerpc_ieee1275_TRUE@am__append_10592 = testload.mod -@COND_powerpc_ieee1275_TRUE@am__append_10593 = testload.marker -@COND_i386_pc_TRUE@am__append_10594 = lsapm.module -@COND_i386_pc_TRUE@am__append_10595 = lsapm.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10596 = -@COND_i386_pc_TRUE@am__append_10597 = $(nodist_lsapm_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10598 = $(nodist_lsapm_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_10669 = testload.mod +@COND_powerpc_ieee1275_TRUE@am__append_10670 = testload.marker +@COND_i386_pc_TRUE@am__append_10671 = lsapm.module +@COND_i386_pc_TRUE@am__append_10672 = lsapm.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10673 = +@COND_i386_pc_TRUE@am__append_10674 = $(nodist_lsapm_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10675 = $(nodist_lsapm_module_SOURCES) \ @COND_i386_pc_TRUE@ lsapm.marker -@COND_i386_pc_TRUE@am__append_10599 = lsapm.mod -@COND_i386_pc_TRUE@am__append_10600 = lsapm.marker -@COND_emu_TRUE@am__append_10601 = keylayouts.module -@COND_emu_TRUE@am__append_10602 = keylayouts.module$(EXEEXT) -@COND_emu_TRUE@am__append_10603 = -@COND_emu_TRUE@am__append_10604 = $(nodist_keylayouts_module_SOURCES) -@COND_emu_TRUE@am__append_10605 = $(nodist_keylayouts_module_SOURCES) \ +@COND_i386_pc_TRUE@am__append_10676 = lsapm.mod +@COND_i386_pc_TRUE@am__append_10677 = lsapm.marker +@COND_emu_TRUE@am__append_10678 = keylayouts.module +@COND_emu_TRUE@am__append_10679 = keylayouts.module$(EXEEXT) +@COND_emu_TRUE@am__append_10680 = +@COND_emu_TRUE@am__append_10681 = $(nodist_keylayouts_module_SOURCES) +@COND_emu_TRUE@am__append_10682 = $(nodist_keylayouts_module_SOURCES) \ @COND_emu_TRUE@ keylayouts.marker -@COND_emu_TRUE@am__append_10606 = keylayouts.mod -@COND_emu_TRUE@am__append_10607 = keylayouts.marker -@COND_i386_pc_TRUE@am__append_10608 = keylayouts.module -@COND_i386_pc_TRUE@am__append_10609 = keylayouts.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10610 = -@COND_i386_pc_TRUE@am__append_10611 = $(nodist_keylayouts_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10612 = \ +@COND_emu_TRUE@am__append_10683 = keylayouts.mod +@COND_emu_TRUE@am__append_10684 = keylayouts.marker +@COND_i386_pc_TRUE@am__append_10685 = keylayouts.module +@COND_i386_pc_TRUE@am__append_10686 = keylayouts.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_10687 = +@COND_i386_pc_TRUE@am__append_10688 = $(nodist_keylayouts_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10689 = \ @COND_i386_pc_TRUE@ $(nodist_keylayouts_module_SOURCES) \ @COND_i386_pc_TRUE@ keylayouts.marker -@COND_i386_pc_TRUE@am__append_10613 = keylayouts.mod -@COND_i386_pc_TRUE@am__append_10614 = keylayouts.marker -@COND_i386_efi_TRUE@am__append_10615 = keylayouts.module -@COND_i386_efi_TRUE@am__append_10616 = keylayouts.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10617 = -@COND_i386_efi_TRUE@am__append_10618 = $(nodist_keylayouts_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10619 = \ +@COND_i386_pc_TRUE@am__append_10690 = keylayouts.mod +@COND_i386_pc_TRUE@am__append_10691 = keylayouts.marker +@COND_i386_efi_TRUE@am__append_10692 = keylayouts.module +@COND_i386_efi_TRUE@am__append_10693 = keylayouts.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_10694 = +@COND_i386_efi_TRUE@am__append_10695 = $(nodist_keylayouts_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10696 = \ @COND_i386_efi_TRUE@ $(nodist_keylayouts_module_SOURCES) \ @COND_i386_efi_TRUE@ keylayouts.marker -@COND_i386_efi_TRUE@am__append_10620 = keylayouts.mod -@COND_i386_efi_TRUE@am__append_10621 = keylayouts.marker -@COND_i386_qemu_TRUE@am__append_10622 = keylayouts.module -@COND_i386_qemu_TRUE@am__append_10623 = keylayouts.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10624 = -@COND_i386_qemu_TRUE@am__append_10625 = $(nodist_keylayouts_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10626 = \ +@COND_i386_efi_TRUE@am__append_10697 = keylayouts.mod +@COND_i386_efi_TRUE@am__append_10698 = keylayouts.marker +@COND_i386_qemu_TRUE@am__append_10699 = keylayouts.module +@COND_i386_qemu_TRUE@am__append_10700 = keylayouts.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_10701 = +@COND_i386_qemu_TRUE@am__append_10702 = $(nodist_keylayouts_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10703 = \ @COND_i386_qemu_TRUE@ $(nodist_keylayouts_module_SOURCES) \ @COND_i386_qemu_TRUE@ keylayouts.marker -@COND_i386_qemu_TRUE@am__append_10627 = keylayouts.mod -@COND_i386_qemu_TRUE@am__append_10628 = keylayouts.marker -@COND_i386_coreboot_TRUE@am__append_10629 = keylayouts.module -@COND_i386_coreboot_TRUE@am__append_10630 = keylayouts.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10631 = -@COND_i386_coreboot_TRUE@am__append_10632 = $(nodist_keylayouts_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10633 = \ +@COND_i386_qemu_TRUE@am__append_10704 = keylayouts.mod +@COND_i386_qemu_TRUE@am__append_10705 = keylayouts.marker +@COND_i386_coreboot_TRUE@am__append_10706 = keylayouts.module +@COND_i386_coreboot_TRUE@am__append_10707 = keylayouts.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10708 = +@COND_i386_coreboot_TRUE@am__append_10709 = $(nodist_keylayouts_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10710 = \ @COND_i386_coreboot_TRUE@ $(nodist_keylayouts_module_SOURCES) \ @COND_i386_coreboot_TRUE@ keylayouts.marker -@COND_i386_coreboot_TRUE@am__append_10634 = keylayouts.mod -@COND_i386_coreboot_TRUE@am__append_10635 = keylayouts.marker -@COND_i386_multiboot_TRUE@am__append_10636 = keylayouts.module -@COND_i386_multiboot_TRUE@am__append_10637 = keylayouts.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10638 = -@COND_i386_multiboot_TRUE@am__append_10639 = $(nodist_keylayouts_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10640 = \ +@COND_i386_coreboot_TRUE@am__append_10711 = keylayouts.mod +@COND_i386_coreboot_TRUE@am__append_10712 = keylayouts.marker +@COND_i386_multiboot_TRUE@am__append_10713 = keylayouts.module +@COND_i386_multiboot_TRUE@am__append_10714 = keylayouts.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10715 = +@COND_i386_multiboot_TRUE@am__append_10716 = $(nodist_keylayouts_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10717 = \ @COND_i386_multiboot_TRUE@ $(nodist_keylayouts_module_SOURCES) \ @COND_i386_multiboot_TRUE@ keylayouts.marker -@COND_i386_multiboot_TRUE@am__append_10641 = keylayouts.mod -@COND_i386_multiboot_TRUE@am__append_10642 = keylayouts.marker -@COND_i386_ieee1275_TRUE@am__append_10643 = keylayouts.module -@COND_i386_ieee1275_TRUE@am__append_10644 = keylayouts.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10645 = -@COND_i386_ieee1275_TRUE@am__append_10646 = $(nodist_keylayouts_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10647 = \ +@COND_i386_multiboot_TRUE@am__append_10718 = keylayouts.mod +@COND_i386_multiboot_TRUE@am__append_10719 = keylayouts.marker +@COND_i386_ieee1275_TRUE@am__append_10720 = keylayouts.module +@COND_i386_ieee1275_TRUE@am__append_10721 = keylayouts.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10722 = +@COND_i386_ieee1275_TRUE@am__append_10723 = $(nodist_keylayouts_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10724 = \ @COND_i386_ieee1275_TRUE@ $(nodist_keylayouts_module_SOURCES) \ @COND_i386_ieee1275_TRUE@ keylayouts.marker -@COND_i386_ieee1275_TRUE@am__append_10648 = keylayouts.mod -@COND_i386_ieee1275_TRUE@am__append_10649 = keylayouts.marker -@COND_x86_64_efi_TRUE@am__append_10650 = keylayouts.module -@COND_x86_64_efi_TRUE@am__append_10651 = keylayouts.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10652 = -@COND_x86_64_efi_TRUE@am__append_10653 = $(nodist_keylayouts_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10654 = \ +@COND_i386_ieee1275_TRUE@am__append_10725 = keylayouts.mod +@COND_i386_ieee1275_TRUE@am__append_10726 = keylayouts.marker +@COND_x86_64_efi_TRUE@am__append_10727 = keylayouts.module +@COND_x86_64_efi_TRUE@am__append_10728 = keylayouts.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10729 = +@COND_x86_64_efi_TRUE@am__append_10730 = $(nodist_keylayouts_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10731 = \ @COND_x86_64_efi_TRUE@ $(nodist_keylayouts_module_SOURCES) \ @COND_x86_64_efi_TRUE@ keylayouts.marker -@COND_x86_64_efi_TRUE@am__append_10655 = keylayouts.mod -@COND_x86_64_efi_TRUE@am__append_10656 = keylayouts.marker -@COND_sparc64_ieee1275_TRUE@am__append_10657 = keylayouts.module -@COND_sparc64_ieee1275_TRUE@am__append_10658 = keylayouts.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__append_10659 = -@COND_sparc64_ieee1275_TRUE@am__append_10660 = $(nodist_keylayouts_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10661 = $(nodist_keylayouts_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ keylayouts.marker -@COND_sparc64_ieee1275_TRUE@am__append_10662 = keylayouts.mod -@COND_sparc64_ieee1275_TRUE@am__append_10663 = keylayouts.marker -@COND_powerpc_ieee1275_TRUE@am__append_10664 = keylayouts.module -@COND_powerpc_ieee1275_TRUE@am__append_10665 = keylayouts.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__append_10666 = -@COND_powerpc_ieee1275_TRUE@am__append_10667 = $(nodist_keylayouts_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10668 = $(nodist_keylayouts_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ keylayouts.marker -@COND_powerpc_ieee1275_TRUE@am__append_10669 = keylayouts.mod -@COND_powerpc_ieee1275_TRUE@am__append_10670 = keylayouts.marker -@COND_emu_TRUE@am__append_10671 = gcry_arcfour.module -@COND_emu_TRUE@am__append_10672 = gcry_arcfour.module$(EXEEXT) -@COND_emu_TRUE@am__append_10673 = -@COND_emu_TRUE@am__append_10674 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_emu_TRUE@am__append_10675 = \ -@COND_emu_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_emu_TRUE@ gcry_arcfour.marker -@COND_emu_TRUE@am__append_10676 = gcry_arcfour.mod -@COND_emu_TRUE@am__append_10677 = gcry_arcfour.marker -@COND_i386_pc_TRUE@am__append_10678 = gcry_arcfour.module -@COND_i386_pc_TRUE@am__append_10679 = gcry_arcfour.module$(EXEEXT) -@COND_i386_pc_TRUE@am__append_10680 = -@COND_i386_pc_TRUE@am__append_10681 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_pc_TRUE@am__append_10682 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_arcfour.marker -@COND_i386_pc_TRUE@am__append_10683 = gcry_arcfour.mod -@COND_i386_pc_TRUE@am__append_10684 = gcry_arcfour.marker -@COND_i386_efi_TRUE@am__append_10685 = gcry_arcfour.module -@COND_i386_efi_TRUE@am__append_10686 = gcry_arcfour.module$(EXEEXT) -@COND_i386_efi_TRUE@am__append_10687 = -@COND_i386_efi_TRUE@am__append_10688 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_efi_TRUE@am__append_10689 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_arcfour.marker -@COND_i386_efi_TRUE@am__append_10690 = gcry_arcfour.mod -@COND_i386_efi_TRUE@am__append_10691 = gcry_arcfour.marker -@COND_i386_qemu_TRUE@am__append_10692 = gcry_arcfour.module -@COND_i386_qemu_TRUE@am__append_10693 = gcry_arcfour.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__append_10694 = -@COND_i386_qemu_TRUE@am__append_10695 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_qemu_TRUE@am__append_10696 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_arcfour.marker -@COND_i386_qemu_TRUE@am__append_10697 = gcry_arcfour.mod -@COND_i386_qemu_TRUE@am__append_10698 = gcry_arcfour.marker -@COND_i386_coreboot_TRUE@am__append_10699 = gcry_arcfour.module -@COND_i386_coreboot_TRUE@am__append_10700 = gcry_arcfour.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__append_10701 = -@COND_i386_coreboot_TRUE@am__append_10702 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10703 = $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_arcfour.marker -@COND_i386_coreboot_TRUE@am__append_10704 = gcry_arcfour.mod -@COND_i386_coreboot_TRUE@am__append_10705 = gcry_arcfour.marker -@COND_i386_multiboot_TRUE@am__append_10706 = gcry_arcfour.module -@COND_i386_multiboot_TRUE@am__append_10707 = gcry_arcfour.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__append_10708 = -@COND_i386_multiboot_TRUE@am__append_10709 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10710 = $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_arcfour.marker -@COND_i386_multiboot_TRUE@am__append_10711 = gcry_arcfour.mod -@COND_i386_multiboot_TRUE@am__append_10712 = gcry_arcfour.marker -@COND_i386_ieee1275_TRUE@am__append_10713 = gcry_arcfour.module -@COND_i386_ieee1275_TRUE@am__append_10714 = gcry_arcfour.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__append_10715 = -@COND_i386_ieee1275_TRUE@am__append_10716 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10717 = $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_arcfour.marker -@COND_i386_ieee1275_TRUE@am__append_10718 = gcry_arcfour.mod -@COND_i386_ieee1275_TRUE@am__append_10719 = gcry_arcfour.marker -@COND_x86_64_efi_TRUE@am__append_10720 = gcry_arcfour.module -@COND_x86_64_efi_TRUE@am__append_10721 = gcry_arcfour.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__append_10722 = -@COND_x86_64_efi_TRUE@am__append_10723 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_x86_64_efi_TRUE@am__append_10724 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_arcfour.marker -@COND_x86_64_efi_TRUE@am__append_10725 = gcry_arcfour.mod -@COND_x86_64_efi_TRUE@am__append_10726 = gcry_arcfour.marker -@COND_mips_yeeloong_TRUE@am__append_10727 = gcry_arcfour.module -@COND_mips_yeeloong_TRUE@am__append_10728 = gcry_arcfour.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__append_10729 = -@COND_mips_yeeloong_TRUE@am__append_10730 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10731 = $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_arcfour.marker -@COND_mips_yeeloong_TRUE@am__append_10732 = gcry_arcfour.mod -@COND_mips_yeeloong_TRUE@am__append_10733 = gcry_arcfour.marker -@COND_sparc64_ieee1275_TRUE@am__append_10734 = gcry_arcfour.module -@COND_sparc64_ieee1275_TRUE@am__append_10735 = gcry_arcfour.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_10732 = keylayouts.mod +@COND_x86_64_efi_TRUE@am__append_10733 = keylayouts.marker +@COND_sparc64_ieee1275_TRUE@am__append_10734 = keylayouts.module +@COND_sparc64_ieee1275_TRUE@am__append_10735 = keylayouts.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_10736 = -@COND_sparc64_ieee1275_TRUE@am__append_10737 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10738 = $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_arcfour.marker -@COND_sparc64_ieee1275_TRUE@am__append_10739 = gcry_arcfour.mod -@COND_sparc64_ieee1275_TRUE@am__append_10740 = gcry_arcfour.marker -@COND_powerpc_ieee1275_TRUE@am__append_10741 = gcry_arcfour.module -@COND_powerpc_ieee1275_TRUE@am__append_10742 = gcry_arcfour.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10737 = $(nodist_keylayouts_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10738 = $(nodist_keylayouts_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ keylayouts.marker +@COND_sparc64_ieee1275_TRUE@am__append_10739 = keylayouts.mod +@COND_sparc64_ieee1275_TRUE@am__append_10740 = keylayouts.marker +@COND_powerpc_ieee1275_TRUE@am__append_10741 = keylayouts.module +@COND_powerpc_ieee1275_TRUE@am__append_10742 = keylayouts.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_10743 = -@COND_powerpc_ieee1275_TRUE@am__append_10744 = $(nodist_gcry_arcfour_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10745 = $(nodist_gcry_arcfour_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_arcfour.marker -@COND_powerpc_ieee1275_TRUE@am__append_10746 = gcry_arcfour.mod -@COND_powerpc_ieee1275_TRUE@am__append_10747 = gcry_arcfour.marker -@COND_emu_TRUE@am__append_10748 = gcry_blowfish.module -@COND_emu_TRUE@am__append_10749 = gcry_blowfish.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10744 = $(nodist_keylayouts_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10745 = $(nodist_keylayouts_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ keylayouts.marker +@COND_powerpc_ieee1275_TRUE@am__append_10746 = keylayouts.mod +@COND_powerpc_ieee1275_TRUE@am__append_10747 = keylayouts.marker +@COND_emu_TRUE@am__append_10748 = gcry_serpent.module +@COND_emu_TRUE@am__append_10749 = gcry_serpent.module$(EXEEXT) @COND_emu_TRUE@am__append_10750 = -@COND_emu_TRUE@am__append_10751 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_emu_TRUE@am__append_10751 = $(nodist_gcry_serpent_module_SOURCES) @COND_emu_TRUE@am__append_10752 = \ -@COND_emu_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_emu_TRUE@ gcry_blowfish.marker -@COND_emu_TRUE@am__append_10753 = gcry_blowfish.mod -@COND_emu_TRUE@am__append_10754 = gcry_blowfish.marker -@COND_i386_pc_TRUE@am__append_10755 = gcry_blowfish.module -@COND_i386_pc_TRUE@am__append_10756 = gcry_blowfish.module$(EXEEXT) +@COND_emu_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ +@COND_emu_TRUE@ gcry_serpent.marker +@COND_emu_TRUE@am__append_10753 = gcry_serpent.mod +@COND_emu_TRUE@am__append_10754 = gcry_serpent.marker +@COND_i386_pc_TRUE@am__append_10755 = gcry_serpent.module +@COND_i386_pc_TRUE@am__append_10756 = gcry_serpent.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_10757 = -@COND_i386_pc_TRUE@am__append_10758 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10758 = $(nodist_gcry_serpent_module_SOURCES) @COND_i386_pc_TRUE@am__append_10759 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_blowfish.marker -@COND_i386_pc_TRUE@am__append_10760 = gcry_blowfish.mod -@COND_i386_pc_TRUE@am__append_10761 = gcry_blowfish.marker -@COND_i386_efi_TRUE@am__append_10762 = gcry_blowfish.module -@COND_i386_efi_TRUE@am__append_10763 = gcry_blowfish.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_serpent.marker +@COND_i386_pc_TRUE@am__append_10760 = gcry_serpent.mod +@COND_i386_pc_TRUE@am__append_10761 = gcry_serpent.marker +@COND_i386_efi_TRUE@am__append_10762 = gcry_serpent.module +@COND_i386_efi_TRUE@am__append_10763 = gcry_serpent.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_10764 = -@COND_i386_efi_TRUE@am__append_10765 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10765 = $(nodist_gcry_serpent_module_SOURCES) @COND_i386_efi_TRUE@am__append_10766 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_blowfish.marker -@COND_i386_efi_TRUE@am__append_10767 = gcry_blowfish.mod -@COND_i386_efi_TRUE@am__append_10768 = gcry_blowfish.marker -@COND_i386_qemu_TRUE@am__append_10769 = gcry_blowfish.module -@COND_i386_qemu_TRUE@am__append_10770 = gcry_blowfish.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_serpent.marker +@COND_i386_efi_TRUE@am__append_10767 = gcry_serpent.mod +@COND_i386_efi_TRUE@am__append_10768 = gcry_serpent.marker +@COND_i386_qemu_TRUE@am__append_10769 = gcry_serpent.module +@COND_i386_qemu_TRUE@am__append_10770 = gcry_serpent.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_10771 = -@COND_i386_qemu_TRUE@am__append_10772 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10772 = $(nodist_gcry_serpent_module_SOURCES) @COND_i386_qemu_TRUE@am__append_10773 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_blowfish.marker -@COND_i386_qemu_TRUE@am__append_10774 = gcry_blowfish.mod -@COND_i386_qemu_TRUE@am__append_10775 = gcry_blowfish.marker -@COND_i386_coreboot_TRUE@am__append_10776 = gcry_blowfish.module -@COND_i386_coreboot_TRUE@am__append_10777 = gcry_blowfish.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_serpent.marker +@COND_i386_qemu_TRUE@am__append_10774 = gcry_serpent.mod +@COND_i386_qemu_TRUE@am__append_10775 = gcry_serpent.marker +@COND_i386_coreboot_TRUE@am__append_10776 = gcry_serpent.module +@COND_i386_coreboot_TRUE@am__append_10777 = gcry_serpent.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_10778 = -@COND_i386_coreboot_TRUE@am__append_10779 = $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10780 = $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_blowfish.marker -@COND_i386_coreboot_TRUE@am__append_10781 = gcry_blowfish.mod -@COND_i386_coreboot_TRUE@am__append_10782 = gcry_blowfish.marker -@COND_i386_multiboot_TRUE@am__append_10783 = gcry_blowfish.module -@COND_i386_multiboot_TRUE@am__append_10784 = gcry_blowfish.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10779 = $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10780 = $(nodist_gcry_serpent_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_serpent.marker +@COND_i386_coreboot_TRUE@am__append_10781 = gcry_serpent.mod +@COND_i386_coreboot_TRUE@am__append_10782 = gcry_serpent.marker +@COND_i386_multiboot_TRUE@am__append_10783 = gcry_serpent.module +@COND_i386_multiboot_TRUE@am__append_10784 = gcry_serpent.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_10785 = -@COND_i386_multiboot_TRUE@am__append_10786 = $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10787 = $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_blowfish.marker -@COND_i386_multiboot_TRUE@am__append_10788 = gcry_blowfish.mod -@COND_i386_multiboot_TRUE@am__append_10789 = gcry_blowfish.marker -@COND_i386_ieee1275_TRUE@am__append_10790 = gcry_blowfish.module -@COND_i386_ieee1275_TRUE@am__append_10791 = gcry_blowfish.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10786 = $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10787 = $(nodist_gcry_serpent_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_serpent.marker +@COND_i386_multiboot_TRUE@am__append_10788 = gcry_serpent.mod +@COND_i386_multiboot_TRUE@am__append_10789 = gcry_serpent.marker +@COND_i386_ieee1275_TRUE@am__append_10790 = gcry_serpent.module +@COND_i386_ieee1275_TRUE@am__append_10791 = gcry_serpent.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_10792 = -@COND_i386_ieee1275_TRUE@am__append_10793 = $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10794 = $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_blowfish.marker -@COND_i386_ieee1275_TRUE@am__append_10795 = gcry_blowfish.mod -@COND_i386_ieee1275_TRUE@am__append_10796 = gcry_blowfish.marker -@COND_x86_64_efi_TRUE@am__append_10797 = gcry_blowfish.module -@COND_x86_64_efi_TRUE@am__append_10798 = gcry_blowfish.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10793 = $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10794 = $(nodist_gcry_serpent_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_serpent.marker +@COND_i386_ieee1275_TRUE@am__append_10795 = gcry_serpent.mod +@COND_i386_ieee1275_TRUE@am__append_10796 = gcry_serpent.marker +@COND_x86_64_efi_TRUE@am__append_10797 = gcry_serpent.module +@COND_x86_64_efi_TRUE@am__append_10798 = gcry_serpent.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_10799 = -@COND_x86_64_efi_TRUE@am__append_10800 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10800 = $(nodist_gcry_serpent_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_10801 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_blowfish.marker -@COND_x86_64_efi_TRUE@am__append_10802 = gcry_blowfish.mod -@COND_x86_64_efi_TRUE@am__append_10803 = gcry_blowfish.marker -@COND_mips_yeeloong_TRUE@am__append_10804 = gcry_blowfish.module -@COND_mips_yeeloong_TRUE@am__append_10805 = gcry_blowfish.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_serpent.marker +@COND_x86_64_efi_TRUE@am__append_10802 = gcry_serpent.mod +@COND_x86_64_efi_TRUE@am__append_10803 = gcry_serpent.marker +@COND_mips_yeeloong_TRUE@am__append_10804 = gcry_serpent.module +@COND_mips_yeeloong_TRUE@am__append_10805 = gcry_serpent.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_10806 = -@COND_mips_yeeloong_TRUE@am__append_10807 = $(nodist_gcry_blowfish_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10808 = $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_blowfish.marker -@COND_mips_yeeloong_TRUE@am__append_10809 = gcry_blowfish.mod -@COND_mips_yeeloong_TRUE@am__append_10810 = gcry_blowfish.marker -@COND_sparc64_ieee1275_TRUE@am__append_10811 = gcry_blowfish.module -@COND_sparc64_ieee1275_TRUE@am__append_10812 = gcry_blowfish.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10807 = $(nodist_gcry_serpent_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10808 = $(nodist_gcry_serpent_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_serpent.marker +@COND_mips_yeeloong_TRUE@am__append_10809 = gcry_serpent.mod +@COND_mips_yeeloong_TRUE@am__append_10810 = gcry_serpent.marker +@COND_sparc64_ieee1275_TRUE@am__append_10811 = gcry_serpent.module +@COND_sparc64_ieee1275_TRUE@am__append_10812 = gcry_serpent.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_10813 = -@COND_sparc64_ieee1275_TRUE@am__append_10814 = $(nodist_gcry_blowfish_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10815 = $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_blowfish.marker -@COND_sparc64_ieee1275_TRUE@am__append_10816 = gcry_blowfish.mod -@COND_sparc64_ieee1275_TRUE@am__append_10817 = gcry_blowfish.marker -@COND_powerpc_ieee1275_TRUE@am__append_10818 = gcry_blowfish.module -@COND_powerpc_ieee1275_TRUE@am__append_10819 = gcry_blowfish.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10814 = $(nodist_gcry_serpent_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10815 = $(nodist_gcry_serpent_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_serpent.marker +@COND_sparc64_ieee1275_TRUE@am__append_10816 = gcry_serpent.mod +@COND_sparc64_ieee1275_TRUE@am__append_10817 = gcry_serpent.marker +@COND_powerpc_ieee1275_TRUE@am__append_10818 = gcry_serpent.module +@COND_powerpc_ieee1275_TRUE@am__append_10819 = gcry_serpent.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_10820 = -@COND_powerpc_ieee1275_TRUE@am__append_10821 = $(nodist_gcry_blowfish_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10822 = $(nodist_gcry_blowfish_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_blowfish.marker -@COND_powerpc_ieee1275_TRUE@am__append_10823 = gcry_blowfish.mod -@COND_powerpc_ieee1275_TRUE@am__append_10824 = gcry_blowfish.marker -@COND_emu_TRUE@am__append_10825 = gcry_camellia.module -@COND_emu_TRUE@am__append_10826 = gcry_camellia.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10821 = $(nodist_gcry_serpent_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10822 = $(nodist_gcry_serpent_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_serpent.marker +@COND_powerpc_ieee1275_TRUE@am__append_10823 = gcry_serpent.mod +@COND_powerpc_ieee1275_TRUE@am__append_10824 = gcry_serpent.marker +@COND_emu_TRUE@am__append_10825 = gcry_md4.module +@COND_emu_TRUE@am__append_10826 = gcry_md4.module$(EXEEXT) @COND_emu_TRUE@am__append_10827 = -@COND_emu_TRUE@am__append_10828 = $(nodist_gcry_camellia_module_SOURCES) -@COND_emu_TRUE@am__append_10829 = \ -@COND_emu_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ -@COND_emu_TRUE@ gcry_camellia.marker -@COND_emu_TRUE@am__append_10830 = gcry_camellia.mod -@COND_emu_TRUE@am__append_10831 = gcry_camellia.marker -@COND_i386_pc_TRUE@am__append_10832 = gcry_camellia.module -@COND_i386_pc_TRUE@am__append_10833 = gcry_camellia.module$(EXEEXT) +@COND_emu_TRUE@am__append_10828 = $(nodist_gcry_md4_module_SOURCES) +@COND_emu_TRUE@am__append_10829 = $(nodist_gcry_md4_module_SOURCES) \ +@COND_emu_TRUE@ gcry_md4.marker +@COND_emu_TRUE@am__append_10830 = gcry_md4.mod +@COND_emu_TRUE@am__append_10831 = gcry_md4.marker +@COND_i386_pc_TRUE@am__append_10832 = gcry_md4.module +@COND_i386_pc_TRUE@am__append_10833 = gcry_md4.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_10834 = -@COND_i386_pc_TRUE@am__append_10835 = $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10835 = $(nodist_gcry_md4_module_SOURCES) @COND_i386_pc_TRUE@am__append_10836 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_camellia.marker -@COND_i386_pc_TRUE@am__append_10837 = gcry_camellia.mod -@COND_i386_pc_TRUE@am__append_10838 = gcry_camellia.marker -@COND_i386_efi_TRUE@am__append_10839 = gcry_camellia.module -@COND_i386_efi_TRUE@am__append_10840 = gcry_camellia.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_md4.marker +@COND_i386_pc_TRUE@am__append_10837 = gcry_md4.mod +@COND_i386_pc_TRUE@am__append_10838 = gcry_md4.marker +@COND_i386_efi_TRUE@am__append_10839 = gcry_md4.module +@COND_i386_efi_TRUE@am__append_10840 = gcry_md4.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_10841 = -@COND_i386_efi_TRUE@am__append_10842 = $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10842 = $(nodist_gcry_md4_module_SOURCES) @COND_i386_efi_TRUE@am__append_10843 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_camellia.marker -@COND_i386_efi_TRUE@am__append_10844 = gcry_camellia.mod -@COND_i386_efi_TRUE@am__append_10845 = gcry_camellia.marker -@COND_i386_qemu_TRUE@am__append_10846 = gcry_camellia.module -@COND_i386_qemu_TRUE@am__append_10847 = gcry_camellia.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_md4.marker +@COND_i386_efi_TRUE@am__append_10844 = gcry_md4.mod +@COND_i386_efi_TRUE@am__append_10845 = gcry_md4.marker +@COND_i386_qemu_TRUE@am__append_10846 = gcry_md4.module +@COND_i386_qemu_TRUE@am__append_10847 = gcry_md4.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_10848 = -@COND_i386_qemu_TRUE@am__append_10849 = $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10849 = $(nodist_gcry_md4_module_SOURCES) @COND_i386_qemu_TRUE@am__append_10850 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_camellia.marker -@COND_i386_qemu_TRUE@am__append_10851 = gcry_camellia.mod -@COND_i386_qemu_TRUE@am__append_10852 = gcry_camellia.marker -@COND_i386_coreboot_TRUE@am__append_10853 = gcry_camellia.module -@COND_i386_coreboot_TRUE@am__append_10854 = gcry_camellia.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_md4.marker +@COND_i386_qemu_TRUE@am__append_10851 = gcry_md4.mod +@COND_i386_qemu_TRUE@am__append_10852 = gcry_md4.marker +@COND_i386_coreboot_TRUE@am__append_10853 = gcry_md4.module +@COND_i386_coreboot_TRUE@am__append_10854 = gcry_md4.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_10855 = -@COND_i386_coreboot_TRUE@am__append_10856 = $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10857 = $(nodist_gcry_camellia_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_camellia.marker -@COND_i386_coreboot_TRUE@am__append_10858 = gcry_camellia.mod -@COND_i386_coreboot_TRUE@am__append_10859 = gcry_camellia.marker -@COND_i386_multiboot_TRUE@am__append_10860 = gcry_camellia.module -@COND_i386_multiboot_TRUE@am__append_10861 = gcry_camellia.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10856 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10857 = \ +@COND_i386_coreboot_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_md4.marker +@COND_i386_coreboot_TRUE@am__append_10858 = gcry_md4.mod +@COND_i386_coreboot_TRUE@am__append_10859 = gcry_md4.marker +@COND_i386_multiboot_TRUE@am__append_10860 = gcry_md4.module +@COND_i386_multiboot_TRUE@am__append_10861 = gcry_md4.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_10862 = -@COND_i386_multiboot_TRUE@am__append_10863 = $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10864 = $(nodist_gcry_camellia_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_camellia.marker -@COND_i386_multiboot_TRUE@am__append_10865 = gcry_camellia.mod -@COND_i386_multiboot_TRUE@am__append_10866 = gcry_camellia.marker -@COND_i386_ieee1275_TRUE@am__append_10867 = gcry_camellia.module -@COND_i386_ieee1275_TRUE@am__append_10868 = gcry_camellia.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10863 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10864 = \ +@COND_i386_multiboot_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_md4.marker +@COND_i386_multiboot_TRUE@am__append_10865 = gcry_md4.mod +@COND_i386_multiboot_TRUE@am__append_10866 = gcry_md4.marker +@COND_i386_ieee1275_TRUE@am__append_10867 = gcry_md4.module +@COND_i386_ieee1275_TRUE@am__append_10868 = gcry_md4.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_10869 = -@COND_i386_ieee1275_TRUE@am__append_10870 = $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10871 = $(nodist_gcry_camellia_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_camellia.marker -@COND_i386_ieee1275_TRUE@am__append_10872 = gcry_camellia.mod -@COND_i386_ieee1275_TRUE@am__append_10873 = gcry_camellia.marker -@COND_x86_64_efi_TRUE@am__append_10874 = gcry_camellia.module -@COND_x86_64_efi_TRUE@am__append_10875 = gcry_camellia.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10870 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10871 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_md4.marker +@COND_i386_ieee1275_TRUE@am__append_10872 = gcry_md4.mod +@COND_i386_ieee1275_TRUE@am__append_10873 = gcry_md4.marker +@COND_x86_64_efi_TRUE@am__append_10874 = gcry_md4.module +@COND_x86_64_efi_TRUE@am__append_10875 = gcry_md4.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_10876 = -@COND_x86_64_efi_TRUE@am__append_10877 = $(nodist_gcry_camellia_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10877 = $(nodist_gcry_md4_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_10878 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_camellia.marker -@COND_x86_64_efi_TRUE@am__append_10879 = gcry_camellia.mod -@COND_x86_64_efi_TRUE@am__append_10880 = gcry_camellia.marker -@COND_mips_yeeloong_TRUE@am__append_10881 = gcry_camellia.module -@COND_mips_yeeloong_TRUE@am__append_10882 = gcry_camellia.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_md4.marker +@COND_x86_64_efi_TRUE@am__append_10879 = gcry_md4.mod +@COND_x86_64_efi_TRUE@am__append_10880 = gcry_md4.marker +@COND_mips_yeeloong_TRUE@am__append_10881 = gcry_md4.module +@COND_mips_yeeloong_TRUE@am__append_10882 = gcry_md4.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_10883 = -@COND_mips_yeeloong_TRUE@am__append_10884 = $(nodist_gcry_camellia_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10885 = $(nodist_gcry_camellia_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_camellia.marker -@COND_mips_yeeloong_TRUE@am__append_10886 = gcry_camellia.mod -@COND_mips_yeeloong_TRUE@am__append_10887 = gcry_camellia.marker -@COND_sparc64_ieee1275_TRUE@am__append_10888 = gcry_camellia.module -@COND_sparc64_ieee1275_TRUE@am__append_10889 = gcry_camellia.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10884 = $(nodist_gcry_md4_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10885 = \ +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_md4.marker +@COND_mips_yeeloong_TRUE@am__append_10886 = gcry_md4.mod +@COND_mips_yeeloong_TRUE@am__append_10887 = gcry_md4.marker +@COND_sparc64_ieee1275_TRUE@am__append_10888 = gcry_md4.module +@COND_sparc64_ieee1275_TRUE@am__append_10889 = gcry_md4.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_10890 = -@COND_sparc64_ieee1275_TRUE@am__append_10891 = $(nodist_gcry_camellia_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10892 = $(nodist_gcry_camellia_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_camellia.marker -@COND_sparc64_ieee1275_TRUE@am__append_10893 = gcry_camellia.mod -@COND_sparc64_ieee1275_TRUE@am__append_10894 = gcry_camellia.marker -@COND_powerpc_ieee1275_TRUE@am__append_10895 = gcry_camellia.module -@COND_powerpc_ieee1275_TRUE@am__append_10896 = gcry_camellia.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10891 = $(nodist_gcry_md4_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10892 = \ +@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_md4.marker +@COND_sparc64_ieee1275_TRUE@am__append_10893 = gcry_md4.mod +@COND_sparc64_ieee1275_TRUE@am__append_10894 = gcry_md4.marker +@COND_powerpc_ieee1275_TRUE@am__append_10895 = gcry_md4.module +@COND_powerpc_ieee1275_TRUE@am__append_10896 = gcry_md4.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_10897 = -@COND_powerpc_ieee1275_TRUE@am__append_10898 = $(nodist_gcry_camellia_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10899 = $(nodist_gcry_camellia_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_camellia.marker -@COND_powerpc_ieee1275_TRUE@am__append_10900 = gcry_camellia.mod -@COND_powerpc_ieee1275_TRUE@am__append_10901 = gcry_camellia.marker -@COND_emu_TRUE@am__append_10902 = gcry_cast5.module -@COND_emu_TRUE@am__append_10903 = gcry_cast5.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10898 = $(nodist_gcry_md4_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10899 = \ +@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_md4.marker +@COND_powerpc_ieee1275_TRUE@am__append_10900 = gcry_md4.mod +@COND_powerpc_ieee1275_TRUE@am__append_10901 = gcry_md4.marker +@COND_emu_TRUE@am__append_10902 = gcry_arcfour.module +@COND_emu_TRUE@am__append_10903 = gcry_arcfour.module$(EXEEXT) @COND_emu_TRUE@am__append_10904 = -@COND_emu_TRUE@am__append_10905 = $(nodist_gcry_cast5_module_SOURCES) -@COND_emu_TRUE@am__append_10906 = $(nodist_gcry_cast5_module_SOURCES) \ -@COND_emu_TRUE@ gcry_cast5.marker -@COND_emu_TRUE@am__append_10907 = gcry_cast5.mod -@COND_emu_TRUE@am__append_10908 = gcry_cast5.marker -@COND_i386_pc_TRUE@am__append_10909 = gcry_cast5.module -@COND_i386_pc_TRUE@am__append_10910 = gcry_cast5.module$(EXEEXT) +@COND_emu_TRUE@am__append_10905 = $(nodist_gcry_arcfour_module_SOURCES) +@COND_emu_TRUE@am__append_10906 = \ +@COND_emu_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_emu_TRUE@ gcry_arcfour.marker +@COND_emu_TRUE@am__append_10907 = gcry_arcfour.mod +@COND_emu_TRUE@am__append_10908 = gcry_arcfour.marker +@COND_i386_pc_TRUE@am__append_10909 = gcry_arcfour.module +@COND_i386_pc_TRUE@am__append_10910 = gcry_arcfour.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_10911 = -@COND_i386_pc_TRUE@am__append_10912 = $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10912 = $(nodist_gcry_arcfour_module_SOURCES) @COND_i386_pc_TRUE@am__append_10913 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_cast5.marker -@COND_i386_pc_TRUE@am__append_10914 = gcry_cast5.mod -@COND_i386_pc_TRUE@am__append_10915 = gcry_cast5.marker -@COND_i386_efi_TRUE@am__append_10916 = gcry_cast5.module -@COND_i386_efi_TRUE@am__append_10917 = gcry_cast5.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_arcfour.marker +@COND_i386_pc_TRUE@am__append_10914 = gcry_arcfour.mod +@COND_i386_pc_TRUE@am__append_10915 = gcry_arcfour.marker +@COND_i386_efi_TRUE@am__append_10916 = gcry_arcfour.module +@COND_i386_efi_TRUE@am__append_10917 = gcry_arcfour.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_10918 = -@COND_i386_efi_TRUE@am__append_10919 = $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10919 = $(nodist_gcry_arcfour_module_SOURCES) @COND_i386_efi_TRUE@am__append_10920 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_cast5.marker -@COND_i386_efi_TRUE@am__append_10921 = gcry_cast5.mod -@COND_i386_efi_TRUE@am__append_10922 = gcry_cast5.marker -@COND_i386_qemu_TRUE@am__append_10923 = gcry_cast5.module -@COND_i386_qemu_TRUE@am__append_10924 = gcry_cast5.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_arcfour.marker +@COND_i386_efi_TRUE@am__append_10921 = gcry_arcfour.mod +@COND_i386_efi_TRUE@am__append_10922 = gcry_arcfour.marker +@COND_i386_qemu_TRUE@am__append_10923 = gcry_arcfour.module +@COND_i386_qemu_TRUE@am__append_10924 = gcry_arcfour.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_10925 = -@COND_i386_qemu_TRUE@am__append_10926 = $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_10926 = $(nodist_gcry_arcfour_module_SOURCES) @COND_i386_qemu_TRUE@am__append_10927 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_cast5.marker -@COND_i386_qemu_TRUE@am__append_10928 = gcry_cast5.mod -@COND_i386_qemu_TRUE@am__append_10929 = gcry_cast5.marker -@COND_i386_coreboot_TRUE@am__append_10930 = gcry_cast5.module -@COND_i386_coreboot_TRUE@am__append_10931 = gcry_cast5.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_arcfour.marker +@COND_i386_qemu_TRUE@am__append_10928 = gcry_arcfour.mod +@COND_i386_qemu_TRUE@am__append_10929 = gcry_arcfour.marker +@COND_i386_coreboot_TRUE@am__append_10930 = gcry_arcfour.module +@COND_i386_coreboot_TRUE@am__append_10931 = gcry_arcfour.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_10932 = -@COND_i386_coreboot_TRUE@am__append_10933 = $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_10934 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_cast5.marker -@COND_i386_coreboot_TRUE@am__append_10935 = gcry_cast5.mod -@COND_i386_coreboot_TRUE@am__append_10936 = gcry_cast5.marker -@COND_i386_multiboot_TRUE@am__append_10937 = gcry_cast5.module -@COND_i386_multiboot_TRUE@am__append_10938 = gcry_cast5.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_10933 = $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_10934 = $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_arcfour.marker +@COND_i386_coreboot_TRUE@am__append_10935 = gcry_arcfour.mod +@COND_i386_coreboot_TRUE@am__append_10936 = gcry_arcfour.marker +@COND_i386_multiboot_TRUE@am__append_10937 = gcry_arcfour.module +@COND_i386_multiboot_TRUE@am__append_10938 = gcry_arcfour.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_10939 = -@COND_i386_multiboot_TRUE@am__append_10940 = $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_10941 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_cast5.marker -@COND_i386_multiboot_TRUE@am__append_10942 = gcry_cast5.mod -@COND_i386_multiboot_TRUE@am__append_10943 = gcry_cast5.marker -@COND_i386_ieee1275_TRUE@am__append_10944 = gcry_cast5.module -@COND_i386_ieee1275_TRUE@am__append_10945 = gcry_cast5.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_10940 = $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_10941 = $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_arcfour.marker +@COND_i386_multiboot_TRUE@am__append_10942 = gcry_arcfour.mod +@COND_i386_multiboot_TRUE@am__append_10943 = gcry_arcfour.marker +@COND_i386_ieee1275_TRUE@am__append_10944 = gcry_arcfour.module +@COND_i386_ieee1275_TRUE@am__append_10945 = gcry_arcfour.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_10946 = -@COND_i386_ieee1275_TRUE@am__append_10947 = $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_10948 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_cast5.marker -@COND_i386_ieee1275_TRUE@am__append_10949 = gcry_cast5.mod -@COND_i386_ieee1275_TRUE@am__append_10950 = gcry_cast5.marker -@COND_x86_64_efi_TRUE@am__append_10951 = gcry_cast5.module -@COND_x86_64_efi_TRUE@am__append_10952 = gcry_cast5.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_10947 = $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_10948 = $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_arcfour.marker +@COND_i386_ieee1275_TRUE@am__append_10949 = gcry_arcfour.mod +@COND_i386_ieee1275_TRUE@am__append_10950 = gcry_arcfour.marker +@COND_x86_64_efi_TRUE@am__append_10951 = gcry_arcfour.module +@COND_x86_64_efi_TRUE@am__append_10952 = gcry_arcfour.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_10953 = -@COND_x86_64_efi_TRUE@am__append_10954 = $(nodist_gcry_cast5_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_10954 = $(nodist_gcry_arcfour_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_10955 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_cast5.marker -@COND_x86_64_efi_TRUE@am__append_10956 = gcry_cast5.mod -@COND_x86_64_efi_TRUE@am__append_10957 = gcry_cast5.marker -@COND_mips_yeeloong_TRUE@am__append_10958 = gcry_cast5.module -@COND_mips_yeeloong_TRUE@am__append_10959 = gcry_cast5.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_arcfour.marker +@COND_x86_64_efi_TRUE@am__append_10956 = gcry_arcfour.mod +@COND_x86_64_efi_TRUE@am__append_10957 = gcry_arcfour.marker +@COND_mips_yeeloong_TRUE@am__append_10958 = gcry_arcfour.module +@COND_mips_yeeloong_TRUE@am__append_10959 = gcry_arcfour.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_10960 = -@COND_mips_yeeloong_TRUE@am__append_10961 = $(nodist_gcry_cast5_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_10962 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_cast5.marker -@COND_mips_yeeloong_TRUE@am__append_10963 = gcry_cast5.mod -@COND_mips_yeeloong_TRUE@am__append_10964 = gcry_cast5.marker -@COND_sparc64_ieee1275_TRUE@am__append_10965 = gcry_cast5.module -@COND_sparc64_ieee1275_TRUE@am__append_10966 = gcry_cast5.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_10961 = $(nodist_gcry_arcfour_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_10962 = $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_arcfour.marker +@COND_mips_yeeloong_TRUE@am__append_10963 = gcry_arcfour.mod +@COND_mips_yeeloong_TRUE@am__append_10964 = gcry_arcfour.marker +@COND_sparc64_ieee1275_TRUE@am__append_10965 = gcry_arcfour.module +@COND_sparc64_ieee1275_TRUE@am__append_10966 = gcry_arcfour.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_10967 = -@COND_sparc64_ieee1275_TRUE@am__append_10968 = $(nodist_gcry_cast5_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_10969 = $(nodist_gcry_cast5_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_cast5.marker -@COND_sparc64_ieee1275_TRUE@am__append_10970 = gcry_cast5.mod -@COND_sparc64_ieee1275_TRUE@am__append_10971 = gcry_cast5.marker -@COND_powerpc_ieee1275_TRUE@am__append_10972 = gcry_cast5.module -@COND_powerpc_ieee1275_TRUE@am__append_10973 = gcry_cast5.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_10968 = $(nodist_gcry_arcfour_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_10969 = $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_arcfour.marker +@COND_sparc64_ieee1275_TRUE@am__append_10970 = gcry_arcfour.mod +@COND_sparc64_ieee1275_TRUE@am__append_10971 = gcry_arcfour.marker +@COND_powerpc_ieee1275_TRUE@am__append_10972 = gcry_arcfour.module +@COND_powerpc_ieee1275_TRUE@am__append_10973 = gcry_arcfour.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_10974 = -@COND_powerpc_ieee1275_TRUE@am__append_10975 = $(nodist_gcry_cast5_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_10976 = $(nodist_gcry_cast5_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_cast5.marker -@COND_powerpc_ieee1275_TRUE@am__append_10977 = gcry_cast5.mod -@COND_powerpc_ieee1275_TRUE@am__append_10978 = gcry_cast5.marker -@COND_emu_TRUE@am__append_10979 = gcry_crc.module -@COND_emu_TRUE@am__append_10980 = gcry_crc.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_10975 = $(nodist_gcry_arcfour_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_10976 = $(nodist_gcry_arcfour_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_arcfour.marker +@COND_powerpc_ieee1275_TRUE@am__append_10977 = gcry_arcfour.mod +@COND_powerpc_ieee1275_TRUE@am__append_10978 = gcry_arcfour.marker +@COND_emu_TRUE@am__append_10979 = gcry_blowfish.module +@COND_emu_TRUE@am__append_10980 = gcry_blowfish.module$(EXEEXT) @COND_emu_TRUE@am__append_10981 = -@COND_emu_TRUE@am__append_10982 = $(nodist_gcry_crc_module_SOURCES) -@COND_emu_TRUE@am__append_10983 = $(nodist_gcry_crc_module_SOURCES) \ -@COND_emu_TRUE@ gcry_crc.marker -@COND_emu_TRUE@am__append_10984 = gcry_crc.mod -@COND_emu_TRUE@am__append_10985 = gcry_crc.marker -@COND_i386_pc_TRUE@am__append_10986 = gcry_crc.module -@COND_i386_pc_TRUE@am__append_10987 = gcry_crc.module$(EXEEXT) +@COND_emu_TRUE@am__append_10982 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_emu_TRUE@am__append_10983 = \ +@COND_emu_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_emu_TRUE@ gcry_blowfish.marker +@COND_emu_TRUE@am__append_10984 = gcry_blowfish.mod +@COND_emu_TRUE@am__append_10985 = gcry_blowfish.marker +@COND_i386_pc_TRUE@am__append_10986 = gcry_blowfish.module +@COND_i386_pc_TRUE@am__append_10987 = gcry_blowfish.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_10988 = -@COND_i386_pc_TRUE@am__append_10989 = $(nodist_gcry_crc_module_SOURCES) +@COND_i386_pc_TRUE@am__append_10989 = $(nodist_gcry_blowfish_module_SOURCES) @COND_i386_pc_TRUE@am__append_10990 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_crc.marker -@COND_i386_pc_TRUE@am__append_10991 = gcry_crc.mod -@COND_i386_pc_TRUE@am__append_10992 = gcry_crc.marker -@COND_i386_efi_TRUE@am__append_10993 = gcry_crc.module -@COND_i386_efi_TRUE@am__append_10994 = gcry_crc.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_blowfish.marker +@COND_i386_pc_TRUE@am__append_10991 = gcry_blowfish.mod +@COND_i386_pc_TRUE@am__append_10992 = gcry_blowfish.marker +@COND_i386_efi_TRUE@am__append_10993 = gcry_blowfish.module +@COND_i386_efi_TRUE@am__append_10994 = gcry_blowfish.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_10995 = -@COND_i386_efi_TRUE@am__append_10996 = $(nodist_gcry_crc_module_SOURCES) +@COND_i386_efi_TRUE@am__append_10996 = $(nodist_gcry_blowfish_module_SOURCES) @COND_i386_efi_TRUE@am__append_10997 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_crc.marker -@COND_i386_efi_TRUE@am__append_10998 = gcry_crc.mod -@COND_i386_efi_TRUE@am__append_10999 = gcry_crc.marker -@COND_i386_qemu_TRUE@am__append_11000 = gcry_crc.module -@COND_i386_qemu_TRUE@am__append_11001 = gcry_crc.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_blowfish.marker +@COND_i386_efi_TRUE@am__append_10998 = gcry_blowfish.mod +@COND_i386_efi_TRUE@am__append_10999 = gcry_blowfish.marker +@COND_i386_qemu_TRUE@am__append_11000 = gcry_blowfish.module +@COND_i386_qemu_TRUE@am__append_11001 = gcry_blowfish.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11002 = -@COND_i386_qemu_TRUE@am__append_11003 = $(nodist_gcry_crc_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11003 = $(nodist_gcry_blowfish_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11004 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_crc.marker -@COND_i386_qemu_TRUE@am__append_11005 = gcry_crc.mod -@COND_i386_qemu_TRUE@am__append_11006 = gcry_crc.marker -@COND_i386_coreboot_TRUE@am__append_11007 = gcry_crc.module -@COND_i386_coreboot_TRUE@am__append_11008 = gcry_crc.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_blowfish.marker +@COND_i386_qemu_TRUE@am__append_11005 = gcry_blowfish.mod +@COND_i386_qemu_TRUE@am__append_11006 = gcry_blowfish.marker +@COND_i386_coreboot_TRUE@am__append_11007 = gcry_blowfish.module +@COND_i386_coreboot_TRUE@am__append_11008 = gcry_blowfish.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11009 = -@COND_i386_coreboot_TRUE@am__append_11010 = $(nodist_gcry_crc_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11011 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_crc.marker -@COND_i386_coreboot_TRUE@am__append_11012 = gcry_crc.mod -@COND_i386_coreboot_TRUE@am__append_11013 = gcry_crc.marker -@COND_i386_multiboot_TRUE@am__append_11014 = gcry_crc.module -@COND_i386_multiboot_TRUE@am__append_11015 = gcry_crc.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11010 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11011 = $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_blowfish.marker +@COND_i386_coreboot_TRUE@am__append_11012 = gcry_blowfish.mod +@COND_i386_coreboot_TRUE@am__append_11013 = gcry_blowfish.marker +@COND_i386_multiboot_TRUE@am__append_11014 = gcry_blowfish.module +@COND_i386_multiboot_TRUE@am__append_11015 = gcry_blowfish.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11016 = -@COND_i386_multiboot_TRUE@am__append_11017 = $(nodist_gcry_crc_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11018 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_crc.marker -@COND_i386_multiboot_TRUE@am__append_11019 = gcry_crc.mod -@COND_i386_multiboot_TRUE@am__append_11020 = gcry_crc.marker -@COND_i386_ieee1275_TRUE@am__append_11021 = gcry_crc.module -@COND_i386_ieee1275_TRUE@am__append_11022 = gcry_crc.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11017 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11018 = $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_blowfish.marker +@COND_i386_multiboot_TRUE@am__append_11019 = gcry_blowfish.mod +@COND_i386_multiboot_TRUE@am__append_11020 = gcry_blowfish.marker +@COND_i386_ieee1275_TRUE@am__append_11021 = gcry_blowfish.module +@COND_i386_ieee1275_TRUE@am__append_11022 = gcry_blowfish.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11023 = -@COND_i386_ieee1275_TRUE@am__append_11024 = $(nodist_gcry_crc_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11025 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_crc.marker -@COND_i386_ieee1275_TRUE@am__append_11026 = gcry_crc.mod -@COND_i386_ieee1275_TRUE@am__append_11027 = gcry_crc.marker -@COND_x86_64_efi_TRUE@am__append_11028 = gcry_crc.module -@COND_x86_64_efi_TRUE@am__append_11029 = gcry_crc.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11024 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11025 = $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_blowfish.marker +@COND_i386_ieee1275_TRUE@am__append_11026 = gcry_blowfish.mod +@COND_i386_ieee1275_TRUE@am__append_11027 = gcry_blowfish.marker +@COND_x86_64_efi_TRUE@am__append_11028 = gcry_blowfish.module +@COND_x86_64_efi_TRUE@am__append_11029 = gcry_blowfish.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11030 = -@COND_x86_64_efi_TRUE@am__append_11031 = $(nodist_gcry_crc_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11031 = $(nodist_gcry_blowfish_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11032 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_crc.marker -@COND_x86_64_efi_TRUE@am__append_11033 = gcry_crc.mod -@COND_x86_64_efi_TRUE@am__append_11034 = gcry_crc.marker -@COND_mips_yeeloong_TRUE@am__append_11035 = gcry_crc.module -@COND_mips_yeeloong_TRUE@am__append_11036 = gcry_crc.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_blowfish.marker +@COND_x86_64_efi_TRUE@am__append_11033 = gcry_blowfish.mod +@COND_x86_64_efi_TRUE@am__append_11034 = gcry_blowfish.marker +@COND_mips_yeeloong_TRUE@am__append_11035 = gcry_blowfish.module +@COND_mips_yeeloong_TRUE@am__append_11036 = gcry_blowfish.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11037 = -@COND_mips_yeeloong_TRUE@am__append_11038 = $(nodist_gcry_crc_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11039 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_crc.marker -@COND_mips_yeeloong_TRUE@am__append_11040 = gcry_crc.mod -@COND_mips_yeeloong_TRUE@am__append_11041 = gcry_crc.marker -@COND_sparc64_ieee1275_TRUE@am__append_11042 = gcry_crc.module -@COND_sparc64_ieee1275_TRUE@am__append_11043 = gcry_crc.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11038 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11039 = $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_blowfish.marker +@COND_mips_yeeloong_TRUE@am__append_11040 = gcry_blowfish.mod +@COND_mips_yeeloong_TRUE@am__append_11041 = gcry_blowfish.marker +@COND_sparc64_ieee1275_TRUE@am__append_11042 = gcry_blowfish.module +@COND_sparc64_ieee1275_TRUE@am__append_11043 = gcry_blowfish.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11044 = -@COND_sparc64_ieee1275_TRUE@am__append_11045 = $(nodist_gcry_crc_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11046 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_crc.marker -@COND_sparc64_ieee1275_TRUE@am__append_11047 = gcry_crc.mod -@COND_sparc64_ieee1275_TRUE@am__append_11048 = gcry_crc.marker -@COND_powerpc_ieee1275_TRUE@am__append_11049 = gcry_crc.module -@COND_powerpc_ieee1275_TRUE@am__append_11050 = gcry_crc.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11045 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11046 = $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_blowfish.marker +@COND_sparc64_ieee1275_TRUE@am__append_11047 = gcry_blowfish.mod +@COND_sparc64_ieee1275_TRUE@am__append_11048 = gcry_blowfish.marker +@COND_powerpc_ieee1275_TRUE@am__append_11049 = gcry_blowfish.module +@COND_powerpc_ieee1275_TRUE@am__append_11050 = gcry_blowfish.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11051 = -@COND_powerpc_ieee1275_TRUE@am__append_11052 = $(nodist_gcry_crc_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11053 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_crc.marker -@COND_powerpc_ieee1275_TRUE@am__append_11054 = gcry_crc.mod -@COND_powerpc_ieee1275_TRUE@am__append_11055 = gcry_crc.marker -@COND_emu_TRUE@am__append_11056 = gcry_des.module -@COND_emu_TRUE@am__append_11057 = gcry_des.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11052 = $(nodist_gcry_blowfish_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11053 = $(nodist_gcry_blowfish_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_blowfish.marker +@COND_powerpc_ieee1275_TRUE@am__append_11054 = gcry_blowfish.mod +@COND_powerpc_ieee1275_TRUE@am__append_11055 = gcry_blowfish.marker +@COND_emu_TRUE@am__append_11056 = gcry_crc.module +@COND_emu_TRUE@am__append_11057 = gcry_crc.module$(EXEEXT) @COND_emu_TRUE@am__append_11058 = -@COND_emu_TRUE@am__append_11059 = $(nodist_gcry_des_module_SOURCES) -@COND_emu_TRUE@am__append_11060 = $(nodist_gcry_des_module_SOURCES) \ -@COND_emu_TRUE@ gcry_des.marker -@COND_emu_TRUE@am__append_11061 = gcry_des.mod -@COND_emu_TRUE@am__append_11062 = gcry_des.marker -@COND_i386_pc_TRUE@am__append_11063 = gcry_des.module -@COND_i386_pc_TRUE@am__append_11064 = gcry_des.module$(EXEEXT) +@COND_emu_TRUE@am__append_11059 = $(nodist_gcry_crc_module_SOURCES) +@COND_emu_TRUE@am__append_11060 = $(nodist_gcry_crc_module_SOURCES) \ +@COND_emu_TRUE@ gcry_crc.marker +@COND_emu_TRUE@am__append_11061 = gcry_crc.mod +@COND_emu_TRUE@am__append_11062 = gcry_crc.marker +@COND_i386_pc_TRUE@am__append_11063 = gcry_crc.module +@COND_i386_pc_TRUE@am__append_11064 = gcry_crc.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11065 = -@COND_i386_pc_TRUE@am__append_11066 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11066 = $(nodist_gcry_crc_module_SOURCES) @COND_i386_pc_TRUE@am__append_11067 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_des.marker -@COND_i386_pc_TRUE@am__append_11068 = gcry_des.mod -@COND_i386_pc_TRUE@am__append_11069 = gcry_des.marker -@COND_i386_efi_TRUE@am__append_11070 = gcry_des.module -@COND_i386_efi_TRUE@am__append_11071 = gcry_des.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_crc.marker +@COND_i386_pc_TRUE@am__append_11068 = gcry_crc.mod +@COND_i386_pc_TRUE@am__append_11069 = gcry_crc.marker +@COND_i386_efi_TRUE@am__append_11070 = gcry_crc.module +@COND_i386_efi_TRUE@am__append_11071 = gcry_crc.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11072 = -@COND_i386_efi_TRUE@am__append_11073 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11073 = $(nodist_gcry_crc_module_SOURCES) @COND_i386_efi_TRUE@am__append_11074 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_des.marker -@COND_i386_efi_TRUE@am__append_11075 = gcry_des.mod -@COND_i386_efi_TRUE@am__append_11076 = gcry_des.marker -@COND_i386_qemu_TRUE@am__append_11077 = gcry_des.module -@COND_i386_qemu_TRUE@am__append_11078 = gcry_des.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_crc.marker +@COND_i386_efi_TRUE@am__append_11075 = gcry_crc.mod +@COND_i386_efi_TRUE@am__append_11076 = gcry_crc.marker +@COND_i386_qemu_TRUE@am__append_11077 = gcry_crc.module +@COND_i386_qemu_TRUE@am__append_11078 = gcry_crc.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11079 = -@COND_i386_qemu_TRUE@am__append_11080 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11080 = $(nodist_gcry_crc_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11081 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_des.marker -@COND_i386_qemu_TRUE@am__append_11082 = gcry_des.mod -@COND_i386_qemu_TRUE@am__append_11083 = gcry_des.marker -@COND_i386_coreboot_TRUE@am__append_11084 = gcry_des.module -@COND_i386_coreboot_TRUE@am__append_11085 = gcry_des.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_crc.marker +@COND_i386_qemu_TRUE@am__append_11082 = gcry_crc.mod +@COND_i386_qemu_TRUE@am__append_11083 = gcry_crc.marker +@COND_i386_coreboot_TRUE@am__append_11084 = gcry_crc.module +@COND_i386_coreboot_TRUE@am__append_11085 = gcry_crc.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11086 = -@COND_i386_coreboot_TRUE@am__append_11087 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11087 = $(nodist_gcry_crc_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_11088 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_des.marker -@COND_i386_coreboot_TRUE@am__append_11089 = gcry_des.mod -@COND_i386_coreboot_TRUE@am__append_11090 = gcry_des.marker -@COND_i386_multiboot_TRUE@am__append_11091 = gcry_des.module -@COND_i386_multiboot_TRUE@am__append_11092 = gcry_des.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_crc.marker +@COND_i386_coreboot_TRUE@am__append_11089 = gcry_crc.mod +@COND_i386_coreboot_TRUE@am__append_11090 = gcry_crc.marker +@COND_i386_multiboot_TRUE@am__append_11091 = gcry_crc.module +@COND_i386_multiboot_TRUE@am__append_11092 = gcry_crc.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11093 = -@COND_i386_multiboot_TRUE@am__append_11094 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11094 = $(nodist_gcry_crc_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_11095 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_des.marker -@COND_i386_multiboot_TRUE@am__append_11096 = gcry_des.mod -@COND_i386_multiboot_TRUE@am__append_11097 = gcry_des.marker -@COND_i386_ieee1275_TRUE@am__append_11098 = gcry_des.module -@COND_i386_ieee1275_TRUE@am__append_11099 = gcry_des.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_crc.marker +@COND_i386_multiboot_TRUE@am__append_11096 = gcry_crc.mod +@COND_i386_multiboot_TRUE@am__append_11097 = gcry_crc.marker +@COND_i386_ieee1275_TRUE@am__append_11098 = gcry_crc.module +@COND_i386_ieee1275_TRUE@am__append_11099 = gcry_crc.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11100 = -@COND_i386_ieee1275_TRUE@am__append_11101 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11101 = $(nodist_gcry_crc_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_11102 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_des.marker -@COND_i386_ieee1275_TRUE@am__append_11103 = gcry_des.mod -@COND_i386_ieee1275_TRUE@am__append_11104 = gcry_des.marker -@COND_x86_64_efi_TRUE@am__append_11105 = gcry_des.module -@COND_x86_64_efi_TRUE@am__append_11106 = gcry_des.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_crc.marker +@COND_i386_ieee1275_TRUE@am__append_11103 = gcry_crc.mod +@COND_i386_ieee1275_TRUE@am__append_11104 = gcry_crc.marker +@COND_x86_64_efi_TRUE@am__append_11105 = gcry_crc.module +@COND_x86_64_efi_TRUE@am__append_11106 = gcry_crc.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11107 = -@COND_x86_64_efi_TRUE@am__append_11108 = $(nodist_gcry_des_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11108 = $(nodist_gcry_crc_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11109 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_des.marker -@COND_x86_64_efi_TRUE@am__append_11110 = gcry_des.mod -@COND_x86_64_efi_TRUE@am__append_11111 = gcry_des.marker -@COND_mips_yeeloong_TRUE@am__append_11112 = gcry_des.module -@COND_mips_yeeloong_TRUE@am__append_11113 = gcry_des.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_crc.marker +@COND_x86_64_efi_TRUE@am__append_11110 = gcry_crc.mod +@COND_x86_64_efi_TRUE@am__append_11111 = gcry_crc.marker +@COND_mips_yeeloong_TRUE@am__append_11112 = gcry_crc.module +@COND_mips_yeeloong_TRUE@am__append_11113 = gcry_crc.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11114 = -@COND_mips_yeeloong_TRUE@am__append_11115 = $(nodist_gcry_des_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11115 = $(nodist_gcry_crc_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_11116 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_des.marker -@COND_mips_yeeloong_TRUE@am__append_11117 = gcry_des.mod -@COND_mips_yeeloong_TRUE@am__append_11118 = gcry_des.marker -@COND_sparc64_ieee1275_TRUE@am__append_11119 = gcry_des.module -@COND_sparc64_ieee1275_TRUE@am__append_11120 = gcry_des.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_crc.marker +@COND_mips_yeeloong_TRUE@am__append_11117 = gcry_crc.mod +@COND_mips_yeeloong_TRUE@am__append_11118 = gcry_crc.marker +@COND_sparc64_ieee1275_TRUE@am__append_11119 = gcry_crc.module +@COND_sparc64_ieee1275_TRUE@am__append_11120 = gcry_crc.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11121 = -@COND_sparc64_ieee1275_TRUE@am__append_11122 = $(nodist_gcry_des_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11122 = $(nodist_gcry_crc_module_SOURCES) @COND_sparc64_ieee1275_TRUE@am__append_11123 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_des.marker -@COND_sparc64_ieee1275_TRUE@am__append_11124 = gcry_des.mod -@COND_sparc64_ieee1275_TRUE@am__append_11125 = gcry_des.marker -@COND_powerpc_ieee1275_TRUE@am__append_11126 = gcry_des.module -@COND_powerpc_ieee1275_TRUE@am__append_11127 = gcry_des.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_crc.marker +@COND_sparc64_ieee1275_TRUE@am__append_11124 = gcry_crc.mod +@COND_sparc64_ieee1275_TRUE@am__append_11125 = gcry_crc.marker +@COND_powerpc_ieee1275_TRUE@am__append_11126 = gcry_crc.module +@COND_powerpc_ieee1275_TRUE@am__append_11127 = gcry_crc.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11128 = -@COND_powerpc_ieee1275_TRUE@am__append_11129 = $(nodist_gcry_des_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11129 = $(nodist_gcry_crc_module_SOURCES) @COND_powerpc_ieee1275_TRUE@am__append_11130 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_des_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_des.marker -@COND_powerpc_ieee1275_TRUE@am__append_11131 = gcry_des.mod -@COND_powerpc_ieee1275_TRUE@am__append_11132 = gcry_des.marker -@COND_emu_TRUE@am__append_11133 = gcry_md4.module -@COND_emu_TRUE@am__append_11134 = gcry_md4.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_crc_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_crc.marker +@COND_powerpc_ieee1275_TRUE@am__append_11131 = gcry_crc.mod +@COND_powerpc_ieee1275_TRUE@am__append_11132 = gcry_crc.marker +@COND_emu_TRUE@am__append_11133 = gcry_sha256.module +@COND_emu_TRUE@am__append_11134 = gcry_sha256.module$(EXEEXT) @COND_emu_TRUE@am__append_11135 = -@COND_emu_TRUE@am__append_11136 = $(nodist_gcry_md4_module_SOURCES) -@COND_emu_TRUE@am__append_11137 = $(nodist_gcry_md4_module_SOURCES) \ -@COND_emu_TRUE@ gcry_md4.marker -@COND_emu_TRUE@am__append_11138 = gcry_md4.mod -@COND_emu_TRUE@am__append_11139 = gcry_md4.marker -@COND_i386_pc_TRUE@am__append_11140 = gcry_md4.module -@COND_i386_pc_TRUE@am__append_11141 = gcry_md4.module$(EXEEXT) +@COND_emu_TRUE@am__append_11136 = $(nodist_gcry_sha256_module_SOURCES) +@COND_emu_TRUE@am__append_11137 = \ +@COND_emu_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_emu_TRUE@ gcry_sha256.marker +@COND_emu_TRUE@am__append_11138 = gcry_sha256.mod +@COND_emu_TRUE@am__append_11139 = gcry_sha256.marker +@COND_i386_pc_TRUE@am__append_11140 = gcry_sha256.module +@COND_i386_pc_TRUE@am__append_11141 = gcry_sha256.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11142 = -@COND_i386_pc_TRUE@am__append_11143 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11143 = $(nodist_gcry_sha256_module_SOURCES) @COND_i386_pc_TRUE@am__append_11144 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_md4.marker -@COND_i386_pc_TRUE@am__append_11145 = gcry_md4.mod -@COND_i386_pc_TRUE@am__append_11146 = gcry_md4.marker -@COND_i386_efi_TRUE@am__append_11147 = gcry_md4.module -@COND_i386_efi_TRUE@am__append_11148 = gcry_md4.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_sha256.marker +@COND_i386_pc_TRUE@am__append_11145 = gcry_sha256.mod +@COND_i386_pc_TRUE@am__append_11146 = gcry_sha256.marker +@COND_i386_efi_TRUE@am__append_11147 = gcry_sha256.module +@COND_i386_efi_TRUE@am__append_11148 = gcry_sha256.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11149 = -@COND_i386_efi_TRUE@am__append_11150 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11150 = $(nodist_gcry_sha256_module_SOURCES) @COND_i386_efi_TRUE@am__append_11151 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_md4.marker -@COND_i386_efi_TRUE@am__append_11152 = gcry_md4.mod -@COND_i386_efi_TRUE@am__append_11153 = gcry_md4.marker -@COND_i386_qemu_TRUE@am__append_11154 = gcry_md4.module -@COND_i386_qemu_TRUE@am__append_11155 = gcry_md4.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_sha256.marker +@COND_i386_efi_TRUE@am__append_11152 = gcry_sha256.mod +@COND_i386_efi_TRUE@am__append_11153 = gcry_sha256.marker +@COND_i386_qemu_TRUE@am__append_11154 = gcry_sha256.module +@COND_i386_qemu_TRUE@am__append_11155 = gcry_sha256.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11156 = -@COND_i386_qemu_TRUE@am__append_11157 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11157 = $(nodist_gcry_sha256_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11158 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_md4.marker -@COND_i386_qemu_TRUE@am__append_11159 = gcry_md4.mod -@COND_i386_qemu_TRUE@am__append_11160 = gcry_md4.marker -@COND_i386_coreboot_TRUE@am__append_11161 = gcry_md4.module -@COND_i386_coreboot_TRUE@am__append_11162 = gcry_md4.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_sha256.marker +@COND_i386_qemu_TRUE@am__append_11159 = gcry_sha256.mod +@COND_i386_qemu_TRUE@am__append_11160 = gcry_sha256.marker +@COND_i386_coreboot_TRUE@am__append_11161 = gcry_sha256.module +@COND_i386_coreboot_TRUE@am__append_11162 = gcry_sha256.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11163 = -@COND_i386_coreboot_TRUE@am__append_11164 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11164 = $(nodist_gcry_sha256_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_11165 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_md4.marker -@COND_i386_coreboot_TRUE@am__append_11166 = gcry_md4.mod -@COND_i386_coreboot_TRUE@am__append_11167 = gcry_md4.marker -@COND_i386_multiboot_TRUE@am__append_11168 = gcry_md4.module -@COND_i386_multiboot_TRUE@am__append_11169 = gcry_md4.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_sha256.marker +@COND_i386_coreboot_TRUE@am__append_11166 = gcry_sha256.mod +@COND_i386_coreboot_TRUE@am__append_11167 = gcry_sha256.marker +@COND_i386_multiboot_TRUE@am__append_11168 = gcry_sha256.module +@COND_i386_multiboot_TRUE@am__append_11169 = gcry_sha256.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11170 = -@COND_i386_multiboot_TRUE@am__append_11171 = $(nodist_gcry_md4_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11172 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_md4.marker -@COND_i386_multiboot_TRUE@am__append_11173 = gcry_md4.mod -@COND_i386_multiboot_TRUE@am__append_11174 = gcry_md4.marker -@COND_i386_ieee1275_TRUE@am__append_11175 = gcry_md4.module -@COND_i386_ieee1275_TRUE@am__append_11176 = gcry_md4.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11171 = $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11172 = $(nodist_gcry_sha256_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_sha256.marker +@COND_i386_multiboot_TRUE@am__append_11173 = gcry_sha256.mod +@COND_i386_multiboot_TRUE@am__append_11174 = gcry_sha256.marker +@COND_i386_ieee1275_TRUE@am__append_11175 = gcry_sha256.module +@COND_i386_ieee1275_TRUE@am__append_11176 = gcry_sha256.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11177 = -@COND_i386_ieee1275_TRUE@am__append_11178 = $(nodist_gcry_md4_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11178 = $(nodist_gcry_sha256_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_11179 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_md4.marker -@COND_i386_ieee1275_TRUE@am__append_11180 = gcry_md4.mod -@COND_i386_ieee1275_TRUE@am__append_11181 = gcry_md4.marker -@COND_x86_64_efi_TRUE@am__append_11182 = gcry_md4.module -@COND_x86_64_efi_TRUE@am__append_11183 = gcry_md4.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_sha256.marker +@COND_i386_ieee1275_TRUE@am__append_11180 = gcry_sha256.mod +@COND_i386_ieee1275_TRUE@am__append_11181 = gcry_sha256.marker +@COND_x86_64_efi_TRUE@am__append_11182 = gcry_sha256.module +@COND_x86_64_efi_TRUE@am__append_11183 = gcry_sha256.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11184 = -@COND_x86_64_efi_TRUE@am__append_11185 = $(nodist_gcry_md4_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11185 = $(nodist_gcry_sha256_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11186 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_md4.marker -@COND_x86_64_efi_TRUE@am__append_11187 = gcry_md4.mod -@COND_x86_64_efi_TRUE@am__append_11188 = gcry_md4.marker -@COND_mips_yeeloong_TRUE@am__append_11189 = gcry_md4.module -@COND_mips_yeeloong_TRUE@am__append_11190 = gcry_md4.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_sha256.marker +@COND_x86_64_efi_TRUE@am__append_11187 = gcry_sha256.mod +@COND_x86_64_efi_TRUE@am__append_11188 = gcry_sha256.marker +@COND_mips_yeeloong_TRUE@am__append_11189 = gcry_sha256.module +@COND_mips_yeeloong_TRUE@am__append_11190 = gcry_sha256.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11191 = -@COND_mips_yeeloong_TRUE@am__append_11192 = $(nodist_gcry_md4_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11192 = $(nodist_gcry_sha256_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_11193 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_md4.marker -@COND_mips_yeeloong_TRUE@am__append_11194 = gcry_md4.mod -@COND_mips_yeeloong_TRUE@am__append_11195 = gcry_md4.marker -@COND_sparc64_ieee1275_TRUE@am__append_11196 = gcry_md4.module -@COND_sparc64_ieee1275_TRUE@am__append_11197 = gcry_md4.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_sha256.marker +@COND_mips_yeeloong_TRUE@am__append_11194 = gcry_sha256.mod +@COND_mips_yeeloong_TRUE@am__append_11195 = gcry_sha256.marker +@COND_sparc64_ieee1275_TRUE@am__append_11196 = gcry_sha256.module +@COND_sparc64_ieee1275_TRUE@am__append_11197 = gcry_sha256.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11198 = -@COND_sparc64_ieee1275_TRUE@am__append_11199 = $(nodist_gcry_md4_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11200 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_md4.marker -@COND_sparc64_ieee1275_TRUE@am__append_11201 = gcry_md4.mod -@COND_sparc64_ieee1275_TRUE@am__append_11202 = gcry_md4.marker -@COND_powerpc_ieee1275_TRUE@am__append_11203 = gcry_md4.module -@COND_powerpc_ieee1275_TRUE@am__append_11204 = gcry_md4.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11199 = $(nodist_gcry_sha256_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11200 = $(nodist_gcry_sha256_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_sha256.marker +@COND_sparc64_ieee1275_TRUE@am__append_11201 = gcry_sha256.mod +@COND_sparc64_ieee1275_TRUE@am__append_11202 = gcry_sha256.marker +@COND_powerpc_ieee1275_TRUE@am__append_11203 = gcry_sha256.module +@COND_powerpc_ieee1275_TRUE@am__append_11204 = gcry_sha256.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11205 = -@COND_powerpc_ieee1275_TRUE@am__append_11206 = $(nodist_gcry_md4_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11207 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_md4_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_md4.marker -@COND_powerpc_ieee1275_TRUE@am__append_11208 = gcry_md4.mod -@COND_powerpc_ieee1275_TRUE@am__append_11209 = gcry_md4.marker -@COND_emu_TRUE@am__append_11210 = gcry_md5.module -@COND_emu_TRUE@am__append_11211 = gcry_md5.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11206 = $(nodist_gcry_sha256_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11207 = $(nodist_gcry_sha256_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_sha256.marker +@COND_powerpc_ieee1275_TRUE@am__append_11208 = gcry_sha256.mod +@COND_powerpc_ieee1275_TRUE@am__append_11209 = gcry_sha256.marker +@COND_emu_TRUE@am__append_11210 = gcry_twofish.module +@COND_emu_TRUE@am__append_11211 = gcry_twofish.module$(EXEEXT) @COND_emu_TRUE@am__append_11212 = -@COND_emu_TRUE@am__append_11213 = $(nodist_gcry_md5_module_SOURCES) -@COND_emu_TRUE@am__append_11214 = $(nodist_gcry_md5_module_SOURCES) \ -@COND_emu_TRUE@ gcry_md5.marker -@COND_emu_TRUE@am__append_11215 = gcry_md5.mod -@COND_emu_TRUE@am__append_11216 = gcry_md5.marker -@COND_i386_pc_TRUE@am__append_11217 = gcry_md5.module -@COND_i386_pc_TRUE@am__append_11218 = gcry_md5.module$(EXEEXT) +@COND_emu_TRUE@am__append_11213 = $(nodist_gcry_twofish_module_SOURCES) +@COND_emu_TRUE@am__append_11214 = \ +@COND_emu_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ +@COND_emu_TRUE@ gcry_twofish.marker +@COND_emu_TRUE@am__append_11215 = gcry_twofish.mod +@COND_emu_TRUE@am__append_11216 = gcry_twofish.marker +@COND_i386_pc_TRUE@am__append_11217 = gcry_twofish.module +@COND_i386_pc_TRUE@am__append_11218 = gcry_twofish.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11219 = -@COND_i386_pc_TRUE@am__append_11220 = $(nodist_gcry_md5_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11220 = $(nodist_gcry_twofish_module_SOURCES) @COND_i386_pc_TRUE@am__append_11221 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_md5.marker -@COND_i386_pc_TRUE@am__append_11222 = gcry_md5.mod -@COND_i386_pc_TRUE@am__append_11223 = gcry_md5.marker -@COND_i386_efi_TRUE@am__append_11224 = gcry_md5.module -@COND_i386_efi_TRUE@am__append_11225 = gcry_md5.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_twofish.marker +@COND_i386_pc_TRUE@am__append_11222 = gcry_twofish.mod +@COND_i386_pc_TRUE@am__append_11223 = gcry_twofish.marker +@COND_i386_efi_TRUE@am__append_11224 = gcry_twofish.module +@COND_i386_efi_TRUE@am__append_11225 = gcry_twofish.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11226 = -@COND_i386_efi_TRUE@am__append_11227 = $(nodist_gcry_md5_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11227 = $(nodist_gcry_twofish_module_SOURCES) @COND_i386_efi_TRUE@am__append_11228 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_md5.marker -@COND_i386_efi_TRUE@am__append_11229 = gcry_md5.mod -@COND_i386_efi_TRUE@am__append_11230 = gcry_md5.marker -@COND_i386_qemu_TRUE@am__append_11231 = gcry_md5.module -@COND_i386_qemu_TRUE@am__append_11232 = gcry_md5.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_twofish.marker +@COND_i386_efi_TRUE@am__append_11229 = gcry_twofish.mod +@COND_i386_efi_TRUE@am__append_11230 = gcry_twofish.marker +@COND_i386_qemu_TRUE@am__append_11231 = gcry_twofish.module +@COND_i386_qemu_TRUE@am__append_11232 = gcry_twofish.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11233 = -@COND_i386_qemu_TRUE@am__append_11234 = $(nodist_gcry_md5_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11234 = $(nodist_gcry_twofish_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11235 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_md5.marker -@COND_i386_qemu_TRUE@am__append_11236 = gcry_md5.mod -@COND_i386_qemu_TRUE@am__append_11237 = gcry_md5.marker -@COND_i386_coreboot_TRUE@am__append_11238 = gcry_md5.module -@COND_i386_coreboot_TRUE@am__append_11239 = gcry_md5.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_twofish.marker +@COND_i386_qemu_TRUE@am__append_11236 = gcry_twofish.mod +@COND_i386_qemu_TRUE@am__append_11237 = gcry_twofish.marker +@COND_i386_coreboot_TRUE@am__append_11238 = gcry_twofish.module +@COND_i386_coreboot_TRUE@am__append_11239 = gcry_twofish.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11240 = -@COND_i386_coreboot_TRUE@am__append_11241 = $(nodist_gcry_md5_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11242 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_md5.marker -@COND_i386_coreboot_TRUE@am__append_11243 = gcry_md5.mod -@COND_i386_coreboot_TRUE@am__append_11244 = gcry_md5.marker -@COND_i386_multiboot_TRUE@am__append_11245 = gcry_md5.module -@COND_i386_multiboot_TRUE@am__append_11246 = gcry_md5.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11241 = $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11242 = $(nodist_gcry_twofish_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_twofish.marker +@COND_i386_coreboot_TRUE@am__append_11243 = gcry_twofish.mod +@COND_i386_coreboot_TRUE@am__append_11244 = gcry_twofish.marker +@COND_i386_multiboot_TRUE@am__append_11245 = gcry_twofish.module +@COND_i386_multiboot_TRUE@am__append_11246 = gcry_twofish.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11247 = -@COND_i386_multiboot_TRUE@am__append_11248 = $(nodist_gcry_md5_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11249 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_md5.marker -@COND_i386_multiboot_TRUE@am__append_11250 = gcry_md5.mod -@COND_i386_multiboot_TRUE@am__append_11251 = gcry_md5.marker -@COND_i386_ieee1275_TRUE@am__append_11252 = gcry_md5.module -@COND_i386_ieee1275_TRUE@am__append_11253 = gcry_md5.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11248 = $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11249 = $(nodist_gcry_twofish_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_twofish.marker +@COND_i386_multiboot_TRUE@am__append_11250 = gcry_twofish.mod +@COND_i386_multiboot_TRUE@am__append_11251 = gcry_twofish.marker +@COND_i386_ieee1275_TRUE@am__append_11252 = gcry_twofish.module +@COND_i386_ieee1275_TRUE@am__append_11253 = gcry_twofish.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11254 = -@COND_i386_ieee1275_TRUE@am__append_11255 = $(nodist_gcry_md5_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11256 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_md5.marker -@COND_i386_ieee1275_TRUE@am__append_11257 = gcry_md5.mod -@COND_i386_ieee1275_TRUE@am__append_11258 = gcry_md5.marker -@COND_x86_64_efi_TRUE@am__append_11259 = gcry_md5.module -@COND_x86_64_efi_TRUE@am__append_11260 = gcry_md5.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11255 = $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11256 = $(nodist_gcry_twofish_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_twofish.marker +@COND_i386_ieee1275_TRUE@am__append_11257 = gcry_twofish.mod +@COND_i386_ieee1275_TRUE@am__append_11258 = gcry_twofish.marker +@COND_x86_64_efi_TRUE@am__append_11259 = gcry_twofish.module +@COND_x86_64_efi_TRUE@am__append_11260 = gcry_twofish.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11261 = -@COND_x86_64_efi_TRUE@am__append_11262 = $(nodist_gcry_md5_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11262 = $(nodist_gcry_twofish_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11263 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_md5.marker -@COND_x86_64_efi_TRUE@am__append_11264 = gcry_md5.mod -@COND_x86_64_efi_TRUE@am__append_11265 = gcry_md5.marker -@COND_mips_yeeloong_TRUE@am__append_11266 = gcry_md5.module -@COND_mips_yeeloong_TRUE@am__append_11267 = gcry_md5.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_twofish.marker +@COND_x86_64_efi_TRUE@am__append_11264 = gcry_twofish.mod +@COND_x86_64_efi_TRUE@am__append_11265 = gcry_twofish.marker +@COND_mips_yeeloong_TRUE@am__append_11266 = gcry_twofish.module +@COND_mips_yeeloong_TRUE@am__append_11267 = gcry_twofish.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11268 = -@COND_mips_yeeloong_TRUE@am__append_11269 = $(nodist_gcry_md5_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11270 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_md5.marker -@COND_mips_yeeloong_TRUE@am__append_11271 = gcry_md5.mod -@COND_mips_yeeloong_TRUE@am__append_11272 = gcry_md5.marker -@COND_sparc64_ieee1275_TRUE@am__append_11273 = gcry_md5.module -@COND_sparc64_ieee1275_TRUE@am__append_11274 = gcry_md5.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11269 = $(nodist_gcry_twofish_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11270 = $(nodist_gcry_twofish_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_twofish.marker +@COND_mips_yeeloong_TRUE@am__append_11271 = gcry_twofish.mod +@COND_mips_yeeloong_TRUE@am__append_11272 = gcry_twofish.marker +@COND_sparc64_ieee1275_TRUE@am__append_11273 = gcry_twofish.module +@COND_sparc64_ieee1275_TRUE@am__append_11274 = gcry_twofish.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11275 = -@COND_sparc64_ieee1275_TRUE@am__append_11276 = $(nodist_gcry_md5_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11277 = \ -@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_md5.marker -@COND_sparc64_ieee1275_TRUE@am__append_11278 = gcry_md5.mod -@COND_sparc64_ieee1275_TRUE@am__append_11279 = gcry_md5.marker -@COND_powerpc_ieee1275_TRUE@am__append_11280 = gcry_md5.module -@COND_powerpc_ieee1275_TRUE@am__append_11281 = gcry_md5.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11276 = $(nodist_gcry_twofish_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11277 = $(nodist_gcry_twofish_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_twofish.marker +@COND_sparc64_ieee1275_TRUE@am__append_11278 = gcry_twofish.mod +@COND_sparc64_ieee1275_TRUE@am__append_11279 = gcry_twofish.marker +@COND_powerpc_ieee1275_TRUE@am__append_11280 = gcry_twofish.module +@COND_powerpc_ieee1275_TRUE@am__append_11281 = gcry_twofish.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11282 = -@COND_powerpc_ieee1275_TRUE@am__append_11283 = $(nodist_gcry_md5_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11284 = \ -@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_md5.marker -@COND_powerpc_ieee1275_TRUE@am__append_11285 = gcry_md5.mod -@COND_powerpc_ieee1275_TRUE@am__append_11286 = gcry_md5.marker -@COND_emu_TRUE@am__append_11287 = gcry_rfc2268.module -@COND_emu_TRUE@am__append_11288 = gcry_rfc2268.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11283 = $(nodist_gcry_twofish_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11284 = $(nodist_gcry_twofish_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_twofish.marker +@COND_powerpc_ieee1275_TRUE@am__append_11285 = gcry_twofish.mod +@COND_powerpc_ieee1275_TRUE@am__append_11286 = gcry_twofish.marker +@COND_emu_TRUE@am__append_11287 = gcry_md5.module +@COND_emu_TRUE@am__append_11288 = gcry_md5.module$(EXEEXT) @COND_emu_TRUE@am__append_11289 = -@COND_emu_TRUE@am__append_11290 = $(nodist_gcry_rfc2268_module_SOURCES) -@COND_emu_TRUE@am__append_11291 = \ -@COND_emu_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_emu_TRUE@ gcry_rfc2268.marker -@COND_emu_TRUE@am__append_11292 = gcry_rfc2268.mod -@COND_emu_TRUE@am__append_11293 = gcry_rfc2268.marker -@COND_i386_pc_TRUE@am__append_11294 = gcry_rfc2268.module -@COND_i386_pc_TRUE@am__append_11295 = gcry_rfc2268.module$(EXEEXT) +@COND_emu_TRUE@am__append_11290 = $(nodist_gcry_md5_module_SOURCES) +@COND_emu_TRUE@am__append_11291 = $(nodist_gcry_md5_module_SOURCES) \ +@COND_emu_TRUE@ gcry_md5.marker +@COND_emu_TRUE@am__append_11292 = gcry_md5.mod +@COND_emu_TRUE@am__append_11293 = gcry_md5.marker +@COND_i386_pc_TRUE@am__append_11294 = gcry_md5.module +@COND_i386_pc_TRUE@am__append_11295 = gcry_md5.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11296 = -@COND_i386_pc_TRUE@am__append_11297 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11297 = $(nodist_gcry_md5_module_SOURCES) @COND_i386_pc_TRUE@am__append_11298 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_rfc2268.marker -@COND_i386_pc_TRUE@am__append_11299 = gcry_rfc2268.mod -@COND_i386_pc_TRUE@am__append_11300 = gcry_rfc2268.marker -@COND_i386_efi_TRUE@am__append_11301 = gcry_rfc2268.module -@COND_i386_efi_TRUE@am__append_11302 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_md5.marker +@COND_i386_pc_TRUE@am__append_11299 = gcry_md5.mod +@COND_i386_pc_TRUE@am__append_11300 = gcry_md5.marker +@COND_i386_efi_TRUE@am__append_11301 = gcry_md5.module +@COND_i386_efi_TRUE@am__append_11302 = gcry_md5.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11303 = -@COND_i386_efi_TRUE@am__append_11304 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11304 = $(nodist_gcry_md5_module_SOURCES) @COND_i386_efi_TRUE@am__append_11305 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_rfc2268.marker -@COND_i386_efi_TRUE@am__append_11306 = gcry_rfc2268.mod -@COND_i386_efi_TRUE@am__append_11307 = gcry_rfc2268.marker -@COND_i386_qemu_TRUE@am__append_11308 = gcry_rfc2268.module -@COND_i386_qemu_TRUE@am__append_11309 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_md5.marker +@COND_i386_efi_TRUE@am__append_11306 = gcry_md5.mod +@COND_i386_efi_TRUE@am__append_11307 = gcry_md5.marker +@COND_i386_qemu_TRUE@am__append_11308 = gcry_md5.module +@COND_i386_qemu_TRUE@am__append_11309 = gcry_md5.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11310 = -@COND_i386_qemu_TRUE@am__append_11311 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11311 = $(nodist_gcry_md5_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11312 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_rfc2268.marker -@COND_i386_qemu_TRUE@am__append_11313 = gcry_rfc2268.mod -@COND_i386_qemu_TRUE@am__append_11314 = gcry_rfc2268.marker -@COND_i386_coreboot_TRUE@am__append_11315 = gcry_rfc2268.module -@COND_i386_coreboot_TRUE@am__append_11316 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_md5.marker +@COND_i386_qemu_TRUE@am__append_11313 = gcry_md5.mod +@COND_i386_qemu_TRUE@am__append_11314 = gcry_md5.marker +@COND_i386_coreboot_TRUE@am__append_11315 = gcry_md5.module +@COND_i386_coreboot_TRUE@am__append_11316 = gcry_md5.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11317 = -@COND_i386_coreboot_TRUE@am__append_11318 = $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11319 = $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_rfc2268.marker -@COND_i386_coreboot_TRUE@am__append_11320 = gcry_rfc2268.mod -@COND_i386_coreboot_TRUE@am__append_11321 = gcry_rfc2268.marker -@COND_i386_multiboot_TRUE@am__append_11322 = gcry_rfc2268.module -@COND_i386_multiboot_TRUE@am__append_11323 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11318 = $(nodist_gcry_md5_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11319 = \ +@COND_i386_coreboot_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_md5.marker +@COND_i386_coreboot_TRUE@am__append_11320 = gcry_md5.mod +@COND_i386_coreboot_TRUE@am__append_11321 = gcry_md5.marker +@COND_i386_multiboot_TRUE@am__append_11322 = gcry_md5.module +@COND_i386_multiboot_TRUE@am__append_11323 = gcry_md5.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11324 = -@COND_i386_multiboot_TRUE@am__append_11325 = $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11326 = $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_rfc2268.marker -@COND_i386_multiboot_TRUE@am__append_11327 = gcry_rfc2268.mod -@COND_i386_multiboot_TRUE@am__append_11328 = gcry_rfc2268.marker -@COND_i386_ieee1275_TRUE@am__append_11329 = gcry_rfc2268.module -@COND_i386_ieee1275_TRUE@am__append_11330 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11325 = $(nodist_gcry_md5_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11326 = \ +@COND_i386_multiboot_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_md5.marker +@COND_i386_multiboot_TRUE@am__append_11327 = gcry_md5.mod +@COND_i386_multiboot_TRUE@am__append_11328 = gcry_md5.marker +@COND_i386_ieee1275_TRUE@am__append_11329 = gcry_md5.module +@COND_i386_ieee1275_TRUE@am__append_11330 = gcry_md5.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11331 = -@COND_i386_ieee1275_TRUE@am__append_11332 = $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11333 = $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_rfc2268.marker -@COND_i386_ieee1275_TRUE@am__append_11334 = gcry_rfc2268.mod -@COND_i386_ieee1275_TRUE@am__append_11335 = gcry_rfc2268.marker -@COND_x86_64_efi_TRUE@am__append_11336 = gcry_rfc2268.module -@COND_x86_64_efi_TRUE@am__append_11337 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11332 = $(nodist_gcry_md5_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11333 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_md5.marker +@COND_i386_ieee1275_TRUE@am__append_11334 = gcry_md5.mod +@COND_i386_ieee1275_TRUE@am__append_11335 = gcry_md5.marker +@COND_x86_64_efi_TRUE@am__append_11336 = gcry_md5.module +@COND_x86_64_efi_TRUE@am__append_11337 = gcry_md5.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11338 = -@COND_x86_64_efi_TRUE@am__append_11339 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11339 = $(nodist_gcry_md5_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11340 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_rfc2268.marker -@COND_x86_64_efi_TRUE@am__append_11341 = gcry_rfc2268.mod -@COND_x86_64_efi_TRUE@am__append_11342 = gcry_rfc2268.marker -@COND_mips_yeeloong_TRUE@am__append_11343 = gcry_rfc2268.module -@COND_mips_yeeloong_TRUE@am__append_11344 = gcry_rfc2268.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_md5.marker +@COND_x86_64_efi_TRUE@am__append_11341 = gcry_md5.mod +@COND_x86_64_efi_TRUE@am__append_11342 = gcry_md5.marker +@COND_mips_yeeloong_TRUE@am__append_11343 = gcry_md5.module +@COND_mips_yeeloong_TRUE@am__append_11344 = gcry_md5.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11345 = -@COND_mips_yeeloong_TRUE@am__append_11346 = $(nodist_gcry_rfc2268_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11347 = $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_rfc2268.marker -@COND_mips_yeeloong_TRUE@am__append_11348 = gcry_rfc2268.mod -@COND_mips_yeeloong_TRUE@am__append_11349 = gcry_rfc2268.marker -@COND_sparc64_ieee1275_TRUE@am__append_11350 = gcry_rfc2268.module -@COND_sparc64_ieee1275_TRUE@am__append_11351 = gcry_rfc2268.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11346 = $(nodist_gcry_md5_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11347 = \ +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_md5.marker +@COND_mips_yeeloong_TRUE@am__append_11348 = gcry_md5.mod +@COND_mips_yeeloong_TRUE@am__append_11349 = gcry_md5.marker +@COND_sparc64_ieee1275_TRUE@am__append_11350 = gcry_md5.module +@COND_sparc64_ieee1275_TRUE@am__append_11351 = gcry_md5.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11352 = -@COND_sparc64_ieee1275_TRUE@am__append_11353 = $(nodist_gcry_rfc2268_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11354 = $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_rfc2268.marker -@COND_sparc64_ieee1275_TRUE@am__append_11355 = gcry_rfc2268.mod -@COND_sparc64_ieee1275_TRUE@am__append_11356 = gcry_rfc2268.marker -@COND_powerpc_ieee1275_TRUE@am__append_11357 = gcry_rfc2268.module -@COND_powerpc_ieee1275_TRUE@am__append_11358 = gcry_rfc2268.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11353 = $(nodist_gcry_md5_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11354 = \ +@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_md5.marker +@COND_sparc64_ieee1275_TRUE@am__append_11355 = gcry_md5.mod +@COND_sparc64_ieee1275_TRUE@am__append_11356 = gcry_md5.marker +@COND_powerpc_ieee1275_TRUE@am__append_11357 = gcry_md5.module +@COND_powerpc_ieee1275_TRUE@am__append_11358 = gcry_md5.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11359 = -@COND_powerpc_ieee1275_TRUE@am__append_11360 = $(nodist_gcry_rfc2268_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11361 = $(nodist_gcry_rfc2268_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_rfc2268.marker -@COND_powerpc_ieee1275_TRUE@am__append_11362 = gcry_rfc2268.mod -@COND_powerpc_ieee1275_TRUE@am__append_11363 = gcry_rfc2268.marker -@COND_emu_TRUE@am__append_11364 = gcry_rijndael.module -@COND_emu_TRUE@am__append_11365 = gcry_rijndael.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11360 = $(nodist_gcry_md5_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11361 = \ +@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_md5_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_md5.marker +@COND_powerpc_ieee1275_TRUE@am__append_11362 = gcry_md5.mod +@COND_powerpc_ieee1275_TRUE@am__append_11363 = gcry_md5.marker +@COND_emu_TRUE@am__append_11364 = gcry_rmd160.module +@COND_emu_TRUE@am__append_11365 = gcry_rmd160.module$(EXEEXT) @COND_emu_TRUE@am__append_11366 = -@COND_emu_TRUE@am__append_11367 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_emu_TRUE@am__append_11367 = $(nodist_gcry_rmd160_module_SOURCES) @COND_emu_TRUE@am__append_11368 = \ -@COND_emu_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_emu_TRUE@ gcry_rijndael.marker -@COND_emu_TRUE@am__append_11369 = gcry_rijndael.mod -@COND_emu_TRUE@am__append_11370 = gcry_rijndael.marker -@COND_i386_pc_TRUE@am__append_11371 = gcry_rijndael.module -@COND_i386_pc_TRUE@am__append_11372 = gcry_rijndael.module$(EXEEXT) +@COND_emu_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_emu_TRUE@ gcry_rmd160.marker +@COND_emu_TRUE@am__append_11369 = gcry_rmd160.mod +@COND_emu_TRUE@am__append_11370 = gcry_rmd160.marker +@COND_i386_pc_TRUE@am__append_11371 = gcry_rmd160.module +@COND_i386_pc_TRUE@am__append_11372 = gcry_rmd160.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11373 = -@COND_i386_pc_TRUE@am__append_11374 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11374 = $(nodist_gcry_rmd160_module_SOURCES) @COND_i386_pc_TRUE@am__append_11375 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_rijndael.marker -@COND_i386_pc_TRUE@am__append_11376 = gcry_rijndael.mod -@COND_i386_pc_TRUE@am__append_11377 = gcry_rijndael.marker -@COND_i386_efi_TRUE@am__append_11378 = gcry_rijndael.module -@COND_i386_efi_TRUE@am__append_11379 = gcry_rijndael.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_rmd160.marker +@COND_i386_pc_TRUE@am__append_11376 = gcry_rmd160.mod +@COND_i386_pc_TRUE@am__append_11377 = gcry_rmd160.marker +@COND_i386_efi_TRUE@am__append_11378 = gcry_rmd160.module +@COND_i386_efi_TRUE@am__append_11379 = gcry_rmd160.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11380 = -@COND_i386_efi_TRUE@am__append_11381 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11381 = $(nodist_gcry_rmd160_module_SOURCES) @COND_i386_efi_TRUE@am__append_11382 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_rijndael.marker -@COND_i386_efi_TRUE@am__append_11383 = gcry_rijndael.mod -@COND_i386_efi_TRUE@am__append_11384 = gcry_rijndael.marker -@COND_i386_qemu_TRUE@am__append_11385 = gcry_rijndael.module -@COND_i386_qemu_TRUE@am__append_11386 = gcry_rijndael.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_rmd160.marker +@COND_i386_efi_TRUE@am__append_11383 = gcry_rmd160.mod +@COND_i386_efi_TRUE@am__append_11384 = gcry_rmd160.marker +@COND_i386_qemu_TRUE@am__append_11385 = gcry_rmd160.module +@COND_i386_qemu_TRUE@am__append_11386 = gcry_rmd160.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11387 = -@COND_i386_qemu_TRUE@am__append_11388 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11388 = $(nodist_gcry_rmd160_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11389 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_rijndael.marker -@COND_i386_qemu_TRUE@am__append_11390 = gcry_rijndael.mod -@COND_i386_qemu_TRUE@am__append_11391 = gcry_rijndael.marker -@COND_i386_coreboot_TRUE@am__append_11392 = gcry_rijndael.module -@COND_i386_coreboot_TRUE@am__append_11393 = gcry_rijndael.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_rmd160.marker +@COND_i386_qemu_TRUE@am__append_11390 = gcry_rmd160.mod +@COND_i386_qemu_TRUE@am__append_11391 = gcry_rmd160.marker +@COND_i386_coreboot_TRUE@am__append_11392 = gcry_rmd160.module +@COND_i386_coreboot_TRUE@am__append_11393 = gcry_rmd160.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11394 = -@COND_i386_coreboot_TRUE@am__append_11395 = $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11396 = $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_rijndael.marker -@COND_i386_coreboot_TRUE@am__append_11397 = gcry_rijndael.mod -@COND_i386_coreboot_TRUE@am__append_11398 = gcry_rijndael.marker -@COND_i386_multiboot_TRUE@am__append_11399 = gcry_rijndael.module -@COND_i386_multiboot_TRUE@am__append_11400 = gcry_rijndael.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11395 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11396 = \ +@COND_i386_coreboot_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_rmd160.marker +@COND_i386_coreboot_TRUE@am__append_11397 = gcry_rmd160.mod +@COND_i386_coreboot_TRUE@am__append_11398 = gcry_rmd160.marker +@COND_i386_multiboot_TRUE@am__append_11399 = gcry_rmd160.module +@COND_i386_multiboot_TRUE@am__append_11400 = gcry_rmd160.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11401 = -@COND_i386_multiboot_TRUE@am__append_11402 = $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11403 = $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_rijndael.marker -@COND_i386_multiboot_TRUE@am__append_11404 = gcry_rijndael.mod -@COND_i386_multiboot_TRUE@am__append_11405 = gcry_rijndael.marker -@COND_i386_ieee1275_TRUE@am__append_11406 = gcry_rijndael.module -@COND_i386_ieee1275_TRUE@am__append_11407 = gcry_rijndael.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11402 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11403 = $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_rmd160.marker +@COND_i386_multiboot_TRUE@am__append_11404 = gcry_rmd160.mod +@COND_i386_multiboot_TRUE@am__append_11405 = gcry_rmd160.marker +@COND_i386_ieee1275_TRUE@am__append_11406 = gcry_rmd160.module +@COND_i386_ieee1275_TRUE@am__append_11407 = gcry_rmd160.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11408 = -@COND_i386_ieee1275_TRUE@am__append_11409 = $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11410 = $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_rijndael.marker -@COND_i386_ieee1275_TRUE@am__append_11411 = gcry_rijndael.mod -@COND_i386_ieee1275_TRUE@am__append_11412 = gcry_rijndael.marker -@COND_x86_64_efi_TRUE@am__append_11413 = gcry_rijndael.module -@COND_x86_64_efi_TRUE@am__append_11414 = gcry_rijndael.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11409 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11410 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_rmd160.marker +@COND_i386_ieee1275_TRUE@am__append_11411 = gcry_rmd160.mod +@COND_i386_ieee1275_TRUE@am__append_11412 = gcry_rmd160.marker +@COND_x86_64_efi_TRUE@am__append_11413 = gcry_rmd160.module +@COND_x86_64_efi_TRUE@am__append_11414 = gcry_rmd160.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11415 = -@COND_x86_64_efi_TRUE@am__append_11416 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11416 = $(nodist_gcry_rmd160_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11417 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_rijndael.marker -@COND_x86_64_efi_TRUE@am__append_11418 = gcry_rijndael.mod -@COND_x86_64_efi_TRUE@am__append_11419 = gcry_rijndael.marker -@COND_mips_yeeloong_TRUE@am__append_11420 = gcry_rijndael.module -@COND_mips_yeeloong_TRUE@am__append_11421 = gcry_rijndael.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_rmd160.marker +@COND_x86_64_efi_TRUE@am__append_11418 = gcry_rmd160.mod +@COND_x86_64_efi_TRUE@am__append_11419 = gcry_rmd160.marker +@COND_mips_yeeloong_TRUE@am__append_11420 = gcry_rmd160.module +@COND_mips_yeeloong_TRUE@am__append_11421 = gcry_rmd160.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11422 = -@COND_mips_yeeloong_TRUE@am__append_11423 = $(nodist_gcry_rijndael_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11424 = $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_rijndael.marker -@COND_mips_yeeloong_TRUE@am__append_11425 = gcry_rijndael.mod -@COND_mips_yeeloong_TRUE@am__append_11426 = gcry_rijndael.marker -@COND_sparc64_ieee1275_TRUE@am__append_11427 = gcry_rijndael.module -@COND_sparc64_ieee1275_TRUE@am__append_11428 = gcry_rijndael.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11423 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11424 = \ +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_rmd160.marker +@COND_mips_yeeloong_TRUE@am__append_11425 = gcry_rmd160.mod +@COND_mips_yeeloong_TRUE@am__append_11426 = gcry_rmd160.marker +@COND_sparc64_ieee1275_TRUE@am__append_11427 = gcry_rmd160.module +@COND_sparc64_ieee1275_TRUE@am__append_11428 = gcry_rmd160.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11429 = -@COND_sparc64_ieee1275_TRUE@am__append_11430 = $(nodist_gcry_rijndael_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11431 = $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_rijndael.marker -@COND_sparc64_ieee1275_TRUE@am__append_11432 = gcry_rijndael.mod -@COND_sparc64_ieee1275_TRUE@am__append_11433 = gcry_rijndael.marker -@COND_powerpc_ieee1275_TRUE@am__append_11434 = gcry_rijndael.module -@COND_powerpc_ieee1275_TRUE@am__append_11435 = gcry_rijndael.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11430 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11431 = $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_rmd160.marker +@COND_sparc64_ieee1275_TRUE@am__append_11432 = gcry_rmd160.mod +@COND_sparc64_ieee1275_TRUE@am__append_11433 = gcry_rmd160.marker +@COND_powerpc_ieee1275_TRUE@am__append_11434 = gcry_rmd160.module +@COND_powerpc_ieee1275_TRUE@am__append_11435 = gcry_rmd160.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11436 = -@COND_powerpc_ieee1275_TRUE@am__append_11437 = $(nodist_gcry_rijndael_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11438 = $(nodist_gcry_rijndael_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_rijndael.marker -@COND_powerpc_ieee1275_TRUE@am__append_11439 = gcry_rijndael.mod -@COND_powerpc_ieee1275_TRUE@am__append_11440 = gcry_rijndael.marker -@COND_emu_TRUE@am__append_11441 = gcry_rmd160.module -@COND_emu_TRUE@am__append_11442 = gcry_rmd160.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11437 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11438 = $(nodist_gcry_rmd160_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_rmd160.marker +@COND_powerpc_ieee1275_TRUE@am__append_11439 = gcry_rmd160.mod +@COND_powerpc_ieee1275_TRUE@am__append_11440 = gcry_rmd160.marker +@COND_emu_TRUE@am__append_11441 = gcry_sha1.module +@COND_emu_TRUE@am__append_11442 = gcry_sha1.module$(EXEEXT) @COND_emu_TRUE@am__append_11443 = -@COND_emu_TRUE@am__append_11444 = $(nodist_gcry_rmd160_module_SOURCES) -@COND_emu_TRUE@am__append_11445 = \ -@COND_emu_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_emu_TRUE@ gcry_rmd160.marker -@COND_emu_TRUE@am__append_11446 = gcry_rmd160.mod -@COND_emu_TRUE@am__append_11447 = gcry_rmd160.marker -@COND_i386_pc_TRUE@am__append_11448 = gcry_rmd160.module -@COND_i386_pc_TRUE@am__append_11449 = gcry_rmd160.module$(EXEEXT) +@COND_emu_TRUE@am__append_11444 = $(nodist_gcry_sha1_module_SOURCES) +@COND_emu_TRUE@am__append_11445 = $(nodist_gcry_sha1_module_SOURCES) \ +@COND_emu_TRUE@ gcry_sha1.marker +@COND_emu_TRUE@am__append_11446 = gcry_sha1.mod +@COND_emu_TRUE@am__append_11447 = gcry_sha1.marker +@COND_i386_pc_TRUE@am__append_11448 = gcry_sha1.module +@COND_i386_pc_TRUE@am__append_11449 = gcry_sha1.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11450 = -@COND_i386_pc_TRUE@am__append_11451 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11451 = $(nodist_gcry_sha1_module_SOURCES) @COND_i386_pc_TRUE@am__append_11452 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_rmd160.marker -@COND_i386_pc_TRUE@am__append_11453 = gcry_rmd160.mod -@COND_i386_pc_TRUE@am__append_11454 = gcry_rmd160.marker -@COND_i386_efi_TRUE@am__append_11455 = gcry_rmd160.module -@COND_i386_efi_TRUE@am__append_11456 = gcry_rmd160.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_sha1.marker +@COND_i386_pc_TRUE@am__append_11453 = gcry_sha1.mod +@COND_i386_pc_TRUE@am__append_11454 = gcry_sha1.marker +@COND_i386_efi_TRUE@am__append_11455 = gcry_sha1.module +@COND_i386_efi_TRUE@am__append_11456 = gcry_sha1.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11457 = -@COND_i386_efi_TRUE@am__append_11458 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11458 = $(nodist_gcry_sha1_module_SOURCES) @COND_i386_efi_TRUE@am__append_11459 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_rmd160.marker -@COND_i386_efi_TRUE@am__append_11460 = gcry_rmd160.mod -@COND_i386_efi_TRUE@am__append_11461 = gcry_rmd160.marker -@COND_i386_qemu_TRUE@am__append_11462 = gcry_rmd160.module -@COND_i386_qemu_TRUE@am__append_11463 = gcry_rmd160.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_sha1.marker +@COND_i386_efi_TRUE@am__append_11460 = gcry_sha1.mod +@COND_i386_efi_TRUE@am__append_11461 = gcry_sha1.marker +@COND_i386_qemu_TRUE@am__append_11462 = gcry_sha1.module +@COND_i386_qemu_TRUE@am__append_11463 = gcry_sha1.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11464 = -@COND_i386_qemu_TRUE@am__append_11465 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11465 = $(nodist_gcry_sha1_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11466 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_rmd160.marker -@COND_i386_qemu_TRUE@am__append_11467 = gcry_rmd160.mod -@COND_i386_qemu_TRUE@am__append_11468 = gcry_rmd160.marker -@COND_i386_coreboot_TRUE@am__append_11469 = gcry_rmd160.module -@COND_i386_coreboot_TRUE@am__append_11470 = gcry_rmd160.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_sha1.marker +@COND_i386_qemu_TRUE@am__append_11467 = gcry_sha1.mod +@COND_i386_qemu_TRUE@am__append_11468 = gcry_sha1.marker +@COND_i386_coreboot_TRUE@am__append_11469 = gcry_sha1.module +@COND_i386_coreboot_TRUE@am__append_11470 = gcry_sha1.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11471 = -@COND_i386_coreboot_TRUE@am__append_11472 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11472 = $(nodist_gcry_sha1_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_11473 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_rmd160.marker -@COND_i386_coreboot_TRUE@am__append_11474 = gcry_rmd160.mod -@COND_i386_coreboot_TRUE@am__append_11475 = gcry_rmd160.marker -@COND_i386_multiboot_TRUE@am__append_11476 = gcry_rmd160.module -@COND_i386_multiboot_TRUE@am__append_11477 = gcry_rmd160.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_sha1.marker +@COND_i386_coreboot_TRUE@am__append_11474 = gcry_sha1.mod +@COND_i386_coreboot_TRUE@am__append_11475 = gcry_sha1.marker +@COND_i386_multiboot_TRUE@am__append_11476 = gcry_sha1.module +@COND_i386_multiboot_TRUE@am__append_11477 = gcry_sha1.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11478 = -@COND_i386_multiboot_TRUE@am__append_11479 = $(nodist_gcry_rmd160_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11480 = $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_rmd160.marker -@COND_i386_multiboot_TRUE@am__append_11481 = gcry_rmd160.mod -@COND_i386_multiboot_TRUE@am__append_11482 = gcry_rmd160.marker -@COND_i386_ieee1275_TRUE@am__append_11483 = gcry_rmd160.module -@COND_i386_ieee1275_TRUE@am__append_11484 = gcry_rmd160.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11479 = $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11480 = \ +@COND_i386_multiboot_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_sha1.marker +@COND_i386_multiboot_TRUE@am__append_11481 = gcry_sha1.mod +@COND_i386_multiboot_TRUE@am__append_11482 = gcry_sha1.marker +@COND_i386_ieee1275_TRUE@am__append_11483 = gcry_sha1.module +@COND_i386_ieee1275_TRUE@am__append_11484 = gcry_sha1.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11485 = -@COND_i386_ieee1275_TRUE@am__append_11486 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11486 = $(nodist_gcry_sha1_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_11487 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_rmd160.marker -@COND_i386_ieee1275_TRUE@am__append_11488 = gcry_rmd160.mod -@COND_i386_ieee1275_TRUE@am__append_11489 = gcry_rmd160.marker -@COND_x86_64_efi_TRUE@am__append_11490 = gcry_rmd160.module -@COND_x86_64_efi_TRUE@am__append_11491 = gcry_rmd160.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_sha1.marker +@COND_i386_ieee1275_TRUE@am__append_11488 = gcry_sha1.mod +@COND_i386_ieee1275_TRUE@am__append_11489 = gcry_sha1.marker +@COND_x86_64_efi_TRUE@am__append_11490 = gcry_sha1.module +@COND_x86_64_efi_TRUE@am__append_11491 = gcry_sha1.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11492 = -@COND_x86_64_efi_TRUE@am__append_11493 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11493 = $(nodist_gcry_sha1_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11494 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_rmd160.marker -@COND_x86_64_efi_TRUE@am__append_11495 = gcry_rmd160.mod -@COND_x86_64_efi_TRUE@am__append_11496 = gcry_rmd160.marker -@COND_mips_yeeloong_TRUE@am__append_11497 = gcry_rmd160.module -@COND_mips_yeeloong_TRUE@am__append_11498 = gcry_rmd160.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_sha1.marker +@COND_x86_64_efi_TRUE@am__append_11495 = gcry_sha1.mod +@COND_x86_64_efi_TRUE@am__append_11496 = gcry_sha1.marker +@COND_mips_yeeloong_TRUE@am__append_11497 = gcry_sha1.module +@COND_mips_yeeloong_TRUE@am__append_11498 = gcry_sha1.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11499 = -@COND_mips_yeeloong_TRUE@am__append_11500 = $(nodist_gcry_rmd160_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11500 = $(nodist_gcry_sha1_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_11501 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_rmd160.marker -@COND_mips_yeeloong_TRUE@am__append_11502 = gcry_rmd160.mod -@COND_mips_yeeloong_TRUE@am__append_11503 = gcry_rmd160.marker -@COND_sparc64_ieee1275_TRUE@am__append_11504 = gcry_rmd160.module -@COND_sparc64_ieee1275_TRUE@am__append_11505 = gcry_rmd160.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_sha1.marker +@COND_mips_yeeloong_TRUE@am__append_11502 = gcry_sha1.mod +@COND_mips_yeeloong_TRUE@am__append_11503 = gcry_sha1.marker +@COND_sparc64_ieee1275_TRUE@am__append_11504 = gcry_sha1.module +@COND_sparc64_ieee1275_TRUE@am__append_11505 = gcry_sha1.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11506 = -@COND_sparc64_ieee1275_TRUE@am__append_11507 = $(nodist_gcry_rmd160_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11508 = $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_rmd160.marker -@COND_sparc64_ieee1275_TRUE@am__append_11509 = gcry_rmd160.mod -@COND_sparc64_ieee1275_TRUE@am__append_11510 = gcry_rmd160.marker -@COND_powerpc_ieee1275_TRUE@am__append_11511 = gcry_rmd160.module -@COND_powerpc_ieee1275_TRUE@am__append_11512 = gcry_rmd160.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11507 = $(nodist_gcry_sha1_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11508 = $(nodist_gcry_sha1_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_sha1.marker +@COND_sparc64_ieee1275_TRUE@am__append_11509 = gcry_sha1.mod +@COND_sparc64_ieee1275_TRUE@am__append_11510 = gcry_sha1.marker +@COND_powerpc_ieee1275_TRUE@am__append_11511 = gcry_sha1.module +@COND_powerpc_ieee1275_TRUE@am__append_11512 = gcry_sha1.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11513 = -@COND_powerpc_ieee1275_TRUE@am__append_11514 = $(nodist_gcry_rmd160_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11515 = $(nodist_gcry_rmd160_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_rmd160.marker -@COND_powerpc_ieee1275_TRUE@am__append_11516 = gcry_rmd160.mod -@COND_powerpc_ieee1275_TRUE@am__append_11517 = gcry_rmd160.marker -@COND_emu_TRUE@am__append_11518 = gcry_seed.module -@COND_emu_TRUE@am__append_11519 = gcry_seed.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11514 = $(nodist_gcry_sha1_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11515 = $(nodist_gcry_sha1_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_sha1.marker +@COND_powerpc_ieee1275_TRUE@am__append_11516 = gcry_sha1.mod +@COND_powerpc_ieee1275_TRUE@am__append_11517 = gcry_sha1.marker +@COND_emu_TRUE@am__append_11518 = gcry_rfc2268.module +@COND_emu_TRUE@am__append_11519 = gcry_rfc2268.module$(EXEEXT) @COND_emu_TRUE@am__append_11520 = -@COND_emu_TRUE@am__append_11521 = $(nodist_gcry_seed_module_SOURCES) -@COND_emu_TRUE@am__append_11522 = $(nodist_gcry_seed_module_SOURCES) \ -@COND_emu_TRUE@ gcry_seed.marker -@COND_emu_TRUE@am__append_11523 = gcry_seed.mod -@COND_emu_TRUE@am__append_11524 = gcry_seed.marker -@COND_i386_pc_TRUE@am__append_11525 = gcry_seed.module -@COND_i386_pc_TRUE@am__append_11526 = gcry_seed.module$(EXEEXT) +@COND_emu_TRUE@am__append_11521 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_emu_TRUE@am__append_11522 = \ +@COND_emu_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_emu_TRUE@ gcry_rfc2268.marker +@COND_emu_TRUE@am__append_11523 = gcry_rfc2268.mod +@COND_emu_TRUE@am__append_11524 = gcry_rfc2268.marker +@COND_i386_pc_TRUE@am__append_11525 = gcry_rfc2268.module +@COND_i386_pc_TRUE@am__append_11526 = gcry_rfc2268.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11527 = -@COND_i386_pc_TRUE@am__append_11528 = $(nodist_gcry_seed_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11528 = $(nodist_gcry_rfc2268_module_SOURCES) @COND_i386_pc_TRUE@am__append_11529 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_seed.marker -@COND_i386_pc_TRUE@am__append_11530 = gcry_seed.mod -@COND_i386_pc_TRUE@am__append_11531 = gcry_seed.marker -@COND_i386_efi_TRUE@am__append_11532 = gcry_seed.module -@COND_i386_efi_TRUE@am__append_11533 = gcry_seed.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_rfc2268.marker +@COND_i386_pc_TRUE@am__append_11530 = gcry_rfc2268.mod +@COND_i386_pc_TRUE@am__append_11531 = gcry_rfc2268.marker +@COND_i386_efi_TRUE@am__append_11532 = gcry_rfc2268.module +@COND_i386_efi_TRUE@am__append_11533 = gcry_rfc2268.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11534 = -@COND_i386_efi_TRUE@am__append_11535 = $(nodist_gcry_seed_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11535 = $(nodist_gcry_rfc2268_module_SOURCES) @COND_i386_efi_TRUE@am__append_11536 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_seed.marker -@COND_i386_efi_TRUE@am__append_11537 = gcry_seed.mod -@COND_i386_efi_TRUE@am__append_11538 = gcry_seed.marker -@COND_i386_qemu_TRUE@am__append_11539 = gcry_seed.module -@COND_i386_qemu_TRUE@am__append_11540 = gcry_seed.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_rfc2268.marker +@COND_i386_efi_TRUE@am__append_11537 = gcry_rfc2268.mod +@COND_i386_efi_TRUE@am__append_11538 = gcry_rfc2268.marker +@COND_i386_qemu_TRUE@am__append_11539 = gcry_rfc2268.module +@COND_i386_qemu_TRUE@am__append_11540 = gcry_rfc2268.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11541 = -@COND_i386_qemu_TRUE@am__append_11542 = $(nodist_gcry_seed_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11542 = $(nodist_gcry_rfc2268_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11543 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_seed.marker -@COND_i386_qemu_TRUE@am__append_11544 = gcry_seed.mod -@COND_i386_qemu_TRUE@am__append_11545 = gcry_seed.marker -@COND_i386_coreboot_TRUE@am__append_11546 = gcry_seed.module -@COND_i386_coreboot_TRUE@am__append_11547 = gcry_seed.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_rfc2268.marker +@COND_i386_qemu_TRUE@am__append_11544 = gcry_rfc2268.mod +@COND_i386_qemu_TRUE@am__append_11545 = gcry_rfc2268.marker +@COND_i386_coreboot_TRUE@am__append_11546 = gcry_rfc2268.module +@COND_i386_coreboot_TRUE@am__append_11547 = gcry_rfc2268.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11548 = -@COND_i386_coreboot_TRUE@am__append_11549 = $(nodist_gcry_seed_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11550 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_seed.marker -@COND_i386_coreboot_TRUE@am__append_11551 = gcry_seed.mod -@COND_i386_coreboot_TRUE@am__append_11552 = gcry_seed.marker -@COND_i386_multiboot_TRUE@am__append_11553 = gcry_seed.module -@COND_i386_multiboot_TRUE@am__append_11554 = gcry_seed.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11549 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11550 = $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_rfc2268.marker +@COND_i386_coreboot_TRUE@am__append_11551 = gcry_rfc2268.mod +@COND_i386_coreboot_TRUE@am__append_11552 = gcry_rfc2268.marker +@COND_i386_multiboot_TRUE@am__append_11553 = gcry_rfc2268.module +@COND_i386_multiboot_TRUE@am__append_11554 = gcry_rfc2268.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11555 = -@COND_i386_multiboot_TRUE@am__append_11556 = $(nodist_gcry_seed_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11557 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_seed.marker -@COND_i386_multiboot_TRUE@am__append_11558 = gcry_seed.mod -@COND_i386_multiboot_TRUE@am__append_11559 = gcry_seed.marker -@COND_i386_ieee1275_TRUE@am__append_11560 = gcry_seed.module -@COND_i386_ieee1275_TRUE@am__append_11561 = gcry_seed.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11556 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11557 = $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_rfc2268.marker +@COND_i386_multiboot_TRUE@am__append_11558 = gcry_rfc2268.mod +@COND_i386_multiboot_TRUE@am__append_11559 = gcry_rfc2268.marker +@COND_i386_ieee1275_TRUE@am__append_11560 = gcry_rfc2268.module +@COND_i386_ieee1275_TRUE@am__append_11561 = gcry_rfc2268.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11562 = -@COND_i386_ieee1275_TRUE@am__append_11563 = $(nodist_gcry_seed_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11564 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_seed.marker -@COND_i386_ieee1275_TRUE@am__append_11565 = gcry_seed.mod -@COND_i386_ieee1275_TRUE@am__append_11566 = gcry_seed.marker -@COND_x86_64_efi_TRUE@am__append_11567 = gcry_seed.module -@COND_x86_64_efi_TRUE@am__append_11568 = gcry_seed.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11563 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11564 = $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_rfc2268.marker +@COND_i386_ieee1275_TRUE@am__append_11565 = gcry_rfc2268.mod +@COND_i386_ieee1275_TRUE@am__append_11566 = gcry_rfc2268.marker +@COND_x86_64_efi_TRUE@am__append_11567 = gcry_rfc2268.module +@COND_x86_64_efi_TRUE@am__append_11568 = gcry_rfc2268.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11569 = -@COND_x86_64_efi_TRUE@am__append_11570 = $(nodist_gcry_seed_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11570 = $(nodist_gcry_rfc2268_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11571 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_seed.marker -@COND_x86_64_efi_TRUE@am__append_11572 = gcry_seed.mod -@COND_x86_64_efi_TRUE@am__append_11573 = gcry_seed.marker -@COND_mips_yeeloong_TRUE@am__append_11574 = gcry_seed.module -@COND_mips_yeeloong_TRUE@am__append_11575 = gcry_seed.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_rfc2268.marker +@COND_x86_64_efi_TRUE@am__append_11572 = gcry_rfc2268.mod +@COND_x86_64_efi_TRUE@am__append_11573 = gcry_rfc2268.marker +@COND_mips_yeeloong_TRUE@am__append_11574 = gcry_rfc2268.module +@COND_mips_yeeloong_TRUE@am__append_11575 = gcry_rfc2268.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11576 = -@COND_mips_yeeloong_TRUE@am__append_11577 = $(nodist_gcry_seed_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11578 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_seed.marker -@COND_mips_yeeloong_TRUE@am__append_11579 = gcry_seed.mod -@COND_mips_yeeloong_TRUE@am__append_11580 = gcry_seed.marker -@COND_sparc64_ieee1275_TRUE@am__append_11581 = gcry_seed.module -@COND_sparc64_ieee1275_TRUE@am__append_11582 = gcry_seed.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11577 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11578 = $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_rfc2268.marker +@COND_mips_yeeloong_TRUE@am__append_11579 = gcry_rfc2268.mod +@COND_mips_yeeloong_TRUE@am__append_11580 = gcry_rfc2268.marker +@COND_sparc64_ieee1275_TRUE@am__append_11581 = gcry_rfc2268.module +@COND_sparc64_ieee1275_TRUE@am__append_11582 = gcry_rfc2268.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11583 = -@COND_sparc64_ieee1275_TRUE@am__append_11584 = $(nodist_gcry_seed_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11585 = $(nodist_gcry_seed_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_seed.marker -@COND_sparc64_ieee1275_TRUE@am__append_11586 = gcry_seed.mod -@COND_sparc64_ieee1275_TRUE@am__append_11587 = gcry_seed.marker -@COND_powerpc_ieee1275_TRUE@am__append_11588 = gcry_seed.module -@COND_powerpc_ieee1275_TRUE@am__append_11589 = gcry_seed.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11584 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11585 = $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_rfc2268.marker +@COND_sparc64_ieee1275_TRUE@am__append_11586 = gcry_rfc2268.mod +@COND_sparc64_ieee1275_TRUE@am__append_11587 = gcry_rfc2268.marker +@COND_powerpc_ieee1275_TRUE@am__append_11588 = gcry_rfc2268.module +@COND_powerpc_ieee1275_TRUE@am__append_11589 = gcry_rfc2268.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11590 = -@COND_powerpc_ieee1275_TRUE@am__append_11591 = $(nodist_gcry_seed_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11592 = $(nodist_gcry_seed_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_seed.marker -@COND_powerpc_ieee1275_TRUE@am__append_11593 = gcry_seed.mod -@COND_powerpc_ieee1275_TRUE@am__append_11594 = gcry_seed.marker -@COND_emu_TRUE@am__append_11595 = gcry_serpent.module -@COND_emu_TRUE@am__append_11596 = gcry_serpent.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11591 = $(nodist_gcry_rfc2268_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11592 = $(nodist_gcry_rfc2268_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_rfc2268.marker +@COND_powerpc_ieee1275_TRUE@am__append_11593 = gcry_rfc2268.mod +@COND_powerpc_ieee1275_TRUE@am__append_11594 = gcry_rfc2268.marker +@COND_emu_TRUE@am__append_11595 = gcry_cast5.module +@COND_emu_TRUE@am__append_11596 = gcry_cast5.module$(EXEEXT) @COND_emu_TRUE@am__append_11597 = -@COND_emu_TRUE@am__append_11598 = $(nodist_gcry_serpent_module_SOURCES) -@COND_emu_TRUE@am__append_11599 = \ -@COND_emu_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ -@COND_emu_TRUE@ gcry_serpent.marker -@COND_emu_TRUE@am__append_11600 = gcry_serpent.mod -@COND_emu_TRUE@am__append_11601 = gcry_serpent.marker -@COND_i386_pc_TRUE@am__append_11602 = gcry_serpent.module -@COND_i386_pc_TRUE@am__append_11603 = gcry_serpent.module$(EXEEXT) +@COND_emu_TRUE@am__append_11598 = $(nodist_gcry_cast5_module_SOURCES) +@COND_emu_TRUE@am__append_11599 = $(nodist_gcry_cast5_module_SOURCES) \ +@COND_emu_TRUE@ gcry_cast5.marker +@COND_emu_TRUE@am__append_11600 = gcry_cast5.mod +@COND_emu_TRUE@am__append_11601 = gcry_cast5.marker +@COND_i386_pc_TRUE@am__append_11602 = gcry_cast5.module +@COND_i386_pc_TRUE@am__append_11603 = gcry_cast5.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11604 = -@COND_i386_pc_TRUE@am__append_11605 = $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11605 = $(nodist_gcry_cast5_module_SOURCES) @COND_i386_pc_TRUE@am__append_11606 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_serpent.marker -@COND_i386_pc_TRUE@am__append_11607 = gcry_serpent.mod -@COND_i386_pc_TRUE@am__append_11608 = gcry_serpent.marker -@COND_i386_efi_TRUE@am__append_11609 = gcry_serpent.module -@COND_i386_efi_TRUE@am__append_11610 = gcry_serpent.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_cast5.marker +@COND_i386_pc_TRUE@am__append_11607 = gcry_cast5.mod +@COND_i386_pc_TRUE@am__append_11608 = gcry_cast5.marker +@COND_i386_efi_TRUE@am__append_11609 = gcry_cast5.module +@COND_i386_efi_TRUE@am__append_11610 = gcry_cast5.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11611 = -@COND_i386_efi_TRUE@am__append_11612 = $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11612 = $(nodist_gcry_cast5_module_SOURCES) @COND_i386_efi_TRUE@am__append_11613 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_serpent.marker -@COND_i386_efi_TRUE@am__append_11614 = gcry_serpent.mod -@COND_i386_efi_TRUE@am__append_11615 = gcry_serpent.marker -@COND_i386_qemu_TRUE@am__append_11616 = gcry_serpent.module -@COND_i386_qemu_TRUE@am__append_11617 = gcry_serpent.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_cast5.marker +@COND_i386_efi_TRUE@am__append_11614 = gcry_cast5.mod +@COND_i386_efi_TRUE@am__append_11615 = gcry_cast5.marker +@COND_i386_qemu_TRUE@am__append_11616 = gcry_cast5.module +@COND_i386_qemu_TRUE@am__append_11617 = gcry_cast5.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11618 = -@COND_i386_qemu_TRUE@am__append_11619 = $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11619 = $(nodist_gcry_cast5_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11620 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_serpent.marker -@COND_i386_qemu_TRUE@am__append_11621 = gcry_serpent.mod -@COND_i386_qemu_TRUE@am__append_11622 = gcry_serpent.marker -@COND_i386_coreboot_TRUE@am__append_11623 = gcry_serpent.module -@COND_i386_coreboot_TRUE@am__append_11624 = gcry_serpent.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_cast5.marker +@COND_i386_qemu_TRUE@am__append_11621 = gcry_cast5.mod +@COND_i386_qemu_TRUE@am__append_11622 = gcry_cast5.marker +@COND_i386_coreboot_TRUE@am__append_11623 = gcry_cast5.module +@COND_i386_coreboot_TRUE@am__append_11624 = gcry_cast5.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11625 = -@COND_i386_coreboot_TRUE@am__append_11626 = $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11627 = $(nodist_gcry_serpent_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_serpent.marker -@COND_i386_coreboot_TRUE@am__append_11628 = gcry_serpent.mod -@COND_i386_coreboot_TRUE@am__append_11629 = gcry_serpent.marker -@COND_i386_multiboot_TRUE@am__append_11630 = gcry_serpent.module -@COND_i386_multiboot_TRUE@am__append_11631 = gcry_serpent.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11626 = $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11627 = \ +@COND_i386_coreboot_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_cast5.marker +@COND_i386_coreboot_TRUE@am__append_11628 = gcry_cast5.mod +@COND_i386_coreboot_TRUE@am__append_11629 = gcry_cast5.marker +@COND_i386_multiboot_TRUE@am__append_11630 = gcry_cast5.module +@COND_i386_multiboot_TRUE@am__append_11631 = gcry_cast5.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11632 = -@COND_i386_multiboot_TRUE@am__append_11633 = $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11634 = $(nodist_gcry_serpent_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_serpent.marker -@COND_i386_multiboot_TRUE@am__append_11635 = gcry_serpent.mod -@COND_i386_multiboot_TRUE@am__append_11636 = gcry_serpent.marker -@COND_i386_ieee1275_TRUE@am__append_11637 = gcry_serpent.module -@COND_i386_ieee1275_TRUE@am__append_11638 = gcry_serpent.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11633 = $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11634 = \ +@COND_i386_multiboot_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_cast5.marker +@COND_i386_multiboot_TRUE@am__append_11635 = gcry_cast5.mod +@COND_i386_multiboot_TRUE@am__append_11636 = gcry_cast5.marker +@COND_i386_ieee1275_TRUE@am__append_11637 = gcry_cast5.module +@COND_i386_ieee1275_TRUE@am__append_11638 = gcry_cast5.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11639 = -@COND_i386_ieee1275_TRUE@am__append_11640 = $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11641 = $(nodist_gcry_serpent_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_serpent.marker -@COND_i386_ieee1275_TRUE@am__append_11642 = gcry_serpent.mod -@COND_i386_ieee1275_TRUE@am__append_11643 = gcry_serpent.marker -@COND_x86_64_efi_TRUE@am__append_11644 = gcry_serpent.module -@COND_x86_64_efi_TRUE@am__append_11645 = gcry_serpent.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11640 = $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11641 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_cast5.marker +@COND_i386_ieee1275_TRUE@am__append_11642 = gcry_cast5.mod +@COND_i386_ieee1275_TRUE@am__append_11643 = gcry_cast5.marker +@COND_x86_64_efi_TRUE@am__append_11644 = gcry_cast5.module +@COND_x86_64_efi_TRUE@am__append_11645 = gcry_cast5.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11646 = -@COND_x86_64_efi_TRUE@am__append_11647 = $(nodist_gcry_serpent_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11647 = $(nodist_gcry_cast5_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11648 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_serpent_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_serpent.marker -@COND_x86_64_efi_TRUE@am__append_11649 = gcry_serpent.mod -@COND_x86_64_efi_TRUE@am__append_11650 = gcry_serpent.marker -@COND_mips_yeeloong_TRUE@am__append_11651 = gcry_serpent.module -@COND_mips_yeeloong_TRUE@am__append_11652 = gcry_serpent.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_cast5.marker +@COND_x86_64_efi_TRUE@am__append_11649 = gcry_cast5.mod +@COND_x86_64_efi_TRUE@am__append_11650 = gcry_cast5.marker +@COND_mips_yeeloong_TRUE@am__append_11651 = gcry_cast5.module +@COND_mips_yeeloong_TRUE@am__append_11652 = gcry_cast5.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11653 = -@COND_mips_yeeloong_TRUE@am__append_11654 = $(nodist_gcry_serpent_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11655 = $(nodist_gcry_serpent_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_serpent.marker -@COND_mips_yeeloong_TRUE@am__append_11656 = gcry_serpent.mod -@COND_mips_yeeloong_TRUE@am__append_11657 = gcry_serpent.marker -@COND_sparc64_ieee1275_TRUE@am__append_11658 = gcry_serpent.module -@COND_sparc64_ieee1275_TRUE@am__append_11659 = gcry_serpent.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11654 = $(nodist_gcry_cast5_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11655 = \ +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_cast5_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_cast5.marker +@COND_mips_yeeloong_TRUE@am__append_11656 = gcry_cast5.mod +@COND_mips_yeeloong_TRUE@am__append_11657 = gcry_cast5.marker +@COND_sparc64_ieee1275_TRUE@am__append_11658 = gcry_cast5.module +@COND_sparc64_ieee1275_TRUE@am__append_11659 = gcry_cast5.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11660 = -@COND_sparc64_ieee1275_TRUE@am__append_11661 = $(nodist_gcry_serpent_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11662 = $(nodist_gcry_serpent_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_serpent.marker -@COND_sparc64_ieee1275_TRUE@am__append_11663 = gcry_serpent.mod -@COND_sparc64_ieee1275_TRUE@am__append_11664 = gcry_serpent.marker -@COND_powerpc_ieee1275_TRUE@am__append_11665 = gcry_serpent.module -@COND_powerpc_ieee1275_TRUE@am__append_11666 = gcry_serpent.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11661 = $(nodist_gcry_cast5_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11662 = $(nodist_gcry_cast5_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_cast5.marker +@COND_sparc64_ieee1275_TRUE@am__append_11663 = gcry_cast5.mod +@COND_sparc64_ieee1275_TRUE@am__append_11664 = gcry_cast5.marker +@COND_powerpc_ieee1275_TRUE@am__append_11665 = gcry_cast5.module +@COND_powerpc_ieee1275_TRUE@am__append_11666 = gcry_cast5.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11667 = -@COND_powerpc_ieee1275_TRUE@am__append_11668 = $(nodist_gcry_serpent_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11669 = $(nodist_gcry_serpent_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_serpent.marker -@COND_powerpc_ieee1275_TRUE@am__append_11670 = gcry_serpent.mod -@COND_powerpc_ieee1275_TRUE@am__append_11671 = gcry_serpent.marker -@COND_emu_TRUE@am__append_11672 = gcry_sha1.module -@COND_emu_TRUE@am__append_11673 = gcry_sha1.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11668 = $(nodist_gcry_cast5_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11669 = $(nodist_gcry_cast5_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_cast5.marker +@COND_powerpc_ieee1275_TRUE@am__append_11670 = gcry_cast5.mod +@COND_powerpc_ieee1275_TRUE@am__append_11671 = gcry_cast5.marker +@COND_emu_TRUE@am__append_11672 = gcry_seed.module +@COND_emu_TRUE@am__append_11673 = gcry_seed.module$(EXEEXT) @COND_emu_TRUE@am__append_11674 = -@COND_emu_TRUE@am__append_11675 = $(nodist_gcry_sha1_module_SOURCES) -@COND_emu_TRUE@am__append_11676 = $(nodist_gcry_sha1_module_SOURCES) \ -@COND_emu_TRUE@ gcry_sha1.marker -@COND_emu_TRUE@am__append_11677 = gcry_sha1.mod -@COND_emu_TRUE@am__append_11678 = gcry_sha1.marker -@COND_i386_pc_TRUE@am__append_11679 = gcry_sha1.module -@COND_i386_pc_TRUE@am__append_11680 = gcry_sha1.module$(EXEEXT) +@COND_emu_TRUE@am__append_11675 = $(nodist_gcry_seed_module_SOURCES) +@COND_emu_TRUE@am__append_11676 = $(nodist_gcry_seed_module_SOURCES) \ +@COND_emu_TRUE@ gcry_seed.marker +@COND_emu_TRUE@am__append_11677 = gcry_seed.mod +@COND_emu_TRUE@am__append_11678 = gcry_seed.marker +@COND_i386_pc_TRUE@am__append_11679 = gcry_seed.module +@COND_i386_pc_TRUE@am__append_11680 = gcry_seed.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11681 = -@COND_i386_pc_TRUE@am__append_11682 = $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11682 = $(nodist_gcry_seed_module_SOURCES) @COND_i386_pc_TRUE@am__append_11683 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_sha1.marker -@COND_i386_pc_TRUE@am__append_11684 = gcry_sha1.mod -@COND_i386_pc_TRUE@am__append_11685 = gcry_sha1.marker -@COND_i386_efi_TRUE@am__append_11686 = gcry_sha1.module -@COND_i386_efi_TRUE@am__append_11687 = gcry_sha1.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_seed.marker +@COND_i386_pc_TRUE@am__append_11684 = gcry_seed.mod +@COND_i386_pc_TRUE@am__append_11685 = gcry_seed.marker +@COND_i386_efi_TRUE@am__append_11686 = gcry_seed.module +@COND_i386_efi_TRUE@am__append_11687 = gcry_seed.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11688 = -@COND_i386_efi_TRUE@am__append_11689 = $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11689 = $(nodist_gcry_seed_module_SOURCES) @COND_i386_efi_TRUE@am__append_11690 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_sha1.marker -@COND_i386_efi_TRUE@am__append_11691 = gcry_sha1.mod -@COND_i386_efi_TRUE@am__append_11692 = gcry_sha1.marker -@COND_i386_qemu_TRUE@am__append_11693 = gcry_sha1.module -@COND_i386_qemu_TRUE@am__append_11694 = gcry_sha1.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_seed.marker +@COND_i386_efi_TRUE@am__append_11691 = gcry_seed.mod +@COND_i386_efi_TRUE@am__append_11692 = gcry_seed.marker +@COND_i386_qemu_TRUE@am__append_11693 = gcry_seed.module +@COND_i386_qemu_TRUE@am__append_11694 = gcry_seed.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11695 = -@COND_i386_qemu_TRUE@am__append_11696 = $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11696 = $(nodist_gcry_seed_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11697 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_sha1.marker -@COND_i386_qemu_TRUE@am__append_11698 = gcry_sha1.mod -@COND_i386_qemu_TRUE@am__append_11699 = gcry_sha1.marker -@COND_i386_coreboot_TRUE@am__append_11700 = gcry_sha1.module -@COND_i386_coreboot_TRUE@am__append_11701 = gcry_sha1.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_seed.marker +@COND_i386_qemu_TRUE@am__append_11698 = gcry_seed.mod +@COND_i386_qemu_TRUE@am__append_11699 = gcry_seed.marker +@COND_i386_coreboot_TRUE@am__append_11700 = gcry_seed.module +@COND_i386_coreboot_TRUE@am__append_11701 = gcry_seed.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11702 = -@COND_i386_coreboot_TRUE@am__append_11703 = $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11703 = $(nodist_gcry_seed_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_11704 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_sha1.marker -@COND_i386_coreboot_TRUE@am__append_11705 = gcry_sha1.mod -@COND_i386_coreboot_TRUE@am__append_11706 = gcry_sha1.marker -@COND_i386_multiboot_TRUE@am__append_11707 = gcry_sha1.module -@COND_i386_multiboot_TRUE@am__append_11708 = gcry_sha1.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_seed.marker +@COND_i386_coreboot_TRUE@am__append_11705 = gcry_seed.mod +@COND_i386_coreboot_TRUE@am__append_11706 = gcry_seed.marker +@COND_i386_multiboot_TRUE@am__append_11707 = gcry_seed.module +@COND_i386_multiboot_TRUE@am__append_11708 = gcry_seed.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11709 = -@COND_i386_multiboot_TRUE@am__append_11710 = $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11710 = $(nodist_gcry_seed_module_SOURCES) @COND_i386_multiboot_TRUE@am__append_11711 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_sha1.marker -@COND_i386_multiboot_TRUE@am__append_11712 = gcry_sha1.mod -@COND_i386_multiboot_TRUE@am__append_11713 = gcry_sha1.marker -@COND_i386_ieee1275_TRUE@am__append_11714 = gcry_sha1.module -@COND_i386_ieee1275_TRUE@am__append_11715 = gcry_sha1.module$(EXEEXT) +@COND_i386_multiboot_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_seed.marker +@COND_i386_multiboot_TRUE@am__append_11712 = gcry_seed.mod +@COND_i386_multiboot_TRUE@am__append_11713 = gcry_seed.marker +@COND_i386_ieee1275_TRUE@am__append_11714 = gcry_seed.module +@COND_i386_ieee1275_TRUE@am__append_11715 = gcry_seed.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11716 = -@COND_i386_ieee1275_TRUE@am__append_11717 = $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11717 = $(nodist_gcry_seed_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_11718 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_sha1.marker -@COND_i386_ieee1275_TRUE@am__append_11719 = gcry_sha1.mod -@COND_i386_ieee1275_TRUE@am__append_11720 = gcry_sha1.marker -@COND_x86_64_efi_TRUE@am__append_11721 = gcry_sha1.module -@COND_x86_64_efi_TRUE@am__append_11722 = gcry_sha1.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_seed.marker +@COND_i386_ieee1275_TRUE@am__append_11719 = gcry_seed.mod +@COND_i386_ieee1275_TRUE@am__append_11720 = gcry_seed.marker +@COND_x86_64_efi_TRUE@am__append_11721 = gcry_seed.module +@COND_x86_64_efi_TRUE@am__append_11722 = gcry_seed.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11723 = -@COND_x86_64_efi_TRUE@am__append_11724 = $(nodist_gcry_sha1_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11724 = $(nodist_gcry_seed_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11725 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_sha1.marker -@COND_x86_64_efi_TRUE@am__append_11726 = gcry_sha1.mod -@COND_x86_64_efi_TRUE@am__append_11727 = gcry_sha1.marker -@COND_mips_yeeloong_TRUE@am__append_11728 = gcry_sha1.module -@COND_mips_yeeloong_TRUE@am__append_11729 = gcry_sha1.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_seed.marker +@COND_x86_64_efi_TRUE@am__append_11726 = gcry_seed.mod +@COND_x86_64_efi_TRUE@am__append_11727 = gcry_seed.marker +@COND_mips_yeeloong_TRUE@am__append_11728 = gcry_seed.module +@COND_mips_yeeloong_TRUE@am__append_11729 = gcry_seed.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11730 = -@COND_mips_yeeloong_TRUE@am__append_11731 = $(nodist_gcry_sha1_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11731 = $(nodist_gcry_seed_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_11732 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_sha1_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_sha1.marker -@COND_mips_yeeloong_TRUE@am__append_11733 = gcry_sha1.mod -@COND_mips_yeeloong_TRUE@am__append_11734 = gcry_sha1.marker -@COND_sparc64_ieee1275_TRUE@am__append_11735 = gcry_sha1.module -@COND_sparc64_ieee1275_TRUE@am__append_11736 = gcry_sha1.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_seed_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_seed.marker +@COND_mips_yeeloong_TRUE@am__append_11733 = gcry_seed.mod +@COND_mips_yeeloong_TRUE@am__append_11734 = gcry_seed.marker +@COND_sparc64_ieee1275_TRUE@am__append_11735 = gcry_seed.module +@COND_sparc64_ieee1275_TRUE@am__append_11736 = gcry_seed.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11737 = -@COND_sparc64_ieee1275_TRUE@am__append_11738 = $(nodist_gcry_sha1_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11739 = $(nodist_gcry_sha1_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_sha1.marker -@COND_sparc64_ieee1275_TRUE@am__append_11740 = gcry_sha1.mod -@COND_sparc64_ieee1275_TRUE@am__append_11741 = gcry_sha1.marker -@COND_powerpc_ieee1275_TRUE@am__append_11742 = gcry_sha1.module -@COND_powerpc_ieee1275_TRUE@am__append_11743 = gcry_sha1.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11738 = $(nodist_gcry_seed_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11739 = $(nodist_gcry_seed_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_seed.marker +@COND_sparc64_ieee1275_TRUE@am__append_11740 = gcry_seed.mod +@COND_sparc64_ieee1275_TRUE@am__append_11741 = gcry_seed.marker +@COND_powerpc_ieee1275_TRUE@am__append_11742 = gcry_seed.module +@COND_powerpc_ieee1275_TRUE@am__append_11743 = gcry_seed.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11744 = -@COND_powerpc_ieee1275_TRUE@am__append_11745 = $(nodist_gcry_sha1_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11746 = $(nodist_gcry_sha1_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_sha1.marker -@COND_powerpc_ieee1275_TRUE@am__append_11747 = gcry_sha1.mod -@COND_powerpc_ieee1275_TRUE@am__append_11748 = gcry_sha1.marker -@COND_emu_TRUE@am__append_11749 = gcry_sha256.module -@COND_emu_TRUE@am__append_11750 = gcry_sha256.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11745 = $(nodist_gcry_seed_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11746 = $(nodist_gcry_seed_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_seed.marker +@COND_powerpc_ieee1275_TRUE@am__append_11747 = gcry_seed.mod +@COND_powerpc_ieee1275_TRUE@am__append_11748 = gcry_seed.marker +@COND_emu_TRUE@am__append_11749 = gcry_sha512.module +@COND_emu_TRUE@am__append_11750 = gcry_sha512.module$(EXEEXT) @COND_emu_TRUE@am__append_11751 = -@COND_emu_TRUE@am__append_11752 = $(nodist_gcry_sha256_module_SOURCES) +@COND_emu_TRUE@am__append_11752 = $(nodist_gcry_sha512_module_SOURCES) @COND_emu_TRUE@am__append_11753 = \ -@COND_emu_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_emu_TRUE@ gcry_sha256.marker -@COND_emu_TRUE@am__append_11754 = gcry_sha256.mod -@COND_emu_TRUE@am__append_11755 = gcry_sha256.marker -@COND_i386_pc_TRUE@am__append_11756 = gcry_sha256.module -@COND_i386_pc_TRUE@am__append_11757 = gcry_sha256.module$(EXEEXT) +@COND_emu_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_emu_TRUE@ gcry_sha512.marker +@COND_emu_TRUE@am__append_11754 = gcry_sha512.mod +@COND_emu_TRUE@am__append_11755 = gcry_sha512.marker +@COND_i386_pc_TRUE@am__append_11756 = gcry_sha512.module +@COND_i386_pc_TRUE@am__append_11757 = gcry_sha512.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11758 = -@COND_i386_pc_TRUE@am__append_11759 = $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11759 = $(nodist_gcry_sha512_module_SOURCES) @COND_i386_pc_TRUE@am__append_11760 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_sha256.marker -@COND_i386_pc_TRUE@am__append_11761 = gcry_sha256.mod -@COND_i386_pc_TRUE@am__append_11762 = gcry_sha256.marker -@COND_i386_efi_TRUE@am__append_11763 = gcry_sha256.module -@COND_i386_efi_TRUE@am__append_11764 = gcry_sha256.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_sha512.marker +@COND_i386_pc_TRUE@am__append_11761 = gcry_sha512.mod +@COND_i386_pc_TRUE@am__append_11762 = gcry_sha512.marker +@COND_i386_efi_TRUE@am__append_11763 = gcry_sha512.module +@COND_i386_efi_TRUE@am__append_11764 = gcry_sha512.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11765 = -@COND_i386_efi_TRUE@am__append_11766 = $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11766 = $(nodist_gcry_sha512_module_SOURCES) @COND_i386_efi_TRUE@am__append_11767 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_sha256.marker -@COND_i386_efi_TRUE@am__append_11768 = gcry_sha256.mod -@COND_i386_efi_TRUE@am__append_11769 = gcry_sha256.marker -@COND_i386_qemu_TRUE@am__append_11770 = gcry_sha256.module -@COND_i386_qemu_TRUE@am__append_11771 = gcry_sha256.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_sha512.marker +@COND_i386_efi_TRUE@am__append_11768 = gcry_sha512.mod +@COND_i386_efi_TRUE@am__append_11769 = gcry_sha512.marker +@COND_i386_qemu_TRUE@am__append_11770 = gcry_sha512.module +@COND_i386_qemu_TRUE@am__append_11771 = gcry_sha512.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11772 = -@COND_i386_qemu_TRUE@am__append_11773 = $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11773 = $(nodist_gcry_sha512_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11774 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_sha256.marker -@COND_i386_qemu_TRUE@am__append_11775 = gcry_sha256.mod -@COND_i386_qemu_TRUE@am__append_11776 = gcry_sha256.marker -@COND_i386_coreboot_TRUE@am__append_11777 = gcry_sha256.module -@COND_i386_coreboot_TRUE@am__append_11778 = gcry_sha256.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_sha512.marker +@COND_i386_qemu_TRUE@am__append_11775 = gcry_sha512.mod +@COND_i386_qemu_TRUE@am__append_11776 = gcry_sha512.marker +@COND_i386_coreboot_TRUE@am__append_11777 = gcry_sha512.module +@COND_i386_coreboot_TRUE@am__append_11778 = gcry_sha512.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11779 = -@COND_i386_coreboot_TRUE@am__append_11780 = $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11780 = $(nodist_gcry_sha512_module_SOURCES) @COND_i386_coreboot_TRUE@am__append_11781 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_sha256.marker -@COND_i386_coreboot_TRUE@am__append_11782 = gcry_sha256.mod -@COND_i386_coreboot_TRUE@am__append_11783 = gcry_sha256.marker -@COND_i386_multiboot_TRUE@am__append_11784 = gcry_sha256.module -@COND_i386_multiboot_TRUE@am__append_11785 = gcry_sha256.module$(EXEEXT) +@COND_i386_coreboot_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_sha512.marker +@COND_i386_coreboot_TRUE@am__append_11782 = gcry_sha512.mod +@COND_i386_coreboot_TRUE@am__append_11783 = gcry_sha512.marker +@COND_i386_multiboot_TRUE@am__append_11784 = gcry_sha512.module +@COND_i386_multiboot_TRUE@am__append_11785 = gcry_sha512.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11786 = -@COND_i386_multiboot_TRUE@am__append_11787 = $(nodist_gcry_sha256_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11788 = $(nodist_gcry_sha256_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_sha256.marker -@COND_i386_multiboot_TRUE@am__append_11789 = gcry_sha256.mod -@COND_i386_multiboot_TRUE@am__append_11790 = gcry_sha256.marker -@COND_i386_ieee1275_TRUE@am__append_11791 = gcry_sha256.module -@COND_i386_ieee1275_TRUE@am__append_11792 = gcry_sha256.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11787 = $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11788 = $(nodist_gcry_sha512_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_sha512.marker +@COND_i386_multiboot_TRUE@am__append_11789 = gcry_sha512.mod +@COND_i386_multiboot_TRUE@am__append_11790 = gcry_sha512.marker +@COND_i386_ieee1275_TRUE@am__append_11791 = gcry_sha512.module +@COND_i386_ieee1275_TRUE@am__append_11792 = gcry_sha512.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11793 = -@COND_i386_ieee1275_TRUE@am__append_11794 = $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11794 = $(nodist_gcry_sha512_module_SOURCES) @COND_i386_ieee1275_TRUE@am__append_11795 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_sha256.marker -@COND_i386_ieee1275_TRUE@am__append_11796 = gcry_sha256.mod -@COND_i386_ieee1275_TRUE@am__append_11797 = gcry_sha256.marker -@COND_x86_64_efi_TRUE@am__append_11798 = gcry_sha256.module -@COND_x86_64_efi_TRUE@am__append_11799 = gcry_sha256.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_sha512.marker +@COND_i386_ieee1275_TRUE@am__append_11796 = gcry_sha512.mod +@COND_i386_ieee1275_TRUE@am__append_11797 = gcry_sha512.marker +@COND_x86_64_efi_TRUE@am__append_11798 = gcry_sha512.module +@COND_x86_64_efi_TRUE@am__append_11799 = gcry_sha512.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11800 = -@COND_x86_64_efi_TRUE@am__append_11801 = $(nodist_gcry_sha256_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11801 = $(nodist_gcry_sha512_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11802 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_sha256.marker -@COND_x86_64_efi_TRUE@am__append_11803 = gcry_sha256.mod -@COND_x86_64_efi_TRUE@am__append_11804 = gcry_sha256.marker -@COND_mips_yeeloong_TRUE@am__append_11805 = gcry_sha256.module -@COND_mips_yeeloong_TRUE@am__append_11806 = gcry_sha256.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_sha512.marker +@COND_x86_64_efi_TRUE@am__append_11803 = gcry_sha512.mod +@COND_x86_64_efi_TRUE@am__append_11804 = gcry_sha512.marker +@COND_mips_yeeloong_TRUE@am__append_11805 = gcry_sha512.module +@COND_mips_yeeloong_TRUE@am__append_11806 = gcry_sha512.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11807 = -@COND_mips_yeeloong_TRUE@am__append_11808 = $(nodist_gcry_sha256_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11808 = $(nodist_gcry_sha512_module_SOURCES) @COND_mips_yeeloong_TRUE@am__append_11809 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_sha256_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_sha256.marker -@COND_mips_yeeloong_TRUE@am__append_11810 = gcry_sha256.mod -@COND_mips_yeeloong_TRUE@am__append_11811 = gcry_sha256.marker -@COND_sparc64_ieee1275_TRUE@am__append_11812 = gcry_sha256.module -@COND_sparc64_ieee1275_TRUE@am__append_11813 = gcry_sha256.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_sha512.marker +@COND_mips_yeeloong_TRUE@am__append_11810 = gcry_sha512.mod +@COND_mips_yeeloong_TRUE@am__append_11811 = gcry_sha512.marker +@COND_sparc64_ieee1275_TRUE@am__append_11812 = gcry_sha512.module +@COND_sparc64_ieee1275_TRUE@am__append_11813 = gcry_sha512.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11814 = -@COND_sparc64_ieee1275_TRUE@am__append_11815 = $(nodist_gcry_sha256_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11816 = $(nodist_gcry_sha256_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_sha256.marker -@COND_sparc64_ieee1275_TRUE@am__append_11817 = gcry_sha256.mod -@COND_sparc64_ieee1275_TRUE@am__append_11818 = gcry_sha256.marker -@COND_powerpc_ieee1275_TRUE@am__append_11819 = gcry_sha256.module -@COND_powerpc_ieee1275_TRUE@am__append_11820 = gcry_sha256.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11815 = $(nodist_gcry_sha512_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11816 = $(nodist_gcry_sha512_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_sha512.marker +@COND_sparc64_ieee1275_TRUE@am__append_11817 = gcry_sha512.mod +@COND_sparc64_ieee1275_TRUE@am__append_11818 = gcry_sha512.marker +@COND_powerpc_ieee1275_TRUE@am__append_11819 = gcry_sha512.module +@COND_powerpc_ieee1275_TRUE@am__append_11820 = gcry_sha512.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11821 = -@COND_powerpc_ieee1275_TRUE@am__append_11822 = $(nodist_gcry_sha256_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11823 = $(nodist_gcry_sha256_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_sha256.marker -@COND_powerpc_ieee1275_TRUE@am__append_11824 = gcry_sha256.mod -@COND_powerpc_ieee1275_TRUE@am__append_11825 = gcry_sha256.marker -@COND_emu_TRUE@am__append_11826 = gcry_sha512.module -@COND_emu_TRUE@am__append_11827 = gcry_sha512.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11822 = $(nodist_gcry_sha512_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11823 = $(nodist_gcry_sha512_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_sha512.marker +@COND_powerpc_ieee1275_TRUE@am__append_11824 = gcry_sha512.mod +@COND_powerpc_ieee1275_TRUE@am__append_11825 = gcry_sha512.marker +@COND_emu_TRUE@am__append_11826 = gcry_camellia.module +@COND_emu_TRUE@am__append_11827 = gcry_camellia.module$(EXEEXT) @COND_emu_TRUE@am__append_11828 = -@COND_emu_TRUE@am__append_11829 = $(nodist_gcry_sha512_module_SOURCES) +@COND_emu_TRUE@am__append_11829 = $(nodist_gcry_camellia_module_SOURCES) @COND_emu_TRUE@am__append_11830 = \ -@COND_emu_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_emu_TRUE@ gcry_sha512.marker -@COND_emu_TRUE@am__append_11831 = gcry_sha512.mod -@COND_emu_TRUE@am__append_11832 = gcry_sha512.marker -@COND_i386_pc_TRUE@am__append_11833 = gcry_sha512.module -@COND_i386_pc_TRUE@am__append_11834 = gcry_sha512.module$(EXEEXT) +@COND_emu_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ +@COND_emu_TRUE@ gcry_camellia.marker +@COND_emu_TRUE@am__append_11831 = gcry_camellia.mod +@COND_emu_TRUE@am__append_11832 = gcry_camellia.marker +@COND_i386_pc_TRUE@am__append_11833 = gcry_camellia.module +@COND_i386_pc_TRUE@am__append_11834 = gcry_camellia.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11835 = -@COND_i386_pc_TRUE@am__append_11836 = $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11836 = $(nodist_gcry_camellia_module_SOURCES) @COND_i386_pc_TRUE@am__append_11837 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_sha512.marker -@COND_i386_pc_TRUE@am__append_11838 = gcry_sha512.mod -@COND_i386_pc_TRUE@am__append_11839 = gcry_sha512.marker -@COND_i386_efi_TRUE@am__append_11840 = gcry_sha512.module -@COND_i386_efi_TRUE@am__append_11841 = gcry_sha512.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_camellia.marker +@COND_i386_pc_TRUE@am__append_11838 = gcry_camellia.mod +@COND_i386_pc_TRUE@am__append_11839 = gcry_camellia.marker +@COND_i386_efi_TRUE@am__append_11840 = gcry_camellia.module +@COND_i386_efi_TRUE@am__append_11841 = gcry_camellia.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11842 = -@COND_i386_efi_TRUE@am__append_11843 = $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11843 = $(nodist_gcry_camellia_module_SOURCES) @COND_i386_efi_TRUE@am__append_11844 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_sha512.marker -@COND_i386_efi_TRUE@am__append_11845 = gcry_sha512.mod -@COND_i386_efi_TRUE@am__append_11846 = gcry_sha512.marker -@COND_i386_qemu_TRUE@am__append_11847 = gcry_sha512.module -@COND_i386_qemu_TRUE@am__append_11848 = gcry_sha512.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_camellia.marker +@COND_i386_efi_TRUE@am__append_11845 = gcry_camellia.mod +@COND_i386_efi_TRUE@am__append_11846 = gcry_camellia.marker +@COND_i386_qemu_TRUE@am__append_11847 = gcry_camellia.module +@COND_i386_qemu_TRUE@am__append_11848 = gcry_camellia.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11849 = -@COND_i386_qemu_TRUE@am__append_11850 = $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11850 = $(nodist_gcry_camellia_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11851 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_sha512.marker -@COND_i386_qemu_TRUE@am__append_11852 = gcry_sha512.mod -@COND_i386_qemu_TRUE@am__append_11853 = gcry_sha512.marker -@COND_i386_coreboot_TRUE@am__append_11854 = gcry_sha512.module -@COND_i386_coreboot_TRUE@am__append_11855 = gcry_sha512.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_camellia.marker +@COND_i386_qemu_TRUE@am__append_11852 = gcry_camellia.mod +@COND_i386_qemu_TRUE@am__append_11853 = gcry_camellia.marker +@COND_i386_coreboot_TRUE@am__append_11854 = gcry_camellia.module +@COND_i386_coreboot_TRUE@am__append_11855 = gcry_camellia.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11856 = -@COND_i386_coreboot_TRUE@am__append_11857 = $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11858 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_sha512.marker -@COND_i386_coreboot_TRUE@am__append_11859 = gcry_sha512.mod -@COND_i386_coreboot_TRUE@am__append_11860 = gcry_sha512.marker -@COND_i386_multiboot_TRUE@am__append_11861 = gcry_sha512.module -@COND_i386_multiboot_TRUE@am__append_11862 = gcry_sha512.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11857 = $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11858 = $(nodist_gcry_camellia_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_camellia.marker +@COND_i386_coreboot_TRUE@am__append_11859 = gcry_camellia.mod +@COND_i386_coreboot_TRUE@am__append_11860 = gcry_camellia.marker +@COND_i386_multiboot_TRUE@am__append_11861 = gcry_camellia.module +@COND_i386_multiboot_TRUE@am__append_11862 = gcry_camellia.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11863 = -@COND_i386_multiboot_TRUE@am__append_11864 = $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11865 = $(nodist_gcry_sha512_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_sha512.marker -@COND_i386_multiboot_TRUE@am__append_11866 = gcry_sha512.mod -@COND_i386_multiboot_TRUE@am__append_11867 = gcry_sha512.marker -@COND_i386_ieee1275_TRUE@am__append_11868 = gcry_sha512.module -@COND_i386_ieee1275_TRUE@am__append_11869 = gcry_sha512.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11864 = $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11865 = $(nodist_gcry_camellia_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_camellia.marker +@COND_i386_multiboot_TRUE@am__append_11866 = gcry_camellia.mod +@COND_i386_multiboot_TRUE@am__append_11867 = gcry_camellia.marker +@COND_i386_ieee1275_TRUE@am__append_11868 = gcry_camellia.module +@COND_i386_ieee1275_TRUE@am__append_11869 = gcry_camellia.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11870 = -@COND_i386_ieee1275_TRUE@am__append_11871 = $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11872 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_sha512.marker -@COND_i386_ieee1275_TRUE@am__append_11873 = gcry_sha512.mod -@COND_i386_ieee1275_TRUE@am__append_11874 = gcry_sha512.marker -@COND_x86_64_efi_TRUE@am__append_11875 = gcry_sha512.module -@COND_x86_64_efi_TRUE@am__append_11876 = gcry_sha512.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11871 = $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11872 = $(nodist_gcry_camellia_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_camellia.marker +@COND_i386_ieee1275_TRUE@am__append_11873 = gcry_camellia.mod +@COND_i386_ieee1275_TRUE@am__append_11874 = gcry_camellia.marker +@COND_x86_64_efi_TRUE@am__append_11875 = gcry_camellia.module +@COND_x86_64_efi_TRUE@am__append_11876 = gcry_camellia.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11877 = -@COND_x86_64_efi_TRUE@am__append_11878 = $(nodist_gcry_sha512_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11878 = $(nodist_gcry_camellia_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11879 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_sha512.marker -@COND_x86_64_efi_TRUE@am__append_11880 = gcry_sha512.mod -@COND_x86_64_efi_TRUE@am__append_11881 = gcry_sha512.marker -@COND_mips_yeeloong_TRUE@am__append_11882 = gcry_sha512.module -@COND_mips_yeeloong_TRUE@am__append_11883 = gcry_sha512.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_camellia_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_camellia.marker +@COND_x86_64_efi_TRUE@am__append_11880 = gcry_camellia.mod +@COND_x86_64_efi_TRUE@am__append_11881 = gcry_camellia.marker +@COND_mips_yeeloong_TRUE@am__append_11882 = gcry_camellia.module +@COND_mips_yeeloong_TRUE@am__append_11883 = gcry_camellia.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11884 = -@COND_mips_yeeloong_TRUE@am__append_11885 = $(nodist_gcry_sha512_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11886 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_sha512_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_sha512.marker -@COND_mips_yeeloong_TRUE@am__append_11887 = gcry_sha512.mod -@COND_mips_yeeloong_TRUE@am__append_11888 = gcry_sha512.marker -@COND_sparc64_ieee1275_TRUE@am__append_11889 = gcry_sha512.module -@COND_sparc64_ieee1275_TRUE@am__append_11890 = gcry_sha512.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11885 = $(nodist_gcry_camellia_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11886 = $(nodist_gcry_camellia_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_camellia.marker +@COND_mips_yeeloong_TRUE@am__append_11887 = gcry_camellia.mod +@COND_mips_yeeloong_TRUE@am__append_11888 = gcry_camellia.marker +@COND_sparc64_ieee1275_TRUE@am__append_11889 = gcry_camellia.module +@COND_sparc64_ieee1275_TRUE@am__append_11890 = gcry_camellia.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11891 = -@COND_sparc64_ieee1275_TRUE@am__append_11892 = $(nodist_gcry_sha512_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11893 = $(nodist_gcry_sha512_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_sha512.marker -@COND_sparc64_ieee1275_TRUE@am__append_11894 = gcry_sha512.mod -@COND_sparc64_ieee1275_TRUE@am__append_11895 = gcry_sha512.marker -@COND_powerpc_ieee1275_TRUE@am__append_11896 = gcry_sha512.module -@COND_powerpc_ieee1275_TRUE@am__append_11897 = gcry_sha512.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11892 = $(nodist_gcry_camellia_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11893 = $(nodist_gcry_camellia_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_camellia.marker +@COND_sparc64_ieee1275_TRUE@am__append_11894 = gcry_camellia.mod +@COND_sparc64_ieee1275_TRUE@am__append_11895 = gcry_camellia.marker +@COND_powerpc_ieee1275_TRUE@am__append_11896 = gcry_camellia.module +@COND_powerpc_ieee1275_TRUE@am__append_11897 = gcry_camellia.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11898 = -@COND_powerpc_ieee1275_TRUE@am__append_11899 = $(nodist_gcry_sha512_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11900 = $(nodist_gcry_sha512_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_sha512.marker -@COND_powerpc_ieee1275_TRUE@am__append_11901 = gcry_sha512.mod -@COND_powerpc_ieee1275_TRUE@am__append_11902 = gcry_sha512.marker -@COND_emu_TRUE@am__append_11903 = gcry_tiger.module -@COND_emu_TRUE@am__append_11904 = gcry_tiger.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11899 = $(nodist_gcry_camellia_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11900 = $(nodist_gcry_camellia_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_camellia.marker +@COND_powerpc_ieee1275_TRUE@am__append_11901 = gcry_camellia.mod +@COND_powerpc_ieee1275_TRUE@am__append_11902 = gcry_camellia.marker +@COND_emu_TRUE@am__append_11903 = gcry_whirlpool.module +@COND_emu_TRUE@am__append_11904 = gcry_whirlpool.module$(EXEEXT) @COND_emu_TRUE@am__append_11905 = -@COND_emu_TRUE@am__append_11906 = $(nodist_gcry_tiger_module_SOURCES) -@COND_emu_TRUE@am__append_11907 = $(nodist_gcry_tiger_module_SOURCES) \ -@COND_emu_TRUE@ gcry_tiger.marker -@COND_emu_TRUE@am__append_11908 = gcry_tiger.mod -@COND_emu_TRUE@am__append_11909 = gcry_tiger.marker -@COND_i386_pc_TRUE@am__append_11910 = gcry_tiger.module -@COND_i386_pc_TRUE@am__append_11911 = gcry_tiger.module$(EXEEXT) +@COND_emu_TRUE@am__append_11906 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_emu_TRUE@am__append_11907 = \ +@COND_emu_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_emu_TRUE@ gcry_whirlpool.marker +@COND_emu_TRUE@am__append_11908 = gcry_whirlpool.mod +@COND_emu_TRUE@am__append_11909 = gcry_whirlpool.marker +@COND_i386_pc_TRUE@am__append_11910 = gcry_whirlpool.module +@COND_i386_pc_TRUE@am__append_11911 = gcry_whirlpool.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11912 = -@COND_i386_pc_TRUE@am__append_11913 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11913 = $(nodist_gcry_whirlpool_module_SOURCES) @COND_i386_pc_TRUE@am__append_11914 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_tiger.marker -@COND_i386_pc_TRUE@am__append_11915 = gcry_tiger.mod -@COND_i386_pc_TRUE@am__append_11916 = gcry_tiger.marker -@COND_i386_efi_TRUE@am__append_11917 = gcry_tiger.module -@COND_i386_efi_TRUE@am__append_11918 = gcry_tiger.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_whirlpool.marker +@COND_i386_pc_TRUE@am__append_11915 = gcry_whirlpool.mod +@COND_i386_pc_TRUE@am__append_11916 = gcry_whirlpool.marker +@COND_i386_efi_TRUE@am__append_11917 = gcry_whirlpool.module +@COND_i386_efi_TRUE@am__append_11918 = gcry_whirlpool.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11919 = -@COND_i386_efi_TRUE@am__append_11920 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11920 = $(nodist_gcry_whirlpool_module_SOURCES) @COND_i386_efi_TRUE@am__append_11921 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_tiger.marker -@COND_i386_efi_TRUE@am__append_11922 = gcry_tiger.mod -@COND_i386_efi_TRUE@am__append_11923 = gcry_tiger.marker -@COND_i386_qemu_TRUE@am__append_11924 = gcry_tiger.module -@COND_i386_qemu_TRUE@am__append_11925 = gcry_tiger.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_whirlpool.marker +@COND_i386_efi_TRUE@am__append_11922 = gcry_whirlpool.mod +@COND_i386_efi_TRUE@am__append_11923 = gcry_whirlpool.marker +@COND_i386_qemu_TRUE@am__append_11924 = gcry_whirlpool.module +@COND_i386_qemu_TRUE@am__append_11925 = gcry_whirlpool.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_11926 = -@COND_i386_qemu_TRUE@am__append_11927 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_11927 = $(nodist_gcry_whirlpool_module_SOURCES) @COND_i386_qemu_TRUE@am__append_11928 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_tiger.marker -@COND_i386_qemu_TRUE@am__append_11929 = gcry_tiger.mod -@COND_i386_qemu_TRUE@am__append_11930 = gcry_tiger.marker -@COND_i386_coreboot_TRUE@am__append_11931 = gcry_tiger.module -@COND_i386_coreboot_TRUE@am__append_11932 = gcry_tiger.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_whirlpool.marker +@COND_i386_qemu_TRUE@am__append_11929 = gcry_whirlpool.mod +@COND_i386_qemu_TRUE@am__append_11930 = gcry_whirlpool.marker +@COND_i386_coreboot_TRUE@am__append_11931 = gcry_whirlpool.module +@COND_i386_coreboot_TRUE@am__append_11932 = gcry_whirlpool.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_11933 = -@COND_i386_coreboot_TRUE@am__append_11934 = $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_11935 = \ -@COND_i386_coreboot_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_tiger.marker -@COND_i386_coreboot_TRUE@am__append_11936 = gcry_tiger.mod -@COND_i386_coreboot_TRUE@am__append_11937 = gcry_tiger.marker -@COND_i386_multiboot_TRUE@am__append_11938 = gcry_tiger.module -@COND_i386_multiboot_TRUE@am__append_11939 = gcry_tiger.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_11934 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_11935 = $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_whirlpool.marker +@COND_i386_coreboot_TRUE@am__append_11936 = gcry_whirlpool.mod +@COND_i386_coreboot_TRUE@am__append_11937 = gcry_whirlpool.marker +@COND_i386_multiboot_TRUE@am__append_11938 = gcry_whirlpool.module +@COND_i386_multiboot_TRUE@am__append_11939 = gcry_whirlpool.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_11940 = -@COND_i386_multiboot_TRUE@am__append_11941 = $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_11942 = \ -@COND_i386_multiboot_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_tiger.marker -@COND_i386_multiboot_TRUE@am__append_11943 = gcry_tiger.mod -@COND_i386_multiboot_TRUE@am__append_11944 = gcry_tiger.marker -@COND_i386_ieee1275_TRUE@am__append_11945 = gcry_tiger.module -@COND_i386_ieee1275_TRUE@am__append_11946 = gcry_tiger.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_11941 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_11942 = $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_whirlpool.marker +@COND_i386_multiboot_TRUE@am__append_11943 = gcry_whirlpool.mod +@COND_i386_multiboot_TRUE@am__append_11944 = gcry_whirlpool.marker +@COND_i386_ieee1275_TRUE@am__append_11945 = gcry_whirlpool.module +@COND_i386_ieee1275_TRUE@am__append_11946 = gcry_whirlpool.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_11947 = -@COND_i386_ieee1275_TRUE@am__append_11948 = $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_11949 = \ -@COND_i386_ieee1275_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_tiger.marker -@COND_i386_ieee1275_TRUE@am__append_11950 = gcry_tiger.mod -@COND_i386_ieee1275_TRUE@am__append_11951 = gcry_tiger.marker -@COND_x86_64_efi_TRUE@am__append_11952 = gcry_tiger.module -@COND_x86_64_efi_TRUE@am__append_11953 = gcry_tiger.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_11948 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_11949 = $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_whirlpool.marker +@COND_i386_ieee1275_TRUE@am__append_11950 = gcry_whirlpool.mod +@COND_i386_ieee1275_TRUE@am__append_11951 = gcry_whirlpool.marker +@COND_x86_64_efi_TRUE@am__append_11952 = gcry_whirlpool.module +@COND_x86_64_efi_TRUE@am__append_11953 = gcry_whirlpool.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_11954 = -@COND_x86_64_efi_TRUE@am__append_11955 = $(nodist_gcry_tiger_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_11955 = $(nodist_gcry_whirlpool_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_11956 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_tiger.marker -@COND_x86_64_efi_TRUE@am__append_11957 = gcry_tiger.mod -@COND_x86_64_efi_TRUE@am__append_11958 = gcry_tiger.marker -@COND_mips_yeeloong_TRUE@am__append_11959 = gcry_tiger.module -@COND_mips_yeeloong_TRUE@am__append_11960 = gcry_tiger.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_whirlpool.marker +@COND_x86_64_efi_TRUE@am__append_11957 = gcry_whirlpool.mod +@COND_x86_64_efi_TRUE@am__append_11958 = gcry_whirlpool.marker +@COND_mips_yeeloong_TRUE@am__append_11959 = gcry_whirlpool.module +@COND_mips_yeeloong_TRUE@am__append_11960 = gcry_whirlpool.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_11961 = -@COND_mips_yeeloong_TRUE@am__append_11962 = $(nodist_gcry_tiger_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_11963 = \ -@COND_mips_yeeloong_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_tiger.marker -@COND_mips_yeeloong_TRUE@am__append_11964 = gcry_tiger.mod -@COND_mips_yeeloong_TRUE@am__append_11965 = gcry_tiger.marker -@COND_sparc64_ieee1275_TRUE@am__append_11966 = gcry_tiger.module -@COND_sparc64_ieee1275_TRUE@am__append_11967 = gcry_tiger.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_11962 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_11963 = $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_whirlpool.marker +@COND_mips_yeeloong_TRUE@am__append_11964 = gcry_whirlpool.mod +@COND_mips_yeeloong_TRUE@am__append_11965 = gcry_whirlpool.marker +@COND_sparc64_ieee1275_TRUE@am__append_11966 = gcry_whirlpool.module +@COND_sparc64_ieee1275_TRUE@am__append_11967 = gcry_whirlpool.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_11968 = -@COND_sparc64_ieee1275_TRUE@am__append_11969 = $(nodist_gcry_tiger_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_11970 = $(nodist_gcry_tiger_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_tiger.marker -@COND_sparc64_ieee1275_TRUE@am__append_11971 = gcry_tiger.mod -@COND_sparc64_ieee1275_TRUE@am__append_11972 = gcry_tiger.marker -@COND_powerpc_ieee1275_TRUE@am__append_11973 = gcry_tiger.module -@COND_powerpc_ieee1275_TRUE@am__append_11974 = gcry_tiger.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_11969 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_11970 = $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_whirlpool.marker +@COND_sparc64_ieee1275_TRUE@am__append_11971 = gcry_whirlpool.mod +@COND_sparc64_ieee1275_TRUE@am__append_11972 = gcry_whirlpool.marker +@COND_powerpc_ieee1275_TRUE@am__append_11973 = gcry_whirlpool.module +@COND_powerpc_ieee1275_TRUE@am__append_11974 = gcry_whirlpool.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_11975 = -@COND_powerpc_ieee1275_TRUE@am__append_11976 = $(nodist_gcry_tiger_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_11977 = $(nodist_gcry_tiger_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_tiger.marker -@COND_powerpc_ieee1275_TRUE@am__append_11978 = gcry_tiger.mod -@COND_powerpc_ieee1275_TRUE@am__append_11979 = gcry_tiger.marker -@COND_emu_TRUE@am__append_11980 = gcry_twofish.module -@COND_emu_TRUE@am__append_11981 = gcry_twofish.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_11976 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_11977 = $(nodist_gcry_whirlpool_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_whirlpool.marker +@COND_powerpc_ieee1275_TRUE@am__append_11978 = gcry_whirlpool.mod +@COND_powerpc_ieee1275_TRUE@am__append_11979 = gcry_whirlpool.marker +@COND_emu_TRUE@am__append_11980 = gcry_des.module +@COND_emu_TRUE@am__append_11981 = gcry_des.module$(EXEEXT) @COND_emu_TRUE@am__append_11982 = -@COND_emu_TRUE@am__append_11983 = $(nodist_gcry_twofish_module_SOURCES) -@COND_emu_TRUE@am__append_11984 = \ -@COND_emu_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ -@COND_emu_TRUE@ gcry_twofish.marker -@COND_emu_TRUE@am__append_11985 = gcry_twofish.mod -@COND_emu_TRUE@am__append_11986 = gcry_twofish.marker -@COND_i386_pc_TRUE@am__append_11987 = gcry_twofish.module -@COND_i386_pc_TRUE@am__append_11988 = gcry_twofish.module$(EXEEXT) +@COND_emu_TRUE@am__append_11983 = $(nodist_gcry_des_module_SOURCES) +@COND_emu_TRUE@am__append_11984 = $(nodist_gcry_des_module_SOURCES) \ +@COND_emu_TRUE@ gcry_des.marker +@COND_emu_TRUE@am__append_11985 = gcry_des.mod +@COND_emu_TRUE@am__append_11986 = gcry_des.marker +@COND_i386_pc_TRUE@am__append_11987 = gcry_des.module +@COND_i386_pc_TRUE@am__append_11988 = gcry_des.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_11989 = -@COND_i386_pc_TRUE@am__append_11990 = $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_pc_TRUE@am__append_11990 = $(nodist_gcry_des_module_SOURCES) @COND_i386_pc_TRUE@am__append_11991 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_twofish.marker -@COND_i386_pc_TRUE@am__append_11992 = gcry_twofish.mod -@COND_i386_pc_TRUE@am__append_11993 = gcry_twofish.marker -@COND_i386_efi_TRUE@am__append_11994 = gcry_twofish.module -@COND_i386_efi_TRUE@am__append_11995 = gcry_twofish.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_des.marker +@COND_i386_pc_TRUE@am__append_11992 = gcry_des.mod +@COND_i386_pc_TRUE@am__append_11993 = gcry_des.marker +@COND_i386_efi_TRUE@am__append_11994 = gcry_des.module +@COND_i386_efi_TRUE@am__append_11995 = gcry_des.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_11996 = -@COND_i386_efi_TRUE@am__append_11997 = $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_efi_TRUE@am__append_11997 = $(nodist_gcry_des_module_SOURCES) @COND_i386_efi_TRUE@am__append_11998 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_twofish.marker -@COND_i386_efi_TRUE@am__append_11999 = gcry_twofish.mod -@COND_i386_efi_TRUE@am__append_12000 = gcry_twofish.marker -@COND_i386_qemu_TRUE@am__append_12001 = gcry_twofish.module -@COND_i386_qemu_TRUE@am__append_12002 = gcry_twofish.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_des.marker +@COND_i386_efi_TRUE@am__append_11999 = gcry_des.mod +@COND_i386_efi_TRUE@am__append_12000 = gcry_des.marker +@COND_i386_qemu_TRUE@am__append_12001 = gcry_des.module +@COND_i386_qemu_TRUE@am__append_12002 = gcry_des.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_12003 = -@COND_i386_qemu_TRUE@am__append_12004 = $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_12004 = $(nodist_gcry_des_module_SOURCES) @COND_i386_qemu_TRUE@am__append_12005 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_twofish.marker -@COND_i386_qemu_TRUE@am__append_12006 = gcry_twofish.mod -@COND_i386_qemu_TRUE@am__append_12007 = gcry_twofish.marker -@COND_i386_coreboot_TRUE@am__append_12008 = gcry_twofish.module -@COND_i386_coreboot_TRUE@am__append_12009 = gcry_twofish.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_des.marker +@COND_i386_qemu_TRUE@am__append_12006 = gcry_des.mod +@COND_i386_qemu_TRUE@am__append_12007 = gcry_des.marker +@COND_i386_coreboot_TRUE@am__append_12008 = gcry_des.module +@COND_i386_coreboot_TRUE@am__append_12009 = gcry_des.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_12010 = -@COND_i386_coreboot_TRUE@am__append_12011 = $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_12012 = $(nodist_gcry_twofish_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_twofish.marker -@COND_i386_coreboot_TRUE@am__append_12013 = gcry_twofish.mod -@COND_i386_coreboot_TRUE@am__append_12014 = gcry_twofish.marker -@COND_i386_multiboot_TRUE@am__append_12015 = gcry_twofish.module -@COND_i386_multiboot_TRUE@am__append_12016 = gcry_twofish.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_12011 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_12012 = \ +@COND_i386_coreboot_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_des.marker +@COND_i386_coreboot_TRUE@am__append_12013 = gcry_des.mod +@COND_i386_coreboot_TRUE@am__append_12014 = gcry_des.marker +@COND_i386_multiboot_TRUE@am__append_12015 = gcry_des.module +@COND_i386_multiboot_TRUE@am__append_12016 = gcry_des.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_12017 = -@COND_i386_multiboot_TRUE@am__append_12018 = $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_12019 = $(nodist_gcry_twofish_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_twofish.marker -@COND_i386_multiboot_TRUE@am__append_12020 = gcry_twofish.mod -@COND_i386_multiboot_TRUE@am__append_12021 = gcry_twofish.marker -@COND_i386_ieee1275_TRUE@am__append_12022 = gcry_twofish.module -@COND_i386_ieee1275_TRUE@am__append_12023 = gcry_twofish.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_12018 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_12019 = \ +@COND_i386_multiboot_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_des.marker +@COND_i386_multiboot_TRUE@am__append_12020 = gcry_des.mod +@COND_i386_multiboot_TRUE@am__append_12021 = gcry_des.marker +@COND_i386_ieee1275_TRUE@am__append_12022 = gcry_des.module +@COND_i386_ieee1275_TRUE@am__append_12023 = gcry_des.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_12024 = -@COND_i386_ieee1275_TRUE@am__append_12025 = $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_12026 = $(nodist_gcry_twofish_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_twofish.marker -@COND_i386_ieee1275_TRUE@am__append_12027 = gcry_twofish.mod -@COND_i386_ieee1275_TRUE@am__append_12028 = gcry_twofish.marker -@COND_x86_64_efi_TRUE@am__append_12029 = gcry_twofish.module -@COND_x86_64_efi_TRUE@am__append_12030 = gcry_twofish.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_12025 = $(nodist_gcry_des_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_12026 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_des.marker +@COND_i386_ieee1275_TRUE@am__append_12027 = gcry_des.mod +@COND_i386_ieee1275_TRUE@am__append_12028 = gcry_des.marker +@COND_x86_64_efi_TRUE@am__append_12029 = gcry_des.module +@COND_x86_64_efi_TRUE@am__append_12030 = gcry_des.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_12031 = -@COND_x86_64_efi_TRUE@am__append_12032 = $(nodist_gcry_twofish_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_12032 = $(nodist_gcry_des_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_12033 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_twofish_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_twofish.marker -@COND_x86_64_efi_TRUE@am__append_12034 = gcry_twofish.mod -@COND_x86_64_efi_TRUE@am__append_12035 = gcry_twofish.marker -@COND_mips_yeeloong_TRUE@am__append_12036 = gcry_twofish.module -@COND_mips_yeeloong_TRUE@am__append_12037 = gcry_twofish.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_des.marker +@COND_x86_64_efi_TRUE@am__append_12034 = gcry_des.mod +@COND_x86_64_efi_TRUE@am__append_12035 = gcry_des.marker +@COND_mips_yeeloong_TRUE@am__append_12036 = gcry_des.module +@COND_mips_yeeloong_TRUE@am__append_12037 = gcry_des.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_12038 = -@COND_mips_yeeloong_TRUE@am__append_12039 = $(nodist_gcry_twofish_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_12040 = $(nodist_gcry_twofish_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_twofish.marker -@COND_mips_yeeloong_TRUE@am__append_12041 = gcry_twofish.mod -@COND_mips_yeeloong_TRUE@am__append_12042 = gcry_twofish.marker -@COND_sparc64_ieee1275_TRUE@am__append_12043 = gcry_twofish.module -@COND_sparc64_ieee1275_TRUE@am__append_12044 = gcry_twofish.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_12039 = $(nodist_gcry_des_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_12040 = \ +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_des.marker +@COND_mips_yeeloong_TRUE@am__append_12041 = gcry_des.mod +@COND_mips_yeeloong_TRUE@am__append_12042 = gcry_des.marker +@COND_sparc64_ieee1275_TRUE@am__append_12043 = gcry_des.module +@COND_sparc64_ieee1275_TRUE@am__append_12044 = gcry_des.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_12045 = -@COND_sparc64_ieee1275_TRUE@am__append_12046 = $(nodist_gcry_twofish_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_12047 = $(nodist_gcry_twofish_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_twofish.marker -@COND_sparc64_ieee1275_TRUE@am__append_12048 = gcry_twofish.mod -@COND_sparc64_ieee1275_TRUE@am__append_12049 = gcry_twofish.marker -@COND_powerpc_ieee1275_TRUE@am__append_12050 = gcry_twofish.module -@COND_powerpc_ieee1275_TRUE@am__append_12051 = gcry_twofish.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_12046 = $(nodist_gcry_des_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12047 = \ +@COND_sparc64_ieee1275_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_des.marker +@COND_sparc64_ieee1275_TRUE@am__append_12048 = gcry_des.mod +@COND_sparc64_ieee1275_TRUE@am__append_12049 = gcry_des.marker +@COND_powerpc_ieee1275_TRUE@am__append_12050 = gcry_des.module +@COND_powerpc_ieee1275_TRUE@am__append_12051 = gcry_des.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_12052 = -@COND_powerpc_ieee1275_TRUE@am__append_12053 = $(nodist_gcry_twofish_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_12054 = $(nodist_gcry_twofish_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_twofish.marker -@COND_powerpc_ieee1275_TRUE@am__append_12055 = gcry_twofish.mod -@COND_powerpc_ieee1275_TRUE@am__append_12056 = gcry_twofish.marker -@COND_emu_TRUE@am__append_12057 = gcry_whirlpool.module -@COND_emu_TRUE@am__append_12058 = gcry_whirlpool.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_12053 = $(nodist_gcry_des_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_12054 = \ +@COND_powerpc_ieee1275_TRUE@ $(nodist_gcry_des_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_des.marker +@COND_powerpc_ieee1275_TRUE@am__append_12055 = gcry_des.mod +@COND_powerpc_ieee1275_TRUE@am__append_12056 = gcry_des.marker +@COND_emu_TRUE@am__append_12057 = gcry_rijndael.module +@COND_emu_TRUE@am__append_12058 = gcry_rijndael.module$(EXEEXT) @COND_emu_TRUE@am__append_12059 = -@COND_emu_TRUE@am__append_12060 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_emu_TRUE@am__append_12060 = $(nodist_gcry_rijndael_module_SOURCES) @COND_emu_TRUE@am__append_12061 = \ -@COND_emu_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_emu_TRUE@ gcry_whirlpool.marker -@COND_emu_TRUE@am__append_12062 = gcry_whirlpool.mod -@COND_emu_TRUE@am__append_12063 = gcry_whirlpool.marker -@COND_i386_pc_TRUE@am__append_12064 = gcry_whirlpool.module -@COND_i386_pc_TRUE@am__append_12065 = gcry_whirlpool.module$(EXEEXT) +@COND_emu_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_emu_TRUE@ gcry_rijndael.marker +@COND_emu_TRUE@am__append_12062 = gcry_rijndael.mod +@COND_emu_TRUE@am__append_12063 = gcry_rijndael.marker +@COND_i386_pc_TRUE@am__append_12064 = gcry_rijndael.module +@COND_i386_pc_TRUE@am__append_12065 = gcry_rijndael.module$(EXEEXT) @COND_i386_pc_TRUE@am__append_12066 = -@COND_i386_pc_TRUE@am__append_12067 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_pc_TRUE@am__append_12067 = $(nodist_gcry_rijndael_module_SOURCES) @COND_i386_pc_TRUE@am__append_12068 = \ -@COND_i386_pc_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_i386_pc_TRUE@ gcry_whirlpool.marker -@COND_i386_pc_TRUE@am__append_12069 = gcry_whirlpool.mod -@COND_i386_pc_TRUE@am__append_12070 = gcry_whirlpool.marker -@COND_i386_efi_TRUE@am__append_12071 = gcry_whirlpool.module -@COND_i386_efi_TRUE@am__append_12072 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_pc_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_rijndael.marker +@COND_i386_pc_TRUE@am__append_12069 = gcry_rijndael.mod +@COND_i386_pc_TRUE@am__append_12070 = gcry_rijndael.marker +@COND_i386_efi_TRUE@am__append_12071 = gcry_rijndael.module +@COND_i386_efi_TRUE@am__append_12072 = gcry_rijndael.module$(EXEEXT) @COND_i386_efi_TRUE@am__append_12073 = -@COND_i386_efi_TRUE@am__append_12074 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_efi_TRUE@am__append_12074 = $(nodist_gcry_rijndael_module_SOURCES) @COND_i386_efi_TRUE@am__append_12075 = \ -@COND_i386_efi_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_i386_efi_TRUE@ gcry_whirlpool.marker -@COND_i386_efi_TRUE@am__append_12076 = gcry_whirlpool.mod -@COND_i386_efi_TRUE@am__append_12077 = gcry_whirlpool.marker -@COND_i386_qemu_TRUE@am__append_12078 = gcry_whirlpool.module -@COND_i386_qemu_TRUE@am__append_12079 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_efi_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_rijndael.marker +@COND_i386_efi_TRUE@am__append_12076 = gcry_rijndael.mod +@COND_i386_efi_TRUE@am__append_12077 = gcry_rijndael.marker +@COND_i386_qemu_TRUE@am__append_12078 = gcry_rijndael.module +@COND_i386_qemu_TRUE@am__append_12079 = gcry_rijndael.module$(EXEEXT) @COND_i386_qemu_TRUE@am__append_12080 = -@COND_i386_qemu_TRUE@am__append_12081 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_12081 = $(nodist_gcry_rijndael_module_SOURCES) @COND_i386_qemu_TRUE@am__append_12082 = \ -@COND_i386_qemu_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_i386_qemu_TRUE@ gcry_whirlpool.marker -@COND_i386_qemu_TRUE@am__append_12083 = gcry_whirlpool.mod -@COND_i386_qemu_TRUE@am__append_12084 = gcry_whirlpool.marker -@COND_i386_coreboot_TRUE@am__append_12085 = gcry_whirlpool.module -@COND_i386_coreboot_TRUE@am__append_12086 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_qemu_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_rijndael.marker +@COND_i386_qemu_TRUE@am__append_12083 = gcry_rijndael.mod +@COND_i386_qemu_TRUE@am__append_12084 = gcry_rijndael.marker +@COND_i386_coreboot_TRUE@am__append_12085 = gcry_rijndael.module +@COND_i386_coreboot_TRUE@am__append_12086 = gcry_rijndael.module$(EXEEXT) @COND_i386_coreboot_TRUE@am__append_12087 = -@COND_i386_coreboot_TRUE@am__append_12088 = $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_coreboot_TRUE@am__append_12089 = $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_i386_coreboot_TRUE@ gcry_whirlpool.marker -@COND_i386_coreboot_TRUE@am__append_12090 = gcry_whirlpool.mod -@COND_i386_coreboot_TRUE@am__append_12091 = gcry_whirlpool.marker -@COND_i386_multiboot_TRUE@am__append_12092 = gcry_whirlpool.module -@COND_i386_multiboot_TRUE@am__append_12093 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_12088 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_12089 = $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_rijndael.marker +@COND_i386_coreboot_TRUE@am__append_12090 = gcry_rijndael.mod +@COND_i386_coreboot_TRUE@am__append_12091 = gcry_rijndael.marker +@COND_i386_multiboot_TRUE@am__append_12092 = gcry_rijndael.module +@COND_i386_multiboot_TRUE@am__append_12093 = gcry_rijndael.module$(EXEEXT) @COND_i386_multiboot_TRUE@am__append_12094 = -@COND_i386_multiboot_TRUE@am__append_12095 = $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_multiboot_TRUE@am__append_12096 = $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_i386_multiboot_TRUE@ gcry_whirlpool.marker -@COND_i386_multiboot_TRUE@am__append_12097 = gcry_whirlpool.mod -@COND_i386_multiboot_TRUE@am__append_12098 = gcry_whirlpool.marker -@COND_i386_ieee1275_TRUE@am__append_12099 = gcry_whirlpool.module -@COND_i386_ieee1275_TRUE@am__append_12100 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_12095 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_12096 = $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_rijndael.marker +@COND_i386_multiboot_TRUE@am__append_12097 = gcry_rijndael.mod +@COND_i386_multiboot_TRUE@am__append_12098 = gcry_rijndael.marker +@COND_i386_ieee1275_TRUE@am__append_12099 = gcry_rijndael.module +@COND_i386_ieee1275_TRUE@am__append_12100 = gcry_rijndael.module$(EXEEXT) @COND_i386_ieee1275_TRUE@am__append_12101 = -@COND_i386_ieee1275_TRUE@am__append_12102 = $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_12103 = $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_i386_ieee1275_TRUE@ gcry_whirlpool.marker -@COND_i386_ieee1275_TRUE@am__append_12104 = gcry_whirlpool.mod -@COND_i386_ieee1275_TRUE@am__append_12105 = gcry_whirlpool.marker -@COND_x86_64_efi_TRUE@am__append_12106 = gcry_whirlpool.module -@COND_x86_64_efi_TRUE@am__append_12107 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_12102 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_12103 = $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_rijndael.marker +@COND_i386_ieee1275_TRUE@am__append_12104 = gcry_rijndael.mod +@COND_i386_ieee1275_TRUE@am__append_12105 = gcry_rijndael.marker +@COND_x86_64_efi_TRUE@am__append_12106 = gcry_rijndael.module +@COND_x86_64_efi_TRUE@am__append_12107 = gcry_rijndael.module$(EXEEXT) @COND_x86_64_efi_TRUE@am__append_12108 = -@COND_x86_64_efi_TRUE@am__append_12109 = $(nodist_gcry_whirlpool_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_12109 = $(nodist_gcry_rijndael_module_SOURCES) @COND_x86_64_efi_TRUE@am__append_12110 = \ -@COND_x86_64_efi_TRUE@ $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_x86_64_efi_TRUE@ gcry_whirlpool.marker -@COND_x86_64_efi_TRUE@am__append_12111 = gcry_whirlpool.mod -@COND_x86_64_efi_TRUE@am__append_12112 = gcry_whirlpool.marker -@COND_mips_yeeloong_TRUE@am__append_12113 = gcry_whirlpool.module -@COND_mips_yeeloong_TRUE@am__append_12114 = gcry_whirlpool.module$(EXEEXT) +@COND_x86_64_efi_TRUE@ $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_rijndael.marker +@COND_x86_64_efi_TRUE@am__append_12111 = gcry_rijndael.mod +@COND_x86_64_efi_TRUE@am__append_12112 = gcry_rijndael.marker +@COND_mips_yeeloong_TRUE@am__append_12113 = gcry_rijndael.module +@COND_mips_yeeloong_TRUE@am__append_12114 = gcry_rijndael.module$(EXEEXT) @COND_mips_yeeloong_TRUE@am__append_12115 = -@COND_mips_yeeloong_TRUE@am__append_12116 = $(nodist_gcry_whirlpool_module_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_12117 = $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_mips_yeeloong_TRUE@ gcry_whirlpool.marker -@COND_mips_yeeloong_TRUE@am__append_12118 = gcry_whirlpool.mod -@COND_mips_yeeloong_TRUE@am__append_12119 = gcry_whirlpool.marker -@COND_sparc64_ieee1275_TRUE@am__append_12120 = gcry_whirlpool.module -@COND_sparc64_ieee1275_TRUE@am__append_12121 = gcry_whirlpool.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_12116 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_12117 = $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_rijndael.marker +@COND_mips_yeeloong_TRUE@am__append_12118 = gcry_rijndael.mod +@COND_mips_yeeloong_TRUE@am__append_12119 = gcry_rijndael.marker +@COND_sparc64_ieee1275_TRUE@am__append_12120 = gcry_rijndael.module +@COND_sparc64_ieee1275_TRUE@am__append_12121 = gcry_rijndael.module$(EXEEXT) @COND_sparc64_ieee1275_TRUE@am__append_12122 = -@COND_sparc64_ieee1275_TRUE@am__append_12123 = $(nodist_gcry_whirlpool_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_12124 = $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_sparc64_ieee1275_TRUE@ gcry_whirlpool.marker -@COND_sparc64_ieee1275_TRUE@am__append_12125 = gcry_whirlpool.mod -@COND_sparc64_ieee1275_TRUE@am__append_12126 = gcry_whirlpool.marker -@COND_powerpc_ieee1275_TRUE@am__append_12127 = gcry_whirlpool.module -@COND_powerpc_ieee1275_TRUE@am__append_12128 = gcry_whirlpool.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_12123 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12124 = $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_rijndael.marker +@COND_sparc64_ieee1275_TRUE@am__append_12125 = gcry_rijndael.mod +@COND_sparc64_ieee1275_TRUE@am__append_12126 = gcry_rijndael.marker +@COND_powerpc_ieee1275_TRUE@am__append_12127 = gcry_rijndael.module +@COND_powerpc_ieee1275_TRUE@am__append_12128 = gcry_rijndael.module$(EXEEXT) @COND_powerpc_ieee1275_TRUE@am__append_12129 = -@COND_powerpc_ieee1275_TRUE@am__append_12130 = $(nodist_gcry_whirlpool_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_12131 = $(nodist_gcry_whirlpool_module_SOURCES) \ -@COND_powerpc_ieee1275_TRUE@ gcry_whirlpool.marker -@COND_powerpc_ieee1275_TRUE@am__append_12132 = gcry_whirlpool.mod -@COND_powerpc_ieee1275_TRUE@am__append_12133 = gcry_whirlpool.marker -@COND_emu_TRUE@am__append_12134 = kernel.exec -@COND_emu_TRUE@am__append_12135 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_emu_TRUE@am__append_12136 = $(nodist_kernel_exec_SOURCES) -@COND_emu_TRUE@am__append_12137 = $(nodist_kernel_exec_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_12130 = $(nodist_gcry_rijndael_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_12131 = $(nodist_gcry_rijndael_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_rijndael.marker +@COND_powerpc_ieee1275_TRUE@am__append_12132 = gcry_rijndael.mod +@COND_powerpc_ieee1275_TRUE@am__append_12133 = gcry_rijndael.marker +@COND_emu_TRUE@am__append_12134 = gcry_tiger.module +@COND_emu_TRUE@am__append_12135 = gcry_tiger.module$(EXEEXT) +@COND_emu_TRUE@am__append_12136 = +@COND_emu_TRUE@am__append_12137 = $(nodist_gcry_tiger_module_SOURCES) +@COND_emu_TRUE@am__append_12138 = $(nodist_gcry_tiger_module_SOURCES) \ +@COND_emu_TRUE@ gcry_tiger.marker +@COND_emu_TRUE@am__append_12139 = gcry_tiger.mod +@COND_emu_TRUE@am__append_12140 = gcry_tiger.marker +@COND_i386_pc_TRUE@am__append_12141 = gcry_tiger.module +@COND_i386_pc_TRUE@am__append_12142 = gcry_tiger.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_12143 = +@COND_i386_pc_TRUE@am__append_12144 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_pc_TRUE@am__append_12145 = \ +@COND_i386_pc_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_i386_pc_TRUE@ gcry_tiger.marker +@COND_i386_pc_TRUE@am__append_12146 = gcry_tiger.mod +@COND_i386_pc_TRUE@am__append_12147 = gcry_tiger.marker +@COND_i386_efi_TRUE@am__append_12148 = gcry_tiger.module +@COND_i386_efi_TRUE@am__append_12149 = gcry_tiger.module$(EXEEXT) +@COND_i386_efi_TRUE@am__append_12150 = +@COND_i386_efi_TRUE@am__append_12151 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_efi_TRUE@am__append_12152 = \ +@COND_i386_efi_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_i386_efi_TRUE@ gcry_tiger.marker +@COND_i386_efi_TRUE@am__append_12153 = gcry_tiger.mod +@COND_i386_efi_TRUE@am__append_12154 = gcry_tiger.marker +@COND_i386_qemu_TRUE@am__append_12155 = gcry_tiger.module +@COND_i386_qemu_TRUE@am__append_12156 = gcry_tiger.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__append_12157 = +@COND_i386_qemu_TRUE@am__append_12158 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_qemu_TRUE@am__append_12159 = \ +@COND_i386_qemu_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_i386_qemu_TRUE@ gcry_tiger.marker +@COND_i386_qemu_TRUE@am__append_12160 = gcry_tiger.mod +@COND_i386_qemu_TRUE@am__append_12161 = gcry_tiger.marker +@COND_i386_coreboot_TRUE@am__append_12162 = gcry_tiger.module +@COND_i386_coreboot_TRUE@am__append_12163 = gcry_tiger.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__append_12164 = +@COND_i386_coreboot_TRUE@am__append_12165 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_coreboot_TRUE@am__append_12166 = \ +@COND_i386_coreboot_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_i386_coreboot_TRUE@ gcry_tiger.marker +@COND_i386_coreboot_TRUE@am__append_12167 = gcry_tiger.mod +@COND_i386_coreboot_TRUE@am__append_12168 = gcry_tiger.marker +@COND_i386_multiboot_TRUE@am__append_12169 = gcry_tiger.module +@COND_i386_multiboot_TRUE@am__append_12170 = gcry_tiger.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__append_12171 = +@COND_i386_multiboot_TRUE@am__append_12172 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_multiboot_TRUE@am__append_12173 = \ +@COND_i386_multiboot_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_i386_multiboot_TRUE@ gcry_tiger.marker +@COND_i386_multiboot_TRUE@am__append_12174 = gcry_tiger.mod +@COND_i386_multiboot_TRUE@am__append_12175 = gcry_tiger.marker +@COND_i386_ieee1275_TRUE@am__append_12176 = gcry_tiger.module +@COND_i386_ieee1275_TRUE@am__append_12177 = gcry_tiger.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__append_12178 = +@COND_i386_ieee1275_TRUE@am__append_12179 = $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_12180 = \ +@COND_i386_ieee1275_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_i386_ieee1275_TRUE@ gcry_tiger.marker +@COND_i386_ieee1275_TRUE@am__append_12181 = gcry_tiger.mod +@COND_i386_ieee1275_TRUE@am__append_12182 = gcry_tiger.marker +@COND_x86_64_efi_TRUE@am__append_12183 = gcry_tiger.module +@COND_x86_64_efi_TRUE@am__append_12184 = gcry_tiger.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__append_12185 = +@COND_x86_64_efi_TRUE@am__append_12186 = $(nodist_gcry_tiger_module_SOURCES) +@COND_x86_64_efi_TRUE@am__append_12187 = \ +@COND_x86_64_efi_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_x86_64_efi_TRUE@ gcry_tiger.marker +@COND_x86_64_efi_TRUE@am__append_12188 = gcry_tiger.mod +@COND_x86_64_efi_TRUE@am__append_12189 = gcry_tiger.marker +@COND_mips_yeeloong_TRUE@am__append_12190 = gcry_tiger.module +@COND_mips_yeeloong_TRUE@am__append_12191 = gcry_tiger.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__append_12192 = +@COND_mips_yeeloong_TRUE@am__append_12193 = $(nodist_gcry_tiger_module_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_12194 = \ +@COND_mips_yeeloong_TRUE@ $(nodist_gcry_tiger_module_SOURCES) \ +@COND_mips_yeeloong_TRUE@ gcry_tiger.marker +@COND_mips_yeeloong_TRUE@am__append_12195 = gcry_tiger.mod +@COND_mips_yeeloong_TRUE@am__append_12196 = gcry_tiger.marker +@COND_sparc64_ieee1275_TRUE@am__append_12197 = gcry_tiger.module +@COND_sparc64_ieee1275_TRUE@am__append_12198 = gcry_tiger.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__append_12199 = +@COND_sparc64_ieee1275_TRUE@am__append_12200 = $(nodist_gcry_tiger_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12201 = $(nodist_gcry_tiger_module_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@ gcry_tiger.marker +@COND_sparc64_ieee1275_TRUE@am__append_12202 = gcry_tiger.mod +@COND_sparc64_ieee1275_TRUE@am__append_12203 = gcry_tiger.marker +@COND_powerpc_ieee1275_TRUE@am__append_12204 = gcry_tiger.module +@COND_powerpc_ieee1275_TRUE@am__append_12205 = gcry_tiger.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__append_12206 = +@COND_powerpc_ieee1275_TRUE@am__append_12207 = $(nodist_gcry_tiger_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_12208 = $(nodist_gcry_tiger_module_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@ gcry_tiger.marker +@COND_powerpc_ieee1275_TRUE@am__append_12209 = gcry_tiger.mod +@COND_powerpc_ieee1275_TRUE@am__append_12210 = gcry_tiger.marker +@COND_i386_pc_TRUE@am__append_12211 = 915resolution.module +@COND_i386_pc_TRUE@am__append_12212 = 915resolution.module$(EXEEXT) +@COND_i386_pc_TRUE@am__append_12213 = +@COND_i386_pc_TRUE@am__append_12214 = $(nodist_915resolution_module_SOURCES) +@COND_i386_pc_TRUE@am__append_12215 = \ +@COND_i386_pc_TRUE@ $(nodist_915resolution_module_SOURCES) \ +@COND_i386_pc_TRUE@ 915resolution.marker +@COND_i386_pc_TRUE@am__append_12216 = 915resolution.mod +@COND_i386_pc_TRUE@am__append_12217 = 915resolution.marker +@COND_emu_TRUE@am__append_12218 = kernel.exec +@COND_emu_TRUE@am__append_12219 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_emu_TRUE@am__append_12220 = $(nodist_kernel_exec_SOURCES) +@COND_emu_TRUE@am__append_12221 = $(nodist_kernel_exec_SOURCES) \ @COND_emu_TRUE@ kernel.img -@COND_emu_TRUE@am__append_12138 = kernel.img -@COND_i386_pc_TRUE@am__append_12139 = kernel.exec -@COND_i386_pc_TRUE@am__append_12140 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_i386_pc_TRUE@am__append_12141 = $(nodist_kernel_exec_SOURCES) -@COND_i386_pc_TRUE@am__append_12142 = $(nodist_kernel_exec_SOURCES) \ +@COND_emu_TRUE@am__append_12222 = kernel.img +@COND_i386_pc_TRUE@am__append_12223 = kernel.exec +@COND_i386_pc_TRUE@am__append_12224 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_i386_pc_TRUE@am__append_12225 = $(nodist_kernel_exec_SOURCES) +@COND_i386_pc_TRUE@am__append_12226 = $(nodist_kernel_exec_SOURCES) \ @COND_i386_pc_TRUE@ kernel.img -@COND_i386_pc_TRUE@am__append_12143 = kernel.img -@COND_i386_efi_TRUE@am__append_12144 = kernel.exec -@COND_i386_efi_TRUE@am__append_12145 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_i386_efi_TRUE@am__append_12146 = $(nodist_kernel_exec_SOURCES) -@COND_i386_efi_TRUE@am__append_12147 = $(nodist_kernel_exec_SOURCES) \ +@COND_i386_pc_TRUE@am__append_12227 = kernel.img +@COND_i386_efi_TRUE@am__append_12228 = kernel.exec +@COND_i386_efi_TRUE@am__append_12229 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_i386_efi_TRUE@am__append_12230 = $(nodist_kernel_exec_SOURCES) +@COND_i386_efi_TRUE@am__append_12231 = $(nodist_kernel_exec_SOURCES) \ @COND_i386_efi_TRUE@ kernel.img -@COND_i386_efi_TRUE@am__append_12148 = kernel.img -@COND_i386_qemu_TRUE@am__append_12149 = kernel.exec -@COND_i386_qemu_TRUE@am__append_12150 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_i386_qemu_TRUE@am__append_12151 = $(nodist_kernel_exec_SOURCES) -@COND_i386_qemu_TRUE@am__append_12152 = $(nodist_kernel_exec_SOURCES) \ +@COND_i386_efi_TRUE@am__append_12232 = kernel.img +@COND_i386_qemu_TRUE@am__append_12233 = kernel.exec +@COND_i386_qemu_TRUE@am__append_12234 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_i386_qemu_TRUE@am__append_12235 = $(nodist_kernel_exec_SOURCES) +@COND_i386_qemu_TRUE@am__append_12236 = $(nodist_kernel_exec_SOURCES) \ @COND_i386_qemu_TRUE@ kernel.img -@COND_i386_qemu_TRUE@am__append_12153 = kernel.img -@COND_i386_coreboot_TRUE@am__append_12154 = kernel.exec -@COND_i386_coreboot_TRUE@am__append_12155 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_i386_coreboot_TRUE@am__append_12156 = $(nodist_kernel_exec_SOURCES) -@COND_i386_coreboot_TRUE@am__append_12157 = \ +@COND_i386_qemu_TRUE@am__append_12237 = kernel.img +@COND_i386_coreboot_TRUE@am__append_12238 = kernel.exec +@COND_i386_coreboot_TRUE@am__append_12239 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_i386_coreboot_TRUE@am__append_12240 = $(nodist_kernel_exec_SOURCES) +@COND_i386_coreboot_TRUE@am__append_12241 = \ @COND_i386_coreboot_TRUE@ $(nodist_kernel_exec_SOURCES) \ @COND_i386_coreboot_TRUE@ kernel.img -@COND_i386_coreboot_TRUE@am__append_12158 = kernel.img -@COND_i386_multiboot_TRUE@am__append_12159 = kernel.exec -@COND_i386_multiboot_TRUE@am__append_12160 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_i386_multiboot_TRUE@am__append_12161 = $(nodist_kernel_exec_SOURCES) -@COND_i386_multiboot_TRUE@am__append_12162 = \ +@COND_i386_coreboot_TRUE@am__append_12242 = kernel.img +@COND_i386_multiboot_TRUE@am__append_12243 = kernel.exec +@COND_i386_multiboot_TRUE@am__append_12244 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_i386_multiboot_TRUE@am__append_12245 = $(nodist_kernel_exec_SOURCES) +@COND_i386_multiboot_TRUE@am__append_12246 = \ @COND_i386_multiboot_TRUE@ $(nodist_kernel_exec_SOURCES) \ @COND_i386_multiboot_TRUE@ kernel.img -@COND_i386_multiboot_TRUE@am__append_12163 = kernel.img -@COND_i386_ieee1275_TRUE@am__append_12164 = kernel.exec -@COND_i386_ieee1275_TRUE@am__append_12165 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_i386_ieee1275_TRUE@am__append_12166 = $(nodist_kernel_exec_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_12167 = \ +@COND_i386_multiboot_TRUE@am__append_12247 = kernel.img +@COND_i386_ieee1275_TRUE@am__append_12248 = kernel.exec +@COND_i386_ieee1275_TRUE@am__append_12249 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_i386_ieee1275_TRUE@am__append_12250 = $(nodist_kernel_exec_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_12251 = \ @COND_i386_ieee1275_TRUE@ $(nodist_kernel_exec_SOURCES) \ @COND_i386_ieee1275_TRUE@ kernel.img -@COND_i386_ieee1275_TRUE@am__append_12168 = kernel.img -@COND_x86_64_efi_TRUE@am__append_12169 = kernel.exec -@COND_x86_64_efi_TRUE@am__append_12170 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_x86_64_efi_TRUE@am__append_12171 = $(nodist_kernel_exec_SOURCES) -@COND_x86_64_efi_TRUE@am__append_12172 = \ +@COND_i386_ieee1275_TRUE@am__append_12252 = kernel.img +@COND_x86_64_efi_TRUE@am__append_12253 = kernel.exec +@COND_x86_64_efi_TRUE@am__append_12254 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_x86_64_efi_TRUE@am__append_12255 = $(nodist_kernel_exec_SOURCES) +@COND_x86_64_efi_TRUE@am__append_12256 = \ @COND_x86_64_efi_TRUE@ $(nodist_kernel_exec_SOURCES) kernel.img -@COND_x86_64_efi_TRUE@am__append_12173 = kernel.img -@COND_mips_yeeloong_TRUE@am__append_12174 = kernel.exec -@COND_mips_yeeloong_TRUE@am__append_12175 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_mips_yeeloong_TRUE@am__append_12176 = $(nodist_kernel_exec_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_12177 = \ +@COND_x86_64_efi_TRUE@am__append_12257 = kernel.img +@COND_mips_yeeloong_TRUE@am__append_12258 = kernel.exec +@COND_mips_yeeloong_TRUE@am__append_12259 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_mips_yeeloong_TRUE@am__append_12260 = $(nodist_kernel_exec_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_12261 = \ @COND_mips_yeeloong_TRUE@ $(nodist_kernel_exec_SOURCES) \ @COND_mips_yeeloong_TRUE@ kernel.img -@COND_mips_yeeloong_TRUE@am__append_12178 = kernel.img -@COND_sparc64_ieee1275_TRUE@am__append_12179 = kernel.exec -@COND_sparc64_ieee1275_TRUE@am__append_12180 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_sparc64_ieee1275_TRUE@am__append_12181 = $(nodist_kernel_exec_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_12182 = \ +@COND_mips_yeeloong_TRUE@am__append_12262 = kernel.img +@COND_sparc64_ieee1275_TRUE@am__append_12263 = kernel.exec +@COND_sparc64_ieee1275_TRUE@am__append_12264 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_sparc64_ieee1275_TRUE@am__append_12265 = $(nodist_kernel_exec_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12266 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_kernel_exec_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ kernel.img -@COND_sparc64_ieee1275_TRUE@am__append_12183 = kernel.img -@COND_powerpc_ieee1275_TRUE@am__append_12184 = kernel.exec -@COND_powerpc_ieee1275_TRUE@am__append_12185 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S -@COND_powerpc_ieee1275_TRUE@am__append_12186 = $(nodist_kernel_exec_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_12187 = \ +@COND_sparc64_ieee1275_TRUE@am__append_12267 = kernel.img +@COND_powerpc_ieee1275_TRUE@am__append_12268 = kernel.exec +@COND_powerpc_ieee1275_TRUE@am__append_12269 = video/sm712_init.c kern/i386/realmode.S kern/i386/pc/lzma_decode.S kern/mips/cache_flush.S +@COND_powerpc_ieee1275_TRUE@am__append_12270 = $(nodist_kernel_exec_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_12271 = \ @COND_powerpc_ieee1275_TRUE@ $(nodist_kernel_exec_SOURCES) \ @COND_powerpc_ieee1275_TRUE@ kernel.img -@COND_powerpc_ieee1275_TRUE@am__append_12188 = kernel.img -@COND_i386_pc_TRUE@am__append_12189 = boot.image -@COND_i386_pc_TRUE@am__append_12190 = -@COND_i386_pc_TRUE@am__append_12191 = $(nodist_boot_image_SOURCES) -@COND_i386_pc_TRUE@am__append_12192 = $(nodist_boot_image_SOURCES) \ +@COND_powerpc_ieee1275_TRUE@am__append_12272 = kernel.img +@COND_i386_pc_TRUE@am__append_12273 = boot.image +@COND_i386_pc_TRUE@am__append_12274 = +@COND_i386_pc_TRUE@am__append_12275 = $(nodist_boot_image_SOURCES) +@COND_i386_pc_TRUE@am__append_12276 = $(nodist_boot_image_SOURCES) \ @COND_i386_pc_TRUE@ boot.img -@COND_i386_pc_TRUE@am__append_12193 = boot.img -@COND_i386_qemu_TRUE@am__append_12194 = boot.image -@COND_i386_qemu_TRUE@am__append_12195 = -@COND_i386_qemu_TRUE@am__append_12196 = $(nodist_boot_image_SOURCES) -@COND_i386_qemu_TRUE@am__append_12197 = $(nodist_boot_image_SOURCES) \ +@COND_i386_pc_TRUE@am__append_12277 = boot.img +@COND_i386_qemu_TRUE@am__append_12278 = boot.image +@COND_i386_qemu_TRUE@am__append_12279 = +@COND_i386_qemu_TRUE@am__append_12280 = $(nodist_boot_image_SOURCES) +@COND_i386_qemu_TRUE@am__append_12281 = $(nodist_boot_image_SOURCES) \ @COND_i386_qemu_TRUE@ boot.img -@COND_i386_qemu_TRUE@am__append_12198 = boot.img -@COND_sparc64_ieee1275_TRUE@am__append_12199 = boot.image -@COND_sparc64_ieee1275_TRUE@am__append_12200 = -@COND_sparc64_ieee1275_TRUE@am__append_12201 = $(nodist_boot_image_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_12202 = \ +@COND_i386_qemu_TRUE@am__append_12282 = boot.img +@COND_sparc64_ieee1275_TRUE@am__append_12283 = boot.image +@COND_sparc64_ieee1275_TRUE@am__append_12284 = +@COND_sparc64_ieee1275_TRUE@am__append_12285 = $(nodist_boot_image_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12286 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_boot_image_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ boot.img -@COND_sparc64_ieee1275_TRUE@am__append_12203 = boot.img -@COND_i386_pc_TRUE@am__append_12204 = cdboot.image pxeboot.image \ +@COND_sparc64_ieee1275_TRUE@am__append_12287 = boot.img +@COND_i386_pc_TRUE@am__append_12288 = cdboot.image pxeboot.image \ @COND_i386_pc_TRUE@ diskboot.image -@COND_i386_pc_TRUE@am__append_12205 = -@COND_i386_pc_TRUE@am__append_12206 = $(nodist_cdboot_image_SOURCES) \ +@COND_i386_pc_TRUE@am__append_12289 = +@COND_i386_pc_TRUE@am__append_12290 = $(nodist_cdboot_image_SOURCES) \ @COND_i386_pc_TRUE@ $(nodist_pxeboot_image_SOURCES) \ @COND_i386_pc_TRUE@ $(nodist_diskboot_image_SOURCES) -@COND_i386_pc_TRUE@am__append_12207 = $(nodist_cdboot_image_SOURCES) \ +@COND_i386_pc_TRUE@am__append_12291 = $(nodist_cdboot_image_SOURCES) \ @COND_i386_pc_TRUE@ cdboot.img $(nodist_pxeboot_image_SOURCES) \ @COND_i386_pc_TRUE@ pxeboot.img \ @COND_i386_pc_TRUE@ $(nodist_diskboot_image_SOURCES) \ @COND_i386_pc_TRUE@ diskboot.img -@COND_i386_pc_TRUE@am__append_12208 = cdboot.img pxeboot.img \ +@COND_i386_pc_TRUE@am__append_12292 = cdboot.img pxeboot.img \ @COND_i386_pc_TRUE@ diskboot.img -@COND_sparc64_ieee1275_TRUE@am__append_12209 = diskboot.image -@COND_sparc64_ieee1275_TRUE@am__append_12210 = -@COND_sparc64_ieee1275_TRUE@am__append_12211 = $(nodist_diskboot_image_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_12212 = \ +@COND_sparc64_ieee1275_TRUE@am__append_12293 = diskboot.image +@COND_sparc64_ieee1275_TRUE@am__append_12294 = +@COND_sparc64_ieee1275_TRUE@am__append_12295 = $(nodist_diskboot_image_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12296 = \ @COND_sparc64_ieee1275_TRUE@ $(nodist_diskboot_image_SOURCES) \ @COND_sparc64_ieee1275_TRUE@ diskboot.img -@COND_sparc64_ieee1275_TRUE@am__append_12213 = diskboot.img -@COND_i386_pc_TRUE@am__append_12214 = lnxboot.image -@COND_i386_pc_TRUE@am__append_12215 = -@COND_i386_pc_TRUE@am__append_12216 = $(nodist_lnxboot_image_SOURCES) -@COND_i386_pc_TRUE@am__append_12217 = $(nodist_lnxboot_image_SOURCES) \ +@COND_sparc64_ieee1275_TRUE@am__append_12297 = diskboot.img +@COND_i386_pc_TRUE@am__append_12298 = lnxboot.image +@COND_i386_pc_TRUE@am__append_12299 = +@COND_i386_pc_TRUE@am__append_12300 = $(nodist_lnxboot_image_SOURCES) +@COND_i386_pc_TRUE@am__append_12301 = $(nodist_lnxboot_image_SOURCES) \ @COND_i386_pc_TRUE@ lnxboot.img -@COND_i386_pc_TRUE@am__append_12218 = lnxboot.img -@COND_mips_yeeloong_TRUE@am__append_12219 = xz_decompress.image \ +@COND_i386_pc_TRUE@am__append_12302 = lnxboot.img +@COND_mips_yeeloong_TRUE@am__append_12303 = xz_decompress.image \ @COND_mips_yeeloong_TRUE@ none_decompress.image fwstart.image -@COND_mips_yeeloong_TRUE@am__append_12220 = -@COND_mips_yeeloong_TRUE@am__append_12221 = $(nodist_xz_decompress_image_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_12304 = +@COND_mips_yeeloong_TRUE@am__append_12305 = $(nodist_xz_decompress_image_SOURCES) \ @COND_mips_yeeloong_TRUE@ $(nodist_none_decompress_image_SOURCES) \ @COND_mips_yeeloong_TRUE@ $(nodist_fwstart_image_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_12222 = $(nodist_xz_decompress_image_SOURCES) \ +@COND_mips_yeeloong_TRUE@am__append_12306 = $(nodist_xz_decompress_image_SOURCES) \ @COND_mips_yeeloong_TRUE@ xz_decompress.img \ @COND_mips_yeeloong_TRUE@ $(nodist_none_decompress_image_SOURCES) \ @COND_mips_yeeloong_TRUE@ none_decompress.img \ @COND_mips_yeeloong_TRUE@ $(nodist_fwstart_image_SOURCES) \ @COND_mips_yeeloong_TRUE@ fwstart.img -@COND_mips_yeeloong_TRUE@am__append_12223 = xz_decompress.img \ +@COND_mips_yeeloong_TRUE@am__append_12307 = xz_decompress.img \ @COND_mips_yeeloong_TRUE@ none_decompress.img fwstart.img -@COND_emu_TRUE@am__append_12224 = libgnulib.a -@COND_emu_TRUE@am__append_12225 = gnulib/regex.c -@COND_emu_TRUE@am__append_12226 = -@COND_emu_TRUE@am__append_12227 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_emu_TRUE@am__append_12228 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_emu_TRUE@am__append_12229 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_emu_TRUE@am__append_12230 = -@COND_emu_TRUE@am__append_12231 = $(nodist_libgnulib_a_SOURCES) -@COND_emu_TRUE@am__append_12232 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_pc_TRUE@am__append_12233 = libgnulib.a -@COND_i386_pc_TRUE@am__append_12234 = gnulib/regex.c -@COND_i386_pc_TRUE@am__append_12235 = -@COND_i386_pc_TRUE@am__append_12236 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_i386_pc_TRUE@am__append_12237 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_i386_pc_TRUE@am__append_12238 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_i386_pc_TRUE@am__append_12239 = -@COND_i386_pc_TRUE@am__append_12240 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_pc_TRUE@am__append_12241 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_efi_TRUE@am__append_12242 = libgnulib.a -@COND_i386_efi_TRUE@am__append_12243 = gnulib/regex.c -@COND_i386_efi_TRUE@am__append_12244 = -@COND_i386_efi_TRUE@am__append_12245 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_i386_efi_TRUE@am__append_12246 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_i386_efi_TRUE@am__append_12247 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_i386_efi_TRUE@am__append_12248 = -@COND_i386_efi_TRUE@am__append_12249 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_efi_TRUE@am__append_12250 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_qemu_TRUE@am__append_12251 = libgnulib.a -@COND_i386_qemu_TRUE@am__append_12252 = gnulib/regex.c -@COND_i386_qemu_TRUE@am__append_12253 = -@COND_i386_qemu_TRUE@am__append_12254 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_i386_qemu_TRUE@am__append_12255 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_i386_qemu_TRUE@am__append_12256 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_i386_qemu_TRUE@am__append_12257 = -@COND_i386_qemu_TRUE@am__append_12258 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_qemu_TRUE@am__append_12259 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_coreboot_TRUE@am__append_12260 = libgnulib.a -@COND_i386_coreboot_TRUE@am__append_12261 = gnulib/regex.c -@COND_i386_coreboot_TRUE@am__append_12262 = -@COND_i386_coreboot_TRUE@am__append_12263 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_i386_coreboot_TRUE@am__append_12264 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_i386_coreboot_TRUE@am__append_12265 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_i386_coreboot_TRUE@am__append_12266 = -@COND_i386_coreboot_TRUE@am__append_12267 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_coreboot_TRUE@am__append_12268 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_multiboot_TRUE@am__append_12269 = libgnulib.a -@COND_i386_multiboot_TRUE@am__append_12270 = gnulib/regex.c -@COND_i386_multiboot_TRUE@am__append_12271 = -@COND_i386_multiboot_TRUE@am__append_12272 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_i386_multiboot_TRUE@am__append_12273 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_i386_multiboot_TRUE@am__append_12274 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_i386_multiboot_TRUE@am__append_12275 = -@COND_i386_multiboot_TRUE@am__append_12276 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_multiboot_TRUE@am__append_12277 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_12278 = libgnulib.a -@COND_i386_ieee1275_TRUE@am__append_12279 = gnulib/regex.c -@COND_i386_ieee1275_TRUE@am__append_12280 = -@COND_i386_ieee1275_TRUE@am__append_12281 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_i386_ieee1275_TRUE@am__append_12282 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_i386_ieee1275_TRUE@am__append_12283 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_i386_ieee1275_TRUE@am__append_12284 = -@COND_i386_ieee1275_TRUE@am__append_12285 = $(nodist_libgnulib_a_SOURCES) -@COND_i386_ieee1275_TRUE@am__append_12286 = $(nodist_libgnulib_a_SOURCES) -@COND_x86_64_efi_TRUE@am__append_12287 = libgnulib.a -@COND_x86_64_efi_TRUE@am__append_12288 = gnulib/regex.c -@COND_x86_64_efi_TRUE@am__append_12289 = -@COND_x86_64_efi_TRUE@am__append_12290 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_x86_64_efi_TRUE@am__append_12291 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_x86_64_efi_TRUE@am__append_12292 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_x86_64_efi_TRUE@am__append_12293 = -@COND_x86_64_efi_TRUE@am__append_12294 = $(nodist_libgnulib_a_SOURCES) -@COND_x86_64_efi_TRUE@am__append_12295 = $(nodist_libgnulib_a_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_12296 = libgnulib.a -@COND_mips_yeeloong_TRUE@am__append_12297 = gnulib/regex.c -@COND_mips_yeeloong_TRUE@am__append_12298 = -@COND_mips_yeeloong_TRUE@am__append_12299 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_mips_yeeloong_TRUE@am__append_12300 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_mips_yeeloong_TRUE@am__append_12301 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_mips_yeeloong_TRUE@am__append_12302 = -@COND_mips_yeeloong_TRUE@am__append_12303 = $(nodist_libgnulib_a_SOURCES) -@COND_mips_yeeloong_TRUE@am__append_12304 = $(nodist_libgnulib_a_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_12305 = libgnulib.a -@COND_sparc64_ieee1275_TRUE@am__append_12306 = gnulib/regex.c -@COND_sparc64_ieee1275_TRUE@am__append_12307 = -@COND_sparc64_ieee1275_TRUE@am__append_12308 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_sparc64_ieee1275_TRUE@am__append_12309 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_sparc64_ieee1275_TRUE@am__append_12310 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_sparc64_ieee1275_TRUE@am__append_12311 = -@COND_sparc64_ieee1275_TRUE@am__append_12312 = $(nodist_libgnulib_a_SOURCES) -@COND_sparc64_ieee1275_TRUE@am__append_12313 = $(nodist_libgnulib_a_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_12314 = libgnulib.a -@COND_powerpc_ieee1275_TRUE@am__append_12315 = gnulib/regex.c -@COND_powerpc_ieee1275_TRUE@am__append_12316 = -@COND_powerpc_ieee1275_TRUE@am__append_12317 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) -@COND_powerpc_ieee1275_TRUE@am__append_12318 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) -@COND_powerpc_ieee1275_TRUE@am__append_12319 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) -@COND_powerpc_ieee1275_TRUE@am__append_12320 = -@COND_powerpc_ieee1275_TRUE@am__append_12321 = $(nodist_libgnulib_a_SOURCES) -@COND_powerpc_ieee1275_TRUE@am__append_12322 = $(nodist_libgnulib_a_SOURCES) -@COND_emu_TRUE@am__append_12323 = grub-emu grub-emu-lite -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_12324 = grub-emu.1 -@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_12325 = grub-emu.1 -@COND_emu_TRUE@am__append_12326 = -@COND_emu_TRUE@am__append_12327 = $(nodist_grub_emu_SOURCES) \ +@COND_i386_pc_TRUE@am__append_12308 = g2hdr.image grldr.image grubinst +@COND_i386_pc_TRUE@am__append_12309 = +@COND_i386_pc_TRUE@am__append_12310 = $(nodist_g2hdr_image_SOURCES) \ +@COND_i386_pc_TRUE@ $(nodist_grldr_image_SOURCES) +@COND_i386_pc_TRUE@am__append_12311 = $(nodist_g2hdr_image_SOURCES) \ +@COND_i386_pc_TRUE@ g2hdr.img $(nodist_grldr_image_SOURCES) \ +@COND_i386_pc_TRUE@ grldr.img +@COND_i386_pc_TRUE@am__append_12312 = g2hdr.img grldr.img g2hdr.bin \ +@COND_i386_pc_TRUE@ g2ldr.mbr +@COND_emu_TRUE@am__append_12313 = libgnulib.a +@COND_emu_TRUE@am__append_12314 = gnulib/regex.c +@COND_emu_TRUE@am__append_12315 = +@COND_emu_TRUE@am__append_12316 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_emu_TRUE@am__append_12317 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_emu_TRUE@am__append_12318 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_emu_TRUE@am__append_12319 = +@COND_emu_TRUE@am__append_12320 = $(nodist_libgnulib_a_SOURCES) +@COND_emu_TRUE@am__append_12321 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_pc_TRUE@am__append_12322 = libgnulib.a +@COND_i386_pc_TRUE@am__append_12323 = gnulib/regex.c +@COND_i386_pc_TRUE@am__append_12324 = +@COND_i386_pc_TRUE@am__append_12325 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_i386_pc_TRUE@am__append_12326 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_i386_pc_TRUE@am__append_12327 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_i386_pc_TRUE@am__append_12328 = +@COND_i386_pc_TRUE@am__append_12329 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_pc_TRUE@am__append_12330 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_efi_TRUE@am__append_12331 = libgnulib.a +@COND_i386_efi_TRUE@am__append_12332 = gnulib/regex.c +@COND_i386_efi_TRUE@am__append_12333 = +@COND_i386_efi_TRUE@am__append_12334 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_i386_efi_TRUE@am__append_12335 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_i386_efi_TRUE@am__append_12336 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_i386_efi_TRUE@am__append_12337 = +@COND_i386_efi_TRUE@am__append_12338 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_efi_TRUE@am__append_12339 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_qemu_TRUE@am__append_12340 = libgnulib.a +@COND_i386_qemu_TRUE@am__append_12341 = gnulib/regex.c +@COND_i386_qemu_TRUE@am__append_12342 = +@COND_i386_qemu_TRUE@am__append_12343 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_i386_qemu_TRUE@am__append_12344 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_i386_qemu_TRUE@am__append_12345 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_i386_qemu_TRUE@am__append_12346 = +@COND_i386_qemu_TRUE@am__append_12347 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_qemu_TRUE@am__append_12348 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_coreboot_TRUE@am__append_12349 = libgnulib.a +@COND_i386_coreboot_TRUE@am__append_12350 = gnulib/regex.c +@COND_i386_coreboot_TRUE@am__append_12351 = +@COND_i386_coreboot_TRUE@am__append_12352 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_i386_coreboot_TRUE@am__append_12353 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_i386_coreboot_TRUE@am__append_12354 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_i386_coreboot_TRUE@am__append_12355 = +@COND_i386_coreboot_TRUE@am__append_12356 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_coreboot_TRUE@am__append_12357 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_multiboot_TRUE@am__append_12358 = libgnulib.a +@COND_i386_multiboot_TRUE@am__append_12359 = gnulib/regex.c +@COND_i386_multiboot_TRUE@am__append_12360 = +@COND_i386_multiboot_TRUE@am__append_12361 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_i386_multiboot_TRUE@am__append_12362 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_i386_multiboot_TRUE@am__append_12363 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_i386_multiboot_TRUE@am__append_12364 = +@COND_i386_multiboot_TRUE@am__append_12365 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_multiboot_TRUE@am__append_12366 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_12367 = libgnulib.a +@COND_i386_ieee1275_TRUE@am__append_12368 = gnulib/regex.c +@COND_i386_ieee1275_TRUE@am__append_12369 = +@COND_i386_ieee1275_TRUE@am__append_12370 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_i386_ieee1275_TRUE@am__append_12371 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_i386_ieee1275_TRUE@am__append_12372 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_i386_ieee1275_TRUE@am__append_12373 = +@COND_i386_ieee1275_TRUE@am__append_12374 = $(nodist_libgnulib_a_SOURCES) +@COND_i386_ieee1275_TRUE@am__append_12375 = $(nodist_libgnulib_a_SOURCES) +@COND_x86_64_efi_TRUE@am__append_12376 = libgnulib.a +@COND_x86_64_efi_TRUE@am__append_12377 = gnulib/regex.c +@COND_x86_64_efi_TRUE@am__append_12378 = +@COND_x86_64_efi_TRUE@am__append_12379 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_x86_64_efi_TRUE@am__append_12380 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_x86_64_efi_TRUE@am__append_12381 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_x86_64_efi_TRUE@am__append_12382 = +@COND_x86_64_efi_TRUE@am__append_12383 = $(nodist_libgnulib_a_SOURCES) +@COND_x86_64_efi_TRUE@am__append_12384 = $(nodist_libgnulib_a_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_12385 = libgnulib.a +@COND_mips_yeeloong_TRUE@am__append_12386 = gnulib/regex.c +@COND_mips_yeeloong_TRUE@am__append_12387 = +@COND_mips_yeeloong_TRUE@am__append_12388 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_mips_yeeloong_TRUE@am__append_12389 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_mips_yeeloong_TRUE@am__append_12390 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_mips_yeeloong_TRUE@am__append_12391 = +@COND_mips_yeeloong_TRUE@am__append_12392 = $(nodist_libgnulib_a_SOURCES) +@COND_mips_yeeloong_TRUE@am__append_12393 = $(nodist_libgnulib_a_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12394 = libgnulib.a +@COND_sparc64_ieee1275_TRUE@am__append_12395 = gnulib/regex.c +@COND_sparc64_ieee1275_TRUE@am__append_12396 = +@COND_sparc64_ieee1275_TRUE@am__append_12397 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_sparc64_ieee1275_TRUE@am__append_12398 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_sparc64_ieee1275_TRUE@am__append_12399 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_sparc64_ieee1275_TRUE@am__append_12400 = +@COND_sparc64_ieee1275_TRUE@am__append_12401 = $(nodist_libgnulib_a_SOURCES) +@COND_sparc64_ieee1275_TRUE@am__append_12402 = $(nodist_libgnulib_a_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_12403 = libgnulib.a +@COND_powerpc_ieee1275_TRUE@am__append_12404 = gnulib/regex.c +@COND_powerpc_ieee1275_TRUE@am__append_12405 = +@COND_powerpc_ieee1275_TRUE@am__append_12406 = $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_POSIX) $(CFLAGS_GNULIB) +@COND_powerpc_ieee1275_TRUE@am__append_12407 = $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB) +@COND_powerpc_ieee1275_TRUE@am__append_12408 = $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) +@COND_powerpc_ieee1275_TRUE@am__append_12409 = +@COND_powerpc_ieee1275_TRUE@am__append_12410 = $(nodist_libgnulib_a_SOURCES) +@COND_powerpc_ieee1275_TRUE@am__append_12411 = $(nodist_libgnulib_a_SOURCES) +@COND_emu_TRUE@am__append_12412 = grub-emu grub-emu-lite +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_12413 = grub-emu.1 +@COND_MAN_PAGES_TRUE@@COND_emu_TRUE@am__append_12414 = grub-emu.1 +@COND_emu_TRUE@am__append_12415 = +@COND_emu_TRUE@am__append_12416 = $(nodist_grub_emu_SOURCES) \ @COND_emu_TRUE@ $(nodist_grub_emu_lite_SOURCES) -@COND_emu_TRUE@am__append_12328 = $(nodist_grub_emu_SOURCES) \ +@COND_emu_TRUE@am__append_12417 = $(nodist_grub_emu_SOURCES) \ @COND_emu_TRUE@ $(nodist_grub_emu_lite_SOURCES) gensyminfo.sh -@COND_emu_TRUE@am__append_12329 = gensyminfo.sh -@COND_emu_TRUE@am__append_12330 = gensyminfo.sh.in -@COND_i386_pc_TRUE@am__append_12331 = gensyminfo.sh -@COND_i386_pc_TRUE@am__append_12332 = gensyminfo.sh -@COND_i386_pc_TRUE@am__append_12333 = gensyminfo.sh.in -@COND_i386_efi_TRUE@am__append_12334 = gensyminfo.sh -@COND_i386_efi_TRUE@am__append_12335 = gensyminfo.sh -@COND_i386_efi_TRUE@am__append_12336 = gensyminfo.sh.in -@COND_i386_qemu_TRUE@am__append_12337 = gensyminfo.sh -@COND_i386_qemu_TRUE@am__append_12338 = gensyminfo.sh -@COND_i386_qemu_TRUE@am__append_12339 = gensyminfo.sh.in -@COND_i386_coreboot_TRUE@am__append_12340 = gensyminfo.sh -@COND_i386_coreboot_TRUE@am__append_12341 = gensyminfo.sh -@COND_i386_coreboot_TRUE@am__append_12342 = gensyminfo.sh.in -@COND_i386_multiboot_TRUE@am__append_12343 = gensyminfo.sh -@COND_i386_multiboot_TRUE@am__append_12344 = gensyminfo.sh -@COND_i386_multiboot_TRUE@am__append_12345 = gensyminfo.sh.in -@COND_i386_ieee1275_TRUE@am__append_12346 = gensyminfo.sh -@COND_i386_ieee1275_TRUE@am__append_12347 = gensyminfo.sh -@COND_i386_ieee1275_TRUE@am__append_12348 = gensyminfo.sh.in -@COND_x86_64_efi_TRUE@am__append_12349 = gensyminfo.sh -@COND_x86_64_efi_TRUE@am__append_12350 = gensyminfo.sh -@COND_x86_64_efi_TRUE@am__append_12351 = gensyminfo.sh.in -@COND_mips_yeeloong_TRUE@am__append_12352 = gensyminfo.sh -@COND_mips_yeeloong_TRUE@am__append_12353 = gensyminfo.sh -@COND_mips_yeeloong_TRUE@am__append_12354 = gensyminfo.sh.in -@COND_sparc64_ieee1275_TRUE@am__append_12355 = gensyminfo.sh -@COND_sparc64_ieee1275_TRUE@am__append_12356 = gensyminfo.sh -@COND_sparc64_ieee1275_TRUE@am__append_12357 = gensyminfo.sh.in -@COND_powerpc_ieee1275_TRUE@am__append_12358 = gensyminfo.sh -@COND_powerpc_ieee1275_TRUE@am__append_12359 = gensyminfo.sh -@COND_powerpc_ieee1275_TRUE@am__append_12360 = gensyminfo.sh.in -@COND_emu_TRUE@am__append_12361 = genmod.sh -@COND_emu_TRUE@am__append_12362 = genmod.sh -@COND_emu_TRUE@am__append_12363 = genmod.sh.in -@COND_i386_pc_TRUE@am__append_12364 = genmod.sh -@COND_i386_pc_TRUE@am__append_12365 = genmod.sh -@COND_i386_pc_TRUE@am__append_12366 = genmod.sh.in -@COND_i386_efi_TRUE@am__append_12367 = genmod.sh -@COND_i386_efi_TRUE@am__append_12368 = genmod.sh -@COND_i386_efi_TRUE@am__append_12369 = genmod.sh.in -@COND_i386_qemu_TRUE@am__append_12370 = genmod.sh -@COND_i386_qemu_TRUE@am__append_12371 = genmod.sh -@COND_i386_qemu_TRUE@am__append_12372 = genmod.sh.in -@COND_i386_coreboot_TRUE@am__append_12373 = genmod.sh -@COND_i386_coreboot_TRUE@am__append_12374 = genmod.sh -@COND_i386_coreboot_TRUE@am__append_12375 = genmod.sh.in -@COND_i386_multiboot_TRUE@am__append_12376 = genmod.sh -@COND_i386_multiboot_TRUE@am__append_12377 = genmod.sh -@COND_i386_multiboot_TRUE@am__append_12378 = genmod.sh.in -@COND_i386_ieee1275_TRUE@am__append_12379 = genmod.sh -@COND_i386_ieee1275_TRUE@am__append_12380 = genmod.sh -@COND_i386_ieee1275_TRUE@am__append_12381 = genmod.sh.in -@COND_x86_64_efi_TRUE@am__append_12382 = genmod.sh -@COND_x86_64_efi_TRUE@am__append_12383 = genmod.sh -@COND_x86_64_efi_TRUE@am__append_12384 = genmod.sh.in -@COND_mips_yeeloong_TRUE@am__append_12385 = genmod.sh -@COND_mips_yeeloong_TRUE@am__append_12386 = genmod.sh -@COND_mips_yeeloong_TRUE@am__append_12387 = genmod.sh.in -@COND_sparc64_ieee1275_TRUE@am__append_12388 = genmod.sh -@COND_sparc64_ieee1275_TRUE@am__append_12389 = genmod.sh -@COND_sparc64_ieee1275_TRUE@am__append_12390 = genmod.sh.in -@COND_powerpc_ieee1275_TRUE@am__append_12391 = genmod.sh -@COND_powerpc_ieee1275_TRUE@am__append_12392 = genmod.sh -@COND_powerpc_ieee1275_TRUE@am__append_12393 = genmod.sh.in -@COND_i386_pc_TRUE@am__append_12394 = $(top_builddir)/include/grub/machine/loader.h \ +@COND_emu_TRUE@am__append_12418 = gensyminfo.sh +@COND_emu_TRUE@am__append_12419 = gensyminfo.sh.in +@COND_i386_pc_TRUE@am__append_12420 = gensyminfo.sh +@COND_i386_pc_TRUE@am__append_12421 = gensyminfo.sh +@COND_i386_pc_TRUE@am__append_12422 = gensyminfo.sh.in +@COND_i386_efi_TRUE@am__append_12423 = gensyminfo.sh +@COND_i386_efi_TRUE@am__append_12424 = gensyminfo.sh +@COND_i386_efi_TRUE@am__append_12425 = gensyminfo.sh.in +@COND_i386_qemu_TRUE@am__append_12426 = gensyminfo.sh +@COND_i386_qemu_TRUE@am__append_12427 = gensyminfo.sh +@COND_i386_qemu_TRUE@am__append_12428 = gensyminfo.sh.in +@COND_i386_coreboot_TRUE@am__append_12429 = gensyminfo.sh +@COND_i386_coreboot_TRUE@am__append_12430 = gensyminfo.sh +@COND_i386_coreboot_TRUE@am__append_12431 = gensyminfo.sh.in +@COND_i386_multiboot_TRUE@am__append_12432 = gensyminfo.sh +@COND_i386_multiboot_TRUE@am__append_12433 = gensyminfo.sh +@COND_i386_multiboot_TRUE@am__append_12434 = gensyminfo.sh.in +@COND_i386_ieee1275_TRUE@am__append_12435 = gensyminfo.sh +@COND_i386_ieee1275_TRUE@am__append_12436 = gensyminfo.sh +@COND_i386_ieee1275_TRUE@am__append_12437 = gensyminfo.sh.in +@COND_x86_64_efi_TRUE@am__append_12438 = gensyminfo.sh +@COND_x86_64_efi_TRUE@am__append_12439 = gensyminfo.sh +@COND_x86_64_efi_TRUE@am__append_12440 = gensyminfo.sh.in +@COND_mips_yeeloong_TRUE@am__append_12441 = gensyminfo.sh +@COND_mips_yeeloong_TRUE@am__append_12442 = gensyminfo.sh +@COND_mips_yeeloong_TRUE@am__append_12443 = gensyminfo.sh.in +@COND_sparc64_ieee1275_TRUE@am__append_12444 = gensyminfo.sh +@COND_sparc64_ieee1275_TRUE@am__append_12445 = gensyminfo.sh +@COND_sparc64_ieee1275_TRUE@am__append_12446 = gensyminfo.sh.in +@COND_powerpc_ieee1275_TRUE@am__append_12447 = gensyminfo.sh +@COND_powerpc_ieee1275_TRUE@am__append_12448 = gensyminfo.sh +@COND_powerpc_ieee1275_TRUE@am__append_12449 = gensyminfo.sh.in +@COND_emu_TRUE@am__append_12450 = genmod.sh +@COND_emu_TRUE@am__append_12451 = genmod.sh +@COND_emu_TRUE@am__append_12452 = genmod.sh.in +@COND_i386_pc_TRUE@am__append_12453 = genmod.sh +@COND_i386_pc_TRUE@am__append_12454 = genmod.sh +@COND_i386_pc_TRUE@am__append_12455 = genmod.sh.in +@COND_i386_efi_TRUE@am__append_12456 = genmod.sh +@COND_i386_efi_TRUE@am__append_12457 = genmod.sh +@COND_i386_efi_TRUE@am__append_12458 = genmod.sh.in +@COND_i386_qemu_TRUE@am__append_12459 = genmod.sh +@COND_i386_qemu_TRUE@am__append_12460 = genmod.sh +@COND_i386_qemu_TRUE@am__append_12461 = genmod.sh.in +@COND_i386_coreboot_TRUE@am__append_12462 = genmod.sh +@COND_i386_coreboot_TRUE@am__append_12463 = genmod.sh +@COND_i386_coreboot_TRUE@am__append_12464 = genmod.sh.in +@COND_i386_multiboot_TRUE@am__append_12465 = genmod.sh +@COND_i386_multiboot_TRUE@am__append_12466 = genmod.sh +@COND_i386_multiboot_TRUE@am__append_12467 = genmod.sh.in +@COND_i386_ieee1275_TRUE@am__append_12468 = genmod.sh +@COND_i386_ieee1275_TRUE@am__append_12469 = genmod.sh +@COND_i386_ieee1275_TRUE@am__append_12470 = genmod.sh.in +@COND_x86_64_efi_TRUE@am__append_12471 = genmod.sh +@COND_x86_64_efi_TRUE@am__append_12472 = genmod.sh +@COND_x86_64_efi_TRUE@am__append_12473 = genmod.sh.in +@COND_mips_yeeloong_TRUE@am__append_12474 = genmod.sh +@COND_mips_yeeloong_TRUE@am__append_12475 = genmod.sh +@COND_mips_yeeloong_TRUE@am__append_12476 = genmod.sh.in +@COND_sparc64_ieee1275_TRUE@am__append_12477 = genmod.sh +@COND_sparc64_ieee1275_TRUE@am__append_12478 = genmod.sh +@COND_sparc64_ieee1275_TRUE@am__append_12479 = genmod.sh.in +@COND_powerpc_ieee1275_TRUE@am__append_12480 = genmod.sh +@COND_powerpc_ieee1275_TRUE@am__append_12481 = genmod.sh +@COND_powerpc_ieee1275_TRUE@am__append_12482 = genmod.sh.in +@COND_i386_pc_TRUE@am__append_12483 = g2hdr.bin grldr.mbr bin2h \ +@COND_i386_pc_TRUE@ grub_mbr.h grub-ntldr-img grubinst \ +@COND_i386_pc_TRUE@ g2ldr.mbr +@COND_i386_pc_TRUE@am__append_12484 = grub-ntldr-img +@COND_i386_pc_TRUE@am__append_12485 = $(top_builddir)/include/grub/machine/loader.h \ @COND_i386_pc_TRUE@ $(top_builddir)/include/grub/machine/kernel.h \ @COND_i386_pc_TRUE@ $(top_builddir)/include/grub/machine/pxe.h \ @COND_i386_pc_TRUE@ $(top_builddir)/include/grub/machine/int.h \ @COND_i386_pc_TRUE@ $(top_srcdir)/include/grub/i386/pit.h -@COND_i386_efi_TRUE@am__append_12395 = \ +@COND_i386_efi_TRUE@am__append_12486 = \ @COND_i386_efi_TRUE@ $(top_srcdir)/include/grub/efi/efi.h \ @COND_i386_efi_TRUE@ $(top_srcdir)/include/grub/efi/time.h \ @COND_i386_efi_TRUE@ $(top_srcdir)/include/grub/efi/disk.h \ @COND_i386_efi_TRUE@ $(top_srcdir)/include/grub/i386/pit.h -@COND_i386_coreboot_TRUE@am__append_12396 = $(top_srcdir)/include/grub/i386/pit.h -@COND_i386_multiboot_TRUE@am__append_12397 = $(top_srcdir)/include/grub/i386/pit.h -@COND_i386_qemu_TRUE@am__append_12398 = \ +@COND_i386_coreboot_TRUE@am__append_12487 = $(top_srcdir)/include/grub/i386/pit.h +@COND_i386_multiboot_TRUE@am__append_12488 = $(top_srcdir)/include/grub/i386/pit.h +@COND_i386_qemu_TRUE@am__append_12489 = \ @COND_i386_qemu_TRUE@ $(top_srcdir)/include/grub/pci.h \ @COND_i386_qemu_TRUE@ $(top_srcdir)/include/grub/i386/pit.h -@COND_i386_ieee1275_TRUE@am__append_12399 = $(top_srcdir)/include/grub/ieee1275/ieee1275.h \ +@COND_i386_ieee1275_TRUE@am__append_12490 = $(top_srcdir)/include/grub/ieee1275/ieee1275.h \ @COND_i386_ieee1275_TRUE@ $(top_srcdir)/include/grub/terminfo.h \ @COND_i386_ieee1275_TRUE@ $(top_srcdir)/include/grub/extcmd.h \ @COND_i386_ieee1275_TRUE@ $(top_srcdir)/include/grub/lib/arg.h \ @COND_i386_ieee1275_TRUE@ $(top_srcdir)/include/grub/i386/pit.h -@COND_x86_64_efi_TRUE@am__append_12400 = \ +@COND_x86_64_efi_TRUE@am__append_12491 = \ @COND_x86_64_efi_TRUE@ $(top_srcdir)/include/grub/efi/efi.h \ @COND_x86_64_efi_TRUE@ $(top_srcdir)/include/grub/efi/time.h \ @COND_x86_64_efi_TRUE@ $(top_srcdir)/include/grub/efi/disk.h \ @COND_x86_64_efi_TRUE@ $(top_srcdir)/include/grub/i386/pit.h -@COND_mips_yeeloong_TRUE@am__append_12401 = $(top_builddir)/include/grub/keyboard_layouts.h \ +@COND_mips_yeeloong_TRUE@am__append_12492 = $(top_builddir)/include/grub/keyboard_layouts.h \ @COND_mips_yeeloong_TRUE@ $(top_builddir)/include/grub/machine/kernel.h \ @COND_mips_yeeloong_TRUE@ $(top_builddir)/include/grub/cpu/cache.h \ @COND_mips_yeeloong_TRUE@ $(top_srcdir)/include/grub/bitmap.h \ @@ -16002,24 +16127,24 @@ @COND_mips_yeeloong_TRUE@ $(top_srcdir)/include/grub/terminfo.h \ @COND_mips_yeeloong_TRUE@ $(top_srcdir)/include/grub/extcmd.h \ @COND_mips_yeeloong_TRUE@ $(top_srcdir)/include/grub/lib/arg.h -@COND_powerpc_ieee1275_TRUE@am__append_12402 = $(top_srcdir)/include/grub/ieee1275/ieee1275.h \ +@COND_powerpc_ieee1275_TRUE@am__append_12493 = $(top_srcdir)/include/grub/ieee1275/ieee1275.h \ @COND_powerpc_ieee1275_TRUE@ $(top_srcdir)/include/grub/terminfo.h \ @COND_powerpc_ieee1275_TRUE@ $(top_srcdir)/include/grub/extcmd.h \ @COND_powerpc_ieee1275_TRUE@ $(top_srcdir)/include/grub/lib/arg.h -@COND_sparc64_ieee1275_TRUE@am__append_12403 = $(top_srcdir)/include/grub/ieee1275/ieee1275.h \ +@COND_sparc64_ieee1275_TRUE@am__append_12494 = $(top_srcdir)/include/grub/ieee1275/ieee1275.h \ @COND_sparc64_ieee1275_TRUE@ $(top_srcdir)/include/grub/sparc64/ieee1275/ieee1275.h \ @COND_sparc64_ieee1275_TRUE@ $(top_srcdir)/include/grub/terminfo.h \ @COND_sparc64_ieee1275_TRUE@ $(top_srcdir)/include/grub/extcmd.h \ @COND_sparc64_ieee1275_TRUE@ $(top_srcdir)/include/grub/lib/arg.h -@COND_emu_TRUE@am__append_12404 = \ +@COND_emu_TRUE@am__append_12495 = \ @COND_emu_TRUE@ $(top_srcdir)/include/grub/datetime.h \ @COND_emu_TRUE@ $(top_srcdir)/include/grub/emu/misc.h -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_12405 = $(top_srcdir)/include/grub/sdl.h -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_12406 = $(top_srcdir)/include/grub/libusb.h -@COND_GRUB_EMU_PCI_TRUE@@COND_emu_TRUE@am__append_12407 = $(top_srcdir)/include/grub/libpciaccess.h -@COND_emu_TRUE@am__append_12408 = grub_emu_init.h grub_emu_init.c -@COND_ENABLE_EFIEMU_TRUE@am__append_12409 = efiemu32.o efiemu64.o -@COND_ENABLE_EFIEMU_TRUE@am__append_12410 = efiemu32.o efiemu64.o efiemu64_c.o efiemu64_s.o +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__append_12496 = $(top_srcdir)/include/grub/sdl.h +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__append_12497 = $(top_srcdir)/include/grub/libusb.h +@COND_GRUB_EMU_PCI_TRUE@@COND_emu_TRUE@am__append_12498 = $(top_srcdir)/include/grub/libpciaccess.h +@COND_emu_TRUE@am__append_12499 = grub_emu_init.h grub_emu_init.c +@COND_ENABLE_EFIEMU_TRUE@am__append_12500 = efiemu32.o efiemu64.o +@COND_ENABLE_EFIEMU_TRUE@am__append_12501 = efiemu32.o efiemu64.o efiemu64_c.o efiemu64_s.o subdir = grub-core ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/00gnulib.m4 \ @@ -16108,1984 +16233,2008 @@ libgnulib_a_OBJECTS = $(am_libgnulib_a_OBJECTS) \ $(nodist_libgnulib_a_OBJECTS) @COND_emu_TRUE@am__EXEEXT_1 = grub-emu$(EXEEXT) grub-emu-lite$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_2 = grub-ntldr-img$(EXEEXT) am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" \ "$(DESTDIR)$(bindir)" "$(DESTDIR)$(grubconfdir)" \ "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(sbindir)" \ "$(DESTDIR)$(man1dir)" "$(DESTDIR)$(grubconfdir)" \ "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(platformdir)" -@COND_emu_TRUE@am__EXEEXT_2 = trig.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_3 = trig.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_4 = trig.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_5 = trig.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_6 = trig.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_7 = trig.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_8 = trig.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_9 = trig.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_10 = trig.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_11 = trig.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_12 = trig.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_13 = cs5536.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_14 = cs5536.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_15 = cs5536.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_16 = cs5536.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_17 = cs5536.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_18 = cs5536.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_19 = cs5536.module$(EXEEXT) -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_20 = \ +@COND_emu_TRUE@am__EXEEXT_3 = trig.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_4 = trig.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_5 = trig.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_6 = trig.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_7 = trig.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_8 = trig.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_9 = trig.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_10 = trig.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_11 = trig.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_12 = trig.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_13 = trig.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_14 = cs5536.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_15 = cs5536.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_16 = cs5536.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_17 = cs5536.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_18 = cs5536.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_19 = cs5536.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_20 = cs5536.module$(EXEEXT) +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_21 = \ @COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@ libusb.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_21 = lsspd.module$(EXEEXT) -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_22 = \ +@COND_mips_yeeloong_TRUE@am__EXEEXT_22 = lsspd.module$(EXEEXT) +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_23 = \ @COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@ usb.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_23 = usb.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_24 = usb.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_25 = usb.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_26 = usb.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_27 = usb.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_28 = usb.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_29 = usb.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_30 = usb.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_31 = usbserial_common.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_32 = usbserial_common.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_33 = usbserial_common.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_34 = \ +@COND_i386_pc_TRUE@am__EXEEXT_24 = usb.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_25 = usb.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_26 = usb.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_27 = usb.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_28 = usb.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_29 = usb.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_30 = usb.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_31 = usb.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_32 = usbserial_common.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_33 = usbserial_common.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_34 = usbserial_common.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_35 = \ @COND_i386_coreboot_TRUE@ usbserial_common.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_35 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_36 = \ @COND_i386_multiboot_TRUE@ usbserial_common.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_36 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_37 = \ @COND_i386_ieee1275_TRUE@ usbserial_common.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_37 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_38 = \ @COND_x86_64_efi_TRUE@ usbserial_common.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_38 = \ +@COND_mips_yeeloong_TRUE@am__EXEEXT_39 = \ @COND_mips_yeeloong_TRUE@ usbserial_common.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_39 = usbserial_pl2303.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_40 = usbserial_pl2303.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_41 = usbserial_pl2303.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_42 = \ +@COND_i386_pc_TRUE@am__EXEEXT_40 = usbserial_pl2303.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_41 = usbserial_pl2303.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_42 = usbserial_pl2303.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_43 = \ @COND_i386_coreboot_TRUE@ usbserial_pl2303.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_43 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_44 = \ @COND_i386_multiboot_TRUE@ usbserial_pl2303.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_44 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_45 = \ @COND_i386_ieee1275_TRUE@ usbserial_pl2303.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_45 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_46 = \ @COND_x86_64_efi_TRUE@ usbserial_pl2303.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_46 = \ +@COND_mips_yeeloong_TRUE@am__EXEEXT_47 = \ @COND_mips_yeeloong_TRUE@ usbserial_pl2303.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_47 = usbserial_ftdi.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_48 = usbserial_ftdi.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_49 = usbserial_ftdi.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_50 = \ +@COND_i386_pc_TRUE@am__EXEEXT_48 = usbserial_ftdi.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_49 = usbserial_ftdi.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_50 = usbserial_ftdi.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_51 = \ @COND_i386_coreboot_TRUE@ usbserial_ftdi.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_51 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_52 = \ @COND_i386_multiboot_TRUE@ usbserial_ftdi.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_52 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_53 = \ @COND_i386_ieee1275_TRUE@ usbserial_ftdi.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_53 = usbserial_ftdi.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_54 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_54 = usbserial_ftdi.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_55 = \ @COND_mips_yeeloong_TRUE@ usbserial_ftdi.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_55 = uhci.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_56 = uhci.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_57 = uhci.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_58 = uhci.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_59 = uhci.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_60 = uhci.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_61 = uhci.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_62 = ohci.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_63 = ohci.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_64 = ohci.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_65 = ohci.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_66 = ohci.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_67 = ohci.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_68 = ohci.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_69 = ohci.module$(EXEEXT) -@COND_GRUB_EMU_PCI_TRUE@@COND_emu_TRUE@am__EXEEXT_70 = \ +@COND_i386_pc_TRUE@am__EXEEXT_56 = uhci.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_57 = uhci.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_58 = uhci.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_59 = uhci.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_60 = uhci.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_61 = uhci.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_62 = uhci.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_63 = ohci.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_64 = ohci.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_65 = ohci.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_66 = ohci.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_67 = ohci.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_68 = ohci.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_69 = ohci.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_70 = ohci.module$(EXEEXT) +@COND_GRUB_EMU_PCI_TRUE@@COND_emu_TRUE@am__EXEEXT_71 = \ @COND_GRUB_EMU_PCI_TRUE@@COND_emu_TRUE@ pci.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_71 = pci.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_72 = pci.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_73 = pci.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_74 = pci.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_75 = pci.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_76 = pci.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_77 = cmostest.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_78 = cmostest.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_79 = cmostest.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_80 = cmostest.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_81 = cmostest.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_82 = cmostest.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_83 = iorw.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_84 = iorw.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_85 = iorw.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_86 = iorw.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_87 = iorw.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_88 = iorw.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_89 = iorw.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_90 = regexp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_91 = regexp.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_92 = regexp.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_93 = regexp.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_94 = regexp.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_95 = regexp.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_96 = regexp.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_97 = regexp.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_98 = regexp.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_99 = regexp.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_100 = regexp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_101 = acpi.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_102 = acpi.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_103 = acpi.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_104 = acpi.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_105 = acpi.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_106 = lsacpi.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_107 = lsacpi.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_108 = lsacpi.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_109 = lsacpi.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_110 = lsacpi.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_111 = lsefisystab.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_112 = lsefisystab.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_113 = lssal.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_114 = lssal.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_115 = lsefimmap.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_116 = lsefimmap.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_117 = blocklist.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_118 = blocklist.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_119 = blocklist.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_120 = blocklist.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_121 = blocklist.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_122 = blocklist.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_123 = blocklist.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_124 = blocklist.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_125 = blocklist.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_126 = \ +@COND_i386_pc_TRUE@am__EXEEXT_72 = pci.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_73 = pci.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_74 = pci.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_75 = pci.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_76 = pci.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_77 = pci.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_78 = cmostest.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_79 = cmostest.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_80 = cmostest.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_81 = cmostest.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_82 = cmostest.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_83 = cmostest.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_84 = iorw.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_85 = iorw.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_86 = iorw.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_87 = iorw.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_88 = iorw.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_89 = iorw.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_90 = iorw.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_91 = regexp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_92 = regexp.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_93 = regexp.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_94 = regexp.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_95 = regexp.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_96 = regexp.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_97 = regexp.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_98 = regexp.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_99 = regexp.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_100 = regexp.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_101 = regexp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_102 = acpi.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_103 = acpi.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_104 = acpi.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_105 = acpi.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_106 = acpi.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_107 = lsacpi.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_108 = lsacpi.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_109 = lsacpi.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_110 = lsacpi.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_111 = lsacpi.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_112 = lsefisystab.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_113 = lsefisystab.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_114 = lssal.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_115 = lssal.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_116 = lsefimmap.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_117 = lsefimmap.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_118 = blocklist.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_119 = blocklist.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_120 = blocklist.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_121 = blocklist.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_122 = blocklist.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_123 = blocklist.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_124 = blocklist.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_125 = blocklist.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_126 = blocklist.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_127 = \ @COND_sparc64_ieee1275_TRUE@ blocklist.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_127 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_128 = \ @COND_powerpc_ieee1275_TRUE@ blocklist.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_128 = boot.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_129 = boot.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_130 = boot.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_131 = boot.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_132 = boot.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_133 = boot.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_134 = boot.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_135 = boot.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_136 = boot.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_137 = boot.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_138 = cat.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_139 = cat.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_140 = cat.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_141 = cat.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_142 = cat.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_143 = cat.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_144 = cat.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_145 = cat.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_146 = cat.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_147 = cat.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_148 = cat.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_149 = cmp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_150 = cmp.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_151 = cmp.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_152 = cmp.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_153 = cmp.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_154 = cmp.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_155 = cmp.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_156 = cmp.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_157 = cmp.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_158 = cmp.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_159 = cmp.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_160 = configfile.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_161 = configfile.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_162 = configfile.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_163 = configfile.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_164 = configfile.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_165 = configfile.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_166 = configfile.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_167 = configfile.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_168 = configfile.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_169 = \ +@COND_emu_TRUE@am__EXEEXT_129 = boot.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_130 = boot.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_131 = boot.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_132 = boot.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_133 = boot.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_134 = boot.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_135 = boot.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_136 = boot.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_137 = boot.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_138 = boot.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_139 = cat.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_140 = cat.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_141 = cat.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_142 = cat.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_143 = cat.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_144 = cat.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_145 = cat.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_146 = cat.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_147 = cat.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_148 = cat.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_149 = cat.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_150 = cmp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_151 = cmp.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_152 = cmp.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_153 = cmp.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_154 = cmp.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_155 = cmp.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_156 = cmp.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_157 = cmp.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_158 = cmp.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_159 = cmp.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_160 = cmp.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_161 = configfile.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_162 = configfile.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_163 = configfile.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_164 = configfile.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_165 = configfile.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_166 = configfile.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_167 = configfile.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_168 = configfile.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_169 = configfile.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_170 = \ @COND_sparc64_ieee1275_TRUE@ configfile.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_170 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_171 = \ @COND_powerpc_ieee1275_TRUE@ configfile.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_171 = cpuid.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_172 = cpuid.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_173 = cpuid.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_174 = cpuid.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_175 = cpuid.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_176 = cpuid.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_177 = cpuid.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_178 = date.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_179 = date.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_180 = date.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_181 = date.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_182 = date.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_183 = date.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_184 = date.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_185 = date.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_186 = date.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_187 = date.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_188 = date.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_189 = drivemap.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_190 = echo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_191 = echo.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_192 = echo.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_193 = echo.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_194 = echo.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_195 = echo.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_196 = echo.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_197 = echo.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_198 = echo.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_199 = echo.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_200 = echo.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_201 = extcmd.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_202 = extcmd.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_203 = extcmd.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_204 = extcmd.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_205 = extcmd.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_206 = extcmd.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_207 = extcmd.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_208 = fixvideo.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_209 = fixvideo.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_210 = gptsync.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_211 = gptsync.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_212 = gptsync.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_213 = gptsync.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_214 = gptsync.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_215 = gptsync.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_216 = gptsync.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_217 = gptsync.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_218 = gptsync.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_219 = gptsync.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_220 = gptsync.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_221 = halt.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_222 = halt.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_223 = halt.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_224 = halt.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_225 = halt.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_226 = halt.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_227 = halt.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_228 = halt.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_229 = halt.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_230 = halt.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_231 = halt.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_232 = hashsum.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_233 = hashsum.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_234 = hashsum.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_235 = hashsum.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_236 = hashsum.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_237 = hashsum.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_238 = hashsum.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_239 = hashsum.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_240 = hashsum.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_241 = hashsum.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_242 = hashsum.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_243 = hdparm.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_244 = hdparm.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_245 = hdparm.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_246 = hdparm.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_247 = hdparm.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_248 = hdparm.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_249 = hdparm.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_250 = hdparm.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_251 = help.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_252 = help.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_253 = help.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_254 = help.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_255 = help.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_256 = help.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_257 = help.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_258 = help.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_259 = help.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_260 = help.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_261 = help.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_262 = hexdump.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_263 = hexdump.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_264 = hexdump.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_265 = hexdump.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_266 = hexdump.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_267 = hexdump.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_268 = hexdump.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_269 = hexdump.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_270 = hexdump.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_271 = hexdump.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_272 = hexdump.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_273 = keystatus.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_274 = keystatus.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_275 = keystatus.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_276 = keystatus.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_277 = keystatus.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_278 = keystatus.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_279 = keystatus.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_280 = keystatus.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_281 = keystatus.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_282 = \ +@COND_i386_pc_TRUE@am__EXEEXT_172 = cpuid.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_173 = cpuid.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_174 = cpuid.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_175 = cpuid.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_176 = cpuid.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_177 = cpuid.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_178 = cpuid.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_179 = date.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_180 = date.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_181 = date.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_182 = date.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_183 = date.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_184 = date.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_185 = date.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_186 = date.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_187 = date.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_188 = date.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_189 = date.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_190 = drivemap.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_191 = echo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_192 = echo.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_193 = echo.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_194 = echo.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_195 = echo.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_196 = echo.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_197 = echo.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_198 = echo.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_199 = echo.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_200 = echo.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_201 = echo.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_202 = extcmd.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_203 = extcmd.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_204 = extcmd.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_205 = extcmd.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_206 = extcmd.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_207 = extcmd.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_208 = extcmd.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_209 = fixvideo.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_210 = fixvideo.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_211 = gptsync.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_212 = gptsync.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_213 = gptsync.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_214 = gptsync.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_215 = gptsync.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_216 = gptsync.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_217 = gptsync.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_218 = gptsync.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_219 = gptsync.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_220 = gptsync.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_221 = gptsync.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_222 = halt.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_223 = halt.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_224 = halt.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_225 = halt.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_226 = halt.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_227 = halt.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_228 = halt.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_229 = halt.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_230 = halt.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_231 = halt.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_232 = halt.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_233 = hashsum.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_234 = hashsum.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_235 = hashsum.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_236 = hashsum.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_237 = hashsum.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_238 = hashsum.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_239 = hashsum.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_240 = hashsum.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_241 = hashsum.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_242 = hashsum.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_243 = hashsum.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_244 = hdparm.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_245 = hdparm.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_246 = hdparm.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_247 = hdparm.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_248 = hdparm.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_249 = hdparm.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_250 = hdparm.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_251 = hdparm.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_252 = help.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_253 = help.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_254 = help.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_255 = help.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_256 = help.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_257 = help.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_258 = help.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_259 = help.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_260 = help.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_261 = help.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_262 = help.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_263 = hexdump.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_264 = hexdump.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_265 = hexdump.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_266 = hexdump.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_267 = hexdump.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_268 = hexdump.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_269 = hexdump.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_270 = hexdump.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_271 = hexdump.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_272 = hexdump.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_273 = hexdump.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_274 = keystatus.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_275 = keystatus.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_276 = keystatus.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_277 = keystatus.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_278 = keystatus.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_279 = keystatus.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_280 = keystatus.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_281 = keystatus.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_282 = keystatus.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_283 = \ @COND_sparc64_ieee1275_TRUE@ keystatus.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_283 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_284 = \ @COND_powerpc_ieee1275_TRUE@ keystatus.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_284 = loadbios.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_285 = loadbios.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_286 = loadenv.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_287 = loadenv.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_288 = loadenv.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_289 = loadenv.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_290 = loadenv.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_291 = loadenv.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_292 = loadenv.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_293 = loadenv.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_294 = loadenv.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_295 = loadenv.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_296 = loadenv.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_297 = ls.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_298 = ls.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_299 = ls.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_300 = ls.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_301 = ls.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_302 = ls.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_303 = ls.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_304 = ls.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_305 = ls.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_306 = ls.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_307 = ls.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_308 = lsmmap.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_309 = lsmmap.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_310 = lsmmap.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_311 = lsmmap.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_312 = lsmmap.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_313 = lsmmap.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_314 = lsmmap.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_315 = lsmmap.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_316 = lsmmap.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_317 = lsmmap.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_318 = lsmmap.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_319 = lspci.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_320 = lspci.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_321 = lspci.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_322 = lspci.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_323 = lspci.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_324 = lspci.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_325 = lspci.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_326 = lspci.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_327 = memrw.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_328 = memrw.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_329 = memrw.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_330 = memrw.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_331 = memrw.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_332 = memrw.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_333 = memrw.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_334 = memrw.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_335 = memrw.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_336 = memrw.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_337 = memrw.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_338 = minicmd.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_339 = minicmd.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_340 = minicmd.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_341 = minicmd.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_342 = minicmd.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_343 = minicmd.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_344 = minicmd.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_345 = minicmd.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_346 = minicmd.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_347 = minicmd.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_348 = minicmd.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_349 = parttool.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_350 = parttool.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_351 = parttool.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_352 = parttool.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_353 = parttool.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_354 = parttool.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_355 = parttool.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_356 = parttool.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_357 = parttool.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_358 = parttool.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_359 = parttool.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_360 = password.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_361 = password.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_362 = password.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_363 = password.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_364 = password.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_365 = password.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_366 = password.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_367 = password.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_368 = password.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_369 = password.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_370 = password.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_371 = password_pbkdf2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_372 = password_pbkdf2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_373 = password_pbkdf2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_374 = password_pbkdf2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_375 = \ +@COND_i386_efi_TRUE@am__EXEEXT_285 = loadbios.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_286 = loadbios.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_287 = loadenv.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_288 = loadenv.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_289 = loadenv.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_290 = loadenv.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_291 = loadenv.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_292 = loadenv.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_293 = loadenv.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_294 = loadenv.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_295 = loadenv.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_296 = loadenv.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_297 = loadenv.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_298 = ls.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_299 = ls.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_300 = ls.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_301 = ls.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_302 = ls.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_303 = ls.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_304 = ls.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_305 = ls.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_306 = ls.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_307 = ls.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_308 = ls.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_309 = lsmmap.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_310 = lsmmap.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_311 = lsmmap.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_312 = lsmmap.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_313 = lsmmap.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_314 = lsmmap.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_315 = lsmmap.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_316 = lsmmap.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_317 = lsmmap.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_318 = lsmmap.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_319 = lsmmap.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_320 = lspci.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_321 = lspci.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_322 = lspci.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_323 = lspci.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_324 = lspci.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_325 = lspci.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_326 = lspci.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_327 = lspci.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_328 = memrw.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_329 = memrw.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_330 = memrw.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_331 = memrw.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_332 = memrw.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_333 = memrw.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_334 = memrw.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_335 = memrw.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_336 = memrw.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_337 = memrw.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_338 = memrw.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_339 = minicmd.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_340 = minicmd.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_341 = minicmd.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_342 = minicmd.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_343 = minicmd.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_344 = minicmd.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_345 = minicmd.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_346 = minicmd.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_347 = minicmd.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_348 = minicmd.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_349 = minicmd.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_350 = parttool.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_351 = parttool.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_352 = parttool.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_353 = parttool.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_354 = parttool.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_355 = parttool.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_356 = parttool.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_357 = parttool.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_358 = parttool.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_359 = parttool.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_360 = parttool.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_361 = password.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_362 = password.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_363 = password.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_364 = password.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_365 = password.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_366 = password.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_367 = password.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_368 = password.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_369 = password.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_370 = password.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_371 = password.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_372 = password_pbkdf2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_373 = password_pbkdf2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_374 = password_pbkdf2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_375 = password_pbkdf2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_376 = \ @COND_i386_coreboot_TRUE@ password_pbkdf2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_376 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_377 = \ @COND_i386_multiboot_TRUE@ password_pbkdf2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_377 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_378 = \ @COND_i386_ieee1275_TRUE@ password_pbkdf2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_378 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_379 = \ @COND_x86_64_efi_TRUE@ password_pbkdf2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_379 = \ +@COND_mips_yeeloong_TRUE@am__EXEEXT_380 = \ @COND_mips_yeeloong_TRUE@ password_pbkdf2.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_380 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_381 = \ @COND_sparc64_ieee1275_TRUE@ password_pbkdf2.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_381 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_382 = \ @COND_powerpc_ieee1275_TRUE@ password_pbkdf2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_382 = play.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_383 = play.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_384 = play.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_385 = play.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_386 = play.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_387 = play.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_388 = play.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_389 = probe.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_390 = probe.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_391 = probe.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_392 = probe.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_393 = probe.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_394 = probe.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_395 = probe.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_396 = probe.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_397 = probe.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_398 = probe.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_399 = probe.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_400 = pxecmd.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_401 = read.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_402 = read.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_403 = read.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_404 = read.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_405 = read.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_406 = read.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_407 = read.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_408 = read.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_409 = read.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_410 = read.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_411 = read.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_412 = reboot.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_413 = reboot.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_414 = reboot.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_415 = reboot.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_416 = reboot.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_417 = reboot.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_418 = reboot.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_419 = reboot.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_420 = reboot.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_421 = reboot.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_422 = reboot.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_423 = search.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_424 = search.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_425 = search.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_426 = search.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_427 = search.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_428 = search.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_429 = search.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_430 = search.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_431 = search.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_432 = search.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_433 = search.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_434 = search_fs_file.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_435 = search_fs_file.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_436 = search_fs_file.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_437 = search_fs_file.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_438 = \ +@COND_i386_pc_TRUE@am__EXEEXT_383 = play.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_384 = play.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_385 = play.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_386 = play.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_387 = play.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_388 = play.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_389 = play.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_390 = probe.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_391 = probe.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_392 = probe.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_393 = probe.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_394 = probe.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_395 = probe.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_396 = probe.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_397 = probe.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_398 = probe.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_399 = probe.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_400 = probe.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_401 = pxecmd.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_402 = read.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_403 = read.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_404 = read.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_405 = read.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_406 = read.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_407 = read.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_408 = read.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_409 = read.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_410 = read.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_411 = read.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_412 = read.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_413 = reboot.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_414 = reboot.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_415 = reboot.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_416 = reboot.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_417 = reboot.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_418 = reboot.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_419 = reboot.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_420 = reboot.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_421 = reboot.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_422 = reboot.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_423 = reboot.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_424 = search.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_425 = search.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_426 = search.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_427 = search.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_428 = search.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_429 = search.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_430 = search.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_431 = search.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_432 = search.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_433 = search.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_434 = search.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_435 = search_fs_file.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_436 = search_fs_file.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_437 = search_fs_file.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_438 = search_fs_file.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_439 = \ @COND_i386_coreboot_TRUE@ search_fs_file.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_439 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_440 = \ @COND_i386_multiboot_TRUE@ search_fs_file.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_440 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_441 = \ @COND_i386_ieee1275_TRUE@ search_fs_file.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_441 = search_fs_file.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_442 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_442 = search_fs_file.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_443 = \ @COND_mips_yeeloong_TRUE@ search_fs_file.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_443 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_444 = \ @COND_sparc64_ieee1275_TRUE@ search_fs_file.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_444 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_445 = \ @COND_powerpc_ieee1275_TRUE@ search_fs_file.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_445 = search_fs_uuid.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_446 = search_fs_uuid.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_447 = search_fs_uuid.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_448 = search_fs_uuid.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_449 = \ +@COND_emu_TRUE@am__EXEEXT_446 = search_fs_uuid.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_447 = search_fs_uuid.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_448 = search_fs_uuid.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_449 = search_fs_uuid.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_450 = \ @COND_i386_coreboot_TRUE@ search_fs_uuid.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_450 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_451 = \ @COND_i386_multiboot_TRUE@ search_fs_uuid.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_451 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_452 = \ @COND_i386_ieee1275_TRUE@ search_fs_uuid.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_452 = search_fs_uuid.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_453 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_453 = search_fs_uuid.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_454 = \ @COND_mips_yeeloong_TRUE@ search_fs_uuid.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_454 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_455 = \ @COND_sparc64_ieee1275_TRUE@ search_fs_uuid.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_455 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_456 = \ @COND_powerpc_ieee1275_TRUE@ search_fs_uuid.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_456 = search_label.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_457 = search_label.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_458 = search_label.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_459 = search_label.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_460 = \ +@COND_emu_TRUE@am__EXEEXT_457 = search_label.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_458 = search_label.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_459 = search_label.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_460 = search_label.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_461 = \ @COND_i386_coreboot_TRUE@ search_label.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_461 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_462 = \ @COND_i386_multiboot_TRUE@ search_label.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_462 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_463 = \ @COND_i386_ieee1275_TRUE@ search_label.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_463 = search_label.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_464 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_464 = search_label.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_465 = \ @COND_mips_yeeloong_TRUE@ search_label.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_465 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_466 = \ @COND_sparc64_ieee1275_TRUE@ search_label.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_466 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_467 = \ @COND_powerpc_ieee1275_TRUE@ search_label.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_467 = setpci.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_468 = setpci.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_469 = setpci.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_470 = setpci.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_471 = setpci.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_472 = setpci.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_473 = setpci.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_474 = sleep.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_475 = sleep.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_476 = sleep.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_477 = sleep.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_478 = sleep.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_479 = sleep.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_480 = sleep.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_481 = sleep.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_482 = sleep.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_483 = sleep.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_484 = sleep.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_485 = suspend.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_486 = suspend.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_487 = terminal.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_488 = terminal.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_489 = terminal.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_490 = terminal.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_491 = terminal.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_492 = terminal.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_493 = terminal.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_494 = terminal.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_495 = terminal.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_496 = terminal.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_497 = terminal.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_498 = test.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_499 = test.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_500 = test.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_501 = test.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_502 = test.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_503 = test.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_504 = test.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_505 = test.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_506 = test.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_507 = test.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_508 = test.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_509 = true.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_510 = true.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_511 = true.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_512 = true.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_513 = true.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_514 = true.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_515 = true.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_516 = true.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_517 = true.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_518 = true.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_519 = true.module$(EXEEXT) -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_520 = usbtest.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_521 = usbtest.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_522 = usbtest.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_523 = usbtest.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_524 = usbtest.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_525 = usbtest.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_526 = usbtest.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_527 = usbtest.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_528 = usbtest.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_529 = videoinfo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_530 = videoinfo.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_531 = videoinfo.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_532 = videoinfo.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_533 = videoinfo.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_534 = videoinfo.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_535 = videoinfo.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_536 = videoinfo.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_537 = videoinfo.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_538 = \ +@COND_i386_pc_TRUE@am__EXEEXT_468 = setpci.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_469 = setpci.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_470 = setpci.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_471 = setpci.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_472 = setpci.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_473 = setpci.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_474 = setpci.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_475 = sleep.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_476 = sleep.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_477 = sleep.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_478 = sleep.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_479 = sleep.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_480 = sleep.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_481 = sleep.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_482 = sleep.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_483 = sleep.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_484 = sleep.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_485 = sleep.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_486 = suspend.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_487 = suspend.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_488 = terminal.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_489 = terminal.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_490 = terminal.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_491 = terminal.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_492 = terminal.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_493 = terminal.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_494 = terminal.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_495 = terminal.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_496 = terminal.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_497 = terminal.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_498 = terminal.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_499 = test.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_500 = test.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_501 = test.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_502 = test.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_503 = test.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_504 = test.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_505 = test.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_506 = test.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_507 = test.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_508 = test.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_509 = test.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_510 = true.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_511 = true.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_512 = true.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_513 = true.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_514 = true.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_515 = true.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_516 = true.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_517 = true.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_518 = true.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_519 = true.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_520 = true.module$(EXEEXT) +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_521 = usbtest.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_522 = usbtest.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_523 = usbtest.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_524 = usbtest.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_525 = usbtest.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_526 = usbtest.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_527 = usbtest.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_528 = usbtest.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_529 = usbtest.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_530 = videoinfo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_531 = videoinfo.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_532 = videoinfo.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_533 = videoinfo.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_534 = videoinfo.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_535 = videoinfo.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_536 = videoinfo.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_537 = videoinfo.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_538 = videoinfo.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_539 = \ @COND_sparc64_ieee1275_TRUE@ videoinfo.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_539 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_540 = \ @COND_powerpc_ieee1275_TRUE@ videoinfo.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_540 = videotest.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_541 = videotest.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_542 = videotest.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_543 = videotest.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_544 = videotest.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_545 = videotest.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_546 = videotest.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_547 = videotest.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_548 = videotest.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_549 = \ +@COND_emu_TRUE@am__EXEEXT_541 = videotest.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_542 = videotest.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_543 = videotest.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_544 = videotest.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_545 = videotest.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_546 = videotest.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_547 = videotest.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_548 = videotest.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_549 = videotest.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_550 = \ @COND_sparc64_ieee1275_TRUE@ videotest.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_550 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_551 = \ @COND_powerpc_ieee1275_TRUE@ videotest.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_551 = xnu_uuid.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_552 = xnu_uuid.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_553 = xnu_uuid.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_554 = xnu_uuid.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_555 = xnu_uuid.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_556 = xnu_uuid.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_557 = xnu_uuid.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_558 = xnu_uuid.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_559 = xnu_uuid.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_560 = xnu_uuid.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_561 = xnu_uuid.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_562 = dm_nv.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_563 = dm_nv.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_564 = dm_nv.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_565 = dm_nv.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_566 = dm_nv.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_567 = dm_nv.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_568 = dm_nv.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_569 = dm_nv.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_570 = dm_nv.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_571 = dm_nv.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_572 = dm_nv.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_573 = loopback.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_574 = loopback.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_575 = loopback.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_576 = loopback.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_577 = loopback.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_578 = loopback.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_579 = loopback.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_580 = loopback.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_581 = loopback.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_582 = loopback.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_583 = loopback.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_584 = lvm.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_585 = lvm.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_586 = lvm.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_587 = lvm.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_588 = lvm.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_589 = lvm.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_590 = lvm.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_591 = lvm.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_592 = lvm.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_593 = lvm.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_594 = lvm.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_595 = mdraid09.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_596 = mdraid09.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_597 = mdraid09.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_598 = mdraid09.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_599 = mdraid09.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_600 = mdraid09.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_601 = mdraid09.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_602 = mdraid09.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_603 = mdraid09.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_604 = mdraid09.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_605 = mdraid09.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_606 = mdraid1x.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_607 = mdraid1x.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_608 = mdraid1x.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_609 = mdraid1x.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_610 = mdraid1x.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_611 = mdraid1x.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_612 = mdraid1x.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_613 = mdraid1x.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_614 = mdraid1x.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_615 = mdraid1x.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_616 = mdraid1x.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_617 = raid.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_618 = raid.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_619 = raid.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_620 = raid.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_621 = raid.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_622 = raid.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_623 = raid.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_624 = raid.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_625 = raid.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_626 = raid.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_627 = raid.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_628 = raid5rec.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_629 = raid5rec.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_630 = raid5rec.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_631 = raid5rec.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_632 = raid5rec.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_633 = raid5rec.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_634 = raid5rec.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_635 = raid5rec.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_636 = raid5rec.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_637 = raid5rec.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_638 = raid5rec.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_639 = raid6rec.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_640 = raid6rec.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_641 = raid6rec.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_642 = raid6rec.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_643 = raid6rec.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_644 = raid6rec.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_645 = raid6rec.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_646 = raid6rec.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_647 = raid6rec.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_648 = raid6rec.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_649 = raid6rec.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_650 = scsi.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_651 = scsi.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_652 = scsi.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_653 = scsi.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_654 = scsi.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_655 = scsi.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_656 = scsi.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_657 = scsi.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_658 = scsi.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_659 = scsi.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_660 = scsi.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_661 = memdisk.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_662 = memdisk.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_663 = memdisk.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_664 = memdisk.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_665 = memdisk.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_666 = memdisk.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_667 = memdisk.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_668 = memdisk.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_669 = memdisk.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_670 = memdisk.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_671 = memdisk.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_672 = ata.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_673 = ata.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_674 = ata.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_675 = ata.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_676 = ata.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_677 = ata.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_678 = ata.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_679 = ata.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_680 = ata_pthru.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_681 = ata_pthru.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_682 = ata_pthru.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_683 = ata_pthru.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_684 = ata_pthru.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_685 = ata_pthru.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_686 = ata_pthru.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_687 = ata_pthru.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_688 = biosdisk.module$(EXEEXT) -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_689 = \ +@COND_emu_TRUE@am__EXEEXT_552 = xnu_uuid.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_553 = xnu_uuid.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_554 = xnu_uuid.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_555 = xnu_uuid.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_556 = xnu_uuid.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_557 = xnu_uuid.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_558 = xnu_uuid.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_559 = xnu_uuid.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_560 = xnu_uuid.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_561 = xnu_uuid.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_562 = xnu_uuid.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_563 = dm_nv.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_564 = dm_nv.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_565 = dm_nv.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_566 = dm_nv.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_567 = dm_nv.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_568 = dm_nv.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_569 = dm_nv.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_570 = dm_nv.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_571 = dm_nv.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_572 = dm_nv.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_573 = dm_nv.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_574 = loopback.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_575 = loopback.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_576 = loopback.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_577 = loopback.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_578 = loopback.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_579 = loopback.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_580 = loopback.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_581 = loopback.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_582 = loopback.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_583 = loopback.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_584 = loopback.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_585 = lvm.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_586 = lvm.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_587 = lvm.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_588 = lvm.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_589 = lvm.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_590 = lvm.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_591 = lvm.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_592 = lvm.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_593 = lvm.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_594 = lvm.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_595 = lvm.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_596 = mdraid09.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_597 = mdraid09.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_598 = mdraid09.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_599 = mdraid09.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_600 = mdraid09.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_601 = mdraid09.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_602 = mdraid09.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_603 = mdraid09.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_604 = mdraid09.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_605 = mdraid09.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_606 = mdraid09.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_607 = mdraid1x.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_608 = mdraid1x.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_609 = mdraid1x.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_610 = mdraid1x.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_611 = mdraid1x.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_612 = mdraid1x.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_613 = mdraid1x.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_614 = mdraid1x.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_615 = mdraid1x.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_616 = mdraid1x.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_617 = mdraid1x.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_618 = raid.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_619 = raid.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_620 = raid.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_621 = raid.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_622 = raid.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_623 = raid.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_624 = raid.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_625 = raid.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_626 = raid.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_627 = raid.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_628 = raid.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_629 = raid5rec.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_630 = raid5rec.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_631 = raid5rec.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_632 = raid5rec.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_633 = raid5rec.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_634 = raid5rec.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_635 = raid5rec.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_636 = raid5rec.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_637 = raid5rec.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_638 = raid5rec.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_639 = raid5rec.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_640 = raid6rec.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_641 = raid6rec.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_642 = raid6rec.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_643 = raid6rec.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_644 = raid6rec.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_645 = raid6rec.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_646 = raid6rec.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_647 = raid6rec.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_648 = raid6rec.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_649 = raid6rec.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_650 = raid6rec.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_651 = scsi.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_652 = scsi.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_653 = scsi.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_654 = scsi.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_655 = scsi.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_656 = scsi.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_657 = scsi.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_658 = scsi.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_659 = scsi.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_660 = scsi.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_661 = scsi.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_662 = memdisk.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_663 = memdisk.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_664 = memdisk.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_665 = memdisk.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_666 = memdisk.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_667 = memdisk.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_668 = memdisk.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_669 = memdisk.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_670 = memdisk.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_671 = memdisk.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_672 = memdisk.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_673 = ata.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_674 = ata.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_675 = ata.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_676 = ata.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_677 = ata.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_678 = ata.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_679 = ata.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_680 = ata.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_681 = ata_pthru.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_682 = ata_pthru.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_683 = ata_pthru.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_684 = ata_pthru.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_685 = ata_pthru.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_686 = ata_pthru.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_687 = ata_pthru.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_688 = ata_pthru.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_689 = biosdisk.module$(EXEEXT) +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_690 = \ @COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@ usbms.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_690 = usbms.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_691 = usbms.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_692 = usbms.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_693 = usbms.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_694 = usbms.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_695 = usbms.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_696 = usbms.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_697 = usbms.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_698 = nand.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_699 = efiemu.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_700 = efiemu.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_701 = efiemu.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_702 = efiemu.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_703 = efiemu.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_704 = font.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_705 = font.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_706 = font.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_707 = font.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_708 = font.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_709 = font.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_710 = font.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_711 = font.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_712 = font.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_713 = font.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_714 = affs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_715 = affs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_716 = affs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_717 = affs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_718 = affs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_719 = affs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_720 = affs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_721 = affs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_722 = affs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_723 = affs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_724 = affs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_725 = afs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_726 = afs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_727 = afs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_728 = afs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_729 = afs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_730 = afs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_731 = afs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_732 = afs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_733 = afs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_734 = afs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_735 = afs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_736 = afs_be.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_737 = afs_be.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_738 = afs_be.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_739 = afs_be.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_740 = afs_be.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_741 = afs_be.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_742 = afs_be.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_743 = afs_be.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_744 = afs_be.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_745 = afs_be.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_746 = afs_be.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_747 = befs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_748 = befs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_749 = befs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_750 = befs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_751 = befs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_752 = befs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_753 = befs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_754 = befs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_755 = befs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_756 = befs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_757 = befs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_758 = befs_be.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_759 = befs_be.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_760 = befs_be.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_761 = befs_be.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_762 = befs_be.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_763 = befs_be.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_764 = befs_be.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_765 = befs_be.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_766 = befs_be.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_767 = befs_be.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_768 = befs_be.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_769 = btrfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_770 = btrfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_771 = btrfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_772 = btrfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_773 = btrfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_774 = btrfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_775 = btrfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_776 = btrfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_777 = btrfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_778 = btrfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_779 = btrfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_780 = cpio.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_781 = cpio.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_782 = cpio.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_783 = cpio.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_784 = cpio.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_785 = cpio.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_786 = cpio.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_787 = cpio.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_788 = cpio.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_789 = cpio.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_790 = cpio.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_791 = ext2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_792 = ext2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_793 = ext2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_794 = ext2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_795 = ext2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_796 = ext2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_797 = ext2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_798 = ext2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_799 = ext2.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_800 = ext2.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_801 = ext2.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_802 = fat.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_803 = fat.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_804 = fat.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_805 = fat.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_806 = fat.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_807 = fat.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_808 = fat.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_809 = fat.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_810 = fat.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_811 = fat.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_812 = fat.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_813 = fshelp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_814 = fshelp.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_815 = fshelp.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_816 = fshelp.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_817 = fshelp.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_818 = fshelp.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_819 = fshelp.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_820 = fshelp.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_821 = fshelp.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_822 = fshelp.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_823 = fshelp.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_824 = hfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_825 = hfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_826 = hfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_827 = hfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_828 = hfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_829 = hfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_830 = hfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_831 = hfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_832 = hfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_833 = hfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_834 = hfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_835 = hfsplus.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_836 = hfsplus.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_837 = hfsplus.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_838 = hfsplus.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_839 = hfsplus.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_840 = hfsplus.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_841 = hfsplus.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_842 = hfsplus.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_843 = hfsplus.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_844 = hfsplus.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_845 = hfsplus.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_846 = iso9660.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_847 = iso9660.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_848 = iso9660.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_849 = iso9660.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_850 = iso9660.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_851 = iso9660.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_852 = iso9660.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_853 = iso9660.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_854 = iso9660.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_855 = iso9660.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_856 = iso9660.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_857 = jfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_858 = jfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_859 = jfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_860 = jfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_861 = jfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_862 = jfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_863 = jfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_864 = jfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_865 = jfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_866 = jfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_867 = jfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_868 = minix.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_869 = minix.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_870 = minix.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_871 = minix.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_872 = minix.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_873 = minix.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_874 = minix.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_875 = minix.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_876 = minix.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_877 = minix.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_878 = minix.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_879 = minix2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_880 = minix2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_881 = minix2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_882 = minix2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_883 = minix2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_884 = minix2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_885 = minix2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_886 = minix2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_887 = minix2.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_888 = minix2.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_889 = minix2.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_890 = nilfs2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_891 = nilfs2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_892 = nilfs2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_893 = nilfs2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_894 = nilfs2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_895 = nilfs2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_896 = nilfs2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_897 = nilfs2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_898 = nilfs2.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_899 = nilfs2.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_900 = nilfs2.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_901 = ntfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_902 = ntfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_903 = ntfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_904 = ntfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_905 = ntfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_906 = ntfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_907 = ntfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_908 = ntfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_909 = ntfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_910 = ntfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_911 = ntfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_912 = ntfscomp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_913 = ntfscomp.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_914 = ntfscomp.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_915 = ntfscomp.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_916 = ntfscomp.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_917 = ntfscomp.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_918 = ntfscomp.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_919 = ntfscomp.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_920 = ntfscomp.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_921 = ntfscomp.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_922 = ntfscomp.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_923 = reiserfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_924 = reiserfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_925 = reiserfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_926 = reiserfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_927 = reiserfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_928 = reiserfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_929 = reiserfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_930 = reiserfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_931 = reiserfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_932 = reiserfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_933 = reiserfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_934 = sfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_935 = sfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_936 = sfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_937 = sfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_938 = sfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_939 = sfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_940 = sfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_941 = sfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_942 = sfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_943 = sfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_944 = sfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_945 = tar.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_946 = tar.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_947 = tar.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_948 = tar.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_949 = tar.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_950 = tar.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_951 = tar.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_952 = tar.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_953 = tar.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_954 = tar.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_955 = tar.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_956 = udf.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_957 = udf.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_958 = udf.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_959 = udf.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_960 = udf.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_961 = udf.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_962 = udf.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_963 = udf.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_964 = udf.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_965 = udf.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_966 = udf.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_967 = ufs1.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_968 = ufs1.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_969 = ufs1.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_970 = ufs1.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_971 = ufs1.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_972 = ufs1.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_973 = ufs1.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_974 = ufs1.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_975 = ufs1.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_976 = ufs1.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_977 = ufs1.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_978 = ufs2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_979 = ufs2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_980 = ufs2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_981 = ufs2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_982 = ufs2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_983 = ufs2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_984 = ufs2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_985 = ufs2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_986 = ufs2.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_987 = ufs2.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_988 = ufs2.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_989 = xfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_990 = xfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_991 = xfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_992 = xfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_993 = xfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_994 = xfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_995 = xfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_996 = xfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_997 = xfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_998 = xfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_999 = xfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1000 = zfs.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1001 = zfs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1002 = zfs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1003 = zfs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1004 = zfs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1005 = zfs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1006 = zfs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1007 = zfs.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1008 = zfs.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1009 = zfs.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1010 = zfs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1011 = zfsinfo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1012 = zfsinfo.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1013 = zfsinfo.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1014 = zfsinfo.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1015 = zfsinfo.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1016 = zfsinfo.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1017 = zfsinfo.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1018 = zfsinfo.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1019 = zfsinfo.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1020 = zfsinfo.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1021 = zfsinfo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1022 = pxe.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1023 = gettext.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1024 = gettext.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1025 = gettext.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1026 = gettext.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1027 = gettext.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1028 = gettext.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1029 = gettext.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1030 = gettext.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1031 = gettext.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1032 = gettext.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1033 = gettext.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1034 = gfxmenu.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1035 = gfxmenu.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1036 = gfxmenu.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1037 = gfxmenu.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1038 = gfxmenu.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1039 = gfxmenu.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1040 = gfxmenu.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1041 = gfxmenu.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1042 = gfxmenu.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1043 = gfxmenu.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1044 = gfxmenu.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1045 = hello.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1046 = hello.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1047 = hello.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1048 = hello.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1049 = hello.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1050 = hello.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1051 = hello.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1052 = hello.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1053 = hello.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1054 = hello.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1055 = hello.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1056 = gzio.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1057 = gzio.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1058 = gzio.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1059 = gzio.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1060 = gzio.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1061 = gzio.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1062 = gzio.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1063 = gzio.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1064 = gzio.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1065 = gzio.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1066 = gzio.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1067 = bufio.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1068 = bufio.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1069 = bufio.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1070 = bufio.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1071 = bufio.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1072 = bufio.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1073 = bufio.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1074 = bufio.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1075 = bufio.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1076 = bufio.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1077 = elf.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1078 = elf.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1079 = elf.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1080 = elf.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1081 = elf.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1082 = elf.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1083 = elf.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1084 = elf.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1085 = elf.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1086 = elf.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1087 = elf.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1088 = crypto.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1089 = crypto.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1090 = crypto.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1091 = crypto.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1092 = crypto.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1093 = crypto.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1094 = crypto.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1095 = crypto.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1096 = crypto.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1097 = crypto.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1098 = crypto.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1099 = pbkdf2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1100 = pbkdf2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1101 = pbkdf2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1102 = pbkdf2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1103 = pbkdf2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1104 = pbkdf2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1105 = pbkdf2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1106 = pbkdf2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1107 = pbkdf2.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1108 = pbkdf2.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1109 = pbkdf2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1110 = relocator.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1111 = relocator.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1112 = relocator.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1113 = relocator.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1114 = relocator.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1115 = relocator.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1116 = relocator.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1117 = relocator.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1118 = \ +@COND_i386_pc_TRUE@am__EXEEXT_691 = usbms.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_692 = usbms.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_693 = usbms.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_694 = usbms.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_695 = usbms.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_696 = usbms.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_697 = usbms.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_698 = usbms.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_699 = nand.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_700 = efiemu.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_701 = efiemu.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_702 = efiemu.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_703 = efiemu.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_704 = efiemu.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_705 = font.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_706 = font.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_707 = font.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_708 = font.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_709 = font.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_710 = font.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_711 = font.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_712 = font.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_713 = font.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_714 = font.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_715 = affs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_716 = affs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_717 = affs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_718 = affs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_719 = affs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_720 = affs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_721 = affs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_722 = affs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_723 = affs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_724 = affs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_725 = affs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_726 = afs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_727 = afs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_728 = afs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_729 = afs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_730 = afs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_731 = afs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_732 = afs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_733 = afs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_734 = afs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_735 = afs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_736 = afs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_737 = afs_be.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_738 = afs_be.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_739 = afs_be.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_740 = afs_be.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_741 = afs_be.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_742 = afs_be.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_743 = afs_be.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_744 = afs_be.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_745 = afs_be.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_746 = afs_be.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_747 = afs_be.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_748 = befs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_749 = befs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_750 = befs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_751 = befs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_752 = befs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_753 = befs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_754 = befs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_755 = befs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_756 = befs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_757 = befs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_758 = befs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_759 = befs_be.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_760 = befs_be.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_761 = befs_be.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_762 = befs_be.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_763 = befs_be.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_764 = befs_be.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_765 = befs_be.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_766 = befs_be.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_767 = befs_be.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_768 = befs_be.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_769 = befs_be.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_770 = btrfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_771 = btrfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_772 = btrfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_773 = btrfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_774 = btrfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_775 = btrfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_776 = btrfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_777 = btrfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_778 = btrfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_779 = btrfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_780 = btrfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_781 = cpio.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_782 = cpio.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_783 = cpio.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_784 = cpio.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_785 = cpio.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_786 = cpio.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_787 = cpio.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_788 = cpio.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_789 = cpio.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_790 = cpio.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_791 = cpio.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_792 = ext2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_793 = ext2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_794 = ext2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_795 = ext2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_796 = ext2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_797 = ext2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_798 = ext2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_799 = ext2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_800 = ext2.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_801 = ext2.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_802 = ext2.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_803 = fat.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_804 = fat.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_805 = fat.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_806 = fat.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_807 = fat.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_808 = fat.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_809 = fat.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_810 = fat.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_811 = fat.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_812 = fat.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_813 = fat.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_814 = fshelp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_815 = fshelp.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_816 = fshelp.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_817 = fshelp.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_818 = fshelp.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_819 = fshelp.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_820 = fshelp.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_821 = fshelp.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_822 = fshelp.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_823 = fshelp.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_824 = fshelp.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_825 = hfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_826 = hfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_827 = hfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_828 = hfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_829 = hfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_830 = hfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_831 = hfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_832 = hfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_833 = hfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_834 = hfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_835 = hfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_836 = hfsplus.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_837 = hfsplus.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_838 = hfsplus.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_839 = hfsplus.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_840 = hfsplus.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_841 = hfsplus.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_842 = hfsplus.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_843 = hfsplus.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_844 = hfsplus.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_845 = hfsplus.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_846 = hfsplus.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_847 = iso9660.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_848 = iso9660.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_849 = iso9660.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_850 = iso9660.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_851 = iso9660.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_852 = iso9660.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_853 = iso9660.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_854 = iso9660.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_855 = iso9660.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_856 = iso9660.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_857 = iso9660.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_858 = jfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_859 = jfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_860 = jfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_861 = jfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_862 = jfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_863 = jfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_864 = jfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_865 = jfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_866 = jfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_867 = jfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_868 = jfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_869 = minix.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_870 = minix.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_871 = minix.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_872 = minix.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_873 = minix.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_874 = minix.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_875 = minix.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_876 = minix.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_877 = minix.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_878 = minix.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_879 = minix.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_880 = minix2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_881 = minix2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_882 = minix2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_883 = minix2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_884 = minix2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_885 = minix2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_886 = minix2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_887 = minix2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_888 = minix2.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_889 = minix2.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_890 = minix2.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_891 = nilfs2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_892 = nilfs2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_893 = nilfs2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_894 = nilfs2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_895 = nilfs2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_896 = nilfs2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_897 = nilfs2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_898 = nilfs2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_899 = nilfs2.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_900 = nilfs2.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_901 = nilfs2.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_902 = ntfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_903 = ntfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_904 = ntfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_905 = ntfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_906 = ntfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_907 = ntfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_908 = ntfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_909 = ntfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_910 = ntfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_911 = ntfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_912 = ntfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_913 = ntfscomp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_914 = ntfscomp.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_915 = ntfscomp.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_916 = ntfscomp.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_917 = ntfscomp.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_918 = ntfscomp.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_919 = ntfscomp.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_920 = ntfscomp.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_921 = ntfscomp.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_922 = ntfscomp.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_923 = ntfscomp.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_924 = reiserfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_925 = reiserfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_926 = reiserfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_927 = reiserfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_928 = reiserfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_929 = reiserfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_930 = reiserfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_931 = reiserfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_932 = reiserfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_933 = reiserfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_934 = reiserfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_935 = sfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_936 = sfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_937 = sfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_938 = sfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_939 = sfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_940 = sfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_941 = sfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_942 = sfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_943 = sfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_944 = sfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_945 = sfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_946 = squash4.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_947 = squash4.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_948 = squash4.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_949 = squash4.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_950 = squash4.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_951 = squash4.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_952 = squash4.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_953 = squash4.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_954 = squash4.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_955 = squash4.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_956 = squash4.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_957 = tar.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_958 = tar.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_959 = tar.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_960 = tar.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_961 = tar.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_962 = tar.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_963 = tar.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_964 = tar.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_965 = tar.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_966 = tar.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_967 = tar.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_968 = udf.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_969 = udf.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_970 = udf.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_971 = udf.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_972 = udf.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_973 = udf.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_974 = udf.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_975 = udf.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_976 = udf.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_977 = udf.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_978 = udf.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_979 = ufs1.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_980 = ufs1.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_981 = ufs1.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_982 = ufs1.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_983 = ufs1.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_984 = ufs1.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_985 = ufs1.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_986 = ufs1.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_987 = ufs1.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_988 = ufs1.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_989 = ufs1.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_990 = ufs2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_991 = ufs2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_992 = ufs2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_993 = ufs2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_994 = ufs2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_995 = ufs2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_996 = ufs2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_997 = ufs2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_998 = ufs2.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_999 = ufs2.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1000 = ufs2.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1001 = xfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1002 = xfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1003 = xfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1004 = xfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1005 = xfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1006 = xfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1007 = xfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1008 = xfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1009 = xfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1010 = xfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1011 = xfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1012 = zfs.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1013 = zfs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1014 = zfs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1015 = zfs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1016 = zfs.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1017 = zfs.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1018 = zfs.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1019 = zfs.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1020 = zfs.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1021 = zfs.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1022 = zfs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1023 = zfsinfo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1024 = zfsinfo.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1025 = zfsinfo.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1026 = zfsinfo.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1027 = zfsinfo.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1028 = zfsinfo.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1029 = zfsinfo.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1030 = zfsinfo.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1031 = zfsinfo.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1032 = zfsinfo.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1033 = zfsinfo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1034 = pxe.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1035 = gettext.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1036 = gettext.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1037 = gettext.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1038 = gettext.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1039 = gettext.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1040 = gettext.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1041 = gettext.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1042 = gettext.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1043 = gettext.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1044 = gettext.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1045 = gettext.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1046 = gfxmenu.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1047 = gfxmenu.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1048 = gfxmenu.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1049 = gfxmenu.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1050 = gfxmenu.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1051 = gfxmenu.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1052 = gfxmenu.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1053 = gfxmenu.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1054 = gfxmenu.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1055 = gfxmenu.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1056 = gfxmenu.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1057 = hello.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1058 = hello.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1059 = hello.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1060 = hello.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1061 = hello.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1062 = hello.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1063 = hello.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1064 = hello.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1065 = hello.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1066 = hello.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1067 = hello.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1068 = gzio.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1069 = gzio.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1070 = gzio.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1071 = gzio.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1072 = gzio.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1073 = gzio.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1074 = gzio.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1075 = gzio.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1076 = gzio.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1077 = gzio.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1078 = gzio.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1079 = bufio.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1080 = bufio.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1081 = bufio.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1082 = bufio.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1083 = bufio.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1084 = bufio.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1085 = bufio.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1086 = bufio.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1087 = bufio.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1088 = bufio.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1089 = elf.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1090 = elf.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1091 = elf.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1092 = elf.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1093 = elf.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1094 = elf.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1095 = elf.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1096 = elf.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1097 = elf.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1098 = elf.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1099 = elf.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1100 = crypto.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1101 = crypto.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1102 = crypto.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1103 = crypto.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1104 = crypto.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1105 = crypto.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1106 = crypto.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1107 = crypto.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1108 = crypto.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1109 = crypto.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1110 = crypto.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1111 = pbkdf2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1112 = pbkdf2.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1113 = pbkdf2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1114 = pbkdf2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1115 = pbkdf2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1116 = pbkdf2.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1117 = pbkdf2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1118 = pbkdf2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1119 = pbkdf2.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1120 = pbkdf2.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1121 = pbkdf2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1122 = relocator.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1123 = relocator.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1124 = relocator.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1125 = relocator.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1126 = relocator.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1127 = relocator.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1128 = relocator.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1129 = relocator.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1130 = \ @COND_powerpc_ieee1275_TRUE@ relocator.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1119 = datetime.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1120 = datetime.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1121 = datetime.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1122 = datetime.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1123 = datetime.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1124 = datetime.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1125 = datetime.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1126 = datetime.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1127 = \ +@COND_i386_pc_TRUE@am__EXEEXT_1131 = datetime.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1132 = datetime.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1133 = datetime.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1134 = datetime.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1135 = datetime.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1136 = datetime.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1137 = datetime.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1138 = datetime.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1139 = \ @COND_sparc64_ieee1275_TRUE@ datetime.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1128 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1140 = \ @COND_powerpc_ieee1275_TRUE@ datetime.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1129 = setjmp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1130 = setjmp.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1131 = setjmp.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1132 = setjmp.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1133 = setjmp.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1134 = setjmp.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1135 = setjmp.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1136 = setjmp.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1137 = setjmp.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1138 = setjmp.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1139 = setjmp.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1140 = aout.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1141 = aout.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1142 = aout.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1143 = aout.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1144 = aout.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1145 = aout.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1146 = aout.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1147 = bsd.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1148 = bsd.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1149 = bsd.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1150 = bsd.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1151 = bsd.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1152 = bsd.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1153 = bsd.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1154 = linux16.module$(EXEEXT) \ +@COND_emu_TRUE@am__EXEEXT_1141 = setjmp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1142 = setjmp.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1143 = setjmp.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1144 = setjmp.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1145 = setjmp.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1146 = setjmp.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1147 = setjmp.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1148 = setjmp.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1149 = setjmp.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1150 = setjmp.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1151 = setjmp.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1152 = aout.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1153 = aout.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1154 = aout.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1155 = aout.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1156 = aout.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1157 = aout.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1158 = aout.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1159 = bsd.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1160 = bsd.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1161 = bsd.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1162 = bsd.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1163 = bsd.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1164 = bsd.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1165 = bsd.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1166 = linux16.module$(EXEEXT) \ @COND_i386_pc_TRUE@ ntldr.module$(EXEEXT) \ @COND_i386_pc_TRUE@ multiboot2.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1155 = multiboot2.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1156 = multiboot2.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1157 = multiboot2.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1158 = \ +@COND_i386_efi_TRUE@am__EXEEXT_1167 = multiboot2.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1168 = multiboot2.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1169 = multiboot2.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1170 = \ @COND_i386_multiboot_TRUE@ multiboot2.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1159 = multiboot2.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1160 = multiboot2.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1161 = multiboot2.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1162 = multiboot.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1163 = multiboot.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1164 = multiboot.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1165 = multiboot.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1166 = multiboot.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1167 = multiboot.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1168 = multiboot.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1169 = linux.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1170 = linux.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1171 = linux.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1172 = linux.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1173 = linux.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1174 = linux.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1175 = linux.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1176 = linux.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1177 = linux.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1178 = linux.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1179 = xnu.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1180 = xnu.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1181 = xnu.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1182 = xnu.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1183 = xnu.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1184 = xnu.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1185 = xnu.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1186 = appleldr.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1187 = appleldr.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1188 = chain.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1189 = chain.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1190 = chain.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1191 = mmap.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1192 = mmap.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1193 = mmap.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1194 = mmap.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1195 = mmap.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1196 = mmap.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1197 = mmap.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1198 = mmap.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1199 = normal.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1200 = normal.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1201 = normal.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1202 = normal.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1203 = normal.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1204 = normal.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1205 = normal.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1206 = normal.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1207 = normal.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1208 = normal.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1209 = normal.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1210 = part_acorn.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1211 = part_acorn.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1212 = part_acorn.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1213 = part_acorn.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1214 = part_acorn.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1215 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1171 = multiboot2.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1172 = multiboot2.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1173 = multiboot2.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1174 = multiboot.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1175 = multiboot.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1176 = multiboot.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1177 = multiboot.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1178 = multiboot.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1179 = multiboot.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1180 = multiboot.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1181 = linux.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1182 = linux.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1183 = linux.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1184 = linux.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1185 = linux.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1186 = linux.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1187 = linux.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1188 = linux.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1189 = linux.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1190 = linux.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1191 = xnu.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1192 = xnu.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1193 = xnu.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1194 = xnu.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1195 = xnu.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1196 = xnu.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1197 = xnu.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1198 = appleldr.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1199 = appleldr.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1200 = chain.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1201 = chain.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1202 = chain.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1203 = mmap.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1204 = mmap.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1205 = mmap.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1206 = mmap.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1207 = mmap.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1208 = mmap.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1209 = mmap.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1210 = mmap.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1211 = normal.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1212 = normal.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1213 = normal.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1214 = normal.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1215 = normal.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1216 = normal.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1217 = normal.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1218 = normal.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1219 = normal.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1220 = normal.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1221 = normal.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1222 = part_acorn.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1223 = part_acorn.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1224 = part_acorn.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1225 = part_acorn.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1226 = part_acorn.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1227 = \ @COND_i386_multiboot_TRUE@ part_acorn.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1216 = part_acorn.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1217 = part_acorn.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1218 = part_acorn.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1219 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1228 = part_acorn.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1229 = part_acorn.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1230 = part_acorn.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1231 = \ @COND_sparc64_ieee1275_TRUE@ part_acorn.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1220 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1232 = \ @COND_powerpc_ieee1275_TRUE@ part_acorn.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1221 = part_amiga.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1222 = part_amiga.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1223 = part_amiga.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1224 = part_amiga.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1225 = part_amiga.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1226 = \ +@COND_emu_TRUE@am__EXEEXT_1233 = part_amiga.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1234 = part_amiga.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1235 = part_amiga.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1236 = part_amiga.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1237 = part_amiga.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1238 = \ @COND_i386_multiboot_TRUE@ part_amiga.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1227 = part_amiga.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1228 = part_amiga.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1229 = part_amiga.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1230 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1239 = part_amiga.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1240 = part_amiga.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1241 = part_amiga.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1242 = \ @COND_sparc64_ieee1275_TRUE@ part_amiga.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1231 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1243 = \ @COND_powerpc_ieee1275_TRUE@ part_amiga.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1232 = part_apple.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1233 = part_apple.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1234 = part_apple.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1235 = part_apple.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1236 = part_apple.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1237 = \ +@COND_emu_TRUE@am__EXEEXT_1244 = part_apple.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1245 = part_apple.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1246 = part_apple.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1247 = part_apple.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1248 = part_apple.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1249 = \ @COND_i386_multiboot_TRUE@ part_apple.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1238 = part_apple.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1239 = part_apple.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1240 = part_apple.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1241 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1250 = part_apple.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1251 = part_apple.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1252 = part_apple.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1253 = \ @COND_sparc64_ieee1275_TRUE@ part_apple.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1242 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1254 = \ @COND_powerpc_ieee1275_TRUE@ part_apple.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1243 = part_gpt.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1244 = part_gpt.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1245 = part_gpt.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1246 = part_gpt.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1247 = part_gpt.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1248 = part_gpt.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1249 = part_gpt.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1250 = part_gpt.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1251 = part_gpt.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1252 = \ +@COND_emu_TRUE@am__EXEEXT_1255 = part_gpt.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1256 = part_gpt.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1257 = part_gpt.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1258 = part_gpt.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1259 = part_gpt.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1260 = part_gpt.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1261 = part_gpt.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1262 = part_gpt.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1263 = part_gpt.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1264 = \ @COND_sparc64_ieee1275_TRUE@ part_gpt.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1253 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1265 = \ @COND_powerpc_ieee1275_TRUE@ part_gpt.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1254 = part_msdos.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1255 = part_msdos.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1256 = part_msdos.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1257 = part_msdos.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1258 = part_msdos.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1259 = \ +@COND_emu_TRUE@am__EXEEXT_1266 = part_msdos.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1267 = part_msdos.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1268 = part_msdos.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1269 = part_msdos.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1270 = part_msdos.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1271 = \ @COND_i386_multiboot_TRUE@ part_msdos.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1260 = part_msdos.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1261 = part_msdos.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1262 = part_msdos.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1263 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1272 = part_msdos.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1273 = part_msdos.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1274 = part_msdos.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1275 = \ @COND_sparc64_ieee1275_TRUE@ part_msdos.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1264 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1276 = \ @COND_powerpc_ieee1275_TRUE@ part_msdos.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1265 = part_sun.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1266 = part_sun.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1267 = part_sun.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1268 = part_sun.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1269 = part_sun.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1270 = part_sun.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1271 = part_sun.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1272 = part_sun.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1273 = part_sun.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1274 = \ +@COND_emu_TRUE@am__EXEEXT_1277 = part_sun.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1278 = part_sun.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1279 = part_sun.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1280 = part_sun.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1281 = part_sun.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1282 = part_sun.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1283 = part_sun.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1284 = part_sun.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1285 = part_sun.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1286 = \ @COND_sparc64_ieee1275_TRUE@ part_sun.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1275 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1287 = \ @COND_powerpc_ieee1275_TRUE@ part_sun.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1276 = part_bsd.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1277 = part_bsd.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1278 = part_bsd.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1279 = part_bsd.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1280 = part_bsd.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1281 = part_bsd.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1282 = part_bsd.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1283 = part_bsd.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1284 = part_bsd.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1285 = \ +@COND_emu_TRUE@am__EXEEXT_1288 = part_bsd.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1289 = part_bsd.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1290 = part_bsd.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1291 = part_bsd.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1292 = part_bsd.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1293 = part_bsd.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1294 = part_bsd.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1295 = part_bsd.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1296 = part_bsd.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1297 = \ @COND_sparc64_ieee1275_TRUE@ part_bsd.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1286 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1298 = \ @COND_powerpc_ieee1275_TRUE@ part_bsd.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1287 = part_sunpc.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1288 = part_sunpc.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1289 = part_sunpc.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1290 = part_sunpc.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1291 = part_sunpc.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1292 = \ +@COND_emu_TRUE@am__EXEEXT_1299 = part_sunpc.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1300 = part_sunpc.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1301 = part_sunpc.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1302 = part_sunpc.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1303 = part_sunpc.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1304 = \ @COND_i386_multiboot_TRUE@ part_sunpc.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1293 = part_sunpc.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1294 = part_sunpc.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1295 = part_sunpc.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1296 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1305 = part_sunpc.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1306 = part_sunpc.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1307 = part_sunpc.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1308 = \ @COND_sparc64_ieee1275_TRUE@ part_sunpc.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1297 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1309 = \ @COND_powerpc_ieee1275_TRUE@ part_sunpc.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1298 = msdospart.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1299 = msdospart.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1300 = msdospart.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1301 = msdospart.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1302 = msdospart.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1303 = msdospart.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1304 = msdospart.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1305 = msdospart.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1306 = msdospart.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1307 = \ +@COND_emu_TRUE@am__EXEEXT_1310 = msdospart.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1311 = msdospart.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1312 = msdospart.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1313 = msdospart.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1314 = msdospart.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1315 = msdospart.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1316 = msdospart.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1317 = msdospart.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1318 = msdospart.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1319 = \ @COND_sparc64_ieee1275_TRUE@ msdospart.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1308 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1320 = \ @COND_powerpc_ieee1275_TRUE@ msdospart.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1309 = at_keyboard.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1310 = at_keyboard.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1311 = at_keyboard.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1312 = \ +@COND_i386_pc_TRUE@am__EXEEXT_1321 = at_keyboard.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1322 = at_keyboard.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1323 = at_keyboard.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1324 = \ @COND_i386_coreboot_TRUE@ at_keyboard.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1313 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1325 = \ @COND_i386_multiboot_TRUE@ at_keyboard.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1314 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1326 = \ @COND_i386_ieee1275_TRUE@ at_keyboard.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1315 = at_keyboard.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1316 = gfxterm.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1317 = gfxterm.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1318 = gfxterm.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1319 = gfxterm.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1320 = gfxterm.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1321 = gfxterm.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1322 = gfxterm.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1323 = gfxterm.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1324 = gfxterm.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1325 = gfxterm.module$(EXEEXT) -@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_1326 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1327 = at_keyboard.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1328 = gfxterm.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1329 = gfxterm.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1330 = gfxterm.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1331 = gfxterm.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1332 = gfxterm.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1333 = gfxterm.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1334 = gfxterm.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1335 = gfxterm.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1336 = gfxterm.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1337 = gfxterm.module$(EXEEXT) +@COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@am__EXEEXT_1338 = \ @COND_GRUB_EMU_USB_TRUE@@COND_emu_TRUE@ serial.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1327 = serial.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1328 = serial.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1329 = serial.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1330 = serial.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1331 = serial.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1332 = serial.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1333 = serial.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1334 = sendkey.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1335 = terminfo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1336 = terminfo.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1337 = terminfo.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1338 = terminfo.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1339 = terminfo.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1340 = terminfo.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1341 = terminfo.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1342 = usb_keyboard.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1343 = usb_keyboard.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1344 = usb_keyboard.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1345 = \ +@COND_i386_pc_TRUE@am__EXEEXT_1339 = serial.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1340 = serial.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1341 = serial.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1342 = serial.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1343 = serial.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1344 = serial.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1345 = serial.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1346 = sendkey.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1347 = terminfo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1348 = terminfo.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1349 = terminfo.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1350 = terminfo.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1351 = terminfo.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1352 = terminfo.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1353 = terminfo.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1354 = usb_keyboard.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1355 = usb_keyboard.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1356 = usb_keyboard.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1357 = \ @COND_i386_coreboot_TRUE@ usb_keyboard.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1346 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1358 = \ @COND_i386_multiboot_TRUE@ usb_keyboard.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1347 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1359 = \ @COND_i386_ieee1275_TRUE@ usb_keyboard.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1348 = usb_keyboard.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1349 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1360 = usb_keyboard.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1361 = \ @COND_mips_yeeloong_TRUE@ usb_keyboard.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1350 = vga.module$(EXEEXT) \ +@COND_i386_pc_TRUE@am__EXEEXT_1362 = vga.module$(EXEEXT) \ @COND_i386_pc_TRUE@ vga_text.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1351 = vga_text.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1352 = vga_text.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1353 = video_cirrus.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1354 = video_cirrus.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1355 = video_cirrus.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1356 = \ +@COND_i386_coreboot_TRUE@am__EXEEXT_1363 = vga_text.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1364 = vga_text.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1365 = video_cirrus.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1366 = video_cirrus.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1367 = video_cirrus.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1368 = \ @COND_i386_coreboot_TRUE@ video_cirrus.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1357 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1369 = \ @COND_i386_multiboot_TRUE@ video_cirrus.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1358 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1370 = \ @COND_i386_ieee1275_TRUE@ video_cirrus.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1359 = video_cirrus.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1360 = video_bochs.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1361 = video_bochs.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1362 = video_bochs.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1363 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1371 = video_cirrus.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1372 = video_bochs.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1373 = video_bochs.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1374 = video_bochs.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1375 = \ @COND_i386_coreboot_TRUE@ video_bochs.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1364 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1376 = \ @COND_i386_multiboot_TRUE@ video_bochs.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1365 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1377 = \ @COND_i386_ieee1275_TRUE@ video_bochs.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1366 = video_bochs.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1367 = functional_test.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1368 = functional_test.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1369 = functional_test.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1370 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1378 = video_bochs.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1379 = functional_test.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1380 = functional_test.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1381 = functional_test.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1382 = \ @COND_i386_qemu_TRUE@ functional_test.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1371 = \ +@COND_i386_coreboot_TRUE@am__EXEEXT_1383 = \ @COND_i386_coreboot_TRUE@ functional_test.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1372 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1384 = \ @COND_i386_multiboot_TRUE@ functional_test.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1373 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1385 = \ @COND_i386_ieee1275_TRUE@ functional_test.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1374 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1386 = \ @COND_x86_64_efi_TRUE@ functional_test.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1375 = \ +@COND_mips_yeeloong_TRUE@am__EXEEXT_1387 = \ @COND_mips_yeeloong_TRUE@ functional_test.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1376 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1388 = \ @COND_sparc64_ieee1275_TRUE@ functional_test.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1377 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1389 = \ @COND_powerpc_ieee1275_TRUE@ functional_test.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1378 = \ +@COND_emu_TRUE@am__EXEEXT_1390 = \ @COND_emu_TRUE@ example_functional_test.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1379 = \ +@COND_i386_pc_TRUE@am__EXEEXT_1391 = \ @COND_i386_pc_TRUE@ example_functional_test.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1380 = \ +@COND_i386_efi_TRUE@am__EXEEXT_1392 = \ @COND_i386_efi_TRUE@ example_functional_test.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1381 = \ +@COND_i386_qemu_TRUE@am__EXEEXT_1393 = \ @COND_i386_qemu_TRUE@ example_functional_test.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1382 = example_functional_test.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1383 = example_functional_test.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1384 = example_functional_test.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1385 = \ +@COND_i386_coreboot_TRUE@am__EXEEXT_1394 = example_functional_test.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1395 = example_functional_test.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1396 = example_functional_test.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1397 = \ @COND_x86_64_efi_TRUE@ example_functional_test.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1386 = example_functional_test.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1387 = example_functional_test.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1388 = example_functional_test.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1389 = bitmap.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1390 = bitmap.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1391 = bitmap.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1392 = bitmap.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1393 = bitmap.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1394 = bitmap.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1395 = bitmap.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1396 = bitmap.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1397 = bitmap.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1398 = bitmap.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1399 = bitmap_scale.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1400 = bitmap_scale.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1401 = bitmap_scale.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1402 = bitmap_scale.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1403 = \ +@COND_mips_yeeloong_TRUE@am__EXEEXT_1398 = example_functional_test.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1399 = example_functional_test.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1400 = example_functional_test.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1401 = bitmap.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1402 = bitmap.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1403 = bitmap.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1404 = bitmap.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1405 = bitmap.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1406 = bitmap.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1407 = bitmap.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1408 = bitmap.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1409 = bitmap.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1410 = bitmap.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1411 = bitmap_scale.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1412 = bitmap_scale.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1413 = bitmap_scale.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1414 = bitmap_scale.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1415 = \ @COND_i386_coreboot_TRUE@ bitmap_scale.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1404 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1416 = \ @COND_i386_multiboot_TRUE@ bitmap_scale.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1405 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1417 = \ @COND_i386_ieee1275_TRUE@ bitmap_scale.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1406 = bitmap_scale.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1407 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1418 = bitmap_scale.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1419 = \ @COND_sparc64_ieee1275_TRUE@ bitmap_scale.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1408 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1420 = \ @COND_powerpc_ieee1275_TRUE@ bitmap_scale.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1409 = efi_gop.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1410 = efi_gop.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1411 = efi_uga.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1412 = efi_uga.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1413 = jpeg.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1414 = jpeg.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1415 = jpeg.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1416 = jpeg.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1417 = jpeg.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1418 = jpeg.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1419 = jpeg.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1420 = jpeg.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1421 = jpeg.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1422 = jpeg.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1423 = jpeg.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1424 = png.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1425 = png.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1426 = png.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1427 = png.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1428 = png.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1429 = png.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1430 = png.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1431 = png.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1432 = png.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1433 = png.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1434 = png.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1435 = tga.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1436 = tga.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1437 = tga.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1438 = tga.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1439 = tga.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1440 = tga.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1441 = tga.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1442 = tga.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1443 = tga.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1444 = tga.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1445 = tga.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1446 = vbe.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1447 = video_fb.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1448 = video_fb.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1449 = video_fb.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1450 = video_fb.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1451 = video_fb.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1452 = video_fb.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1453 = video_fb.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1454 = video_fb.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1455 = \ +@COND_i386_efi_TRUE@am__EXEEXT_1421 = efi_gop.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1422 = efi_gop.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1423 = efi_uga.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1424 = efi_uga.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1425 = jpeg.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1426 = jpeg.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1427 = jpeg.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1428 = jpeg.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1429 = jpeg.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1430 = jpeg.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1431 = jpeg.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1432 = jpeg.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1433 = jpeg.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1434 = jpeg.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1435 = jpeg.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1436 = png.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1437 = png.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1438 = png.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1439 = png.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1440 = png.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1441 = png.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1442 = png.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1443 = png.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1444 = png.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1445 = png.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1446 = png.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1447 = tga.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1448 = tga.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1449 = tga.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1450 = tga.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1451 = tga.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1452 = tga.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1453 = tga.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1454 = tga.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1455 = tga.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1456 = tga.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1457 = tga.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1458 = vbe.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1459 = video_fb.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1460 = video_fb.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1461 = video_fb.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1462 = video_fb.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1463 = video_fb.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1464 = video_fb.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1465 = video_fb.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1466 = video_fb.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1467 = \ @COND_sparc64_ieee1275_TRUE@ video_fb.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1456 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1468 = \ @COND_powerpc_ieee1275_TRUE@ video_fb.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1457 = video.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1458 = video.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1459 = video.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1460 = video.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1461 = video.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1462 = video.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1463 = video.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1464 = video.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1465 = video.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1466 = video.module$(EXEEXT) \ +@COND_emu_TRUE@am__EXEEXT_1469 = video.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1470 = video.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1471 = video.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1472 = video.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1473 = video.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1474 = video.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1475 = video.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1476 = video.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1477 = video.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1478 = video.module$(EXEEXT) \ @COND_powerpc_ieee1275_TRUE@ ieee1275_fb.module$(EXEEXT) -@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__EXEEXT_1467 = \ +@COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@am__EXEEXT_1479 = \ @COND_GRUB_EMU_SDL_TRUE@@COND_emu_TRUE@ sdl.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1468 = datehook.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1469 = datehook.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1470 = datehook.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1471 = datehook.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1472 = datehook.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1473 = datehook.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1474 = datehook.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1475 = datehook.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1476 = datehook.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1477 = \ +@COND_emu_TRUE@am__EXEEXT_1480 = datehook.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1481 = datehook.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1482 = datehook.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1483 = datehook.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1484 = datehook.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1485 = datehook.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1486 = datehook.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1487 = datehook.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1488 = datehook.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1489 = \ @COND_sparc64_ieee1275_TRUE@ datehook.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1478 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1490 = \ @COND_powerpc_ieee1275_TRUE@ datehook.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1479 = legacycfg.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1480 = legacycfg.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1481 = test_blockarg.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1482 = test_blockarg.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1483 = test_blockarg.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1484 = test_blockarg.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1485 = \ +@COND_emu_TRUE@am__EXEEXT_1491 = legacycfg.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1492 = legacycfg.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1493 = test_blockarg.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1494 = test_blockarg.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1495 = test_blockarg.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1496 = test_blockarg.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1497 = \ @COND_i386_coreboot_TRUE@ test_blockarg.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1486 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1498 = \ @COND_i386_multiboot_TRUE@ test_blockarg.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1487 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1499 = \ @COND_i386_ieee1275_TRUE@ test_blockarg.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1488 = test_blockarg.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1489 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1500 = test_blockarg.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1501 = \ @COND_mips_yeeloong_TRUE@ test_blockarg.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1490 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1502 = \ @COND_sparc64_ieee1275_TRUE@ test_blockarg.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1491 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1503 = \ @COND_powerpc_ieee1275_TRUE@ test_blockarg.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1492 = xzio.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1493 = xzio.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1494 = xzio.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1495 = xzio.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1496 = xzio.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1497 = xzio.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1498 = xzio.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1499 = xzio.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1500 = xzio.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1501 = xzio.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1502 = xzio.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1503 = testload.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1504 = testload.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1505 = testload.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1506 = testload.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1507 = testload.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1508 = testload.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1509 = testload.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1510 = testload.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1511 = testload.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1512 = \ +@COND_emu_TRUE@am__EXEEXT_1504 = xzio.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1505 = xzio.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1506 = xzio.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1507 = xzio.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1508 = xzio.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1509 = xzio.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1510 = xzio.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1511 = xzio.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1512 = xzio.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1513 = xzio.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1514 = xzio.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1515 = testload.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1516 = testload.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1517 = testload.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1518 = testload.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1519 = testload.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1520 = testload.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1521 = testload.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1522 = testload.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1523 = testload.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1524 = \ @COND_sparc64_ieee1275_TRUE@ testload.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1513 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1525 = \ @COND_powerpc_ieee1275_TRUE@ testload.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1514 = lsapm.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1515 = keylayouts.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1516 = keylayouts.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1517 = keylayouts.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1518 = keylayouts.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1519 = keylayouts.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1520 = \ +@COND_i386_pc_TRUE@am__EXEEXT_1526 = lsapm.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1527 = keylayouts.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1528 = keylayouts.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1529 = keylayouts.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1530 = keylayouts.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1531 = keylayouts.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1532 = \ @COND_i386_multiboot_TRUE@ keylayouts.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1521 = keylayouts.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1522 = keylayouts.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1523 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1533 = keylayouts.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1534 = keylayouts.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1535 = \ @COND_sparc64_ieee1275_TRUE@ keylayouts.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1524 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1536 = \ @COND_powerpc_ieee1275_TRUE@ keylayouts.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1525 = gcry_arcfour.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1526 = gcry_arcfour.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1527 = gcry_arcfour.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1528 = gcry_arcfour.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1529 = \ +@COND_emu_TRUE@am__EXEEXT_1537 = gcry_serpent.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1538 = gcry_serpent.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1539 = gcry_serpent.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1540 = gcry_serpent.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1541 = \ +@COND_i386_coreboot_TRUE@ gcry_serpent.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1542 = \ +@COND_i386_multiboot_TRUE@ gcry_serpent.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1543 = \ +@COND_i386_ieee1275_TRUE@ gcry_serpent.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1544 = gcry_serpent.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1545 = \ +@COND_mips_yeeloong_TRUE@ gcry_serpent.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1546 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_serpent.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1547 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_serpent.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1548 = gcry_md4.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1549 = gcry_md4.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1550 = gcry_md4.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1551 = gcry_md4.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1552 = gcry_md4.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1553 = gcry_md4.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1554 = gcry_md4.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1555 = gcry_md4.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1556 = gcry_md4.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1557 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_md4.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1558 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_md4.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1559 = gcry_arcfour.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1560 = gcry_arcfour.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1561 = gcry_arcfour.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1562 = gcry_arcfour.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1563 = \ @COND_i386_coreboot_TRUE@ gcry_arcfour.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1530 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1564 = \ @COND_i386_multiboot_TRUE@ gcry_arcfour.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1531 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1565 = \ @COND_i386_ieee1275_TRUE@ gcry_arcfour.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1532 = gcry_arcfour.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1533 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1566 = gcry_arcfour.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1567 = \ @COND_mips_yeeloong_TRUE@ gcry_arcfour.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1534 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1568 = \ @COND_sparc64_ieee1275_TRUE@ gcry_arcfour.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1535 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1569 = \ @COND_powerpc_ieee1275_TRUE@ gcry_arcfour.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1536 = gcry_blowfish.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1537 = gcry_blowfish.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1538 = gcry_blowfish.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1539 = gcry_blowfish.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1540 = \ +@COND_emu_TRUE@am__EXEEXT_1570 = gcry_blowfish.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1571 = gcry_blowfish.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1572 = gcry_blowfish.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1573 = gcry_blowfish.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1574 = \ @COND_i386_coreboot_TRUE@ gcry_blowfish.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1541 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1575 = \ @COND_i386_multiboot_TRUE@ gcry_blowfish.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1542 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1576 = \ @COND_i386_ieee1275_TRUE@ gcry_blowfish.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1543 = gcry_blowfish.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1544 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1577 = gcry_blowfish.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1578 = \ @COND_mips_yeeloong_TRUE@ gcry_blowfish.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1545 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1579 = \ @COND_sparc64_ieee1275_TRUE@ gcry_blowfish.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1546 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1580 = \ @COND_powerpc_ieee1275_TRUE@ gcry_blowfish.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1547 = gcry_camellia.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1548 = gcry_camellia.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1549 = gcry_camellia.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1550 = gcry_camellia.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1551 = \ -@COND_i386_coreboot_TRUE@ gcry_camellia.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1552 = \ -@COND_i386_multiboot_TRUE@ gcry_camellia.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1553 = \ -@COND_i386_ieee1275_TRUE@ gcry_camellia.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1554 = gcry_camellia.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1555 = \ -@COND_mips_yeeloong_TRUE@ gcry_camellia.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1556 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_camellia.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1557 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_camellia.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1558 = gcry_cast5.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1559 = gcry_cast5.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1560 = gcry_cast5.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1561 = gcry_cast5.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1562 = gcry_cast5.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1563 = \ -@COND_i386_multiboot_TRUE@ gcry_cast5.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1564 = gcry_cast5.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1565 = gcry_cast5.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1566 = gcry_cast5.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1567 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_cast5.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1568 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_cast5.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1569 = gcry_crc.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1570 = gcry_crc.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1571 = gcry_crc.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1572 = gcry_crc.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1573 = gcry_crc.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1574 = gcry_crc.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1575 = gcry_crc.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1576 = gcry_crc.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1577 = gcry_crc.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1578 = \ +@COND_emu_TRUE@am__EXEEXT_1581 = gcry_crc.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1582 = gcry_crc.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1583 = gcry_crc.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1584 = gcry_crc.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1585 = gcry_crc.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1586 = gcry_crc.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1587 = gcry_crc.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1588 = gcry_crc.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1589 = gcry_crc.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1590 = \ @COND_sparc64_ieee1275_TRUE@ gcry_crc.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1579 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1591 = \ @COND_powerpc_ieee1275_TRUE@ gcry_crc.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1580 = gcry_des.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1581 = gcry_des.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1582 = gcry_des.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1583 = gcry_des.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1584 = gcry_des.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1585 = gcry_des.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1586 = gcry_des.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1587 = gcry_des.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1588 = gcry_des.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1589 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_des.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1590 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_des.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1591 = gcry_md4.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1592 = gcry_md4.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1593 = gcry_md4.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1594 = gcry_md4.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1595 = gcry_md4.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1596 = gcry_md4.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1597 = gcry_md4.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1598 = gcry_md4.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1599 = gcry_md4.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1600 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_md4.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1601 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_md4.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1602 = gcry_md5.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1603 = gcry_md5.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1604 = gcry_md5.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1605 = gcry_md5.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1606 = gcry_md5.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1607 = gcry_md5.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1608 = gcry_md5.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1609 = gcry_md5.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1610 = gcry_md5.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1611 = \ +@COND_emu_TRUE@am__EXEEXT_1592 = gcry_sha256.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1593 = gcry_sha256.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1594 = gcry_sha256.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1595 = gcry_sha256.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1596 = \ +@COND_i386_coreboot_TRUE@ gcry_sha256.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1597 = \ +@COND_i386_multiboot_TRUE@ gcry_sha256.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1598 = \ +@COND_i386_ieee1275_TRUE@ gcry_sha256.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1599 = gcry_sha256.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1600 = \ +@COND_mips_yeeloong_TRUE@ gcry_sha256.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1601 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_sha256.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1602 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_sha256.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1603 = gcry_twofish.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1604 = gcry_twofish.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1605 = gcry_twofish.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1606 = gcry_twofish.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1607 = \ +@COND_i386_coreboot_TRUE@ gcry_twofish.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1608 = \ +@COND_i386_multiboot_TRUE@ gcry_twofish.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1609 = \ +@COND_i386_ieee1275_TRUE@ gcry_twofish.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1610 = gcry_twofish.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1611 = \ +@COND_mips_yeeloong_TRUE@ gcry_twofish.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1612 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_twofish.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1613 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_twofish.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1614 = gcry_md5.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1615 = gcry_md5.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1616 = gcry_md5.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1617 = gcry_md5.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1618 = gcry_md5.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1619 = gcry_md5.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1620 = gcry_md5.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1621 = gcry_md5.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1622 = gcry_md5.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1623 = \ @COND_sparc64_ieee1275_TRUE@ gcry_md5.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1612 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1624 = \ @COND_powerpc_ieee1275_TRUE@ gcry_md5.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1613 = gcry_rfc2268.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1614 = gcry_rfc2268.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1615 = gcry_rfc2268.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1616 = gcry_rfc2268.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1617 = \ -@COND_i386_coreboot_TRUE@ gcry_rfc2268.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1618 = \ -@COND_i386_multiboot_TRUE@ gcry_rfc2268.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1619 = \ -@COND_i386_ieee1275_TRUE@ gcry_rfc2268.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1620 = gcry_rfc2268.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1621 = \ -@COND_mips_yeeloong_TRUE@ gcry_rfc2268.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1622 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_rfc2268.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1623 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_rfc2268.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1624 = gcry_rijndael.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1625 = gcry_rijndael.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1626 = gcry_rijndael.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1627 = gcry_rijndael.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1628 = \ -@COND_i386_coreboot_TRUE@ gcry_rijndael.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1629 = \ -@COND_i386_multiboot_TRUE@ gcry_rijndael.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1630 = \ -@COND_i386_ieee1275_TRUE@ gcry_rijndael.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1631 = gcry_rijndael.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1632 = \ -@COND_mips_yeeloong_TRUE@ gcry_rijndael.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1633 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_rijndael.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1634 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_rijndael.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1635 = gcry_rmd160.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1636 = gcry_rmd160.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1637 = gcry_rmd160.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1638 = gcry_rmd160.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1639 = \ +@COND_emu_TRUE@am__EXEEXT_1625 = gcry_rmd160.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1626 = gcry_rmd160.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1627 = gcry_rmd160.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1628 = gcry_rmd160.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1629 = \ @COND_i386_coreboot_TRUE@ gcry_rmd160.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1640 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1630 = \ @COND_i386_multiboot_TRUE@ gcry_rmd160.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1641 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1631 = \ @COND_i386_ieee1275_TRUE@ gcry_rmd160.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1642 = gcry_rmd160.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1643 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1632 = gcry_rmd160.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1633 = \ @COND_mips_yeeloong_TRUE@ gcry_rmd160.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1644 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1634 = \ @COND_sparc64_ieee1275_TRUE@ gcry_rmd160.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1645 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1635 = \ @COND_powerpc_ieee1275_TRUE@ gcry_rmd160.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1646 = gcry_seed.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1647 = gcry_seed.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1648 = gcry_seed.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1649 = gcry_seed.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1650 = gcry_seed.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1651 = gcry_seed.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1652 = gcry_seed.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1653 = gcry_seed.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1654 = gcry_seed.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1655 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_seed.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1656 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_seed.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1657 = gcry_serpent.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1658 = gcry_serpent.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1659 = gcry_serpent.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1660 = gcry_serpent.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1661 = \ -@COND_i386_coreboot_TRUE@ gcry_serpent.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1662 = \ -@COND_i386_multiboot_TRUE@ gcry_serpent.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1663 = \ -@COND_i386_ieee1275_TRUE@ gcry_serpent.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1664 = gcry_serpent.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1665 = \ -@COND_mips_yeeloong_TRUE@ gcry_serpent.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1666 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_serpent.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1667 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_serpent.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1668 = gcry_sha1.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1669 = gcry_sha1.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1670 = gcry_sha1.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1671 = gcry_sha1.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1672 = gcry_sha1.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1673 = gcry_sha1.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1674 = gcry_sha1.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1675 = gcry_sha1.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1676 = gcry_sha1.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1677 = \ +@COND_emu_TRUE@am__EXEEXT_1636 = gcry_sha1.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1637 = gcry_sha1.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1638 = gcry_sha1.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1639 = gcry_sha1.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1640 = gcry_sha1.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1641 = gcry_sha1.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1642 = gcry_sha1.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1643 = gcry_sha1.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1644 = gcry_sha1.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1645 = \ @COND_sparc64_ieee1275_TRUE@ gcry_sha1.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1678 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1646 = \ @COND_powerpc_ieee1275_TRUE@ gcry_sha1.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1679 = gcry_sha256.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1680 = gcry_sha256.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1681 = gcry_sha256.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1682 = gcry_sha256.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1683 = \ -@COND_i386_coreboot_TRUE@ gcry_sha256.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1684 = \ -@COND_i386_multiboot_TRUE@ gcry_sha256.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1685 = \ -@COND_i386_ieee1275_TRUE@ gcry_sha256.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1686 = gcry_sha256.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1687 = \ -@COND_mips_yeeloong_TRUE@ gcry_sha256.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1688 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_sha256.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1689 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_sha256.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1690 = gcry_sha512.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1691 = gcry_sha512.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1692 = gcry_sha512.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1693 = gcry_sha512.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1694 = \ +@COND_emu_TRUE@am__EXEEXT_1647 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1648 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1649 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1650 = gcry_rfc2268.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1651 = \ +@COND_i386_coreboot_TRUE@ gcry_rfc2268.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1652 = \ +@COND_i386_multiboot_TRUE@ gcry_rfc2268.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1653 = \ +@COND_i386_ieee1275_TRUE@ gcry_rfc2268.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1654 = gcry_rfc2268.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1655 = \ +@COND_mips_yeeloong_TRUE@ gcry_rfc2268.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1656 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_rfc2268.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1657 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_rfc2268.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1658 = gcry_cast5.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1659 = gcry_cast5.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1660 = gcry_cast5.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1661 = gcry_cast5.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1662 = gcry_cast5.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1663 = \ +@COND_i386_multiboot_TRUE@ gcry_cast5.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1664 = gcry_cast5.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1665 = gcry_cast5.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1666 = gcry_cast5.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1667 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_cast5.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1668 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_cast5.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1669 = gcry_seed.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1670 = gcry_seed.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1671 = gcry_seed.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1672 = gcry_seed.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1673 = gcry_seed.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1674 = gcry_seed.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1675 = gcry_seed.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1676 = gcry_seed.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1677 = gcry_seed.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1678 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_seed.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1679 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_seed.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1680 = gcry_sha512.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1681 = gcry_sha512.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1682 = gcry_sha512.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1683 = gcry_sha512.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1684 = \ @COND_i386_coreboot_TRUE@ gcry_sha512.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1695 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1685 = \ @COND_i386_multiboot_TRUE@ gcry_sha512.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1696 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1686 = \ @COND_i386_ieee1275_TRUE@ gcry_sha512.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1697 = gcry_sha512.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1698 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1687 = gcry_sha512.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1688 = \ @COND_mips_yeeloong_TRUE@ gcry_sha512.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1699 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1689 = \ @COND_sparc64_ieee1275_TRUE@ gcry_sha512.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1700 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1690 = \ @COND_powerpc_ieee1275_TRUE@ gcry_sha512.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1701 = gcry_tiger.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1702 = gcry_tiger.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1703 = gcry_tiger.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1704 = gcry_tiger.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1705 = gcry_tiger.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1706 = \ -@COND_i386_multiboot_TRUE@ gcry_tiger.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1707 = gcry_tiger.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1708 = gcry_tiger.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1709 = gcry_tiger.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1710 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_tiger.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1711 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_tiger.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1712 = gcry_twofish.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1713 = gcry_twofish.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1714 = gcry_twofish.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1715 = gcry_twofish.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1716 = \ -@COND_i386_coreboot_TRUE@ gcry_twofish.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1717 = \ -@COND_i386_multiboot_TRUE@ gcry_twofish.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1718 = \ -@COND_i386_ieee1275_TRUE@ gcry_twofish.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1719 = gcry_twofish.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1720 = \ -@COND_mips_yeeloong_TRUE@ gcry_twofish.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1721 = \ -@COND_sparc64_ieee1275_TRUE@ gcry_twofish.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1722 = \ -@COND_powerpc_ieee1275_TRUE@ gcry_twofish.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1723 = gcry_whirlpool.module$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1724 = gcry_whirlpool.module$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1725 = gcry_whirlpool.module$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1726 = gcry_whirlpool.module$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1727 = \ +@COND_emu_TRUE@am__EXEEXT_1691 = gcry_camellia.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1692 = gcry_camellia.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1693 = gcry_camellia.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1694 = gcry_camellia.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1695 = \ +@COND_i386_coreboot_TRUE@ gcry_camellia.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1696 = \ +@COND_i386_multiboot_TRUE@ gcry_camellia.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1697 = \ +@COND_i386_ieee1275_TRUE@ gcry_camellia.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1698 = gcry_camellia.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1699 = \ +@COND_mips_yeeloong_TRUE@ gcry_camellia.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1700 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_camellia.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1701 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_camellia.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1702 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1703 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1704 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1705 = gcry_whirlpool.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1706 = \ @COND_i386_coreboot_TRUE@ gcry_whirlpool.module$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1728 = \ +@COND_i386_multiboot_TRUE@am__EXEEXT_1707 = \ @COND_i386_multiboot_TRUE@ gcry_whirlpool.module$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1729 = \ +@COND_i386_ieee1275_TRUE@am__EXEEXT_1708 = \ @COND_i386_ieee1275_TRUE@ gcry_whirlpool.module$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1730 = \ +@COND_x86_64_efi_TRUE@am__EXEEXT_1709 = \ @COND_x86_64_efi_TRUE@ gcry_whirlpool.module$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1731 = \ +@COND_mips_yeeloong_TRUE@am__EXEEXT_1710 = \ @COND_mips_yeeloong_TRUE@ gcry_whirlpool.module$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1732 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1711 = \ @COND_sparc64_ieee1275_TRUE@ gcry_whirlpool.module$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1733 = \ +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1712 = \ @COND_powerpc_ieee1275_TRUE@ gcry_whirlpool.module$(EXEEXT) -@COND_emu_TRUE@am__EXEEXT_1734 = kernel.exec$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1735 = kernel.exec$(EXEEXT) -@COND_i386_efi_TRUE@am__EXEEXT_1736 = kernel.exec$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1737 = kernel.exec$(EXEEXT) -@COND_i386_coreboot_TRUE@am__EXEEXT_1738 = kernel.exec$(EXEEXT) -@COND_i386_multiboot_TRUE@am__EXEEXT_1739 = kernel.exec$(EXEEXT) -@COND_i386_ieee1275_TRUE@am__EXEEXT_1740 = kernel.exec$(EXEEXT) -@COND_x86_64_efi_TRUE@am__EXEEXT_1741 = kernel.exec$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1742 = kernel.exec$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1743 = kernel.exec$(EXEEXT) -@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1744 = kernel.exec$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1745 = boot.image$(EXEEXT) -@COND_i386_qemu_TRUE@am__EXEEXT_1746 = boot.image$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1747 = boot.image$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1748 = cdboot.image$(EXEEXT) \ +@COND_emu_TRUE@am__EXEEXT_1713 = gcry_des.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1714 = gcry_des.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1715 = gcry_des.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1716 = gcry_des.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1717 = gcry_des.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1718 = gcry_des.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1719 = gcry_des.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1720 = gcry_des.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1721 = gcry_des.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1722 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_des.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1723 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_des.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1724 = gcry_rijndael.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1725 = gcry_rijndael.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1726 = gcry_rijndael.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1727 = gcry_rijndael.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1728 = \ +@COND_i386_coreboot_TRUE@ gcry_rijndael.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1729 = \ +@COND_i386_multiboot_TRUE@ gcry_rijndael.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1730 = \ +@COND_i386_ieee1275_TRUE@ gcry_rijndael.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1731 = gcry_rijndael.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1732 = \ +@COND_mips_yeeloong_TRUE@ gcry_rijndael.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1733 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_rijndael.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1734 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_rijndael.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1735 = gcry_tiger.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1736 = gcry_tiger.module$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1737 = gcry_tiger.module$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1738 = gcry_tiger.module$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1739 = gcry_tiger.module$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1740 = \ +@COND_i386_multiboot_TRUE@ gcry_tiger.module$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1741 = gcry_tiger.module$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1742 = gcry_tiger.module$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1743 = gcry_tiger.module$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1744 = \ +@COND_sparc64_ieee1275_TRUE@ gcry_tiger.module$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1745 = \ +@COND_powerpc_ieee1275_TRUE@ gcry_tiger.module$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1746 = 915resolution.module$(EXEEXT) +@COND_emu_TRUE@am__EXEEXT_1747 = kernel.exec$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1748 = kernel.exec$(EXEEXT) +@COND_i386_efi_TRUE@am__EXEEXT_1749 = kernel.exec$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1750 = kernel.exec$(EXEEXT) +@COND_i386_coreboot_TRUE@am__EXEEXT_1751 = kernel.exec$(EXEEXT) +@COND_i386_multiboot_TRUE@am__EXEEXT_1752 = kernel.exec$(EXEEXT) +@COND_i386_ieee1275_TRUE@am__EXEEXT_1753 = kernel.exec$(EXEEXT) +@COND_x86_64_efi_TRUE@am__EXEEXT_1754 = kernel.exec$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1755 = kernel.exec$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1756 = kernel.exec$(EXEEXT) +@COND_powerpc_ieee1275_TRUE@am__EXEEXT_1757 = kernel.exec$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1758 = boot.image$(EXEEXT) +@COND_i386_qemu_TRUE@am__EXEEXT_1759 = boot.image$(EXEEXT) +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1760 = boot.image$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1761 = cdboot.image$(EXEEXT) \ @COND_i386_pc_TRUE@ pxeboot.image$(EXEEXT) \ @COND_i386_pc_TRUE@ diskboot.image$(EXEEXT) -@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1749 = diskboot.image$(EXEEXT) -@COND_i386_pc_TRUE@am__EXEEXT_1750 = lnxboot.image$(EXEEXT) -@COND_mips_yeeloong_TRUE@am__EXEEXT_1751 = \ +@COND_sparc64_ieee1275_TRUE@am__EXEEXT_1762 = diskboot.image$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1763 = lnxboot.image$(EXEEXT) +@COND_mips_yeeloong_TRUE@am__EXEEXT_1764 = \ @COND_mips_yeeloong_TRUE@ xz_decompress.image$(EXEEXT) \ @COND_mips_yeeloong_TRUE@ none_decompress.image$(EXEEXT) \ @COND_mips_yeeloong_TRUE@ fwstart.image$(EXEEXT) +@COND_i386_pc_TRUE@am__EXEEXT_1765 = g2hdr.image$(EXEEXT) \ +@COND_i386_pc_TRUE@ grldr.image$(EXEEXT) grubinst$(EXEEXT) PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) $(sbin_PROGRAMS) +am__915resolution_module_SOURCES_DIST = \ + contrib/915resolution/915resolution.c +@COND_i386_pc_TRUE@am_915resolution_module_OBJECTS = contrib/915resolution/915resolution_module-915resolution.$(OBJEXT) +nodist_915resolution_module_OBJECTS = +915resolution_module_OBJECTS = $(am_915resolution_module_OBJECTS) \ + $(nodist_915resolution_module_OBJECTS) +915resolution_module_DEPENDENCIES = +915resolution_module_LINK = $(CCLD) $(915resolution_module_CFLAGS) \ + $(CFLAGS) $(915resolution_module_LDFLAGS) $(LDFLAGS) -o $@ am__acpi_module_SOURCES_DIST = commands/i386/pc/acpi.c commands/acpi.c \ commands/efi/acpi.c @COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_x86_64_efi_TRUE@am_acpi_module_OBJECTS = commands/efi/acpi_module-acpi.$(OBJEXT) \ @@ -18993,6 +19142,14 @@ fwstart_image_DEPENDENCIES = fwstart_image_LINK = $(CCLD) $(fwstart_image_CFLAGS) $(CFLAGS) \ $(fwstart_image_LDFLAGS) $(LDFLAGS) -o $@ +am__g2hdr_image_SOURCES_DIST = contrib/ntldr-img/g2hdr.S +@COND_i386_pc_TRUE@am_g2hdr_image_OBJECTS = contrib/ntldr-img/g2hdr_image-g2hdr.$(OBJEXT) +nodist_g2hdr_image_OBJECTS = +g2hdr_image_OBJECTS = $(am_g2hdr_image_OBJECTS) \ + $(nodist_g2hdr_image_OBJECTS) +g2hdr_image_DEPENDENCIES = +g2hdr_image_LINK = $(CCLD) $(g2hdr_image_CFLAGS) $(CFLAGS) \ + $(g2hdr_image_LDFLAGS) $(LDFLAGS) -o $@ am__gcry_arcfour_module_SOURCES_DIST = \ lib/libgcrypt-grub/cipher/arcfour.c @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_gcry_arcfour_module_OBJECTS = lib/libgcrypt-grub/cipher/gcry_arcfour_module-arcfour.$(OBJEXT) @@ -19385,8 +19542,7 @@ gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c \ gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c \ gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c \ - gfxmenu/gui_util.c gfxmenu/gui_string_util.c \ - gfxmenu/named_colors.c + gfxmenu/gui_util.c gfxmenu/gui_string_util.c @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19402,8 +19558,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19419,8 +19574,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19436,8 +19590,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19453,8 +19606,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19470,8 +19622,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19487,8 +19638,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19504,8 +19654,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19521,8 +19670,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19538,8 +19686,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_TRUE@am_gfxmenu_module_OBJECTS = gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-view.$(OBJEXT) \ @@ -19555,8 +19702,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) @COND_emu_TRUE@am_gfxmenu_module_OBJECTS = \ @COND_emu_TRUE@ gfxmenu/gfxmenu_module-gfxmenu.$(OBJEXT) \ @COND_emu_TRUE@ gfxmenu/gfxmenu_module-model.$(OBJEXT) \ @@ -19573,8 +19719,7 @@ @COND_emu_TRUE@ gfxmenu/gfxmenu_module-gui_image.$(OBJEXT) \ @COND_emu_TRUE@ gfxmenu/gfxmenu_module-gui_progress_bar.$(OBJEXT) \ @COND_emu_TRUE@ gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) \ -@COND_emu_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) \ -@COND_emu_TRUE@ gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) +@COND_emu_TRUE@ gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT) nodist_gfxmenu_module_OBJECTS = gfxmenu_module_OBJECTS = $(am_gfxmenu_module_OBJECTS) \ $(nodist_gfxmenu_module_OBJECTS) @@ -19618,6 +19763,16 @@ gptsync_module_DEPENDENCIES = gptsync_module_LINK = $(CCLD) $(gptsync_module_CFLAGS) $(CFLAGS) \ $(gptsync_module_LDFLAGS) $(LDFLAGS) -o $@ +am__grldr_image_SOURCES_DIST = contrib/ntldr-img/grldrstart.S \ + contrib/ntldr-img/ntfsbs.S +@COND_i386_pc_TRUE@am_grldr_image_OBJECTS = contrib/ntldr-img/grldr_image-grldrstart.$(OBJEXT) \ +@COND_i386_pc_TRUE@ contrib/ntldr-img/grldr_image-ntfsbs.$(OBJEXT) +nodist_grldr_image_OBJECTS = +grldr_image_OBJECTS = $(am_grldr_image_OBJECTS) \ + $(nodist_grldr_image_OBJECTS) +grldr_image_DEPENDENCIES = +grldr_image_LINK = $(CCLD) $(grldr_image_CFLAGS) $(CFLAGS) \ + $(grldr_image_LDFLAGS) $(LDFLAGS) -o $@ am__grub_emu_SOURCES_DIST = kern/emu/full.c @COND_emu_TRUE@am_grub_emu_OBJECTS = kern/emu/grub_emu-full.$(OBJEXT) @COND_emu_TRUE@nodist_grub_emu_OBJECTS = \ @@ -19647,6 +19802,12 @@ @COND_emu_TRUE@ $(am__DEPENDENCIES_1) grub_emu_lite_LINK = $(CCLD) $(grub_emu_lite_CFLAGS) $(CFLAGS) \ $(grub_emu_lite_LDFLAGS) $(LDFLAGS) -o $@ +grub_ntldr_img_SOURCES = grub-ntldr-img.c +grub_ntldr_img_OBJECTS = grub-ntldr-img.$(OBJEXT) +grub_ntldr_img_LDADD = $(LDADD) +grubinst_SOURCES = grubinst.c +grubinst_OBJECTS = grubinst.$(OBJEXT) +grubinst_LDADD = $(LDADD) am__gzio_module_SOURCES_DIST = io/gzio.c @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_gzio_module_OBJECTS = io/gzio_module-gzio.$(OBJEXT) @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@am_gzio_module_OBJECTS = io/gzio_module-gzio.$(OBJEXT) @@ -19955,14 +20116,15 @@ kern/mips/init.c kern/mips/yeeloong/init.c term/at_keyboard.c \ term/serial.c video/sm712.c commands/keylayouts.c \ term/gfxterm.c font/font.c font/font_cmd.c io/bufio.c \ - video/bitmap.c video/bitmap_scale.c video/fb/fbblit.c \ - video/fb/fbfill.c video/fb/fbutil.c video/fb/video_fb.c \ - video/video.c commands/boot.c kern/powerpc/ieee1275/startup.S \ - kern/powerpc/cache.S kern/powerpc/dl.c \ - kern/sparc64/ieee1275/crt0.S kern/sparc64/cache.S \ - kern/sparc64/dl.c kern/sparc64/ieee1275/ieee1275.c \ - kern/sparc64/ieee1275/init.c kern/x86_64/efi/startup.S \ - kern/x86_64/dl.c kern/x86_64/efi/callwrap.S + video/bitmap.c video/bitmap_scale.c video/colors.c \ + video/fb/fbblit.c video/fb/fbfill.c video/fb/fbutil.c \ + video/fb/video_fb.c video/video.c commands/boot.c \ + kern/powerpc/ieee1275/startup.S kern/powerpc/cache.S \ + kern/powerpc/dl.c kern/sparc64/ieee1275/crt0.S \ + kern/sparc64/cache.S kern/sparc64/dl.c \ + kern/sparc64/ieee1275/ieee1275.c kern/sparc64/ieee1275/init.c \ + kern/x86_64/efi/startup.S kern/x86_64/dl.c \ + kern/x86_64/efi/callwrap.S @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_kernel_exec_OBJECTS = kern/x86_64/efi/kernel_exec-startup.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ kern/i386/kernel_exec-tsc.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ kern/x86_64/kernel_exec-dl.$(OBJEXT) \ @@ -20084,6 +20246,7 @@ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ io/kernel_exec-bufio.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ video/kernel_exec-bitmap.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ video/kernel_exec-bitmap_scale.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ video/kernel_exec-colors.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ video/fb/kernel_exec-fbblit.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ video/fb/kernel_exec-fbfill.$(OBJEXT) \ @COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@ video/fb/kernel_exec-fbutil.$(OBJEXT) \ @@ -22035,6 +22198,25 @@ sleep_module_DEPENDENCIES = sleep_module_LINK = $(CCLD) $(sleep_module_CFLAGS) $(CFLAGS) \ $(sleep_module_LDFLAGS) $(LDFLAGS) -o $@ +am__squash4_module_SOURCES_DIST = fs/squash4.c +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_FALSE@@COND_powerpc_ieee1275_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_mips_yeeloong_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_TRUE@am_squash4_module_OBJECTS = fs/squash4_module-squash4.$(OBJEXT) +@COND_emu_TRUE@am_squash4_module_OBJECTS = \ +@COND_emu_TRUE@ fs/squash4_module-squash4.$(OBJEXT) +nodist_squash4_module_OBJECTS = +squash4_module_OBJECTS = $(am_squash4_module_OBJECTS) \ + $(nodist_squash4_module_OBJECTS) +squash4_module_DEPENDENCIES = +squash4_module_LINK = $(CCLD) $(squash4_module_CFLAGS) $(CFLAGS) \ + $(squash4_module_LDFLAGS) $(LDFLAGS) -o $@ am__suspend_module_SOURCES_DIST = commands/ieee1275/suspend.c @COND_i386_ieee1275_FALSE@@COND_powerpc_ieee1275_TRUE@am_suspend_module_OBJECTS = commands/ieee1275/suspend_module-suspend.$(OBJEXT) @COND_i386_ieee1275_TRUE@am_suspend_module_OBJECTS = commands/ieee1275/suspend_module-suspend.$(OBJEXT) @@ -22485,18 +22667,28 @@ vga_text_module_DEPENDENCIES = vga_text_module_LINK = $(CCLD) $(vga_text_module_CFLAGS) $(CFLAGS) \ $(vga_text_module_LDFLAGS) $(LDFLAGS) -o $@ -am__video_module_SOURCES_DIST = video/video.c -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) -@COND_emu_FALSE@@COND_i386_coreboot_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) +am__video_module_SOURCES_DIST = video/video.c video/colors.c +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_FALSE@@COND_x86_64_efi_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_FALSE@@COND_sparc64_ieee1275_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_FALSE@@COND_powerpc_ieee1275_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_FALSE@@COND_i386_qemu_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_FALSE@@COND_i386_pc_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_FALSE@@COND_i386_multiboot_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_FALSE@@COND_i386_ieee1275_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_FALSE@@COND_i386_efi_TRUE@ video/video_module-colors.$(OBJEXT) +@COND_emu_FALSE@@COND_i386_coreboot_TRUE@am_video_module_OBJECTS = video/video_module-video.$(OBJEXT) \ +@COND_emu_FALSE@@COND_i386_coreboot_TRUE@ video/video_module-colors.$(OBJEXT) @COND_emu_TRUE@am_video_module_OBJECTS = \ -@COND_emu_TRUE@ video/video_module-video.$(OBJEXT) +@COND_emu_TRUE@ video/video_module-video.$(OBJEXT) \ +@COND_emu_TRUE@ video/video_module-colors.$(OBJEXT) nodist_video_module_OBJECTS = video_module_OBJECTS = $(am_video_module_OBJECTS) \ $(nodist_video_module_OBJECTS) @@ -22879,12 +23071,14 @@ CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(libgnulib_a_SOURCES) $(nodist_libgnulib_a_SOURCES) \ - $(acpi_module_SOURCES) $(nodist_acpi_module_SOURCES) \ - $(affs_module_SOURCES) $(nodist_affs_module_SOURCES) \ - $(afs_module_SOURCES) $(nodist_afs_module_SOURCES) \ - $(afs_be_module_SOURCES) $(nodist_afs_be_module_SOURCES) \ - $(aout_module_SOURCES) $(nodist_aout_module_SOURCES) \ - $(appleldr_module_SOURCES) $(nodist_appleldr_module_SOURCES) \ + $(915resolution_module_SOURCES) \ + $(nodist_915resolution_module_SOURCES) $(acpi_module_SOURCES) \ + $(nodist_acpi_module_SOURCES) $(affs_module_SOURCES) \ + $(nodist_affs_module_SOURCES) $(afs_module_SOURCES) \ + $(nodist_afs_module_SOURCES) $(afs_be_module_SOURCES) \ + $(nodist_afs_be_module_SOURCES) $(aout_module_SOURCES) \ + $(nodist_aout_module_SOURCES) $(appleldr_module_SOURCES) \ + $(nodist_appleldr_module_SOURCES) \ $(at_keyboard_module_SOURCES) \ $(nodist_at_keyboard_module_SOURCES) $(ata_module_SOURCES) \ $(nodist_ata_module_SOURCES) $(ata_pthru_module_SOURCES) \ @@ -22933,6 +23127,7 @@ $(functional_test_module_SOURCES) \ $(nodist_functional_test_module_SOURCES) \ $(fwstart_image_SOURCES) $(nodist_fwstart_image_SOURCES) \ + $(g2hdr_image_SOURCES) $(nodist_g2hdr_image_SOURCES) \ $(gcry_arcfour_module_SOURCES) \ $(nodist_gcry_arcfour_module_SOURCES) \ $(gcry_blowfish_module_SOURCES) \ @@ -22969,18 +23164,19 @@ $(gfxmenu_module_SOURCES) $(nodist_gfxmenu_module_SOURCES) \ $(gfxterm_module_SOURCES) $(nodist_gfxterm_module_SOURCES) \ $(gptsync_module_SOURCES) $(nodist_gptsync_module_SOURCES) \ + $(grldr_image_SOURCES) $(nodist_grldr_image_SOURCES) \ $(grub_emu_SOURCES) $(nodist_grub_emu_SOURCES) \ $(grub_emu_lite_SOURCES) $(nodist_grub_emu_lite_SOURCES) \ - $(gzio_module_SOURCES) $(nodist_gzio_module_SOURCES) \ - $(halt_module_SOURCES) $(nodist_halt_module_SOURCES) \ - $(hashsum_module_SOURCES) $(nodist_hashsum_module_SOURCES) \ - $(hdparm_module_SOURCES) $(nodist_hdparm_module_SOURCES) \ - $(hello_module_SOURCES) $(nodist_hello_module_SOURCES) \ - $(help_module_SOURCES) $(nodist_help_module_SOURCES) \ - $(hexdump_module_SOURCES) $(nodist_hexdump_module_SOURCES) \ - $(hfs_module_SOURCES) $(nodist_hfs_module_SOURCES) \ - $(hfsplus_module_SOURCES) $(nodist_hfsplus_module_SOURCES) \ - $(ieee1275_fb_module_SOURCES) \ + grub-ntldr-img.c grubinst.c $(gzio_module_SOURCES) \ + $(nodist_gzio_module_SOURCES) $(halt_module_SOURCES) \ + $(nodist_halt_module_SOURCES) $(hashsum_module_SOURCES) \ + $(nodist_hashsum_module_SOURCES) $(hdparm_module_SOURCES) \ + $(nodist_hdparm_module_SOURCES) $(hello_module_SOURCES) \ + $(nodist_hello_module_SOURCES) $(help_module_SOURCES) \ + $(nodist_help_module_SOURCES) $(hexdump_module_SOURCES) \ + $(nodist_hexdump_module_SOURCES) $(hfs_module_SOURCES) \ + $(nodist_hfs_module_SOURCES) $(hfsplus_module_SOURCES) \ + $(nodist_hfsplus_module_SOURCES) $(ieee1275_fb_module_SOURCES) \ $(nodist_ieee1275_fb_module_SOURCES) $(iorw_module_SOURCES) \ $(nodist_iorw_module_SOURCES) $(iso9660_module_SOURCES) \ $(nodist_iso9660_module_SOURCES) $(jfs_module_SOURCES) \ @@ -23075,6 +23271,7 @@ $(setpci_module_SOURCES) $(nodist_setpci_module_SOURCES) \ $(sfs_module_SOURCES) $(nodist_sfs_module_SOURCES) \ $(sleep_module_SOURCES) $(nodist_sleep_module_SOURCES) \ + $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) \ $(suspend_module_SOURCES) $(nodist_suspend_module_SOURCES) \ $(tar_module_SOURCES) $(nodist_tar_module_SOURCES) \ $(terminal_module_SOURCES) $(nodist_terminal_module_SOURCES) \ @@ -23121,6 +23318,7 @@ $(nodist_zfs_module_SOURCES) $(zfsinfo_module_SOURCES) \ $(nodist_zfsinfo_module_SOURCES) DIST_SOURCES = $(am__libgnulib_a_SOURCES_DIST) \ + $(am__915resolution_module_SOURCES_DIST) \ $(am__acpi_module_SOURCES_DIST) \ $(am__affs_module_SOURCES_DIST) $(am__afs_module_SOURCES_DIST) \ $(am__afs_be_module_SOURCES_DIST) \ @@ -23169,6 +23367,7 @@ $(am__fshelp_module_SOURCES_DIST) \ $(am__functional_test_module_SOURCES_DIST) \ $(am__fwstart_image_SOURCES_DIST) \ + $(am__g2hdr_image_SOURCES_DIST) \ $(am__gcry_arcfour_module_SOURCES_DIST) \ $(am__gcry_blowfish_module_SOURCES_DIST) \ $(am__gcry_camellia_module_SOURCES_DIST) \ @@ -23192,7 +23391,8 @@ $(am__gfxmenu_module_SOURCES_DIST) \ $(am__gfxterm_module_SOURCES_DIST) \ $(am__gptsync_module_SOURCES_DIST) \ - $(am__grub_emu_SOURCES_DIST) $(am__grub_emu_lite_SOURCES_DIST) \ + $(am__grldr_image_SOURCES_DIST) $(am__grub_emu_SOURCES_DIST) \ + $(am__grub_emu_lite_SOURCES_DIST) grub-ntldr-img.c grubinst.c \ $(am__gzio_module_SOURCES_DIST) \ $(am__halt_module_SOURCES_DIST) \ $(am__hashsum_module_SOURCES_DIST) \ @@ -23283,6 +23483,7 @@ $(am__setpci_module_SOURCES_DIST) \ $(am__sfs_module_SOURCES_DIST) \ $(am__sleep_module_SOURCES_DIST) \ + $(am__squash4_module_SOURCES_DIST) \ $(am__suspend_module_SOURCES_DIST) \ $(am__tar_module_SOURCES_DIST) \ $(am__terminal_module_SOURCES_DIST) \ @@ -23913,6 +24114,7 @@ enable_grub_emu_sdl = @enable_grub_emu_sdl@ enable_grub_emu_usb = @enable_grub_emu_usb@ enable_grub_mkfont = @enable_grub_mkfont@ +enable_grub_mount = @enable_grub_mount@ exec_prefix = @exec_prefix@ freetype_cflags = @freetype_cflags@ freetype_libs = @freetype_libs@ @@ -24601,7 +24803,11 @@ $(am__append_12069) $(am__append_12076) $(am__append_12083) \ $(am__append_12090) $(am__append_12097) $(am__append_12104) \ $(am__append_12111) $(am__append_12118) $(am__append_12125) \ - $(am__append_12132) + $(am__append_12132) $(am__append_12139) $(am__append_12146) \ + $(am__append_12153) $(am__append_12160) $(am__append_12167) \ + $(am__append_12174) $(am__append_12181) $(am__append_12188) \ + $(am__append_12195) $(am__append_12202) $(am__append_12209) \ + $(am__append_12216) MODULE_FILES = $(am__append_11) $(am__append_18) $(am__append_25) \ $(am__append_32) $(am__append_39) $(am__append_46) \ $(am__append_53) $(am__append_60) $(am__append_67) \ @@ -25179,7 +25385,11 @@ $(am__append_12065) $(am__append_12072) $(am__append_12079) \ $(am__append_12086) $(am__append_12093) $(am__append_12100) \ $(am__append_12107) $(am__append_12114) $(am__append_12121) \ - $(am__append_12128) + $(am__append_12128) $(am__append_12135) $(am__append_12142) \ + $(am__append_12149) $(am__append_12156) $(am__append_12163) \ + $(am__append_12170) $(am__append_12177) $(am__append_12184) \ + $(am__append_12191) $(am__append_12198) $(am__append_12205) \ + $(am__append_12212) MARKER_FILES = $(am__append_16) $(am__append_23) $(am__append_30) \ $(am__append_37) $(am__append_44) $(am__append_51) \ $(am__append_58) $(am__append_65) $(am__append_72) \ @@ -25757,7 +25967,11 @@ $(am__append_12070) $(am__append_12077) $(am__append_12084) \ $(am__append_12091) $(am__append_12098) $(am__append_12105) \ $(am__append_12112) $(am__append_12119) $(am__append_12126) \ - $(am__append_12133) + $(am__append_12133) $(am__append_12140) $(am__append_12147) \ + $(am__append_12154) $(am__append_12161) $(am__append_12168) \ + $(am__append_12175) $(am__append_12182) $(am__append_12189) \ + $(am__append_12196) $(am__append_12203) $(am__append_12210) \ + $(am__append_12217) KERNEL_HEADER_FILES = $(top_srcdir)/include/grub/cache.h \ $(top_srcdir)/include/grub/command.h \ $(top_srcdir)/include/grub/device.h \ @@ -25780,50 +25994,50 @@ $(top_srcdir)/include/grub/mm_private.h \ $(top_srcdir)/include/grub/boot.h \ $(top_srcdir)/include/grub/libgcc.h \ - $(top_srcdir)/include/grub/memory.h $(am__append_12394) \ - $(am__append_12395) $(am__append_12396) $(am__append_12397) \ - $(am__append_12398) $(am__append_12399) $(am__append_12400) \ - $(am__append_12401) $(am__append_12402) $(am__append_12403) \ - $(am__append_12404) $(am__append_12405) $(am__append_12406) \ - $(am__append_12407) -man_MANS = $(am__append_12324) + $(top_srcdir)/include/grub/memory.h $(am__append_12485) \ + $(am__append_12486) $(am__append_12487) $(am__append_12488) \ + $(am__append_12489) $(am__append_12490) $(am__append_12491) \ + $(am__append_12492) $(am__append_12493) $(am__append_12494) \ + $(am__append_12495) $(am__append_12496) $(am__append_12497) \ + $(am__append_12498) +man_MANS = $(am__append_12413) noinst_DATA = kernel_syms.lst pkglib_DATA = bin_SCRIPTS = sbin_SCRIPTS = -platform_DATA = $(am__append_12138) $(am__append_12143) \ - $(am__append_12148) $(am__append_12153) $(am__append_12158) \ - $(am__append_12163) $(am__append_12168) $(am__append_12173) \ - $(am__append_12178) $(am__append_12183) $(am__append_12188) \ - $(am__append_12193) $(am__append_12198) $(am__append_12203) \ - $(am__append_12208) $(am__append_12213) $(am__append_12218) \ - $(am__append_12223) fs.lst command.lst partmap.lst \ - terminal.lst parttool.lst video.lst crypto.lst moddep.lst \ - $(MOD_FILES) $(am__append_12409) +platform_DATA = $(am__append_12222) $(am__append_12227) \ + $(am__append_12232) $(am__append_12237) $(am__append_12242) \ + $(am__append_12247) $(am__append_12252) $(am__append_12257) \ + $(am__append_12262) $(am__append_12267) $(am__append_12272) \ + $(am__append_12277) $(am__append_12282) $(am__append_12287) \ + $(am__append_12292) $(am__append_12297) $(am__append_12302) \ + $(am__append_12307) $(am__append_12312) fs.lst command.lst \ + partmap.lst terminal.lst parttool.lst video.lst crypto.lst \ + moddep.lst $(MOD_FILES) $(am__append_12500) check_SCRIPTS = grubconf_DATA = -noinst_SCRIPTS = $(am__append_12329) $(am__append_12331) \ - $(am__append_12334) $(am__append_12337) $(am__append_12340) \ - $(am__append_12343) $(am__append_12346) $(am__append_12349) \ - $(am__append_12352) $(am__append_12355) $(am__append_12358) \ - $(am__append_12361) $(am__append_12364) $(am__append_12367) \ - $(am__append_12370) $(am__append_12373) $(am__append_12376) \ - $(am__append_12379) $(am__append_12382) $(am__append_12385) \ - $(am__append_12388) $(am__append_12391) +noinst_SCRIPTS = $(am__append_12418) $(am__append_12420) \ + $(am__append_12423) $(am__append_12426) $(am__append_12429) \ + $(am__append_12432) $(am__append_12435) $(am__append_12438) \ + $(am__append_12441) $(am__append_12444) $(am__append_12447) \ + $(am__append_12450) $(am__append_12453) $(am__append_12456) \ + $(am__append_12459) $(am__append_12462) $(am__append_12465) \ + $(am__append_12468) $(am__append_12471) $(am__append_12474) \ + $(am__append_12477) $(am__append_12480) pkglib_SCRIPTS = grubconf_SCRIPTS = -noinst_LIBRARIES = $(am__append_12224) $(am__append_12233) \ - $(am__append_12242) $(am__append_12251) $(am__append_12260) \ - $(am__append_12269) $(am__append_12278) $(am__append_12287) \ - $(am__append_12296) $(am__append_12305) $(am__append_12314) -dist_noinst_DATA = $(am__append_12330) $(am__append_12333) \ - $(am__append_12336) $(am__append_12339) $(am__append_12342) \ - $(am__append_12345) $(am__append_12348) $(am__append_12351) \ - $(am__append_12354) $(am__append_12357) $(am__append_12360) \ - $(am__append_12363) $(am__append_12366) $(am__append_12369) \ - $(am__append_12372) $(am__append_12375) $(am__append_12378) \ - $(am__append_12381) $(am__append_12384) $(am__append_12387) \ - $(am__append_12390) $(am__append_12393) +noinst_LIBRARIES = $(am__append_12313) $(am__append_12322) \ + $(am__append_12331) $(am__append_12340) $(am__append_12349) \ + $(am__append_12358) $(am__append_12367) $(am__append_12376) \ + $(am__append_12385) $(am__append_12394) $(am__append_12403) +dist_noinst_DATA = $(am__append_12419) $(am__append_12422) \ + $(am__append_12425) $(am__append_12428) $(am__append_12431) \ + $(am__append_12434) $(am__append_12437) $(am__append_12440) \ + $(am__append_12443) $(am__append_12446) $(am__append_12449) \ + $(am__append_12452) $(am__append_12455) $(am__append_12458) \ + $(am__append_12461) $(am__append_12464) $(am__append_12467) \ + $(am__append_12470) $(am__append_12473) $(am__append_12476) \ + $(am__append_12479) $(am__append_12482) EXTRA_DIST = $(am__append_12) $(am__append_19) $(am__append_26) \ $(am__append_33) $(am__append_40) $(am__append_47) \ $(am__append_54) $(am__append_61) $(am__append_68) \ @@ -26401,17 +26615,21 @@ $(am__append_12066) $(am__append_12073) $(am__append_12080) \ $(am__append_12087) $(am__append_12094) $(am__append_12101) \ $(am__append_12108) $(am__append_12115) $(am__append_12122) \ - $(am__append_12129) $(am__append_12135) $(am__append_12140) \ - $(am__append_12145) $(am__append_12150) $(am__append_12155) \ - $(am__append_12160) $(am__append_12165) $(am__append_12170) \ - $(am__append_12175) $(am__append_12180) $(am__append_12185) \ - $(am__append_12190) $(am__append_12195) $(am__append_12200) \ - $(am__append_12205) $(am__append_12210) $(am__append_12215) \ - $(am__append_12220) $(am__append_12230) $(am__append_12239) \ - $(am__append_12248) $(am__append_12257) $(am__append_12266) \ - $(am__append_12275) $(am__append_12284) $(am__append_12293) \ - $(am__append_12302) $(am__append_12311) $(am__append_12320) \ - $(am__append_12326) + $(am__append_12129) $(am__append_12136) $(am__append_12143) \ + $(am__append_12150) $(am__append_12157) $(am__append_12164) \ + $(am__append_12171) $(am__append_12178) $(am__append_12185) \ + $(am__append_12192) $(am__append_12199) $(am__append_12206) \ + $(am__append_12213) $(am__append_12219) $(am__append_12224) \ + $(am__append_12229) $(am__append_12234) $(am__append_12239) \ + $(am__append_12244) $(am__append_12249) $(am__append_12254) \ + $(am__append_12259) $(am__append_12264) $(am__append_12269) \ + $(am__append_12274) $(am__append_12279) $(am__append_12284) \ + $(am__append_12289) $(am__append_12294) $(am__append_12299) \ + $(am__append_12304) $(am__append_12309) $(am__append_12319) \ + $(am__append_12328) $(am__append_12337) $(am__append_12346) \ + $(am__append_12355) $(am__append_12364) $(am__append_12373) \ + $(am__append_12382) $(am__append_12391) $(am__append_12400) \ + $(am__append_12409) $(am__append_12415) CLEANFILES = gentrigtables trigtables.c grub_script.tab.c \ grub_script.tab.h grub_script.yy.c grub_script.yy.h \ $(am__append_14) $(am__append_21) $(am__append_28) \ @@ -26991,28 +27209,32 @@ $(am__append_12068) $(am__append_12075) $(am__append_12082) \ $(am__append_12089) $(am__append_12096) $(am__append_12103) \ $(am__append_12110) $(am__append_12117) $(am__append_12124) \ - $(am__append_12131) $(am__append_12137) $(am__append_12142) \ - $(am__append_12147) $(am__append_12152) $(am__append_12157) \ - $(am__append_12162) $(am__append_12167) $(am__append_12172) \ - $(am__append_12177) $(am__append_12182) $(am__append_12187) \ - $(am__append_12192) $(am__append_12197) $(am__append_12202) \ - $(am__append_12207) $(am__append_12212) $(am__append_12217) \ - $(am__append_12222) $(am__append_12232) $(am__append_12241) \ - $(am__append_12250) $(am__append_12259) $(am__append_12268) \ - $(am__append_12277) $(am__append_12286) $(am__append_12295) \ - $(am__append_12304) $(am__append_12313) $(am__append_12322) \ - $(am__append_12325) $(am__append_12328) $(am__append_12332) \ - $(am__append_12335) $(am__append_12338) $(am__append_12341) \ - $(am__append_12344) $(am__append_12347) $(am__append_12350) \ - $(am__append_12353) $(am__append_12356) $(am__append_12359) \ - $(am__append_12362) $(am__append_12365) $(am__append_12368) \ - $(am__append_12371) $(am__append_12374) $(am__append_12377) \ - $(am__append_12380) $(am__append_12383) $(am__append_12386) \ - $(am__append_12389) $(am__append_12392) symlist.h symlist.c \ - kernel_syms.lst $(am__append_12408) fs.lst command.lst \ - partmap.lst terminal.lst parttool.lst video.lst crypto.lst \ - config.log syminfo.lst moddep.lst $(MOD_FILES) \ - $(am__append_12410) + $(am__append_12131) $(am__append_12138) $(am__append_12145) \ + $(am__append_12152) $(am__append_12159) $(am__append_12166) \ + $(am__append_12173) $(am__append_12180) $(am__append_12187) \ + $(am__append_12194) $(am__append_12201) $(am__append_12208) \ + $(am__append_12215) $(am__append_12221) $(am__append_12226) \ + $(am__append_12231) $(am__append_12236) $(am__append_12241) \ + $(am__append_12246) $(am__append_12251) $(am__append_12256) \ + $(am__append_12261) $(am__append_12266) $(am__append_12271) \ + $(am__append_12276) $(am__append_12281) $(am__append_12286) \ + $(am__append_12291) $(am__append_12296) $(am__append_12301) \ + $(am__append_12306) $(am__append_12311) $(am__append_12321) \ + $(am__append_12330) $(am__append_12339) $(am__append_12348) \ + $(am__append_12357) $(am__append_12366) $(am__append_12375) \ + $(am__append_12384) $(am__append_12393) $(am__append_12402) \ + $(am__append_12411) $(am__append_12414) $(am__append_12417) \ + $(am__append_12421) $(am__append_12424) $(am__append_12427) \ + $(am__append_12430) $(am__append_12433) $(am__append_12436) \ + $(am__append_12439) $(am__append_12442) $(am__append_12445) \ + $(am__append_12448) $(am__append_12451) $(am__append_12454) \ + $(am__append_12457) $(am__append_12460) $(am__append_12463) \ + $(am__append_12466) $(am__append_12469) $(am__append_12472) \ + $(am__append_12475) $(am__append_12478) $(am__append_12481) \ + $(am__append_12483) symlist.h symlist.c kernel_syms.lst \ + $(am__append_12499) fs.lst command.lst partmap.lst \ + terminal.lst parttool.lst video.lst crypto.lst config.log \ + syminfo.lst moddep.lst $(MOD_FILES) $(am__append_12501) BUILT_SOURCES = $(am__append_13) $(am__append_20) $(am__append_27) \ $(am__append_34) $(am__append_41) $(am__append_48) \ $(am__append_55) $(am__append_62) $(am__append_69) \ @@ -27590,17 +27812,21 @@ $(am__append_12067) $(am__append_12074) $(am__append_12081) \ $(am__append_12088) $(am__append_12095) $(am__append_12102) \ $(am__append_12109) $(am__append_12116) $(am__append_12123) \ - $(am__append_12130) $(am__append_12136) $(am__append_12141) \ - $(am__append_12146) $(am__append_12151) $(am__append_12156) \ - $(am__append_12161) $(am__append_12166) $(am__append_12171) \ - $(am__append_12176) $(am__append_12181) $(am__append_12186) \ - $(am__append_12191) $(am__append_12196) $(am__append_12201) \ - $(am__append_12206) $(am__append_12211) $(am__append_12216) \ - $(am__append_12221) $(am__append_12231) $(am__append_12240) \ - $(am__append_12249) $(am__append_12258) $(am__append_12267) \ - $(am__append_12276) $(am__append_12285) $(am__append_12294) \ - $(am__append_12303) $(am__append_12312) $(am__append_12321) \ - $(am__append_12327) symlist.h symlist.c + $(am__append_12130) $(am__append_12137) $(am__append_12144) \ + $(am__append_12151) $(am__append_12158) $(am__append_12165) \ + $(am__append_12172) $(am__append_12179) $(am__append_12186) \ + $(am__append_12193) $(am__append_12200) $(am__append_12207) \ + $(am__append_12214) $(am__append_12220) $(am__append_12225) \ + $(am__append_12230) $(am__append_12235) $(am__append_12240) \ + $(am__append_12245) $(am__append_12250) $(am__append_12255) \ + $(am__append_12260) $(am__append_12265) $(am__append_12270) \ + $(am__append_12275) $(am__append_12280) $(am__append_12285) \ + $(am__append_12290) $(am__append_12295) $(am__append_12300) \ + $(am__append_12305) $(am__append_12310) $(am__append_12320) \ + $(am__append_12329) $(am__append_12338) $(am__append_12347) \ + $(am__append_12356) $(am__append_12365) $(am__append_12374) \ + $(am__append_12383) $(am__append_12392) $(am__append_12401) \ + $(am__append_12410) $(am__append_12416) symlist.h symlist.c AM_CFLAGS = $(TARGET_CFLAGS) AM_LDFLAGS = $(TARGET_LDFLAGS) AM_CPPFLAGS = $(TARGET_CPPFLAGS) $(CPPFLAGS_DEFAULT) @@ -34206,6 +34432,83 @@ @COND_powerpc_ieee1275_TRUE@sfs_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@sfs_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@sfs_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_i386_coreboot_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_i386_efi_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_i386_ieee1275_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_i386_multiboot_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_i386_pc_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_i386_qemu_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_mips_yeeloong_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_powerpc_ieee1275_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_sparc64_ieee1275_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_x86_64_efi_TRUE@squash4_module_SOURCES = fs/squash4.c ## platform sources +@COND_emu_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_squash4_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@squash4_module_LDADD = +@COND_i386_coreboot_TRUE@squash4_module_LDADD = +@COND_i386_efi_TRUE@squash4_module_LDADD = +@COND_i386_ieee1275_TRUE@squash4_module_LDADD = +@COND_i386_multiboot_TRUE@squash4_module_LDADD = +@COND_i386_pc_TRUE@squash4_module_LDADD = +@COND_i386_qemu_TRUE@squash4_module_LDADD = +@COND_mips_yeeloong_TRUE@squash4_module_LDADD = +@COND_powerpc_ieee1275_TRUE@squash4_module_LDADD = +@COND_sparc64_ieee1275_TRUE@squash4_module_LDADD = +@COND_x86_64_efi_TRUE@squash4_module_LDADD = +@COND_emu_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_i386_coreboot_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_i386_efi_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_i386_multiboot_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_i386_pc_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_i386_qemu_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_x86_64_efi_TRUE@squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +@COND_emu_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_i386_coreboot_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_i386_efi_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_i386_multiboot_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_i386_pc_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_i386_qemu_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_x86_64_efi_TRUE@squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_emu_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@tar_module_SOURCES = fs/tar.c ## platform sources @COND_i386_coreboot_TRUE@tar_module_SOURCES = fs/tar.c ## platform sources @COND_i386_efi_TRUE@tar_module_SOURCES = fs/tar.c ## platform sources @@ -34829,17 +35132,17 @@ @COND_powerpc_ieee1275_TRUE@gettext_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gettext_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gettext_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_i386_coreboot_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_i386_efi_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_i386_ieee1275_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_i386_multiboot_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_i386_pc_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_i386_qemu_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_mips_yeeloong_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources -@COND_x86_64_efi_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +@COND_emu_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_i386_coreboot_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_i386_efi_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_i386_ieee1275_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_i386_multiboot_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_i386_pc_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_i386_qemu_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_mips_yeeloong_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources +@COND_x86_64_efi_TRUE@gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources @COND_emu_TRUE@nodist_gfxmenu_module_SOURCES = ## platform nodist sources @COND_i386_coreboot_TRUE@nodist_gfxmenu_module_SOURCES = ## platform nodist sources @COND_i386_efi_TRUE@nodist_gfxmenu_module_SOURCES = ## platform nodist sources @@ -37811,16 +38114,16 @@ @COND_powerpc_ieee1275_TRUE@video_fb_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@video_fb_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@video_fb_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_i386_coreboot_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_i386_efi_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_i386_ieee1275_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_i386_multiboot_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_i386_pc_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_i386_qemu_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_powerpc_ieee1275_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_sparc64_ieee1275_TRUE@video_module_SOURCES = video/video.c ## platform sources -@COND_x86_64_efi_TRUE@video_module_SOURCES = video/video.c ## platform sources +@COND_emu_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_i386_coreboot_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_i386_efi_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_i386_ieee1275_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_i386_multiboot_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_i386_pc_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_i386_qemu_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_powerpc_ieee1275_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_sparc64_ieee1275_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources +@COND_x86_64_efi_TRUE@video_module_SOURCES = video/video.c video/colors.c ## platform sources @COND_emu_TRUE@nodist_video_module_SOURCES = ## platform nodist sources @COND_i386_coreboot_TRUE@nodist_video_module_SOURCES = ## platform nodist sources @COND_i386_efi_TRUE@nodist_video_module_SOURCES = ## platform nodist sources @@ -38294,6 +38597,160 @@ @COND_powerpc_ieee1275_TRUE@keylayouts_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@keylayouts_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@keylayouts_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_i386_efi_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_i386_pc_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_i386_qemu_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +@COND_emu_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_serpent_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_serpent_module_LDADD = +@COND_i386_efi_TRUE@gcry_serpent_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_serpent_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_serpent_module_LDADD = +@COND_i386_pc_TRUE@gcry_serpent_module_LDADD = +@COND_i386_qemu_TRUE@gcry_serpent_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_serpent_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_serpent_module_LDADD = +@COND_emu_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_i386_efi_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_i386_pc_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_i386_qemu_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +@COND_emu_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_md4_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_md4_module_LDADD = +@COND_i386_efi_TRUE@gcry_md4_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_md4_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_md4_module_LDADD = +@COND_i386_pc_TRUE@gcry_md4_module_LDADD = +@COND_i386_qemu_TRUE@gcry_md4_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_md4_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_md4_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_md4_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_md4_module_LDADD = +@COND_emu_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources @COND_i386_coreboot_TRUE@gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources @COND_i386_efi_TRUE@gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources @@ -38448,160 +38905,6 @@ @COND_powerpc_ieee1275_TRUE@gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_i386_efi_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_i386_pc_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_i386_qemu_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -@COND_emu_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_camellia_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_camellia_module_LDADD = -@COND_i386_efi_TRUE@gcry_camellia_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_camellia_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_camellia_module_LDADD = -@COND_i386_pc_TRUE@gcry_camellia_module_LDADD = -@COND_i386_qemu_TRUE@gcry_camellia_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_camellia_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_camellia_module_LDADD = -@COND_emu_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_i386_efi_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_i386_pc_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_i386_qemu_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -@COND_emu_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_cast5_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_cast5_module_LDADD = -@COND_i386_efi_TRUE@gcry_cast5_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_cast5_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_cast5_module_LDADD = -@COND_i386_pc_TRUE@gcry_cast5_module_LDADD = -@COND_i386_qemu_TRUE@gcry_cast5_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_cast5_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_cast5_module_LDADD = -@COND_emu_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@gcry_crc_module_SOURCES = lib/libgcrypt-grub/cipher/crc.c ## platform sources @COND_i386_coreboot_TRUE@gcry_crc_module_SOURCES = lib/libgcrypt-grub/cipher/crc.c ## platform sources @COND_i386_efi_TRUE@gcry_crc_module_SOURCES = lib/libgcrypt-grub/cipher/crc.c ## platform sources @@ -38679,160 +38982,160 @@ @COND_powerpc_ieee1275_TRUE@gcry_crc_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gcry_crc_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gcry_crc_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_i386_efi_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_i386_pc_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_i386_qemu_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -@COND_emu_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_des_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_des_module_LDADD = -@COND_i386_efi_TRUE@gcry_des_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_des_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_des_module_LDADD = -@COND_i386_pc_TRUE@gcry_des_module_LDADD = -@COND_i386_qemu_TRUE@gcry_des_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_des_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_des_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_des_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_des_module_LDADD = -@COND_emu_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_i386_efi_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_i386_pc_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_i386_qemu_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -@COND_emu_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_md4_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_md4_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_md4_module_LDADD = -@COND_i386_efi_TRUE@gcry_md4_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_md4_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_md4_module_LDADD = -@COND_i386_pc_TRUE@gcry_md4_module_LDADD = -@COND_i386_qemu_TRUE@gcry_md4_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_md4_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_md4_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_md4_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_md4_module_LDADD = -@COND_emu_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_i386_efi_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_i386_pc_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_i386_qemu_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +@COND_emu_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_sha256_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_sha256_module_LDADD = +@COND_i386_efi_TRUE@gcry_sha256_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_sha256_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_sha256_module_LDADD = +@COND_i386_pc_TRUE@gcry_sha256_module_LDADD = +@COND_i386_qemu_TRUE@gcry_sha256_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_sha256_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_sha256_module_LDADD = +@COND_emu_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_i386_efi_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_i386_pc_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_i386_qemu_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +@COND_emu_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_twofish_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_twofish_module_LDADD = +@COND_i386_efi_TRUE@gcry_twofish_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_twofish_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_twofish_module_LDADD = +@COND_i386_pc_TRUE@gcry_twofish_module_LDADD = +@COND_i386_qemu_TRUE@gcry_twofish_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_twofish_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_twofish_module_LDADD = +@COND_emu_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@gcry_md5_module_SOURCES = lib/libgcrypt-grub/cipher/md5.c ## platform sources @COND_i386_coreboot_TRUE@gcry_md5_module_SOURCES = lib/libgcrypt-grub/cipher/md5.c ## platform sources @COND_i386_efi_TRUE@gcry_md5_module_SOURCES = lib/libgcrypt-grub/cipher/md5.c ## platform sources @@ -38910,160 +39213,6 @@ @COND_powerpc_ieee1275_TRUE@gcry_md5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gcry_md5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gcry_md5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_i386_efi_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_i386_pc_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_i386_qemu_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -@COND_emu_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_rfc2268_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_rfc2268_module_LDADD = -@COND_i386_efi_TRUE@gcry_rfc2268_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_rfc2268_module_LDADD = -@COND_i386_pc_TRUE@gcry_rfc2268_module_LDADD = -@COND_i386_qemu_TRUE@gcry_rfc2268_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_rfc2268_module_LDADD = -@COND_emu_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_i386_efi_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_i386_pc_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_i386_qemu_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -@COND_emu_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_rijndael_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_rijndael_module_LDADD = -@COND_i386_efi_TRUE@gcry_rijndael_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_rijndael_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_rijndael_module_LDADD = -@COND_i386_pc_TRUE@gcry_rijndael_module_LDADD = -@COND_i386_qemu_TRUE@gcry_rijndael_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_rijndael_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_rijndael_module_LDADD = -@COND_emu_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources @COND_i386_coreboot_TRUE@gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources @COND_i386_efi_TRUE@gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources @@ -39141,160 +39290,6 @@ @COND_powerpc_ieee1275_TRUE@gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_i386_efi_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_i386_pc_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_i386_qemu_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -@COND_emu_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_seed_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_seed_module_LDADD = -@COND_i386_efi_TRUE@gcry_seed_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_seed_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_seed_module_LDADD = -@COND_i386_pc_TRUE@gcry_seed_module_LDADD = -@COND_i386_qemu_TRUE@gcry_seed_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_seed_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_seed_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_seed_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_seed_module_LDADD = -@COND_emu_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_i386_efi_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_i386_pc_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_i386_qemu_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -@COND_emu_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_serpent_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_serpent_module_LDADD = -@COND_i386_efi_TRUE@gcry_serpent_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_serpent_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_serpent_module_LDADD = -@COND_i386_pc_TRUE@gcry_serpent_module_LDADD = -@COND_i386_qemu_TRUE@gcry_serpent_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_serpent_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_serpent_module_LDADD = -@COND_emu_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources @COND_i386_coreboot_TRUE@gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources @COND_i386_efi_TRUE@gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources @@ -39372,83 +39367,237 @@ @COND_powerpc_ieee1275_TRUE@gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_i386_efi_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_i386_pc_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_i386_qemu_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -@COND_emu_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_sha256_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_sha256_module_LDADD = -@COND_i386_efi_TRUE@gcry_sha256_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_sha256_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_sha256_module_LDADD = -@COND_i386_pc_TRUE@gcry_sha256_module_LDADD = -@COND_i386_qemu_TRUE@gcry_sha256_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_sha256_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_sha256_module_LDADD = -@COND_emu_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_i386_efi_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_i386_pc_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_i386_qemu_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +@COND_emu_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_rfc2268_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_rfc2268_module_LDADD = +@COND_i386_efi_TRUE@gcry_rfc2268_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_rfc2268_module_LDADD = +@COND_i386_pc_TRUE@gcry_rfc2268_module_LDADD = +@COND_i386_qemu_TRUE@gcry_rfc2268_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_rfc2268_module_LDADD = +@COND_emu_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_i386_efi_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_i386_pc_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_i386_qemu_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +@COND_emu_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_cast5_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_cast5_module_LDADD = +@COND_i386_efi_TRUE@gcry_cast5_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_cast5_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_cast5_module_LDADD = +@COND_i386_pc_TRUE@gcry_cast5_module_LDADD = +@COND_i386_qemu_TRUE@gcry_cast5_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_cast5_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_cast5_module_LDADD = +@COND_emu_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_i386_efi_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_i386_pc_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_i386_qemu_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +@COND_emu_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_seed_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_seed_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_seed_module_LDADD = +@COND_i386_efi_TRUE@gcry_seed_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_seed_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_seed_module_LDADD = +@COND_i386_pc_TRUE@gcry_seed_module_LDADD = +@COND_i386_qemu_TRUE@gcry_seed_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_seed_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_seed_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_seed_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_seed_module_LDADD = +@COND_emu_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources @COND_i386_coreboot_TRUE@gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources @COND_i386_efi_TRUE@gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources @@ -39526,6 +39675,314 @@ @COND_powerpc_ieee1275_TRUE@gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_i386_efi_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_i386_pc_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_i386_qemu_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +@COND_emu_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_camellia_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_camellia_module_LDADD = +@COND_i386_efi_TRUE@gcry_camellia_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_camellia_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_camellia_module_LDADD = +@COND_i386_pc_TRUE@gcry_camellia_module_LDADD = +@COND_i386_qemu_TRUE@gcry_camellia_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_camellia_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_camellia_module_LDADD = +@COND_emu_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_i386_efi_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_i386_pc_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_i386_qemu_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +@COND_emu_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_whirlpool_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_whirlpool_module_LDADD = +@COND_i386_efi_TRUE@gcry_whirlpool_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_whirlpool_module_LDADD = +@COND_i386_pc_TRUE@gcry_whirlpool_module_LDADD = +@COND_i386_qemu_TRUE@gcry_whirlpool_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_whirlpool_module_LDADD = +@COND_emu_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_i386_efi_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_i386_pc_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_i386_qemu_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +@COND_emu_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_des_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_des_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_des_module_LDADD = +@COND_i386_efi_TRUE@gcry_des_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_des_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_des_module_LDADD = +@COND_i386_pc_TRUE@gcry_des_module_LDADD = +@COND_i386_qemu_TRUE@gcry_des_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_des_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_des_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_des_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_des_module_LDADD = +@COND_emu_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_emu_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_i386_coreboot_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_i386_efi_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_i386_ieee1275_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_i386_multiboot_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_i386_pc_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_i386_qemu_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_mips_yeeloong_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_x86_64_efi_TRUE@gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +@COND_emu_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_i386_coreboot_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_i386_efi_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_i386_ieee1275_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_i386_multiboot_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_i386_qemu_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_mips_yeeloong_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_powerpc_ieee1275_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_sparc64_ieee1275_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_x86_64_efi_TRUE@nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +@COND_emu_TRUE@gcry_rijndael_module_LDADD = +@COND_i386_coreboot_TRUE@gcry_rijndael_module_LDADD = +@COND_i386_efi_TRUE@gcry_rijndael_module_LDADD = +@COND_i386_ieee1275_TRUE@gcry_rijndael_module_LDADD = +@COND_i386_multiboot_TRUE@gcry_rijndael_module_LDADD = +@COND_i386_pc_TRUE@gcry_rijndael_module_LDADD = +@COND_i386_qemu_TRUE@gcry_rijndael_module_LDADD = +@COND_mips_yeeloong_TRUE@gcry_rijndael_module_LDADD = +@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_LDADD = +@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_LDADD = +@COND_x86_64_efi_TRUE@gcry_rijndael_module_LDADD = +@COND_emu_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +@COND_emu_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_emu_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_coreboot_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_efi_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_ieee1275_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_multiboot_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_pc_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_i386_qemu_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_mips_yeeloong_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_x86_64_efi_TRUE@gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +@COND_emu_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_coreboot_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_efi_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_ieee1275_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_multiboot_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_qemu_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_mips_yeeloong_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_powerpc_ieee1275_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_sparc64_ieee1275_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_x86_64_efi_TRUE@gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources @COND_i386_coreboot_TRUE@gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources @COND_i386_efi_TRUE@gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources @@ -39603,160 +40060,13 @@ @COND_powerpc_ieee1275_TRUE@gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_sparc64_ieee1275_TRUE@gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_x86_64_efi_TRUE@gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_i386_efi_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_i386_pc_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_i386_qemu_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -@COND_emu_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_twofish_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_twofish_module_LDADD = -@COND_i386_efi_TRUE@gcry_twofish_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_twofish_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_twofish_module_LDADD = -@COND_i386_pc_TRUE@gcry_twofish_module_LDADD = -@COND_i386_qemu_TRUE@gcry_twofish_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_twofish_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_twofish_module_LDADD = -@COND_emu_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_emu_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_i386_coreboot_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_i386_efi_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_i386_multiboot_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_i386_pc_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_i386_qemu_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_x86_64_efi_TRUE@gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -@COND_emu_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_i386_coreboot_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_i386_efi_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_i386_ieee1275_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_i386_multiboot_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_i386_pc_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_i386_qemu_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_mips_yeeloong_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_powerpc_ieee1275_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_sparc64_ieee1275_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_x86_64_efi_TRUE@nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -@COND_emu_TRUE@gcry_whirlpool_module_LDADD = -@COND_i386_coreboot_TRUE@gcry_whirlpool_module_LDADD = -@COND_i386_efi_TRUE@gcry_whirlpool_module_LDADD = -@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_LDADD = -@COND_i386_multiboot_TRUE@gcry_whirlpool_module_LDADD = -@COND_i386_pc_TRUE@gcry_whirlpool_module_LDADD = -@COND_i386_qemu_TRUE@gcry_whirlpool_module_LDADD = -@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_LDADD = -@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_LDADD = -@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_LDADD = -@COND_x86_64_efi_TRUE@gcry_whirlpool_module_LDADD = -@COND_emu_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -@COND_emu_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -@COND_emu_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_coreboot_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_efi_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_multiboot_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_pc_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_i386_qemu_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_x86_64_efi_TRUE@gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -@COND_emu_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_coreboot_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_efi_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_ieee1275_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_multiboot_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_pc_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_i386_qemu_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_mips_yeeloong_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_powerpc_ieee1275_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_sparc64_ieee1275_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -@COND_x86_64_efi_TRUE@gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +@COND_i386_pc_TRUE@915resolution_module_SOURCES = contrib/915resolution/915resolution.c ## platform sources +@COND_i386_pc_TRUE@nodist_915resolution_module_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@915resolution_module_LDADD = +@COND_i386_pc_TRUE@915resolution_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) -Wno-error +@COND_i386_pc_TRUE@915resolution_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +@COND_i386_pc_TRUE@915resolution_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +@COND_i386_pc_TRUE@915resolution_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) @COND_emu_TRUE@kernel_exec_SOURCES = disk/host.c gnulib/progname.c \ @COND_emu_TRUE@ gnulib/error.c kern/emu/cache.S \ @COND_emu_TRUE@ kern/emu/console.c kern/emu/getroot.c \ @@ -39880,12 +40190,13 @@ @COND_mips_yeeloong_TRUE@ term/gfxterm.c font/font.c \ @COND_mips_yeeloong_TRUE@ font/font_cmd.c io/bufio.c \ @COND_mips_yeeloong_TRUE@ video/bitmap.c video/bitmap_scale.c \ -@COND_mips_yeeloong_TRUE@ video/fb/fbblit.c video/fb/fbfill.c \ -@COND_mips_yeeloong_TRUE@ video/fb/fbutil.c video/fb/video_fb.c \ -@COND_mips_yeeloong_TRUE@ video/video.c commands/boot.c \ -@COND_mips_yeeloong_TRUE@ term/terminfo.c term/tparm.c \ -@COND_mips_yeeloong_TRUE@ commands/extcmd.c lib/arg.c kern/mm.c \ -@COND_mips_yeeloong_TRUE@ kern/time.c kern/generic/millisleep.c \ +@COND_mips_yeeloong_TRUE@ video/colors.c video/fb/fbblit.c \ +@COND_mips_yeeloong_TRUE@ video/fb/fbfill.c video/fb/fbutil.c \ +@COND_mips_yeeloong_TRUE@ video/fb/video_fb.c video/video.c \ +@COND_mips_yeeloong_TRUE@ commands/boot.c term/terminfo.c \ +@COND_mips_yeeloong_TRUE@ term/tparm.c commands/extcmd.c \ +@COND_mips_yeeloong_TRUE@ lib/arg.c kern/mm.c kern/time.c \ +@COND_mips_yeeloong_TRUE@ kern/generic/millisleep.c \ @COND_mips_yeeloong_TRUE@ kern/command.c kern/corecmd.c \ @COND_mips_yeeloong_TRUE@ kern/device.c kern/disk.c kern/dl.c \ @COND_mips_yeeloong_TRUE@ kern/env.c kern/err.c kern/file.c \ @@ -40120,26 +40431,42 @@ @COND_mips_yeeloong_TRUE@fwstart_image_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_IMAGE) @COND_mips_yeeloong_TRUE@fwstart_image_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_IMAGE) @COND_mips_yeeloong_TRUE@fwstart_image_OBJCOPYFLAGS = $(OBJCOPYFLAGS_IMAGE) -O binary -libgnulib_a_SOURCES = $(am__append_12225) $(am__append_12234) \ - $(am__append_12243) $(am__append_12252) $(am__append_12261) \ - $(am__append_12270) $(am__append_12279) $(am__append_12288) \ - $(am__append_12297) $(am__append_12306) $(am__append_12315) -nodist_libgnulib_a_SOURCES = $(am__append_12226) $(am__append_12235) \ - $(am__append_12244) $(am__append_12253) $(am__append_12262) \ - $(am__append_12271) $(am__append_12280) $(am__append_12289) \ - $(am__append_12298) $(am__append_12307) $(am__append_12316) -libgnulib_a_CFLAGS = $(am__append_12227) $(am__append_12236) \ - $(am__append_12245) $(am__append_12254) $(am__append_12263) \ - $(am__append_12272) $(am__append_12281) $(am__append_12290) \ - $(am__append_12299) $(am__append_12308) $(am__append_12317) -libgnulib_a_CPPFLAGS = $(am__append_12228) $(am__append_12237) \ - $(am__append_12246) $(am__append_12255) $(am__append_12264) \ - $(am__append_12273) $(am__append_12282) $(am__append_12291) \ - $(am__append_12300) $(am__append_12309) $(am__append_12318) -libgnulib_a_CCASFLAGS = $(am__append_12229) $(am__append_12238) \ - $(am__append_12247) $(am__append_12256) $(am__append_12265) \ - $(am__append_12274) $(am__append_12283) $(am__append_12292) \ - $(am__append_12301) $(am__append_12310) $(am__append_12319) +@COND_i386_pc_TRUE@g2hdr_image_SOURCES = contrib/ntldr-img/g2hdr.S +@COND_i386_pc_TRUE@nodist_g2hdr_image_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@g2hdr_image_LDADD = +@COND_i386_pc_TRUE@g2hdr_image_CFLAGS = $(AM_CFLAGS) $(CFLAGS_IMAGE) +@COND_i386_pc_TRUE@g2hdr_image_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_IMAGE) $(TARGET_IMG_LDFLAGS) $(TARGET_IMG_BASE_LDOPT),0x0 +@COND_i386_pc_TRUE@g2hdr_image_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_IMAGE) +@COND_i386_pc_TRUE@g2hdr_image_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_IMAGE) +@COND_i386_pc_TRUE@g2hdr_image_OBJCOPYFLAGS = $(OBJCOPYFLAGS_IMAGE) -O binary +@COND_i386_pc_TRUE@grldr_image_SOURCES = contrib/ntldr-img/grldrstart.S contrib/ntldr-img/ntfsbs.S +@COND_i386_pc_TRUE@nodist_grldr_image_SOURCES = ## platform nodist sources +@COND_i386_pc_TRUE@grldr_image_LDADD = +@COND_i386_pc_TRUE@grldr_image_CFLAGS = $(AM_CFLAGS) $(CFLAGS_IMAGE) +@COND_i386_pc_TRUE@grldr_image_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_IMAGE) $(TARGET_IMG_LDFLAGS) $(TARGET_IMG_BASE_LDOPT),0x7c00 +@COND_i386_pc_TRUE@grldr_image_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_IMAGE) +@COND_i386_pc_TRUE@grldr_image_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_IMAGE) -DGRLDR_MBR +@COND_i386_pc_TRUE@grldr_image_OBJCOPYFLAGS = $(OBJCOPYFLAGS_IMAGE) -O binary +libgnulib_a_SOURCES = $(am__append_12314) $(am__append_12323) \ + $(am__append_12332) $(am__append_12341) $(am__append_12350) \ + $(am__append_12359) $(am__append_12368) $(am__append_12377) \ + $(am__append_12386) $(am__append_12395) $(am__append_12404) +nodist_libgnulib_a_SOURCES = $(am__append_12315) $(am__append_12324) \ + $(am__append_12333) $(am__append_12342) $(am__append_12351) \ + $(am__append_12360) $(am__append_12369) $(am__append_12378) \ + $(am__append_12387) $(am__append_12396) $(am__append_12405) +libgnulib_a_CFLAGS = $(am__append_12316) $(am__append_12325) \ + $(am__append_12334) $(am__append_12343) $(am__append_12352) \ + $(am__append_12361) $(am__append_12370) $(am__append_12379) \ + $(am__append_12388) $(am__append_12397) $(am__append_12406) +libgnulib_a_CPPFLAGS = $(am__append_12317) $(am__append_12326) \ + $(am__append_12335) $(am__append_12344) $(am__append_12353) \ + $(am__append_12362) $(am__append_12371) $(am__append_12380) \ + $(am__append_12389) $(am__append_12398) $(am__append_12407) +libgnulib_a_CCASFLAGS = $(am__append_12318) $(am__append_12327) \ + $(am__append_12336) $(am__append_12345) $(am__append_12354) \ + $(am__append_12363) $(am__append_12372) $(am__append_12381) \ + $(am__append_12390) $(am__append_12399) $(am__append_12408) @COND_emu_TRUE@grub_emu_SOURCES = kern/emu/full.c @COND_emu_TRUE@nodist_grub_emu_SOURCES = grub_emu_init.c @COND_emu_TRUE@grub_emu_LDADD = kernel.img$(EXEEXT) $(MODULE_FILES) $(LIBUTIL) $(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM) @@ -40161,7 +40488,7 @@ .SUFFIXES: .SUFFIXES: .S .c .o .obj -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/conf/Makefile.common $(srcdir)/Makefile.core.am $(am__configure_deps) +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(top_srcdir)/conf/Makefile.common $(srcdir)/Makefile.core.am $(srcdir)/contrib/ntldr-img/Makefile.core.common $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ *$$dep*) \ @@ -40285,6 +40612,18 @@ clean-sbinPROGRAMS: -test -z "$(sbin_PROGRAMS)" || rm -f $(sbin_PROGRAMS) +contrib/915resolution/$(am__dirstamp): + @$(MKDIR_P) contrib/915resolution + @: > contrib/915resolution/$(am__dirstamp) +contrib/915resolution/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) contrib/915resolution/$(DEPDIR) + @: > contrib/915resolution/$(DEPDIR)/$(am__dirstamp) +contrib/915resolution/915resolution_module-915resolution.$(OBJEXT): \ + contrib/915resolution/$(am__dirstamp) \ + contrib/915resolution/$(DEPDIR)/$(am__dirstamp) +915resolution.module$(EXEEXT): $(915resolution_module_OBJECTS) $(915resolution_module_DEPENDENCIES) + @rm -f 915resolution.module$(EXEEXT) + $(915resolution_module_LINK) $(915resolution_module_OBJECTS) $(915resolution_module_LDADD) $(LIBS) commands/i386/pc/$(am__dirstamp): @$(MKDIR_P) commands/i386/pc @: > commands/i386/pc/$(am__dirstamp) @@ -40802,6 +41141,18 @@ fwstart.image$(EXEEXT): $(fwstart_image_OBJECTS) $(fwstart_image_DEPENDENCIES) @rm -f fwstart.image$(EXEEXT) $(fwstart_image_LINK) $(fwstart_image_OBJECTS) $(fwstart_image_LDADD) $(LIBS) +contrib/ntldr-img/$(am__dirstamp): + @$(MKDIR_P) contrib/ntldr-img + @: > contrib/ntldr-img/$(am__dirstamp) +contrib/ntldr-img/$(DEPDIR)/$(am__dirstamp): + @$(MKDIR_P) contrib/ntldr-img/$(DEPDIR) + @: > contrib/ntldr-img/$(DEPDIR)/$(am__dirstamp) +contrib/ntldr-img/g2hdr_image-g2hdr.$(OBJEXT): \ + contrib/ntldr-img/$(am__dirstamp) \ + contrib/ntldr-img/$(DEPDIR)/$(am__dirstamp) +g2hdr.image$(EXEEXT): $(g2hdr_image_OBJECTS) $(g2hdr_image_DEPENDENCIES) + @rm -f g2hdr.image$(EXEEXT) + $(g2hdr_image_LINK) $(g2hdr_image_OBJECTS) $(g2hdr_image_LDADD) $(LIBS) lib/libgcrypt-grub/cipher/$(am__dirstamp): @$(MKDIR_P) lib/libgcrypt-grub/cipher @: > lib/libgcrypt-grub/cipher/$(am__dirstamp) @@ -40974,8 +41325,6 @@ gfxmenu/$(DEPDIR)/$(am__dirstamp) gfxmenu/gfxmenu_module-gui_string_util.$(OBJEXT): \ gfxmenu/$(am__dirstamp) gfxmenu/$(DEPDIR)/$(am__dirstamp) -gfxmenu/gfxmenu_module-named_colors.$(OBJEXT): \ - gfxmenu/$(am__dirstamp) gfxmenu/$(DEPDIR)/$(am__dirstamp) gfxmenu.module$(EXEEXT): $(gfxmenu_module_OBJECTS) $(gfxmenu_module_DEPENDENCIES) @rm -f gfxmenu.module$(EXEEXT) $(gfxmenu_module_LINK) $(gfxmenu_module_OBJECTS) $(gfxmenu_module_LDADD) $(LIBS) @@ -40989,6 +41338,15 @@ gptsync.module$(EXEEXT): $(gptsync_module_OBJECTS) $(gptsync_module_DEPENDENCIES) @rm -f gptsync.module$(EXEEXT) $(gptsync_module_LINK) $(gptsync_module_OBJECTS) $(gptsync_module_LDADD) $(LIBS) +contrib/ntldr-img/grldr_image-grldrstart.$(OBJEXT): \ + contrib/ntldr-img/$(am__dirstamp) \ + contrib/ntldr-img/$(DEPDIR)/$(am__dirstamp) +contrib/ntldr-img/grldr_image-ntfsbs.$(OBJEXT): \ + contrib/ntldr-img/$(am__dirstamp) \ + contrib/ntldr-img/$(DEPDIR)/$(am__dirstamp) +grldr.image$(EXEEXT): $(grldr_image_OBJECTS) $(grldr_image_DEPENDENCIES) + @rm -f grldr.image$(EXEEXT) + $(grldr_image_LINK) $(grldr_image_OBJECTS) $(grldr_image_LDADD) $(LIBS) kern/emu/$(am__dirstamp): @$(MKDIR_P) kern/emu @: > kern/emu/$(am__dirstamp) @@ -41005,6 +41363,12 @@ grub-emu-lite$(EXEEXT): $(grub_emu_lite_OBJECTS) $(grub_emu_lite_DEPENDENCIES) @rm -f grub-emu-lite$(EXEEXT) $(grub_emu_lite_LINK) $(grub_emu_lite_OBJECTS) $(grub_emu_lite_LDADD) $(LIBS) +@COND_i386_pc_FALSE@grub-ntldr-img$(EXEEXT): $(grub_ntldr_img_OBJECTS) $(grub_ntldr_img_DEPENDENCIES) +@COND_i386_pc_FALSE@ @rm -f grub-ntldr-img$(EXEEXT) +@COND_i386_pc_FALSE@ $(LINK) $(grub_ntldr_img_OBJECTS) $(grub_ntldr_img_LDADD) $(LIBS) +@COND_i386_pc_FALSE@grubinst$(EXEEXT): $(grubinst_OBJECTS) $(grubinst_DEPENDENCIES) +@COND_i386_pc_FALSE@ @rm -f grubinst$(EXEEXT) +@COND_i386_pc_FALSE@ $(LINK) $(grubinst_OBJECTS) $(grubinst_LDADD) $(LIBS) io/gzio_module-gzio.$(OBJEXT): io/$(am__dirstamp) \ io/$(DEPDIR)/$(am__dirstamp) gzio.module$(EXEEXT): $(gzio_module_OBJECTS) $(gzio_module_DEPENDENCIES) @@ -41415,6 +41779,8 @@ video/$(DEPDIR)/$(am__dirstamp) video/kernel_exec-bitmap_scale.$(OBJEXT): video/$(am__dirstamp) \ video/$(DEPDIR)/$(am__dirstamp) +video/kernel_exec-colors.$(OBJEXT): video/$(am__dirstamp) \ + video/$(DEPDIR)/$(am__dirstamp) video/fb/$(am__dirstamp): @$(MKDIR_P) video/fb @: > video/fb/$(am__dirstamp) @@ -42168,6 +42534,11 @@ sleep.module$(EXEEXT): $(sleep_module_OBJECTS) $(sleep_module_DEPENDENCIES) @rm -f sleep.module$(EXEEXT) $(sleep_module_LINK) $(sleep_module_OBJECTS) $(sleep_module_LDADD) $(LIBS) +fs/squash4_module-squash4.$(OBJEXT): fs/$(am__dirstamp) \ + fs/$(DEPDIR)/$(am__dirstamp) +squash4.module$(EXEEXT): $(squash4_module_OBJECTS) $(squash4_module_DEPENDENCIES) + @rm -f squash4.module$(EXEEXT) + $(squash4_module_LINK) $(squash4_module_OBJECTS) $(squash4_module_LDADD) $(LIBS) commands/ieee1275/$(am__dirstamp): @$(MKDIR_P) commands/ieee1275 @: > commands/ieee1275/$(am__dirstamp) @@ -42319,6 +42690,8 @@ $(vga_text_module_LINK) $(vga_text_module_OBJECTS) $(vga_text_module_LDADD) $(LIBS) video/video_module-video.$(OBJEXT): video/$(am__dirstamp) \ video/$(DEPDIR)/$(am__dirstamp) +video/video_module-colors.$(OBJEXT): video/$(am__dirstamp) \ + video/$(DEPDIR)/$(am__dirstamp) video.module$(EXEEXT): $(video_module_OBJECTS) $(video_module_DEPENDENCIES) @rm -f video.module$(EXEEXT) $(video_module_LINK) $(video_module_OBJECTS) $(video_module_LDADD) $(LIBS) @@ -42680,6 +43053,10 @@ -rm -f commands/videoinfo_module-videoinfo.$(OBJEXT) -rm -f commands/videotest_module-videotest.$(OBJEXT) -rm -f commands/xnu_uuid_module-xnu_uuid.$(OBJEXT) + -rm -f contrib/915resolution/915resolution_module-915resolution.$(OBJEXT) + -rm -f contrib/ntldr-img/g2hdr_image-g2hdr.$(OBJEXT) + -rm -f contrib/ntldr-img/grldr_image-grldrstart.$(OBJEXT) + -rm -f contrib/ntldr-img/grldr_image-ntfsbs.$(OBJEXT) -rm -f disk/ata_module-ata.$(OBJEXT) -rm -f disk/ata_pthru_module-ata_pthru.$(OBJEXT) -rm -f disk/dm_nv_module-dmraid_nvidia.$(OBJEXT) @@ -42738,6 +43115,7 @@ -rm -f fs/ntfscomp_module-ntfscomp.$(OBJEXT) -rm -f fs/reiserfs_module-reiserfs.$(OBJEXT) -rm -f fs/sfs_module-sfs.$(OBJEXT) + -rm -f fs/squash4_module-squash4.$(OBJEXT) -rm -f fs/tar_module-tar.$(OBJEXT) -rm -f fs/udf_module-udf.$(OBJEXT) -rm -f fs/ufs1_module-ufs.$(OBJEXT) @@ -42762,7 +43140,6 @@ -rm -f gfxmenu/gfxmenu_module-gui_util.$(OBJEXT) -rm -f gfxmenu/gfxmenu_module-icon_manager.$(OBJEXT) -rm -f gfxmenu/gfxmenu_module-model.$(OBJEXT) - -rm -f gfxmenu/gfxmenu_module-named_colors.$(OBJEXT) -rm -f gfxmenu/gfxmenu_module-theme_loader.$(OBJEXT) -rm -f gfxmenu/gfxmenu_module-view.$(OBJEXT) -rm -f gfxmenu/gfxmenu_module-widget-box.$(OBJEXT) @@ -43012,6 +43389,7 @@ -rm -f video/ieee1275_fb_module-ieee1275.$(OBJEXT) -rm -f video/kernel_exec-bitmap.$(OBJEXT) -rm -f video/kernel_exec-bitmap_scale.$(OBJEXT) + -rm -f video/kernel_exec-colors.$(OBJEXT) -rm -f video/kernel_exec-sm712.$(OBJEXT) -rm -f video/kernel_exec-video.$(OBJEXT) -rm -f video/readers/jpeg_module-jpeg.$(OBJEXT) @@ -43019,13 +43397,16 @@ -rm -f video/readers/tga_module-tga.$(OBJEXT) -rm -f video/video_bochs_module-bochs.$(OBJEXT) -rm -f video/video_cirrus_module-cirrus.$(OBJEXT) + -rm -f video/video_module-colors.$(OBJEXT) -rm -f video/video_module-video.$(OBJEXT) distclean-compile: -rm -f *.tab.c +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grub-ntldr-img.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grub_emu-grub_emu_init.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grub_emu_lite-symlist.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/grubinst.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/kernel_exec-symlist.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normal_module-grub_script.tab.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/normal_module-grub_script.yy.Po@am__quote@ @@ -43132,6 +43513,10 @@ @AMDEP_TRUE@@am__include@ @am__quote@commands/i386/pc/$(DEPDIR)/sendkey_module-sendkey.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@commands/ieee1275/$(DEPDIR)/suspend_module-suspend.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@commands/mips/yeeloong/$(DEPDIR)/lsspd_module-lsspd.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@contrib/915resolution/$(DEPDIR)/915resolution_module-915resolution.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@contrib/ntldr-img/$(DEPDIR)/g2hdr_image-g2hdr.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@contrib/ntldr-img/$(DEPDIR)/grldr_image-grldrstart.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@contrib/ntldr-img/$(DEPDIR)/grldr_image-ntfsbs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@disk/$(DEPDIR)/ata_module-ata.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@disk/$(DEPDIR)/ata_pthru_module-ata_pthru.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@disk/$(DEPDIR)/dm_nv_module-dmraid_nvidia.Po@am__quote@ @@ -43189,6 +43574,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@fs/$(DEPDIR)/ntfscomp_module-ntfscomp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@fs/$(DEPDIR)/reiserfs_module-reiserfs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@fs/$(DEPDIR)/sfs_module-sfs.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@fs/$(DEPDIR)/squash4_module-squash4.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@fs/$(DEPDIR)/tar_module-tar.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@fs/$(DEPDIR)/udf_module-udf.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@fs/$(DEPDIR)/ufs1_module-ufs.Po@am__quote@ @@ -43214,7 +43600,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@gfxmenu/$(DEPDIR)/gfxmenu_module-gui_util.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gfxmenu/$(DEPDIR)/gfxmenu_module-icon_manager.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gfxmenu/$(DEPDIR)/gfxmenu_module-model.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@gfxmenu/$(DEPDIR)/gfxmenu_module-named_colors.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gfxmenu/$(DEPDIR)/gfxmenu_module-theme_loader.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gfxmenu/$(DEPDIR)/gfxmenu_module-view.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@gfxmenu/$(DEPDIR)/gfxmenu_module-widget-box.Po@am__quote@ @@ -43453,10 +43838,12 @@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/ieee1275_fb_module-ieee1275.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/kernel_exec-bitmap.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/kernel_exec-bitmap_scale.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/kernel_exec-colors.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/kernel_exec-sm712.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/kernel_exec-video.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/video_bochs_module-bochs.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/video_cirrus_module-cirrus.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/video_module-colors.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/$(DEPDIR)/video_module-video.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/emu/$(DEPDIR)/sdl_module-sdl.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@video/fb/$(DEPDIR)/kernel_exec-fbblit.Po@am__quote@ @@ -43601,6 +43988,48 @@ @AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(fwstart_image_CPPFLAGS) $(CPPFLAGS) $(fwstart_image_CCASFLAGS) $(CCASFLAGS) -c -o boot/mips/yeeloong/fwstart_image-fwstart.obj `if test -f 'boot/mips/yeeloong/fwstart.S'; then $(CYGPATH_W) 'boot/mips/yeeloong/fwstart.S'; else $(CYGPATH_W) '$(srcdir)/boot/mips/yeeloong/fwstart.S'; fi` +contrib/ntldr-img/g2hdr_image-g2hdr.o: contrib/ntldr-img/g2hdr.S +@am__fastdepCCAS_TRUE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g2hdr_image_CPPFLAGS) $(CPPFLAGS) $(g2hdr_image_CCASFLAGS) $(CCASFLAGS) -MT contrib/ntldr-img/g2hdr_image-g2hdr.o -MD -MP -MF contrib/ntldr-img/$(DEPDIR)/g2hdr_image-g2hdr.Tpo -c -o contrib/ntldr-img/g2hdr_image-g2hdr.o `test -f 'contrib/ntldr-img/g2hdr.S' || echo '$(srcdir)/'`contrib/ntldr-img/g2hdr.S +@am__fastdepCCAS_TRUE@ $(am__mv) contrib/ntldr-img/$(DEPDIR)/g2hdr_image-g2hdr.Tpo contrib/ntldr-img/$(DEPDIR)/g2hdr_image-g2hdr.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='contrib/ntldr-img/g2hdr.S' object='contrib/ntldr-img/g2hdr_image-g2hdr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g2hdr_image_CPPFLAGS) $(CPPFLAGS) $(g2hdr_image_CCASFLAGS) $(CCASFLAGS) -c -o contrib/ntldr-img/g2hdr_image-g2hdr.o `test -f 'contrib/ntldr-img/g2hdr.S' || echo '$(srcdir)/'`contrib/ntldr-img/g2hdr.S + +contrib/ntldr-img/g2hdr_image-g2hdr.obj: contrib/ntldr-img/g2hdr.S +@am__fastdepCCAS_TRUE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g2hdr_image_CPPFLAGS) $(CPPFLAGS) $(g2hdr_image_CCASFLAGS) $(CCASFLAGS) -MT contrib/ntldr-img/g2hdr_image-g2hdr.obj -MD -MP -MF contrib/ntldr-img/$(DEPDIR)/g2hdr_image-g2hdr.Tpo -c -o contrib/ntldr-img/g2hdr_image-g2hdr.obj `if test -f 'contrib/ntldr-img/g2hdr.S'; then $(CYGPATH_W) 'contrib/ntldr-img/g2hdr.S'; else $(CYGPATH_W) '$(srcdir)/contrib/ntldr-img/g2hdr.S'; fi` +@am__fastdepCCAS_TRUE@ $(am__mv) contrib/ntldr-img/$(DEPDIR)/g2hdr_image-g2hdr.Tpo contrib/ntldr-img/$(DEPDIR)/g2hdr_image-g2hdr.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='contrib/ntldr-img/g2hdr.S' object='contrib/ntldr-img/g2hdr_image-g2hdr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(g2hdr_image_CPPFLAGS) $(CPPFLAGS) $(g2hdr_image_CCASFLAGS) $(CCASFLAGS) -c -o contrib/ntldr-img/g2hdr_image-g2hdr.obj `if test -f 'contrib/ntldr-img/g2hdr.S'; then $(CYGPATH_W) 'contrib/ntldr-img/g2hdr.S'; else $(CYGPATH_W) '$(srcdir)/contrib/ntldr-img/g2hdr.S'; fi` + +contrib/ntldr-img/grldr_image-grldrstart.o: contrib/ntldr-img/grldrstart.S +@am__fastdepCCAS_TRUE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -MT contrib/ntldr-img/grldr_image-grldrstart.o -MD -MP -MF contrib/ntldr-img/$(DEPDIR)/grldr_image-grldrstart.Tpo -c -o contrib/ntldr-img/grldr_image-grldrstart.o `test -f 'contrib/ntldr-img/grldrstart.S' || echo '$(srcdir)/'`contrib/ntldr-img/grldrstart.S +@am__fastdepCCAS_TRUE@ $(am__mv) contrib/ntldr-img/$(DEPDIR)/grldr_image-grldrstart.Tpo contrib/ntldr-img/$(DEPDIR)/grldr_image-grldrstart.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='contrib/ntldr-img/grldrstart.S' object='contrib/ntldr-img/grldr_image-grldrstart.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -c -o contrib/ntldr-img/grldr_image-grldrstart.o `test -f 'contrib/ntldr-img/grldrstart.S' || echo '$(srcdir)/'`contrib/ntldr-img/grldrstart.S + +contrib/ntldr-img/grldr_image-grldrstart.obj: contrib/ntldr-img/grldrstart.S +@am__fastdepCCAS_TRUE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -MT contrib/ntldr-img/grldr_image-grldrstart.obj -MD -MP -MF contrib/ntldr-img/$(DEPDIR)/grldr_image-grldrstart.Tpo -c -o contrib/ntldr-img/grldr_image-grldrstart.obj `if test -f 'contrib/ntldr-img/grldrstart.S'; then $(CYGPATH_W) 'contrib/ntldr-img/grldrstart.S'; else $(CYGPATH_W) '$(srcdir)/contrib/ntldr-img/grldrstart.S'; fi` +@am__fastdepCCAS_TRUE@ $(am__mv) contrib/ntldr-img/$(DEPDIR)/grldr_image-grldrstart.Tpo contrib/ntldr-img/$(DEPDIR)/grldr_image-grldrstart.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='contrib/ntldr-img/grldrstart.S' object='contrib/ntldr-img/grldr_image-grldrstart.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -c -o contrib/ntldr-img/grldr_image-grldrstart.obj `if test -f 'contrib/ntldr-img/grldrstart.S'; then $(CYGPATH_W) 'contrib/ntldr-img/grldrstart.S'; else $(CYGPATH_W) '$(srcdir)/contrib/ntldr-img/grldrstart.S'; fi` + +contrib/ntldr-img/grldr_image-ntfsbs.o: contrib/ntldr-img/ntfsbs.S +@am__fastdepCCAS_TRUE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -MT contrib/ntldr-img/grldr_image-ntfsbs.o -MD -MP -MF contrib/ntldr-img/$(DEPDIR)/grldr_image-ntfsbs.Tpo -c -o contrib/ntldr-img/grldr_image-ntfsbs.o `test -f 'contrib/ntldr-img/ntfsbs.S' || echo '$(srcdir)/'`contrib/ntldr-img/ntfsbs.S +@am__fastdepCCAS_TRUE@ $(am__mv) contrib/ntldr-img/$(DEPDIR)/grldr_image-ntfsbs.Tpo contrib/ntldr-img/$(DEPDIR)/grldr_image-ntfsbs.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='contrib/ntldr-img/ntfsbs.S' object='contrib/ntldr-img/grldr_image-ntfsbs.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -c -o contrib/ntldr-img/grldr_image-ntfsbs.o `test -f 'contrib/ntldr-img/ntfsbs.S' || echo '$(srcdir)/'`contrib/ntldr-img/ntfsbs.S + +contrib/ntldr-img/grldr_image-ntfsbs.obj: contrib/ntldr-img/ntfsbs.S +@am__fastdepCCAS_TRUE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -MT contrib/ntldr-img/grldr_image-ntfsbs.obj -MD -MP -MF contrib/ntldr-img/$(DEPDIR)/grldr_image-ntfsbs.Tpo -c -o contrib/ntldr-img/grldr_image-ntfsbs.obj `if test -f 'contrib/ntldr-img/ntfsbs.S'; then $(CYGPATH_W) 'contrib/ntldr-img/ntfsbs.S'; else $(CYGPATH_W) '$(srcdir)/contrib/ntldr-img/ntfsbs.S'; fi` +@am__fastdepCCAS_TRUE@ $(am__mv) contrib/ntldr-img/$(DEPDIR)/grldr_image-ntfsbs.Tpo contrib/ntldr-img/$(DEPDIR)/grldr_image-ntfsbs.Po +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ source='contrib/ntldr-img/ntfsbs.S' object='contrib/ntldr-img/grldr_image-ntfsbs.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCCAS_FALSE@ DEPDIR=$(DEPDIR) $(CCASDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCCAS_FALSE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(grldr_image_CPPFLAGS) $(CPPFLAGS) $(grldr_image_CCASFLAGS) $(CCASFLAGS) -c -o contrib/ntldr-img/grldr_image-ntfsbs.obj `if test -f 'contrib/ntldr-img/ntfsbs.S'; then $(CYGPATH_W) 'contrib/ntldr-img/ntfsbs.S'; else $(CYGPATH_W) '$(srcdir)/contrib/ntldr-img/ntfsbs.S'; fi` + kern/emu/kernel_exec-cache.o: kern/emu/cache.S @am__fastdepCCAS_TRUE@ $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kernel_exec_CPPFLAGS) $(CPPFLAGS) $(kernel_exec_CCASFLAGS) $(CCASFLAGS) -MT kern/emu/kernel_exec-cache.o -MD -MP -MF kern/emu/$(DEPDIR)/kernel_exec-cache.Tpo -c -o kern/emu/kernel_exec-cache.o `test -f 'kern/emu/cache.S' || echo '$(srcdir)/'`kern/emu/cache.S @am__fastdepCCAS_TRUE@ $(am__mv) kern/emu/$(DEPDIR)/kernel_exec-cache.Tpo kern/emu/$(DEPDIR)/kernel_exec-cache.Po @@ -44009,6 +44438,20 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libgnulib_a_CPPFLAGS) $(CPPFLAGS) $(libgnulib_a_CFLAGS) $(CFLAGS) -c -o gnulib/libgnulib_a-regex.obj `if test -f 'gnulib/regex.c'; then $(CYGPATH_W) 'gnulib/regex.c'; else $(CYGPATH_W) '$(srcdir)/gnulib/regex.c'; fi` +contrib/915resolution/915resolution_module-915resolution.o: contrib/915resolution/915resolution.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(915resolution_module_CPPFLAGS) $(CPPFLAGS) $(915resolution_module_CFLAGS) $(CFLAGS) -MT contrib/915resolution/915resolution_module-915resolution.o -MD -MP -MF contrib/915resolution/$(DEPDIR)/915resolution_module-915resolution.Tpo -c -o contrib/915resolution/915resolution_module-915resolution.o `test -f 'contrib/915resolution/915resolution.c' || echo '$(srcdir)/'`contrib/915resolution/915resolution.c +@am__fastdepCC_TRUE@ $(am__mv) contrib/915resolution/$(DEPDIR)/915resolution_module-915resolution.Tpo contrib/915resolution/$(DEPDIR)/915resolution_module-915resolution.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='contrib/915resolution/915resolution.c' object='contrib/915resolution/915resolution_module-915resolution.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(915resolution_module_CPPFLAGS) $(CPPFLAGS) $(915resolution_module_CFLAGS) $(CFLAGS) -c -o contrib/915resolution/915resolution_module-915resolution.o `test -f 'contrib/915resolution/915resolution.c' || echo '$(srcdir)/'`contrib/915resolution/915resolution.c + +contrib/915resolution/915resolution_module-915resolution.obj: contrib/915resolution/915resolution.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(915resolution_module_CPPFLAGS) $(CPPFLAGS) $(915resolution_module_CFLAGS) $(CFLAGS) -MT contrib/915resolution/915resolution_module-915resolution.obj -MD -MP -MF contrib/915resolution/$(DEPDIR)/915resolution_module-915resolution.Tpo -c -o contrib/915resolution/915resolution_module-915resolution.obj `if test -f 'contrib/915resolution/915resolution.c'; then $(CYGPATH_W) 'contrib/915resolution/915resolution.c'; else $(CYGPATH_W) '$(srcdir)/contrib/915resolution/915resolution.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) contrib/915resolution/$(DEPDIR)/915resolution_module-915resolution.Tpo contrib/915resolution/$(DEPDIR)/915resolution_module-915resolution.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='contrib/915resolution/915resolution.c' object='contrib/915resolution/915resolution_module-915resolution.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(915resolution_module_CPPFLAGS) $(CPPFLAGS) $(915resolution_module_CFLAGS) $(CFLAGS) -c -o contrib/915resolution/915resolution_module-915resolution.obj `if test -f 'contrib/915resolution/915resolution.c'; then $(CYGPATH_W) 'contrib/915resolution/915resolution.c'; else $(CYGPATH_W) '$(srcdir)/contrib/915resolution/915resolution.c'; fi` + commands/i386/pc/acpi_module-acpi.o: commands/i386/pc/acpi.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(acpi_module_CPPFLAGS) $(CPPFLAGS) $(acpi_module_CFLAGS) $(CFLAGS) -MT commands/i386/pc/acpi_module-acpi.o -MD -MP -MF commands/i386/pc/$(DEPDIR)/acpi_module-acpi.Tpo -c -o commands/i386/pc/acpi_module-acpi.o `test -f 'commands/i386/pc/acpi.c' || echo '$(srcdir)/'`commands/i386/pc/acpi.c @am__fastdepCC_TRUE@ $(am__mv) commands/i386/pc/$(DEPDIR)/acpi_module-acpi.Tpo commands/i386/pc/$(DEPDIR)/acpi_module-acpi.Po @@ -45521,20 +45964,6 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gfxmenu_module_CPPFLAGS) $(CPPFLAGS) $(gfxmenu_module_CFLAGS) $(CFLAGS) -c -o gfxmenu/gfxmenu_module-gui_string_util.obj `if test -f 'gfxmenu/gui_string_util.c'; then $(CYGPATH_W) 'gfxmenu/gui_string_util.c'; else $(CYGPATH_W) '$(srcdir)/gfxmenu/gui_string_util.c'; fi` -gfxmenu/gfxmenu_module-named_colors.o: gfxmenu/named_colors.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gfxmenu_module_CPPFLAGS) $(CPPFLAGS) $(gfxmenu_module_CFLAGS) $(CFLAGS) -MT gfxmenu/gfxmenu_module-named_colors.o -MD -MP -MF gfxmenu/$(DEPDIR)/gfxmenu_module-named_colors.Tpo -c -o gfxmenu/gfxmenu_module-named_colors.o `test -f 'gfxmenu/named_colors.c' || echo '$(srcdir)/'`gfxmenu/named_colors.c -@am__fastdepCC_TRUE@ $(am__mv) gfxmenu/$(DEPDIR)/gfxmenu_module-named_colors.Tpo gfxmenu/$(DEPDIR)/gfxmenu_module-named_colors.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gfxmenu/named_colors.c' object='gfxmenu/gfxmenu_module-named_colors.o' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gfxmenu_module_CPPFLAGS) $(CPPFLAGS) $(gfxmenu_module_CFLAGS) $(CFLAGS) -c -o gfxmenu/gfxmenu_module-named_colors.o `test -f 'gfxmenu/named_colors.c' || echo '$(srcdir)/'`gfxmenu/named_colors.c - -gfxmenu/gfxmenu_module-named_colors.obj: gfxmenu/named_colors.c -@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gfxmenu_module_CPPFLAGS) $(CPPFLAGS) $(gfxmenu_module_CFLAGS) $(CFLAGS) -MT gfxmenu/gfxmenu_module-named_colors.obj -MD -MP -MF gfxmenu/$(DEPDIR)/gfxmenu_module-named_colors.Tpo -c -o gfxmenu/gfxmenu_module-named_colors.obj `if test -f 'gfxmenu/named_colors.c'; then $(CYGPATH_W) 'gfxmenu/named_colors.c'; else $(CYGPATH_W) '$(srcdir)/gfxmenu/named_colors.c'; fi` -@am__fastdepCC_TRUE@ $(am__mv) gfxmenu/$(DEPDIR)/gfxmenu_module-named_colors.Tpo gfxmenu/$(DEPDIR)/gfxmenu_module-named_colors.Po -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='gfxmenu/named_colors.c' object='gfxmenu/gfxmenu_module-named_colors.obj' libtool=no @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gfxmenu_module_CPPFLAGS) $(CPPFLAGS) $(gfxmenu_module_CFLAGS) $(CFLAGS) -c -o gfxmenu/gfxmenu_module-named_colors.obj `if test -f 'gfxmenu/named_colors.c'; then $(CYGPATH_W) 'gfxmenu/named_colors.c'; else $(CYGPATH_W) '$(srcdir)/gfxmenu/named_colors.c'; fi` - term/gfxterm_module-gfxterm.o: term/gfxterm.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gfxterm_module_CPPFLAGS) $(CPPFLAGS) $(gfxterm_module_CFLAGS) $(CFLAGS) -MT term/gfxterm_module-gfxterm.o -MD -MP -MF term/$(DEPDIR)/gfxterm_module-gfxterm.Tpo -c -o term/gfxterm_module-gfxterm.o `test -f 'term/gfxterm.c' || echo '$(srcdir)/'`term/gfxterm.c @am__fastdepCC_TRUE@ $(am__mv) term/$(DEPDIR)/gfxterm_module-gfxterm.Tpo term/$(DEPDIR)/gfxterm_module-gfxterm.Po @@ -47033,6 +47462,20 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kernel_exec_CPPFLAGS) $(CPPFLAGS) $(kernel_exec_CFLAGS) $(CFLAGS) -c -o video/kernel_exec-bitmap_scale.obj `if test -f 'video/bitmap_scale.c'; then $(CYGPATH_W) 'video/bitmap_scale.c'; else $(CYGPATH_W) '$(srcdir)/video/bitmap_scale.c'; fi` +video/kernel_exec-colors.o: video/colors.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kernel_exec_CPPFLAGS) $(CPPFLAGS) $(kernel_exec_CFLAGS) $(CFLAGS) -MT video/kernel_exec-colors.o -MD -MP -MF video/$(DEPDIR)/kernel_exec-colors.Tpo -c -o video/kernel_exec-colors.o `test -f 'video/colors.c' || echo '$(srcdir)/'`video/colors.c +@am__fastdepCC_TRUE@ $(am__mv) video/$(DEPDIR)/kernel_exec-colors.Tpo video/$(DEPDIR)/kernel_exec-colors.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='video/colors.c' object='video/kernel_exec-colors.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kernel_exec_CPPFLAGS) $(CPPFLAGS) $(kernel_exec_CFLAGS) $(CFLAGS) -c -o video/kernel_exec-colors.o `test -f 'video/colors.c' || echo '$(srcdir)/'`video/colors.c + +video/kernel_exec-colors.obj: video/colors.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kernel_exec_CPPFLAGS) $(CPPFLAGS) $(kernel_exec_CFLAGS) $(CFLAGS) -MT video/kernel_exec-colors.obj -MD -MP -MF video/$(DEPDIR)/kernel_exec-colors.Tpo -c -o video/kernel_exec-colors.obj `if test -f 'video/colors.c'; then $(CYGPATH_W) 'video/colors.c'; else $(CYGPATH_W) '$(srcdir)/video/colors.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) video/$(DEPDIR)/kernel_exec-colors.Tpo video/$(DEPDIR)/kernel_exec-colors.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='video/colors.c' object='video/kernel_exec-colors.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kernel_exec_CPPFLAGS) $(CPPFLAGS) $(kernel_exec_CFLAGS) $(CFLAGS) -c -o video/kernel_exec-colors.obj `if test -f 'video/colors.c'; then $(CYGPATH_W) 'video/colors.c'; else $(CYGPATH_W) '$(srcdir)/video/colors.c'; fi` + video/fb/kernel_exec-fbblit.o: video/fb/fbblit.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(kernel_exec_CPPFLAGS) $(CPPFLAGS) $(kernel_exec_CFLAGS) $(CFLAGS) -MT video/fb/kernel_exec-fbblit.o -MD -MP -MF video/fb/$(DEPDIR)/kernel_exec-fbblit.Tpo -c -o video/fb/kernel_exec-fbblit.o `test -f 'video/fb/fbblit.c' || echo '$(srcdir)/'`video/fb/fbblit.c @am__fastdepCC_TRUE@ $(am__mv) video/fb/$(DEPDIR)/kernel_exec-fbblit.Tpo video/fb/$(DEPDIR)/kernel_exec-fbblit.Po @@ -48951,6 +49394,20 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sleep_module_CPPFLAGS) $(CPPFLAGS) $(sleep_module_CFLAGS) $(CFLAGS) -c -o commands/sleep_module-sleep.obj `if test -f 'commands/sleep.c'; then $(CYGPATH_W) 'commands/sleep.c'; else $(CYGPATH_W) '$(srcdir)/commands/sleep.c'; fi` +fs/squash4_module-squash4.o: fs/squash4.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $(squash4_module_CFLAGS) $(CFLAGS) -MT fs/squash4_module-squash4.o -MD -MP -MF fs/$(DEPDIR)/squash4_module-squash4.Tpo -c -o fs/squash4_module-squash4.o `test -f 'fs/squash4.c' || echo '$(srcdir)/'`fs/squash4.c +@am__fastdepCC_TRUE@ $(am__mv) fs/$(DEPDIR)/squash4_module-squash4.Tpo fs/$(DEPDIR)/squash4_module-squash4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fs/squash4.c' object='fs/squash4_module-squash4.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $(squash4_module_CFLAGS) $(CFLAGS) -c -o fs/squash4_module-squash4.o `test -f 'fs/squash4.c' || echo '$(srcdir)/'`fs/squash4.c + +fs/squash4_module-squash4.obj: fs/squash4.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $(squash4_module_CFLAGS) $(CFLAGS) -MT fs/squash4_module-squash4.obj -MD -MP -MF fs/$(DEPDIR)/squash4_module-squash4.Tpo -c -o fs/squash4_module-squash4.obj `if test -f 'fs/squash4.c'; then $(CYGPATH_W) 'fs/squash4.c'; else $(CYGPATH_W) '$(srcdir)/fs/squash4.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) fs/$(DEPDIR)/squash4_module-squash4.Tpo fs/$(DEPDIR)/squash4_module-squash4.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='fs/squash4.c' object='fs/squash4_module-squash4.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $(squash4_module_CFLAGS) $(CFLAGS) -c -o fs/squash4_module-squash4.obj `if test -f 'fs/squash4.c'; then $(CYGPATH_W) 'fs/squash4.c'; else $(CYGPATH_W) '$(srcdir)/fs/squash4.c'; fi` + commands/ieee1275/suspend_module-suspend.o: commands/ieee1275/suspend.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(suspend_module_CPPFLAGS) $(CPPFLAGS) $(suspend_module_CFLAGS) $(CFLAGS) -MT commands/ieee1275/suspend_module-suspend.o -MD -MP -MF commands/ieee1275/$(DEPDIR)/suspend_module-suspend.Tpo -c -o commands/ieee1275/suspend_module-suspend.o `test -f 'commands/ieee1275/suspend.c' || echo '$(srcdir)/'`commands/ieee1275/suspend.c @am__fastdepCC_TRUE@ $(am__mv) commands/ieee1275/$(DEPDIR)/suspend_module-suspend.Tpo commands/ieee1275/$(DEPDIR)/suspend_module-suspend.Po @@ -49357,6 +49814,20 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(video_module_CPPFLAGS) $(CPPFLAGS) $(video_module_CFLAGS) $(CFLAGS) -c -o video/video_module-video.obj `if test -f 'video/video.c'; then $(CYGPATH_W) 'video/video.c'; else $(CYGPATH_W) '$(srcdir)/video/video.c'; fi` +video/video_module-colors.o: video/colors.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(video_module_CPPFLAGS) $(CPPFLAGS) $(video_module_CFLAGS) $(CFLAGS) -MT video/video_module-colors.o -MD -MP -MF video/$(DEPDIR)/video_module-colors.Tpo -c -o video/video_module-colors.o `test -f 'video/colors.c' || echo '$(srcdir)/'`video/colors.c +@am__fastdepCC_TRUE@ $(am__mv) video/$(DEPDIR)/video_module-colors.Tpo video/$(DEPDIR)/video_module-colors.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='video/colors.c' object='video/video_module-colors.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(video_module_CPPFLAGS) $(CPPFLAGS) $(video_module_CFLAGS) $(CFLAGS) -c -o video/video_module-colors.o `test -f 'video/colors.c' || echo '$(srcdir)/'`video/colors.c + +video/video_module-colors.obj: video/colors.c +@am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(video_module_CPPFLAGS) $(CPPFLAGS) $(video_module_CFLAGS) $(CFLAGS) -MT video/video_module-colors.obj -MD -MP -MF video/$(DEPDIR)/video_module-colors.Tpo -c -o video/video_module-colors.obj `if test -f 'video/colors.c'; then $(CYGPATH_W) 'video/colors.c'; else $(CYGPATH_W) '$(srcdir)/video/colors.c'; fi` +@am__fastdepCC_TRUE@ $(am__mv) video/$(DEPDIR)/video_module-colors.Tpo video/$(DEPDIR)/video_module-colors.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='video/colors.c' object='video/video_module-colors.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(video_module_CPPFLAGS) $(CPPFLAGS) $(video_module_CFLAGS) $(CFLAGS) -c -o video/video_module-colors.obj `if test -f 'video/colors.c'; then $(CYGPATH_W) 'video/colors.c'; else $(CYGPATH_W) '$(srcdir)/video/colors.c'; fi` + video/video_bochs_module-bochs.o: video/bochs.c @am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(video_bochs_module_CPPFLAGS) $(CPPFLAGS) $(video_bochs_module_CFLAGS) $(CFLAGS) -MT video/video_bochs_module-bochs.o -MD -MP -MF video/$(DEPDIR)/video_bochs_module-bochs.Tpo -c -o video/video_bochs_module-bochs.o `test -f 'video/bochs.c' || echo '$(srcdir)/'`video/bochs.c @am__fastdepCC_TRUE@ $(am__mv) video/$(DEPDIR)/video_bochs_module-bochs.Tpo video/$(DEPDIR)/video_bochs_module-bochs.Po @@ -50129,6 +50600,10 @@ -rm -f commands/ieee1275/$(am__dirstamp) -rm -f commands/mips/yeeloong/$(DEPDIR)/$(am__dirstamp) -rm -f commands/mips/yeeloong/$(am__dirstamp) + -rm -f contrib/915resolution/$(DEPDIR)/$(am__dirstamp) + -rm -f contrib/915resolution/$(am__dirstamp) + -rm -f contrib/ntldr-img/$(DEPDIR)/$(am__dirstamp) + -rm -f contrib/ntldr-img/$(am__dirstamp) -rm -f disk/$(DEPDIR)/$(am__dirstamp) -rm -f disk/$(am__dirstamp) -rm -f disk/efi/$(DEPDIR)/$(am__dirstamp) @@ -50291,7 +50766,7 @@ mostlyclean-am distclean: distclean-am - -rm -rf ./$(DEPDIR) boot/decompressor/$(DEPDIR) boot/i386/pc/$(DEPDIR) boot/i386/qemu/$(DEPDIR) boot/mips/$(DEPDIR) boot/mips/yeeloong/$(DEPDIR) boot/sparc64/ieee1275/$(DEPDIR) bus/$(DEPDIR) bus/emu/$(DEPDIR) bus/usb/$(DEPDIR) bus/usb/emu/$(DEPDIR) bus/usb/serial/$(DEPDIR) commands/$(DEPDIR) commands/efi/$(DEPDIR) commands/i386/$(DEPDIR) commands/i386/pc/$(DEPDIR) commands/ieee1275/$(DEPDIR) commands/mips/yeeloong/$(DEPDIR) disk/$(DEPDIR) disk/efi/$(DEPDIR) disk/i386/pc/$(DEPDIR) disk/ieee1275/$(DEPDIR) efiemu/$(DEPDIR) efiemu/i386/$(DEPDIR) efiemu/i386/pc/$(DEPDIR) font/$(DEPDIR) fs/$(DEPDIR) fs/i386/pc/$(DEPDIR) fs/zfs/$(DEPDIR) gettext/$(DEPDIR) gfxmenu/$(DEPDIR) gnulib/$(DEPDIR) hello/$(DEPDIR) hook/$(DEPDIR) io/$(DEPDIR) kern/$(DEPDIR) kern/efi/$(DEPDIR) kern/emu/$(DEPDIR) kern/generic/$(DEPDIR) kern/i386/$(DEPDIR) kern/i386/coreboot/$(DEPDIR) kern/i386/efi/$(DEPDIR) kern/i386/ieee1275/$(DEPDIR) kern/i386/pc/$(DEPDIR) kern/i386/qemu/$(DEPDIR) kern/ieee1275/$(DEPDIR) kern/mips/$(DEPDIR) kern/mips/yeeloong/$(DEPDIR) kern/powerpc/$(DEPDIR) kern/powerpc/ieee1275/$(DEPDIR) kern/sparc64/$(DEPDIR) kern/sparc64/ieee1275/$(DEPDIR) kern/x86_64/$(DEPDIR) kern/x86_64/efi/$(DEPDIR) lib/$(DEPDIR) lib/efi/$(DEPDIR) lib/emu/$(DEPDIR) lib/i386/$(DEPDIR) lib/i386/pc/$(DEPDIR) lib/ieee1275/$(DEPDIR) lib/libgcrypt-grub/cipher/$(DEPDIR) lib/mips/$(DEPDIR) lib/powerpc/$(DEPDIR) lib/x86_64/$(DEPDIR) lib/xzembed/$(DEPDIR) loader/$(DEPDIR) loader/efi/$(DEPDIR) loader/i386/$(DEPDIR) loader/i386/pc/$(DEPDIR) loader/mips/$(DEPDIR) loader/powerpc/ieee1275/$(DEPDIR) loader/sparc64/ieee1275/$(DEPDIR) mmap/$(DEPDIR) mmap/efi/$(DEPDIR) mmap/i386/$(DEPDIR) mmap/i386/pc/$(DEPDIR) mmap/mips/yeeloong/$(DEPDIR) normal/$(DEPDIR) partmap/$(DEPDIR) parttool/$(DEPDIR) script/$(DEPDIR) term/$(DEPDIR) term/efi/$(DEPDIR) term/i386/$(DEPDIR) term/i386/pc/$(DEPDIR) term/ieee1275/$(DEPDIR) tests/$(DEPDIR) tests/lib/$(DEPDIR) video/$(DEPDIR) video/emu/$(DEPDIR) video/fb/$(DEPDIR) video/i386/pc/$(DEPDIR) video/readers/$(DEPDIR) + -rm -rf ./$(DEPDIR) boot/decompressor/$(DEPDIR) boot/i386/pc/$(DEPDIR) boot/i386/qemu/$(DEPDIR) boot/mips/$(DEPDIR) boot/mips/yeeloong/$(DEPDIR) boot/sparc64/ieee1275/$(DEPDIR) bus/$(DEPDIR) bus/emu/$(DEPDIR) bus/usb/$(DEPDIR) bus/usb/emu/$(DEPDIR) bus/usb/serial/$(DEPDIR) commands/$(DEPDIR) commands/efi/$(DEPDIR) commands/i386/$(DEPDIR) commands/i386/pc/$(DEPDIR) commands/ieee1275/$(DEPDIR) commands/mips/yeeloong/$(DEPDIR) contrib/915resolution/$(DEPDIR) contrib/ntldr-img/$(DEPDIR) disk/$(DEPDIR) disk/efi/$(DEPDIR) disk/i386/pc/$(DEPDIR) disk/ieee1275/$(DEPDIR) efiemu/$(DEPDIR) efiemu/i386/$(DEPDIR) efiemu/i386/pc/$(DEPDIR) font/$(DEPDIR) fs/$(DEPDIR) fs/i386/pc/$(DEPDIR) fs/zfs/$(DEPDIR) gettext/$(DEPDIR) gfxmenu/$(DEPDIR) gnulib/$(DEPDIR) hello/$(DEPDIR) hook/$(DEPDIR) io/$(DEPDIR) kern/$(DEPDIR) kern/efi/$(DEPDIR) kern/emu/$(DEPDIR) kern/generic/$(DEPDIR) kern/i386/$(DEPDIR) kern/i386/coreboot/$(DEPDIR) kern/i386/efi/$(DEPDIR) kern/i386/ieee1275/$(DEPDIR) kern/i386/pc/$(DEPDIR) kern/i386/qemu/$(DEPDIR) kern/ieee1275/$(DEPDIR) kern/mips/$(DEPDIR) kern/mips/yeeloong/$(DEPDIR) kern/powerpc/$(DEPDIR) kern/powerpc/ieee1275/$(DEPDIR) kern/sparc64/$(DEPDIR) kern/sparc64/ieee1275/$(DEPDIR) kern/x86_64/$(DEPDIR) kern/x86_64/efi/$(DEPDIR) lib/$(DEPDIR) lib/efi/$(DEPDIR) lib/emu/$(DEPDIR) lib/i386/$(DEPDIR) lib/i386/pc/$(DEPDIR) lib/ieee1275/$(DEPDIR) lib/libgcrypt-grub/cipher/$(DEPDIR) lib/mips/$(DEPDIR) lib/powerpc/$(DEPDIR) lib/x86_64/$(DEPDIR) lib/xzembed/$(DEPDIR) loader/$(DEPDIR) loader/efi/$(DEPDIR) loader/i386/$(DEPDIR) loader/i386/pc/$(DEPDIR) loader/mips/$(DEPDIR) loader/powerpc/ieee1275/$(DEPDIR) loader/sparc64/ieee1275/$(DEPDIR) mmap/$(DEPDIR) mmap/efi/$(DEPDIR) mmap/i386/$(DEPDIR) mmap/i386/pc/$(DEPDIR) mmap/mips/yeeloong/$(DEPDIR) normal/$(DEPDIR) partmap/$(DEPDIR) parttool/$(DEPDIR) script/$(DEPDIR) term/$(DEPDIR) term/efi/$(DEPDIR) term/i386/$(DEPDIR) term/i386/pc/$(DEPDIR) term/ieee1275/$(DEPDIR) tests/$(DEPDIR) tests/lib/$(DEPDIR) video/$(DEPDIR) video/emu/$(DEPDIR) video/fb/$(DEPDIR) video/i386/pc/$(DEPDIR) video/readers/$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -50340,7 +50815,7 @@ installcheck-am: maintainer-clean: maintainer-clean-am - -rm -rf ./$(DEPDIR) boot/decompressor/$(DEPDIR) boot/i386/pc/$(DEPDIR) boot/i386/qemu/$(DEPDIR) boot/mips/$(DEPDIR) boot/mips/yeeloong/$(DEPDIR) boot/sparc64/ieee1275/$(DEPDIR) bus/$(DEPDIR) bus/emu/$(DEPDIR) bus/usb/$(DEPDIR) bus/usb/emu/$(DEPDIR) bus/usb/serial/$(DEPDIR) commands/$(DEPDIR) commands/efi/$(DEPDIR) commands/i386/$(DEPDIR) commands/i386/pc/$(DEPDIR) commands/ieee1275/$(DEPDIR) commands/mips/yeeloong/$(DEPDIR) disk/$(DEPDIR) disk/efi/$(DEPDIR) disk/i386/pc/$(DEPDIR) disk/ieee1275/$(DEPDIR) efiemu/$(DEPDIR) efiemu/i386/$(DEPDIR) efiemu/i386/pc/$(DEPDIR) font/$(DEPDIR) fs/$(DEPDIR) fs/i386/pc/$(DEPDIR) fs/zfs/$(DEPDIR) gettext/$(DEPDIR) gfxmenu/$(DEPDIR) gnulib/$(DEPDIR) hello/$(DEPDIR) hook/$(DEPDIR) io/$(DEPDIR) kern/$(DEPDIR) kern/efi/$(DEPDIR) kern/emu/$(DEPDIR) kern/generic/$(DEPDIR) kern/i386/$(DEPDIR) kern/i386/coreboot/$(DEPDIR) kern/i386/efi/$(DEPDIR) kern/i386/ieee1275/$(DEPDIR) kern/i386/pc/$(DEPDIR) kern/i386/qemu/$(DEPDIR) kern/ieee1275/$(DEPDIR) kern/mips/$(DEPDIR) kern/mips/yeeloong/$(DEPDIR) kern/powerpc/$(DEPDIR) kern/powerpc/ieee1275/$(DEPDIR) kern/sparc64/$(DEPDIR) kern/sparc64/ieee1275/$(DEPDIR) kern/x86_64/$(DEPDIR) kern/x86_64/efi/$(DEPDIR) lib/$(DEPDIR) lib/efi/$(DEPDIR) lib/emu/$(DEPDIR) lib/i386/$(DEPDIR) lib/i386/pc/$(DEPDIR) lib/ieee1275/$(DEPDIR) lib/libgcrypt-grub/cipher/$(DEPDIR) lib/mips/$(DEPDIR) lib/powerpc/$(DEPDIR) lib/x86_64/$(DEPDIR) lib/xzembed/$(DEPDIR) loader/$(DEPDIR) loader/efi/$(DEPDIR) loader/i386/$(DEPDIR) loader/i386/pc/$(DEPDIR) loader/mips/$(DEPDIR) loader/powerpc/ieee1275/$(DEPDIR) loader/sparc64/ieee1275/$(DEPDIR) mmap/$(DEPDIR) mmap/efi/$(DEPDIR) mmap/i386/$(DEPDIR) mmap/i386/pc/$(DEPDIR) mmap/mips/yeeloong/$(DEPDIR) normal/$(DEPDIR) partmap/$(DEPDIR) parttool/$(DEPDIR) script/$(DEPDIR) term/$(DEPDIR) term/efi/$(DEPDIR) term/i386/$(DEPDIR) term/i386/pc/$(DEPDIR) term/ieee1275/$(DEPDIR) tests/$(DEPDIR) tests/lib/$(DEPDIR) video/$(DEPDIR) video/emu/$(DEPDIR) video/fb/$(DEPDIR) video/i386/pc/$(DEPDIR) video/readers/$(DEPDIR) + -rm -rf ./$(DEPDIR) boot/decompressor/$(DEPDIR) boot/i386/pc/$(DEPDIR) boot/i386/qemu/$(DEPDIR) boot/mips/$(DEPDIR) boot/mips/yeeloong/$(DEPDIR) boot/sparc64/ieee1275/$(DEPDIR) bus/$(DEPDIR) bus/emu/$(DEPDIR) bus/usb/$(DEPDIR) bus/usb/emu/$(DEPDIR) bus/usb/serial/$(DEPDIR) commands/$(DEPDIR) commands/efi/$(DEPDIR) commands/i386/$(DEPDIR) commands/i386/pc/$(DEPDIR) commands/ieee1275/$(DEPDIR) commands/mips/yeeloong/$(DEPDIR) contrib/915resolution/$(DEPDIR) contrib/ntldr-img/$(DEPDIR) disk/$(DEPDIR) disk/efi/$(DEPDIR) disk/i386/pc/$(DEPDIR) disk/ieee1275/$(DEPDIR) efiemu/$(DEPDIR) efiemu/i386/$(DEPDIR) efiemu/i386/pc/$(DEPDIR) font/$(DEPDIR) fs/$(DEPDIR) fs/i386/pc/$(DEPDIR) fs/zfs/$(DEPDIR) gettext/$(DEPDIR) gfxmenu/$(DEPDIR) gnulib/$(DEPDIR) hello/$(DEPDIR) hook/$(DEPDIR) io/$(DEPDIR) kern/$(DEPDIR) kern/efi/$(DEPDIR) kern/emu/$(DEPDIR) kern/generic/$(DEPDIR) kern/i386/$(DEPDIR) kern/i386/coreboot/$(DEPDIR) kern/i386/efi/$(DEPDIR) kern/i386/ieee1275/$(DEPDIR) kern/i386/pc/$(DEPDIR) kern/i386/qemu/$(DEPDIR) kern/ieee1275/$(DEPDIR) kern/mips/$(DEPDIR) kern/mips/yeeloong/$(DEPDIR) kern/powerpc/$(DEPDIR) kern/powerpc/ieee1275/$(DEPDIR) kern/sparc64/$(DEPDIR) kern/sparc64/ieee1275/$(DEPDIR) kern/x86_64/$(DEPDIR) kern/x86_64/efi/$(DEPDIR) lib/$(DEPDIR) lib/efi/$(DEPDIR) lib/emu/$(DEPDIR) lib/i386/$(DEPDIR) lib/i386/pc/$(DEPDIR) lib/ieee1275/$(DEPDIR) lib/libgcrypt-grub/cipher/$(DEPDIR) lib/mips/$(DEPDIR) lib/powerpc/$(DEPDIR) lib/x86_64/$(DEPDIR) lib/xzembed/$(DEPDIR) loader/$(DEPDIR) loader/efi/$(DEPDIR) loader/i386/$(DEPDIR) loader/i386/pc/$(DEPDIR) loader/mips/$(DEPDIR) loader/powerpc/ieee1275/$(DEPDIR) loader/sparc64/ieee1275/$(DEPDIR) mmap/$(DEPDIR) mmap/efi/$(DEPDIR) mmap/i386/$(DEPDIR) mmap/i386/pc/$(DEPDIR) mmap/mips/yeeloong/$(DEPDIR) normal/$(DEPDIR) partmap/$(DEPDIR) parttool/$(DEPDIR) script/$(DEPDIR) term/$(DEPDIR) term/efi/$(DEPDIR) term/i386/$(DEPDIR) term/i386/pc/$(DEPDIR) term/ieee1275/$(DEPDIR) tests/$(DEPDIR) tests/lib/$(DEPDIR) video/$(DEPDIR) video/emu/$(DEPDIR) video/fb/$(DEPDIR) video/i386/pc/$(DEPDIR) video/readers/$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic @@ -54207,6 +54682,50 @@ @COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(sfs_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new +@COND_emu_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_pc_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_efi_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_qemu_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_coreboot_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_multiboot_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_ieee1275_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_x86_64_efi_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_mips_yeeloong_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_sparc64_ieee1275_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_powerpc_ieee1275_TRUE@squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + @COND_emu_TRUE@tar.marker: $(tar_module_SOURCES) $(nodist_tar_module_SOURCES) @COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(tar_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new @@ -56543,180 +57062,180 @@ @COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(keylayouts_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new @COND_emu_TRUE@gcry_crc.marker: $(gcry_crc_module_SOURCES) $(nodist_gcry_crc_module_SOURCES) @@ -56763,92 +57282,92 @@ @COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_crc_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_i386_coreboot_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + +@COND_i386_coreboot_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new @COND_emu_TRUE@gcry_md5.marker: $(gcry_md5_module_SOURCES) $(nodist_gcry_md5_module_SOURCES) @@ -56895,136 +57414,180 @@ @COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_emu_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_pc_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_efi_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_qemu_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_coreboot_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_multiboot_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_i386_ieee1275_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_x86_64_efi_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_mips_yeeloong_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_sparc64_ieee1275_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new + +@COND_powerpc_ieee1275_TRUE@gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new @COND_emu_TRUE@gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) @@ -57071,314 +57634,274 @@ @COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_emu_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_pc_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_efi_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_qemu_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_qemu_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_coreboot_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_coreboot_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_multiboot_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_multiboot_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_ieee1275_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_ieee1275_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_x86_64_efi_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_x86_64_efi_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_mips_yeeloong_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_mips_yeeloong_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_sparc64_ieee1275_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_sparc64_ieee1275_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_powerpc_ieee1275_TRUE@gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_powerpc_ieee1275_TRUE@gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) +@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_emu_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_emu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_emu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_i386_pc_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +@COND_i386_pc_TRUE@915resolution.marker: $(915resolution_module_SOURCES) $(nodist_915resolution_module_SOURCES) +@COND_i386_pc_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(915resolution_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) @COND_i386_pc_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new -@COND_i386_efi_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_i386_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_i386_qemu_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_qemu_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_i386_qemu_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_i386_coreboot_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_coreboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_i386_coreboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_i386_multiboot_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_multiboot_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_i386_multiboot_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_i386_ieee1275_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_i386_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_i386_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_x86_64_efi_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_x86_64_efi_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_x86_64_efi_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_mips_yeeloong_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_mips_yeeloong_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_mips_yeeloong_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_sparc64_ieee1275_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_sparc64_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_sparc64_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - -@COND_powerpc_ieee1275_TRUE@gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) -@COND_powerpc_ieee1275_TRUE@ $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) -@COND_powerpc_ieee1275_TRUE@ grep 'MARKER' $@.new > $@; rm -f $@.new - @COND_emu_TRUE@kernel.img: kernel.exec$(EXEEXT) @COND_emu_TRUE@ cp $< $@ @@ -57445,6 +57968,12 @@ @COND_mips_yeeloong_TRUE@fwstart.img: fwstart.image$(EXEEXT) @COND_mips_yeeloong_TRUE@ if test x$(USE_APPLE_CC_FIXES) = xyes; then $(MACHO2IMG) $< $@; else $(OBJCOPY) $(fwstart_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R .rel.dyn $< $@; fi +@COND_i386_pc_TRUE@g2hdr.img: g2hdr.image$(EXEEXT) +@COND_i386_pc_TRUE@ if test x$(USE_APPLE_CC_FIXES) = xyes; then $(MACHO2IMG) $< $@; else $(OBJCOPY) $(g2hdr_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R .rel.dyn $< $@; fi + +@COND_i386_pc_TRUE@grldr.img: grldr.image$(EXEEXT) +@COND_i386_pc_TRUE@ if test x$(USE_APPLE_CC_FIXES) = xyes; then $(MACHO2IMG) $< $@; else $(OBJCOPY) $(grldr_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R .rel.dyn $< $@; fi + @COND_MAN_PAGES_TRUE@@COND_emu_TRUE@grub-emu.1: grub-emu @COND_MAN_PAGES_TRUE@@COND_emu_TRUE@ chmod a+x grub-emu @COND_MAN_PAGES_TRUE@@COND_emu_TRUE@ PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-emu.h2m -o $@ grub-emu @@ -57536,6 +58065,30 @@ @COND_powerpc_ieee1275_TRUE@genmod.sh: genmod.sh.in $(top_builddir)/config.status @COND_powerpc_ieee1275_TRUE@ $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@ @COND_powerpc_ieee1275_TRUE@ chmod a+x genmod.sh +# Compatibility symlink. +@COND_i386_pc_TRUE@g2hdr.bin: g2hdr.img +@COND_i386_pc_TRUE@ rm -f $@ +@COND_i386_pc_TRUE@ $(LN_S) $< $@ + +@COND_i386_pc_TRUE@grldr.mbr: grldr.img +@COND_i386_pc_TRUE@ head -c 8192 $< > $@ + +@COND_i386_pc_TRUE@bin2h: contrib/ntldr-img/bin2h.c +@COND_i386_pc_TRUE@ $(CC) $^ -o $@ + +@COND_i386_pc_TRUE@grub_mbr.h: grldr.mbr bin2h +@COND_i386_pc_TRUE@ ./bin2h grub_mbr 8192 < $< > $@ + +@COND_i386_pc_TRUE@grub-ntldr-img: contrib/ntldr-img/grubinst.c contrib/ntldr-img/utils.c grub_mbr.h +@COND_i386_pc_TRUE@ $(CC) -I. -I$(srcdir)/contrib/ntldr-img -DLINUX -o $@ $(srcdir)/contrib/ntldr-img/grubinst.c $(srcdir)/contrib/ntldr-img/utils.c + +# Compatibility symlink. +@COND_i386_pc_TRUE@grubinst: grub-ntldr-img +@COND_i386_pc_TRUE@ rm -f $@ +@COND_i386_pc_TRUE@ $(LN_S) $< $@ + +@COND_i386_pc_TRUE@g2ldr.mbr: grub-ntldr-img +@COND_i386_pc_TRUE@ ./grub-ntldr-img --grub2 -o $@ symlist.h: $(top_builddir)/config.h $(KERNEL_HEADER_FILES) @list='$^'; \ --- grub2-1.99.orig/grub-core/Makefile.core.am +++ grub2-1.99/grub-core/Makefile.core.am @@ -20756,6 +20756,248 @@ endif if COND_emu +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_pc +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_efi +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_qemu +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_coreboot +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_multiboot +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_ieee1275 +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_x86_64_efi +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_mips_yeeloong +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_sparc64_ieee1275 +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_powerpc_ieee1275 +noinst_PROGRAMS += squash4.module +MODULE_FILES += squash4.module$(EXEEXT) +squash4_module_SOURCES = fs/squash4.c ## platform sources +nodist_squash4_module_SOURCES = ## platform nodist sources +squash4_module_LDADD = +squash4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) +squash4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +squash4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +squash4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_squash4_module_SOURCES) +CLEANFILES += $(nodist_squash4_module_SOURCES) +MOD_FILES += squash4.mod +MARKER_FILES += squash4.marker +CLEANFILES += squash4.marker + +squash4.marker: $(squash4_module_SOURCES) $(nodist_squash4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(squash4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_emu noinst_PROGRAMS += tar.module MODULE_FILES += tar.module$(EXEEXT) tar_module_SOURCES = fs/tar.c ## platform sources @@ -22716,7 +22958,7 @@ if COND_emu noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22738,7 +22980,7 @@ if COND_i386_pc noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22760,7 +23002,7 @@ if COND_i386_efi noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22782,7 +23024,7 @@ if COND_i386_qemu noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22804,7 +23046,7 @@ if COND_i386_coreboot noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22826,7 +23068,7 @@ if COND_i386_multiboot noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22848,7 +23090,7 @@ if COND_i386_ieee1275 noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22870,7 +23112,7 @@ if COND_x86_64_efi noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22892,7 +23134,7 @@ if COND_mips_yeeloong noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22914,7 +23156,7 @@ if COND_sparc64_ieee1275 noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -22936,7 +23178,7 @@ if COND_powerpc_ieee1275 noinst_PROGRAMS += gfxmenu.module MODULE_FILES += gfxmenu.module$(EXEEXT) -gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c gfxmenu/named_colors.c ## platform sources +gfxmenu_module_SOURCES = gfxmenu/gfxmenu.c gfxmenu/model.c gfxmenu/view.c gfxmenu/font.c gfxmenu/icon_manager.c gfxmenu/theme_loader.c gfxmenu/widget-box.c gfxmenu/gui_canvas.c gfxmenu/gui_circular_progress.c gfxmenu/gui_box.c gfxmenu/gui_label.c gfxmenu/gui_list.c gfxmenu/gui_image.c gfxmenu/gui_progress_bar.c gfxmenu/gui_util.c gfxmenu/gui_string_util.c ## platform sources nodist_gfxmenu_module_SOURCES = ## platform nodist sources gfxmenu_module_LDADD = gfxmenu_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32090,7 +32332,7 @@ if COND_emu noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32112,7 +32354,7 @@ if COND_i386_pc noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32134,7 +32376,7 @@ if COND_i386_efi noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32156,7 +32398,7 @@ if COND_i386_qemu noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32178,7 +32420,7 @@ if COND_i386_coreboot noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32200,7 +32442,7 @@ if COND_i386_multiboot noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32222,7 +32464,7 @@ if COND_i386_ieee1275 noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32244,7 +32486,7 @@ if COND_x86_64_efi noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32266,7 +32508,7 @@ if COND_sparc64_ieee1275 noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -32288,7 +32530,7 @@ if COND_powerpc_ieee1275 noinst_PROGRAMS += video.module MODULE_FILES += video.module$(EXEEXT) -video_module_SOURCES = video/video.c ## platform sources +video_module_SOURCES = video/video.c video/colors.c ## platform sources nodist_video_module_SOURCES = ## platform nodist sources video_module_LDADD = video_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) @@ -33608,970 +33850,970 @@ endif if COND_emu -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_arcfour.module -MODULE_FILES += gcry_arcfour.module$(EXEEXT) -gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources -nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources -gcry_arcfour_module_LDADD = -gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_serpent.module +MODULE_FILES += gcry_serpent.module$(EXEEXT) +gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources +nodist_gcry_serpent_module_SOURCES = ## platform nodist sources +gcry_serpent_module_LDADD = +gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) -CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) -MOD_FILES += gcry_arcfour.mod -MARKER_FILES += gcry_arcfour.marker -CLEANFILES += gcry_arcfour.marker +BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) +CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) +MOD_FILES += gcry_serpent.mod +MARKER_FILES += gcry_serpent.marker +CLEANFILES += gcry_serpent.marker -gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_blowfish.module -MODULE_FILES += gcry_blowfish.module$(EXEEXT) -gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources -nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources -gcry_blowfish_module_LDADD = -gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_md4.module +MODULE_FILES += gcry_md4.module$(EXEEXT) +gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources +nodist_gcry_md4_module_SOURCES = ## platform nodist sources +gcry_md4_module_LDADD = +gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) -CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) -MOD_FILES += gcry_blowfish.mod -MARKER_FILES += gcry_blowfish.marker -CLEANFILES += gcry_blowfish.marker +BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) +CLEANFILES += $(nodist_gcry_md4_module_SOURCES) +MOD_FILES += gcry_md4.mod +MARKER_FILES += gcry_md4.marker +CLEANFILES += gcry_md4.marker -gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_camellia.module -MODULE_FILES += gcry_camellia.module$(EXEEXT) -gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources -nodist_gcry_camellia_module_SOURCES = ## platform nodist sources -gcry_camellia_module_LDADD = -gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_arcfour.module +MODULE_FILES += gcry_arcfour.module$(EXEEXT) +gcry_arcfour_module_SOURCES = lib/libgcrypt-grub/cipher/arcfour.c ## platform sources +nodist_gcry_arcfour_module_SOURCES = ## platform nodist sources +gcry_arcfour_module_LDADD = +gcry_arcfour_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_arcfour_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_arcfour_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_arcfour_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) -CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) -MOD_FILES += gcry_camellia.mod -MARKER_FILES += gcry_camellia.marker -CLEANFILES += gcry_camellia.marker +BUILT_SOURCES += $(nodist_gcry_arcfour_module_SOURCES) +CLEANFILES += $(nodist_gcry_arcfour_module_SOURCES) +MOD_FILES += gcry_arcfour.mod +MARKER_FILES += gcry_arcfour.marker +CLEANFILES += gcry_arcfour.marker -gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_arcfour.marker: $(gcry_arcfour_module_SOURCES) $(nodist_gcry_arcfour_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_arcfour_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_cast5.module -MODULE_FILES += gcry_cast5.module$(EXEEXT) -gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources -nodist_gcry_cast5_module_SOURCES = ## platform nodist sources -gcry_cast5_module_LDADD = -gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_blowfish.module +MODULE_FILES += gcry_blowfish.module$(EXEEXT) +gcry_blowfish_module_SOURCES = lib/libgcrypt-grub/cipher/blowfish.c ## platform sources +nodist_gcry_blowfish_module_SOURCES = ## platform nodist sources +gcry_blowfish_module_LDADD = +gcry_blowfish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_blowfish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_blowfish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_blowfish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) -CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) -MOD_FILES += gcry_cast5.mod -MARKER_FILES += gcry_cast5.marker -CLEANFILES += gcry_cast5.marker +BUILT_SOURCES += $(nodist_gcry_blowfish_module_SOURCES) +CLEANFILES += $(nodist_gcry_blowfish_module_SOURCES) +MOD_FILES += gcry_blowfish.mod +MARKER_FILES += gcry_blowfish.marker +CLEANFILES += gcry_blowfish.marker -gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_blowfish.marker: $(gcry_blowfish_module_SOURCES) $(nodist_gcry_blowfish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_blowfish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif @@ -34818,486 +35060,486 @@ endif if COND_emu -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_des.module -MODULE_FILES += gcry_des.module$(EXEEXT) -gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources -nodist_gcry_des_module_SOURCES = ## platform nodist sources -gcry_des_module_LDADD = -gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha256.module +MODULE_FILES += gcry_sha256.module$(EXEEXT) +gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources +nodist_gcry_sha256_module_SOURCES = ## platform nodist sources +gcry_sha256_module_LDADD = +gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) -CLEANFILES += $(nodist_gcry_des_module_SOURCES) -MOD_FILES += gcry_des.mod -MARKER_FILES += gcry_des.marker -CLEANFILES += gcry_des.marker +BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) +MOD_FILES += gcry_sha256.mod +MARKER_FILES += gcry_sha256.marker +CLEANFILES += gcry_sha256.marker -gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_md4.module -MODULE_FILES += gcry_md4.module$(EXEEXT) -gcry_md4_module_SOURCES = lib/libgcrypt-grub/cipher/md4.c ## platform sources -nodist_gcry_md4_module_SOURCES = ## platform nodist sources -gcry_md4_module_LDADD = -gcry_md4_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_md4_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_md4_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_md4_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_twofish.module +MODULE_FILES += gcry_twofish.module$(EXEEXT) +gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources +nodist_gcry_twofish_module_SOURCES = ## platform nodist sources +gcry_twofish_module_LDADD = +gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_md4_module_SOURCES) -CLEANFILES += $(nodist_gcry_md4_module_SOURCES) -MOD_FILES += gcry_md4.mod -MARKER_FILES += gcry_md4.marker -CLEANFILES += gcry_md4.marker +BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) +CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) +MOD_FILES += gcry_twofish.mod +MARKER_FILES += gcry_twofish.marker +CLEANFILES += gcry_twofish.marker -gcry_md4.marker: $(gcry_md4_module_SOURCES) $(nodist_gcry_md4_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_md4_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif @@ -35544,842 +35786,974 @@ endif if COND_emu -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_rfc2268.module -MODULE_FILES += gcry_rfc2268.module$(EXEEXT) -gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources -nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources -gcry_rfc2268_module_LDADD = -gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rmd160.module +MODULE_FILES += gcry_rmd160.module$(EXEEXT) +gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources +nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources +gcry_rmd160_module_LDADD = +gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) -CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) -MOD_FILES += gcry_rfc2268.mod -MARKER_FILES += gcry_rfc2268.marker -CLEANFILES += gcry_rfc2268.marker +BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) +CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) +MOD_FILES += gcry_rmd160.mod +MARKER_FILES += gcry_rmd160.marker +CLEANFILES += gcry_rmd160.marker -gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_rijndael.module -MODULE_FILES += gcry_rijndael.module$(EXEEXT) -gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources -nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources -gcry_rijndael_module_LDADD = -gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha1.module +MODULE_FILES += gcry_sha1.module$(EXEEXT) +gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources +nodist_gcry_sha1_module_SOURCES = ## platform nodist sources +gcry_sha1_module_LDADD = +gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) -CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) -MOD_FILES += gcry_rijndael.mod -MARKER_FILES += gcry_rijndael.marker -CLEANFILES += gcry_rijndael.marker +BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) +MOD_FILES += gcry_sha1.mod +MARKER_FILES += gcry_sha1.marker +CLEANFILES += gcry_sha1.marker -gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_rmd160.module -MODULE_FILES += gcry_rmd160.module$(EXEEXT) -gcry_rmd160_module_SOURCES = lib/libgcrypt-grub/cipher/rmd160.c ## platform sources -nodist_gcry_rmd160_module_SOURCES = ## platform nodist sources -gcry_rmd160_module_LDADD = -gcry_rmd160_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_rmd160_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_rmd160_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_rmd160_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rfc2268.module +MODULE_FILES += gcry_rfc2268.module$(EXEEXT) +gcry_rfc2268_module_SOURCES = lib/libgcrypt-grub/cipher/rfc2268.c ## platform sources +nodist_gcry_rfc2268_module_SOURCES = ## platform nodist sources +gcry_rfc2268_module_LDADD = +gcry_rfc2268_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rfc2268_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rfc2268_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rfc2268_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_rmd160_module_SOURCES) -CLEANFILES += $(nodist_gcry_rmd160_module_SOURCES) -MOD_FILES += gcry_rmd160.mod -MARKER_FILES += gcry_rmd160.marker -CLEANFILES += gcry_rmd160.marker +BUILT_SOURCES += $(nodist_gcry_rfc2268_module_SOURCES) +CLEANFILES += $(nodist_gcry_rfc2268_module_SOURCES) +MOD_FILES += gcry_rfc2268.mod +MARKER_FILES += gcry_rfc2268.marker +CLEANFILES += gcry_rfc2268.marker -gcry_rmd160.marker: $(gcry_rmd160_module_SOURCES) $(nodist_gcry_rmd160_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rmd160_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rfc2268.marker: $(gcry_rfc2268_module_SOURCES) $(nodist_gcry_rfc2268_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rfc2268_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_seed.module -MODULE_FILES += gcry_seed.module$(EXEEXT) -gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -nodist_gcry_seed_module_SOURCES = ## platform nodist sources -gcry_seed_module_LDADD = -gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) -CLEANFILES += $(nodist_gcry_seed_module_SOURCES) -MOD_FILES += gcry_seed.mod -MARKER_FILES += gcry_seed.marker -CLEANFILES += gcry_seed.marker +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker -gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_seed.module -MODULE_FILES += gcry_seed.module$(EXEEXT) -gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -nodist_gcry_seed_module_SOURCES = ## platform nodist sources -gcry_seed_module_LDADD = -gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) -CLEANFILES += $(nodist_gcry_seed_module_SOURCES) -MOD_FILES += gcry_seed.mod -MARKER_FILES += gcry_seed.marker -CLEANFILES += gcry_seed.marker +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker + +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_efi +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker + +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_qemu +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker + +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_coreboot +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker + +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_multiboot +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker + +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_ieee1275 +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker + +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_x86_64_efi +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker -gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_i386_efi -noinst_PROGRAMS += gcry_seed.module -MODULE_FILES += gcry_seed.module$(EXEEXT) -gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -nodist_gcry_seed_module_SOURCES = ## platform nodist sources -gcry_seed_module_LDADD = -gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +if COND_mips_yeeloong +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) -CLEANFILES += $(nodist_gcry_seed_module_SOURCES) -MOD_FILES += gcry_seed.mod -MARKER_FILES += gcry_seed.marker -CLEANFILES += gcry_seed.marker +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker -gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_i386_qemu -noinst_PROGRAMS += gcry_seed.module -MODULE_FILES += gcry_seed.module$(EXEEXT) -gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -nodist_gcry_seed_module_SOURCES = ## platform nodist sources -gcry_seed_module_LDADD = -gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +if COND_sparc64_ieee1275 +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) -CLEANFILES += $(nodist_gcry_seed_module_SOURCES) -MOD_FILES += gcry_seed.mod -MARKER_FILES += gcry_seed.marker -CLEANFILES += gcry_seed.marker +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker -gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_i386_coreboot -noinst_PROGRAMS += gcry_seed.module -MODULE_FILES += gcry_seed.module$(EXEEXT) -gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources -nodist_gcry_seed_module_SOURCES = ## platform nodist sources -gcry_seed_module_LDADD = -gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +if COND_powerpc_ieee1275 +noinst_PROGRAMS += gcry_cast5.module +MODULE_FILES += gcry_cast5.module$(EXEEXT) +gcry_cast5_module_SOURCES = lib/libgcrypt-grub/cipher/cast5.c ## platform sources +nodist_gcry_cast5_module_SOURCES = ## platform nodist sources +gcry_cast5_module_LDADD = +gcry_cast5_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_cast5_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_cast5_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_cast5_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) -CLEANFILES += $(nodist_gcry_seed_module_SOURCES) -MOD_FILES += gcry_seed.mod -MARKER_FILES += gcry_seed.marker -CLEANFILES += gcry_seed.marker +BUILT_SOURCES += $(nodist_gcry_cast5_module_SOURCES) +CLEANFILES += $(nodist_gcry_cast5_module_SOURCES) +MOD_FILES += gcry_cast5.mod +MARKER_FILES += gcry_cast5.marker +CLEANFILES += gcry_cast5.marker -gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_cast5.marker: $(gcry_cast5_module_SOURCES) $(nodist_gcry_cast5_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_cast5_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_i386_multiboot +if COND_emu noinst_PROGRAMS += gcry_seed.module MODULE_FILES += gcry_seed.module$(EXEEXT) gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources @@ -36401,7 +36775,7 @@ grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_i386_ieee1275 +if COND_i386_pc noinst_PROGRAMS += gcry_seed.module MODULE_FILES += gcry_seed.module$(EXEEXT) gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources @@ -36423,7 +36797,7 @@ grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_x86_64_efi +if COND_i386_efi noinst_PROGRAMS += gcry_seed.module MODULE_FILES += gcry_seed.module$(EXEEXT) gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources @@ -36445,7 +36819,7 @@ grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_mips_yeeloong +if COND_i386_qemu noinst_PROGRAMS += gcry_seed.module MODULE_FILES += gcry_seed.module$(EXEEXT) gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources @@ -36467,7 +36841,7 @@ grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_sparc64_ieee1275 +if COND_i386_coreboot noinst_PROGRAMS += gcry_seed.module MODULE_FILES += gcry_seed.module$(EXEEXT) gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources @@ -36489,1719 +36863,1609 @@ grep 'MARKER' $@.new > $@; rm -f $@.new endif -if COND_powerpc_ieee1275 +if COND_i386_multiboot noinst_PROGRAMS += gcry_seed.module MODULE_FILES += gcry_seed.module$(EXEEXT) gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources nodist_gcry_seed_module_SOURCES = ## platform nodist sources gcry_seed_module_LDADD = gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) -CLEANFILES += $(nodist_gcry_seed_module_SOURCES) -MOD_FILES += gcry_seed.mod -MARKER_FILES += gcry_seed.marker -CLEANFILES += gcry_seed.marker - -gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) - grep 'MARKER' $@.new > $@; rm -f $@.new -endif - -if COND_emu -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker - -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) - grep 'MARKER' $@.new > $@; rm -f $@.new -endif - -if COND_i386_pc -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker - -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) - grep 'MARKER' $@.new > $@; rm -f $@.new -endif - -if COND_i386_efi -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker - -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) - grep 'MARKER' $@.new > $@; rm -f $@.new -endif - -if COND_i386_qemu -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker - -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) - grep 'MARKER' $@.new > $@; rm -f $@.new -endif - -if COND_i386_coreboot -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) -EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker - -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) - grep 'MARKER' $@.new > $@; rm -f $@.new -endif - -if COND_i386_multiboot -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker +BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) +CLEANFILES += $(nodist_gcry_seed_module_SOURCES) +MOD_FILES += gcry_seed.mod +MARKER_FILES += gcry_seed.marker +CLEANFILES += gcry_seed.marker -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_seed.module +MODULE_FILES += gcry_seed.module$(EXEEXT) +gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +nodist_gcry_seed_module_SOURCES = ## platform nodist sources +gcry_seed_module_LDADD = +gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker +BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) +CLEANFILES += $(nodist_gcry_seed_module_SOURCES) +MOD_FILES += gcry_seed.mod +MARKER_FILES += gcry_seed.marker +CLEANFILES += gcry_seed.marker -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_seed.module +MODULE_FILES += gcry_seed.module$(EXEEXT) +gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +nodist_gcry_seed_module_SOURCES = ## platform nodist sources +gcry_seed_module_LDADD = +gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker +BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) +CLEANFILES += $(nodist_gcry_seed_module_SOURCES) +MOD_FILES += gcry_seed.mod +MARKER_FILES += gcry_seed.marker +CLEANFILES += gcry_seed.marker -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_seed.module +MODULE_FILES += gcry_seed.module$(EXEEXT) +gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +nodist_gcry_seed_module_SOURCES = ## platform nodist sources +gcry_seed_module_LDADD = +gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker +BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) +CLEANFILES += $(nodist_gcry_seed_module_SOURCES) +MOD_FILES += gcry_seed.mod +MARKER_FILES += gcry_seed.marker +CLEANFILES += gcry_seed.marker -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_seed.module +MODULE_FILES += gcry_seed.module$(EXEEXT) +gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +nodist_gcry_seed_module_SOURCES = ## platform nodist sources +gcry_seed_module_LDADD = +gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker +BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) +CLEANFILES += $(nodist_gcry_seed_module_SOURCES) +MOD_FILES += gcry_seed.mod +MARKER_FILES += gcry_seed.marker +CLEANFILES += gcry_seed.marker -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_serpent.module -MODULE_FILES += gcry_serpent.module$(EXEEXT) -gcry_serpent_module_SOURCES = lib/libgcrypt-grub/cipher/serpent.c ## platform sources -nodist_gcry_serpent_module_SOURCES = ## platform nodist sources -gcry_serpent_module_LDADD = -gcry_serpent_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_serpent_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_serpent_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_serpent_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_seed.module +MODULE_FILES += gcry_seed.module$(EXEEXT) +gcry_seed_module_SOURCES = lib/libgcrypt-grub/cipher/seed.c ## platform sources +nodist_gcry_seed_module_SOURCES = ## platform nodist sources +gcry_seed_module_LDADD = +gcry_seed_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_seed_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_seed_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_seed_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_serpent_module_SOURCES) -CLEANFILES += $(nodist_gcry_serpent_module_SOURCES) -MOD_FILES += gcry_serpent.mod -MARKER_FILES += gcry_serpent.marker -CLEANFILES += gcry_serpent.marker +BUILT_SOURCES += $(nodist_gcry_seed_module_SOURCES) +CLEANFILES += $(nodist_gcry_seed_module_SOURCES) +MOD_FILES += gcry_seed.mod +MARKER_FILES += gcry_seed.marker +CLEANFILES += gcry_seed.marker -gcry_serpent.marker: $(gcry_serpent_module_SOURCES) $(nodist_gcry_serpent_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_serpent_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_seed.marker: $(gcry_seed_module_SOURCES) $(nodist_gcry_seed_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_seed_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_sha1.module -MODULE_FILES += gcry_sha1.module$(EXEEXT) -gcry_sha1_module_SOURCES = lib/libgcrypt-grub/cipher/sha1.c ## platform sources -nodist_gcry_sha1_module_SOURCES = ## platform nodist sources -gcry_sha1_module_LDADD = -gcry_sha1_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha1_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha1_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha1_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_sha512.module +MODULE_FILES += gcry_sha512.module$(EXEEXT) +gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources +nodist_gcry_sha512_module_SOURCES = ## platform nodist sources +gcry_sha512_module_LDADD = +gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha1_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha1_module_SOURCES) -MOD_FILES += gcry_sha1.mod -MARKER_FILES += gcry_sha1.marker -CLEANFILES += gcry_sha1.marker +BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) +CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) +MOD_FILES += gcry_sha512.mod +MARKER_FILES += gcry_sha512.marker +CLEANFILES += gcry_sha512.marker -gcry_sha1.marker: $(gcry_sha1_module_SOURCES) $(nodist_gcry_sha1_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha1_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_sha256.module -MODULE_FILES += gcry_sha256.module$(EXEEXT) -gcry_sha256_module_SOURCES = lib/libgcrypt-grub/cipher/sha256.c ## platform sources -nodist_gcry_sha256_module_SOURCES = ## platform nodist sources -gcry_sha256_module_LDADD = -gcry_sha256_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha256_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha256_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha256_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_camellia.module +MODULE_FILES += gcry_camellia.module$(EXEEXT) +gcry_camellia_module_SOURCES = lib/libgcrypt-grub/cipher/camellia-glue.c lib/libgcrypt-grub/cipher/camellia.c ## platform sources +nodist_gcry_camellia_module_SOURCES = ## platform nodist sources +gcry_camellia_module_LDADD = +gcry_camellia_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_camellia_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_camellia_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_camellia_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha256_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha256_module_SOURCES) -MOD_FILES += gcry_sha256.mod -MARKER_FILES += gcry_sha256.marker -CLEANFILES += gcry_sha256.marker +BUILT_SOURCES += $(nodist_gcry_camellia_module_SOURCES) +CLEANFILES += $(nodist_gcry_camellia_module_SOURCES) +MOD_FILES += gcry_camellia.mod +MARKER_FILES += gcry_camellia.marker +CLEANFILES += gcry_camellia.marker -gcry_sha256.marker: $(gcry_sha256_module_SOURCES) $(nodist_gcry_sha256_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha256_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_camellia.marker: $(gcry_camellia_module_SOURCES) $(nodist_gcry_camellia_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_camellia_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_sha512.module -MODULE_FILES += gcry_sha512.module$(EXEEXT) -gcry_sha512_module_SOURCES = lib/libgcrypt-grub/cipher/sha512.c ## platform sources -nodist_gcry_sha512_module_SOURCES = ## platform nodist sources -gcry_sha512_module_LDADD = -gcry_sha512_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_sha512_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_sha512_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_sha512_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_whirlpool.module +MODULE_FILES += gcry_whirlpool.module$(EXEEXT) +gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources +nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources +gcry_whirlpool_module_LDADD = +gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_sha512_module_SOURCES) -CLEANFILES += $(nodist_gcry_sha512_module_SOURCES) -MOD_FILES += gcry_sha512.mod -MARKER_FILES += gcry_sha512.marker -CLEANFILES += gcry_sha512.marker +BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) +CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) +MOD_FILES += gcry_whirlpool.mod +MARKER_FILES += gcry_whirlpool.marker +CLEANFILES += gcry_whirlpool.marker -gcry_sha512.marker: $(gcry_sha512_module_SOURCES) $(nodist_gcry_sha512_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_sha512_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_tiger.module -MODULE_FILES += gcry_tiger.module$(EXEEXT) -gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources -nodist_gcry_tiger_module_SOURCES = ## platform nodist sources -gcry_tiger_module_LDADD = -gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_des.module +MODULE_FILES += gcry_des.module$(EXEEXT) +gcry_des_module_SOURCES = lib/libgcrypt-grub/cipher/des.c ## platform sources +nodist_gcry_des_module_SOURCES = ## platform nodist sources +gcry_des_module_LDADD = +gcry_des_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_des_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_des_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_des_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) -CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) -MOD_FILES += gcry_tiger.mod -MARKER_FILES += gcry_tiger.marker -CLEANFILES += gcry_tiger.marker +BUILT_SOURCES += $(nodist_gcry_des_module_SOURCES) +CLEANFILES += $(nodist_gcry_des_module_SOURCES) +MOD_FILES += gcry_des.mod +MARKER_FILES += gcry_des.marker +CLEANFILES += gcry_des.marker -gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_des.marker: $(gcry_des_module_SOURCES) $(nodist_gcry_des_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_des_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_twofish.module -MODULE_FILES += gcry_twofish.module$(EXEEXT) -gcry_twofish_module_SOURCES = lib/libgcrypt-grub/cipher/twofish.c ## platform sources -nodist_gcry_twofish_module_SOURCES = ## platform nodist sources -gcry_twofish_module_LDADD = -gcry_twofish_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_twofish_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_twofish_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_twofish_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_rijndael.module +MODULE_FILES += gcry_rijndael.module$(EXEEXT) +gcry_rijndael_module_SOURCES = lib/libgcrypt-grub/cipher/rijndael.c ## platform sources +nodist_gcry_rijndael_module_SOURCES = ## platform nodist sources +gcry_rijndael_module_LDADD = +gcry_rijndael_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_rijndael_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_rijndael_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_rijndael_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_twofish_module_SOURCES) -CLEANFILES += $(nodist_gcry_twofish_module_SOURCES) -MOD_FILES += gcry_twofish.mod -MARKER_FILES += gcry_twofish.marker -CLEANFILES += gcry_twofish.marker +BUILT_SOURCES += $(nodist_gcry_rijndael_module_SOURCES) +CLEANFILES += $(nodist_gcry_rijndael_module_SOURCES) +MOD_FILES += gcry_rijndael.mod +MARKER_FILES += gcry_rijndael.marker +CLEANFILES += gcry_rijndael.marker -gcry_twofish.marker: $(gcry_twofish_module_SOURCES) $(nodist_gcry_twofish_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_twofish_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_rijndael.marker: $(gcry_rijndael_module_SOURCES) $(nodist_gcry_rijndael_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_rijndael_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_emu -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_pc -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_efi -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_qemu -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_coreboot -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_multiboot -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_i386_ieee1275 -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_x86_64_efi -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_mips_yeeloong -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_sparc64_ieee1275 -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif if COND_powerpc_ieee1275 -noinst_PROGRAMS += gcry_whirlpool.module -MODULE_FILES += gcry_whirlpool.module$(EXEEXT) -gcry_whirlpool_module_SOURCES = lib/libgcrypt-grub/cipher/whirlpool.c ## platform sources -nodist_gcry_whirlpool_module_SOURCES = ## platform nodist sources -gcry_whirlpool_module_LDADD = -gcry_whirlpool_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) -gcry_whirlpool_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) -gcry_whirlpool_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) -gcry_whirlpool_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +noinst_PROGRAMS += gcry_tiger.module +MODULE_FILES += gcry_tiger.module$(EXEEXT) +gcry_tiger_module_SOURCES = lib/libgcrypt-grub/cipher/tiger.c ## platform sources +nodist_gcry_tiger_module_SOURCES = ## platform nodist sources +gcry_tiger_module_LDADD = +gcry_tiger_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) $(CFLAGS_GCRY) +gcry_tiger_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +gcry_tiger_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) $(CPPFLAGS_GCRY) +gcry_tiger_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) EXTRA_DIST += -BUILT_SOURCES += $(nodist_gcry_whirlpool_module_SOURCES) -CLEANFILES += $(nodist_gcry_whirlpool_module_SOURCES) -MOD_FILES += gcry_whirlpool.mod -MARKER_FILES += gcry_whirlpool.marker -CLEANFILES += gcry_whirlpool.marker +BUILT_SOURCES += $(nodist_gcry_tiger_module_SOURCES) +CLEANFILES += $(nodist_gcry_tiger_module_SOURCES) +MOD_FILES += gcry_tiger.mod +MARKER_FILES += gcry_tiger.marker +CLEANFILES += gcry_tiger.marker -gcry_whirlpool.marker: $(gcry_whirlpool_module_SOURCES) $(nodist_gcry_whirlpool_module_SOURCES) - $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_whirlpool_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) +gcry_tiger.marker: $(gcry_tiger_module_SOURCES) $(nodist_gcry_tiger_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(gcry_tiger_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) + grep 'MARKER' $@.new > $@; rm -f $@.new +endif + +if COND_i386_pc +noinst_PROGRAMS += 915resolution.module +MODULE_FILES += 915resolution.module$(EXEEXT) +915resolution_module_SOURCES = contrib/915resolution/915resolution.c ## platform sources +nodist_915resolution_module_SOURCES = ## platform nodist sources +915resolution_module_LDADD = +915resolution_module_CFLAGS = $(AM_CFLAGS) $(CFLAGS_MODULE) -Wno-error +915resolution_module_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_MODULE) +915resolution_module_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_MODULE) +915resolution_module_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_MODULE) +EXTRA_DIST += +BUILT_SOURCES += $(nodist_915resolution_module_SOURCES) +CLEANFILES += $(nodist_915resolution_module_SOURCES) +MOD_FILES += 915resolution.mod +MARKER_FILES += 915resolution.marker +CLEANFILES += 915resolution.marker + +915resolution.marker: $(915resolution_module_SOURCES) $(nodist_915resolution_module_SOURCES) + $(TARGET_CPP) -DGRUB_LST_GENERATOR $(CPPFLAGS_MARKER) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(915resolution_module_CPPFLAGS) $(CPPFLAGS) $^ > $@.new || (rm -f $@; exit 1) grep 'MARKER' $@.new > $@; rm -f $@.new endif @@ -38376,7 +38640,7 @@ if COND_mips_yeeloong noinst_PROGRAMS += kernel.exec kernel_exec_SOURCES = kern/mips/startup.S -kernel_exec_SOURCES += kern/generic/rtc_get_time_ms.c term/ns8250.c bus/bonito.c bus/cs5536.c bus/pci.c kern/mips/cache.S kern/mips/dl.c kern/mips/init.c kern/mips/yeeloong/init.c term/at_keyboard.c term/serial.c video/sm712.c commands/keylayouts.c term/gfxterm.c font/font.c font/font_cmd.c io/bufio.c video/bitmap.c video/bitmap_scale.c video/fb/fbblit.c video/fb/fbfill.c video/fb/fbutil.c video/fb/video_fb.c video/video.c commands/boot.c term/terminfo.c term/tparm.c commands/extcmd.c lib/arg.c kern/mm.c kern/time.c kern/generic/millisleep.c kern/command.c kern/corecmd.c kern/device.c kern/disk.c kern/dl.c kern/env.c kern/err.c kern/file.c kern/fs.c kern/list.c kern/main.c kern/misc.c kern/parser.c kern/partition.c kern/rescue_parser.c kern/rescue_reader.c kern/term.c +kernel_exec_SOURCES += kern/generic/rtc_get_time_ms.c term/ns8250.c bus/bonito.c bus/cs5536.c bus/pci.c kern/mips/cache.S kern/mips/dl.c kern/mips/init.c kern/mips/yeeloong/init.c term/at_keyboard.c term/serial.c video/sm712.c commands/keylayouts.c term/gfxterm.c font/font.c font/font_cmd.c io/bufio.c video/bitmap.c video/bitmap_scale.c video/colors.c video/fb/fbblit.c video/fb/fbfill.c video/fb/fbutil.c video/fb/video_fb.c video/video.c commands/boot.c term/terminfo.c term/tparm.c commands/extcmd.c lib/arg.c kern/mm.c kern/time.c kern/generic/millisleep.c kern/command.c kern/corecmd.c kern/device.c kern/disk.c kern/dl.c kern/env.c kern/err.c kern/file.c kern/fs.c kern/list.c kern/main.c kern/misc.c kern/parser.c kern/partition.c kern/rescue_parser.c kern/rescue_reader.c kern/term.c nodist_kernel_exec_SOURCES = symlist.c ## platform nodist sources kernel_exec_LDADD = $(LDADD_KERNEL) kernel_exec_CFLAGS = $(AM_CFLAGS) $(CFLAGS_KERNEL) @@ -38667,6 +38931,48 @@ endif +if COND_i386_pc +noinst_PROGRAMS += g2hdr.image +g2hdr_image_SOURCES = contrib/ntldr-img/g2hdr.S +nodist_g2hdr_image_SOURCES = ## platform nodist sources +g2hdr_image_LDADD = +g2hdr_image_CFLAGS = $(AM_CFLAGS) $(CFLAGS_IMAGE) +g2hdr_image_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_IMAGE) $(TARGET_IMG_LDFLAGS) $(TARGET_IMG_BASE_LDOPT),0x0 +g2hdr_image_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_IMAGE) +g2hdr_image_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_IMAGE) +g2hdr_image_OBJCOPYFLAGS = $(OBJCOPYFLAGS_IMAGE) -O binary +EXTRA_DIST += +BUILT_SOURCES += $(nodist_g2hdr_image_SOURCES) +CLEANFILES += $(nodist_g2hdr_image_SOURCES) +platform_DATA += g2hdr.img +CLEANFILES += g2hdr.img + +g2hdr.img: g2hdr.image$(EXEEXT) + if test x$(USE_APPLE_CC_FIXES) = xyes; then $(MACHO2IMG) $< $@; else $(OBJCOPY) $(g2hdr_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R .rel.dyn $< $@; fi + +endif + +if COND_i386_pc +noinst_PROGRAMS += grldr.image +grldr_image_SOURCES = contrib/ntldr-img/grldrstart.S contrib/ntldr-img/ntfsbs.S +nodist_grldr_image_SOURCES = ## platform nodist sources +grldr_image_LDADD = +grldr_image_CFLAGS = $(AM_CFLAGS) $(CFLAGS_IMAGE) +grldr_image_LDFLAGS = $(AM_LDFLAGS) $(LDFLAGS_IMAGE) $(TARGET_IMG_LDFLAGS) $(TARGET_IMG_BASE_LDOPT),0x7c00 +grldr_image_CPPFLAGS = $(AM_CPPFLAGS) $(CPPFLAGS_IMAGE) +grldr_image_CCASFLAGS = $(AM_CCASFLAGS) $(CCASFLAGS_IMAGE) -DGRLDR_MBR +grldr_image_OBJCOPYFLAGS = $(OBJCOPYFLAGS_IMAGE) -O binary +EXTRA_DIST += +BUILT_SOURCES += $(nodist_grldr_image_SOURCES) +CLEANFILES += $(nodist_grldr_image_SOURCES) +platform_DATA += grldr.img +CLEANFILES += grldr.img + +grldr.img: grldr.image$(EXEEXT) + if test x$(USE_APPLE_CC_FIXES) = xyes; then $(MACHO2IMG) $< $@; else $(OBJCOPY) $(grldr_image_OBJCOPYFLAGS) --strip-unneeded -R .note -R .comment -R .note.gnu.build-id -R .reginfo -R .rel.dyn $< $@; fi + +endif + libgnulib_a_SOURCES = nodist_libgnulib_a_SOURCES = libgnulib_a_CFLAGS = @@ -39084,3 +39390,4 @@ dist_noinst_DATA += genmod.sh.in endif +include contrib/ntldr-img/Makefile.core.common --- grub2-1.99.orig/grub-core/Makefile.gcry.def +++ grub2-1.99/grub-core/Makefile.gcry.def @@ -1,30 +1,29 @@ AutoGen definitions Makefile.tpl; module = { - name = gcry_arcfour; - common = lib/libgcrypt-grub/cipher/arcfour.c; + name = gcry_serpent; + common = lib/libgcrypt-grub/cipher/serpent.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_blowfish; - common = lib/libgcrypt-grub/cipher/blowfish.c; + name = gcry_md4; + common = lib/libgcrypt-grub/cipher/md4.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_camellia; - common = lib/libgcrypt-grub/cipher/camellia-glue.c; - common = lib/libgcrypt-grub/cipher/camellia.c; + name = gcry_arcfour; + common = lib/libgcrypt-grub/cipher/arcfour.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_cast5; - common = lib/libgcrypt-grub/cipher/cast5.c; + name = gcry_blowfish; + common = lib/libgcrypt-grub/cipher/blowfish.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; @@ -37,15 +36,15 @@ }; module = { - name = gcry_des; - common = lib/libgcrypt-grub/cipher/des.c; + name = gcry_sha256; + common = lib/libgcrypt-grub/cipher/sha256.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_md4; - common = lib/libgcrypt-grub/cipher/md4.c; + name = gcry_twofish; + common = lib/libgcrypt-grub/cipher/twofish.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; @@ -58,78 +57,79 @@ }; module = { - name = gcry_rfc2268; - common = lib/libgcrypt-grub/cipher/rfc2268.c; + name = gcry_rmd160; + common = lib/libgcrypt-grub/cipher/rmd160.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_rijndael; - common = lib/libgcrypt-grub/cipher/rijndael.c; + name = gcry_sha1; + common = lib/libgcrypt-grub/cipher/sha1.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_rmd160; - common = lib/libgcrypt-grub/cipher/rmd160.c; + name = gcry_rfc2268; + common = lib/libgcrypt-grub/cipher/rfc2268.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_seed; - common = lib/libgcrypt-grub/cipher/seed.c; + name = gcry_cast5; + common = lib/libgcrypt-grub/cipher/cast5.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_serpent; - common = lib/libgcrypt-grub/cipher/serpent.c; + name = gcry_seed; + common = lib/libgcrypt-grub/cipher/seed.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_sha1; - common = lib/libgcrypt-grub/cipher/sha1.c; + name = gcry_sha512; + common = lib/libgcrypt-grub/cipher/sha512.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_sha256; - common = lib/libgcrypt-grub/cipher/sha256.c; + name = gcry_camellia; + common = lib/libgcrypt-grub/cipher/camellia-glue.c; + common = lib/libgcrypt-grub/cipher/camellia.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_sha512; - common = lib/libgcrypt-grub/cipher/sha512.c; + name = gcry_whirlpool; + common = lib/libgcrypt-grub/cipher/whirlpool.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_tiger; - common = lib/libgcrypt-grub/cipher/tiger.c; + name = gcry_des; + common = lib/libgcrypt-grub/cipher/des.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_twofish; - common = lib/libgcrypt-grub/cipher/twofish.c; + name = gcry_rijndael; + common = lib/libgcrypt-grub/cipher/rijndael.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; module = { - name = gcry_whirlpool; - common = lib/libgcrypt-grub/cipher/whirlpool.c; + name = gcry_tiger; + common = lib/libgcrypt-grub/cipher/tiger.c; cflags = '$(CFLAGS_GCRY)'; cppflags = '$(CPPFLAGS_GCRY)'; }; --- grub2-1.99.orig/grub-core/lib/libgcrypt-grub/cipher/crypto.lst +++ grub2-1.99/grub-core/lib/libgcrypt-grub/cipher/crypto.lst @@ -5,34 +5,34 @@ AES-128: gcry_rijndael AES-192: gcry_rijndael AES-256: gcry_rijndael +SERPENT128: gcry_serpent +SERPENT192: gcry_serpent +SERPENT256: gcry_serpent +MD4: gcry_md4 ARCFOUR: gcry_arcfour BLOWFISH: gcry_blowfish -CAMELLIA128: gcry_camellia -CAMELLIA192: gcry_camellia -CAMELLIA256: gcry_camellia -CAST5: gcry_cast5 CRC32: gcry_crc CRC32RFC1510: gcry_crc CRC24RFC2440: gcry_crc -DES: gcry_des -3DES: gcry_des -MD4: gcry_md4 +SHA224: gcry_sha256 +SHA256: gcry_sha256 +TWOFISH: gcry_twofish +TWOFISH128: gcry_twofish MD5: gcry_md5 -RFC2268_40: gcry_rfc2268 -AES: gcry_rijndael -AES192: gcry_rijndael -AES256: gcry_rijndael RIPEMD160: gcry_rmd160 -SEED: gcry_seed -SERPENT128: gcry_serpent -SERPENT192: gcry_serpent -SERPENT256: gcry_serpent SHA1: gcry_sha1 -SHA224: gcry_sha256 -SHA256: gcry_sha256 +RFC2268_40: gcry_rfc2268 +CAST5: gcry_cast5 +SEED: gcry_seed SHA512: gcry_sha512 SHA384: gcry_sha512 -TIGER192: gcry_tiger -TWOFISH: gcry_twofish -TWOFISH128: gcry_twofish +CAMELLIA128: gcry_camellia +CAMELLIA192: gcry_camellia +CAMELLIA256: gcry_camellia WHIRLPOOL: gcry_whirlpool +DES: gcry_des +3DES: gcry_des +AES: gcry_rijndael +AES192: gcry_rijndael +AES256: gcry_rijndael +TIGER192: gcry_tiger --- grub2-1.99.orig/grub-core/lib/libgcrypt-grub/cipher/ChangeLog +++ grub2-1.99/grub-core/lib/libgcrypt-grub/cipher/ChangeLog @@ -1,8 +1,31 @@ -2011-05-14 Automatic import tool +2011-11-13 Automatic import tool Imported ciphers to GRUB - * ac.c: Removed + * md.c: Removed + * serpent.c: Removed including of config.h + Removed including of string.h + Removed including of stdio.h + (GRUB_MOD_INIT(gcry_serpent)): New function + + Register cipher _gcry_cipher_spec_serpent128 + Register cipher _gcry_cipher_spec_serpent192 + Register cipher _gcry_cipher_spec_serpent256 + (GRUB_MOD_FINI(gcry_serpent)): New function + + Unregister cipher _gcry_cipher_spec_serpent128 + Unregister cipher _gcry_cipher_spec_serpent192 + Unregister cipher _gcry_cipher_spec_serpent256 + * md4.c: Removed including of config.h + Removed including of stdio.h + Removed including of stdlib.h + Removed including of string.h + (GRUB_MOD_INIT(gcry_md4)): New function + + Register digest _gcry_digest_spec_md4 + (GRUB_MOD_FINI(gcry_md4)): New function + + Unregister MD _gcry_digest_spec_md4 * arcfour.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h @@ -15,6 +38,7 @@ (GRUB_MOD_FINI(gcry_arcfour)): New function Unregister cipher _gcry_cipher_spec_arcfour + * hash-common.c: Removed * blowfish.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h @@ -26,35 +50,6 @@ (GRUB_MOD_FINI(gcry_blowfish)): New function Unregister cipher _gcry_cipher_spec_blowfish - * camellia.c: Removed including of string.h - Removed including of stdlib.h - * camellia.h: Removed including of config.h - * camellia-glue.c: Removed including of config.h - Removed including of config.h - (elftest): Removed declaration. - (selftest): Removed. - (GRUB_MOD_INIT(gcry_camellia)): New function - - Register cipher _gcry_cipher_spec_camellia128 - Register cipher _gcry_cipher_spec_camellia192 - Register cipher _gcry_cipher_spec_camellia256 - (GRUB_MOD_FINI(gcry_camellia)): New function - - Unregister cipher _gcry_cipher_spec_camellia128 - Unregister cipher _gcry_cipher_spec_camellia192 - Unregister cipher _gcry_cipher_spec_camellia256 - * cast5.c: Removed including of config.h - Removed including of stdio.h - Removed including of stdlib.h - Removed including of string.h - (selftest): Removed. - (GRUB_MOD_INIT(gcry_cast5)): New function - - Register cipher _gcry_cipher_spec_cast5 - (GRUB_MOD_FINI(gcry_cast5)): New function - - Unregister cipher _gcry_cipher_spec_cast5 - * cipher.c: Removed * crc.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h @@ -69,55 +64,53 @@ Unregister MD _gcry_digest_spec_crc32 Unregister MD _gcry_digest_spec_crc32_rfc1510 Unregister MD _gcry_digest_spec_crc24_rfc2440 - * des.c: Removed including of config.h + * ecc.c: Removed including of config.h Removed including of stdio.h + Removed including of stdlib.h Removed including of string.h - (elftest): Removed declaration. - (weak_keys_chksum): Removed. - (tripledes_set2keys): Removed. - (selftest): Removed. - (do_tripledes_set_extra_info): Removed. - (selftest_fips): Removed. + (selftests_ecdsa): Removed. (run_selftests): Removed. - (_gcry_cipher_extraspec_tripledes): Removed. - (GRUB_MOD_INIT(gcry_des)): New function - - Register cipher _gcry_cipher_spec_des - Register cipher _gcry_cipher_spec_tripledes - (GRUB_MOD_FINI(gcry_des)): New function - - Unregister cipher _gcry_cipher_spec_des - Unregister cipher _gcry_cipher_spec_tripledes - * dsa.c: Removed including of config.h + * sha256.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - (selftest_sign_1024): Removed. - (selftests_dsa): Removed. + (selftests_sha224): Removed. + (selftests_sha256): Removed. (run_selftests): Removed. - * ecc.c: Removed including of config.h + (_gcry_digest_extraspec_sha224): Removed. + (_gcry_digest_extraspec_sha256): Removed. + (GRUB_MOD_INIT(gcry_sha256)): New function + + Register digest _gcry_digest_spec_sha224 + Register digest _gcry_digest_spec_sha256 + (GRUB_MOD_FINI(gcry_sha256)): New function + + Unregister MD _gcry_digest_spec_sha224 + Unregister MD _gcry_digest_spec_sha256 + * pubkey.c: Removed + * primegen.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - (selftests_ecdsa): Removed. - (run_selftests): Removed. - * elgamal.c: Removed including of config.h + Removed including of errno.h + * ac.c: Removed + * twofish.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - * hash-common.c: Removed - * hmac-tests.c: Removed - * md.c: Removed - * md4.c: Removed including of config.h + (elftest): Removed declaration. + (selftest): Removed. Removed including of stdio.h - Removed including of stdlib.h Removed including of string.h - (GRUB_MOD_INIT(gcry_md4)): New function + Removed including of time.h + (GRUB_MOD_INIT(gcry_twofish)): New function - Register digest _gcry_digest_spec_md4 - (GRUB_MOD_FINI(gcry_md4)): New function + Register cipher _gcry_cipher_spec_twofish + Register cipher _gcry_cipher_spec_twofish128 + (GRUB_MOD_FINI(gcry_twofish)): New function - Unregister MD _gcry_digest_spec_md4 + Unregister cipher _gcry_cipher_spec_twofish + Unregister cipher _gcry_cipher_spec_twofish128 * md5.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h @@ -128,12 +121,34 @@ (GRUB_MOD_FINI(gcry_md5)): New function Unregister MD _gcry_digest_spec_md5 - * primegen.c: Removed including of config.h + * camellia.c: Removed including of string.h + Removed including of stdlib.h + * hmac-tests.c: Removed + * rmd160.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - Removed including of errno.h - * pubkey.c: Removed + (_gcry_rmd160_hash_buffer): Removed. + (GRUB_MOD_INIT(gcry_rmd160)): New function + + Register digest _gcry_digest_spec_rmd160 + (GRUB_MOD_FINI(gcry_rmd160)): New function + + Unregister MD _gcry_digest_spec_rmd160 + * sha1.c: Removed including of config.h + Removed including of stdio.h + Removed including of stdlib.h + Removed including of string.h + (_gcry_sha1_hash_buffer): Removed. + (selftests_sha1): Removed. + (run_selftests): Removed. + (_gcry_digest_extraspec_sha1): Removed. + (GRUB_MOD_INIT(gcry_sha1)): New function + + Register digest _gcry_digest_spec_sha1 + (GRUB_MOD_FINI(gcry_sha1)): New function + + Unregister MD _gcry_digest_spec_sha1 * rfc2268.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h @@ -146,48 +161,24 @@ (GRUB_MOD_FINI(gcry_rfc2268)): New function Unregister cipher _gcry_cipher_spec_rfc2268_40 - * rijndael.c: Removed including of config.h + * cast5.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - (elftest): Removed declaration. - (_gcry_aes_cfb_enc): Removed. - (_gcry_aes_cbc_enc): Removed. - (_gcry_aes_cfb_dec): Removed. - (_gcry_aes_cbc_dec): Removed. - (selftest_basic_128): Removed. - (selftest_basic_192): Removed. - (selftest_basic_256): Removed. (selftest): Removed. - (selftest_fips_128_38a): Removed. - (selftest_fips_128): Removed. - (selftest_fips_192): Removed. - (selftest_fips_256): Removed. - (run_selftests): Removed. - (_gcry_cipher_extraspec_aes): Removed. - (_gcry_cipher_extraspec_aes192): Removed. - (_gcry_cipher_extraspec_aes256): Removed. - (GRUB_MOD_INIT(gcry_rijndael)): New function + (GRUB_MOD_INIT(gcry_cast5)): New function - Register cipher _gcry_cipher_spec_aes - Register cipher _gcry_cipher_spec_aes192 - Register cipher _gcry_cipher_spec_aes256 - (GRUB_MOD_FINI(gcry_rijndael)): New function + Register cipher _gcry_cipher_spec_cast5 + (GRUB_MOD_FINI(gcry_cast5)): New function - Unregister cipher _gcry_cipher_spec_aes - Unregister cipher _gcry_cipher_spec_aes192 - Unregister cipher _gcry_cipher_spec_aes256 - * rmd160.c: Removed including of config.h + Unregister cipher _gcry_cipher_spec_cast5 + * dsa.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - (_gcry_rmd160_hash_buffer): Removed. - (GRUB_MOD_INIT(gcry_rmd160)): New function - - Register digest _gcry_digest_spec_rmd160 - (GRUB_MOD_FINI(gcry_rmd160)): New function - - Unregister MD _gcry_digest_spec_rmd160 + (selftest_sign_1024): Removed. + (selftests_dsa): Removed. + (run_selftests): Removed. * rsa.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h @@ -208,50 +199,6 @@ (GRUB_MOD_FINI(gcry_seed)): New function Unregister cipher _gcry_cipher_spec_seed - * serpent.c: Removed including of config.h - Removed including of string.h - Removed including of stdio.h - (GRUB_MOD_INIT(gcry_serpent)): New function - - Register cipher _gcry_cipher_spec_serpent128 - Register cipher _gcry_cipher_spec_serpent192 - Register cipher _gcry_cipher_spec_serpent256 - (GRUB_MOD_FINI(gcry_serpent)): New function - - Unregister cipher _gcry_cipher_spec_serpent128 - Unregister cipher _gcry_cipher_spec_serpent192 - Unregister cipher _gcry_cipher_spec_serpent256 - * sha1.c: Removed including of config.h - Removed including of stdio.h - Removed including of stdlib.h - Removed including of string.h - (_gcry_sha1_hash_buffer): Removed. - (selftests_sha1): Removed. - (run_selftests): Removed. - (_gcry_digest_extraspec_sha1): Removed. - (GRUB_MOD_INIT(gcry_sha1)): New function - - Register digest _gcry_digest_spec_sha1 - (GRUB_MOD_FINI(gcry_sha1)): New function - - Unregister MD _gcry_digest_spec_sha1 - * sha256.c: Removed including of config.h - Removed including of stdio.h - Removed including of stdlib.h - Removed including of string.h - (selftests_sha224): Removed. - (selftests_sha256): Removed. - (run_selftests): Removed. - (_gcry_digest_extraspec_sha224): Removed. - (_gcry_digest_extraspec_sha256): Removed. - (GRUB_MOD_INIT(gcry_sha256)): New function - - Register digest _gcry_digest_spec_sha224 - Register digest _gcry_digest_spec_sha256 - (GRUB_MOD_FINI(gcry_sha256)): New function - - Unregister MD _gcry_digest_spec_sha224 - Unregister MD _gcry_digest_spec_sha256 * sha512.c: Removed including of config.h Removed including of string.h (selftests_sha384): Removed. @@ -267,43 +214,96 @@ Unregister MD _gcry_digest_spec_sha512 Unregister MD _gcry_digest_spec_sha384 - * tiger.c: Removed including of config.h + * cipher.c: Removed + * camellia-glue.c: Removed including of config.h + Removed including of config.h + (elftest): Removed declaration. + (selftest): Removed. + (GRUB_MOD_INIT(gcry_camellia)): New function + + Register cipher _gcry_cipher_spec_camellia128 + Register cipher _gcry_cipher_spec_camellia192 + Register cipher _gcry_cipher_spec_camellia256 + (GRUB_MOD_FINI(gcry_camellia)): New function + + Unregister cipher _gcry_cipher_spec_camellia128 + Unregister cipher _gcry_cipher_spec_camellia192 + Unregister cipher _gcry_cipher_spec_camellia256 + * whirlpool.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - (GRUB_MOD_INIT(gcry_tiger)): New function + (GRUB_MOD_INIT(gcry_whirlpool)): New function - Register digest _gcry_digest_spec_tiger - (GRUB_MOD_FINI(gcry_tiger)): New function + Register digest _gcry_digest_spec_whirlpool + (GRUB_MOD_FINI(gcry_whirlpool)): New function - Unregister MD _gcry_digest_spec_tiger - * twofish.c: Removed including of config.h + Unregister MD _gcry_digest_spec_whirlpool + * elgamal.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h + * des.c: Removed including of config.h + Removed including of stdio.h + Removed including of string.h (elftest): Removed declaration. + (weak_keys_chksum): Removed. + (tripledes_set2keys): Removed. (selftest): Removed. + (do_tripledes_set_extra_info): Removed. + (selftest_fips): Removed. + (run_selftests): Removed. + (_gcry_cipher_extraspec_tripledes): Removed. + (GRUB_MOD_INIT(gcry_des)): New function + + Register cipher _gcry_cipher_spec_des + Register cipher _gcry_cipher_spec_tripledes + (GRUB_MOD_FINI(gcry_des)): New function + + Unregister cipher _gcry_cipher_spec_des + Unregister cipher _gcry_cipher_spec_tripledes + * camellia.h: Removed including of config.h + * rijndael.c: Removed including of config.h Removed including of stdio.h + Removed including of stdlib.h Removed including of string.h - Removed including of time.h - (GRUB_MOD_INIT(gcry_twofish)): New function + (elftest): Removed declaration. + (_gcry_aes_cfb_enc): Removed. + (_gcry_aes_cbc_enc): Removed. + (_gcry_aes_cfb_dec): Removed. + (_gcry_aes_cbc_dec): Removed. + (selftest_basic_128): Removed. + (selftest_basic_192): Removed. + (selftest_basic_256): Removed. + (selftest): Removed. + (selftest_fips_128_38a): Removed. + (selftest_fips_128): Removed. + (selftest_fips_192): Removed. + (selftest_fips_256): Removed. + (run_selftests): Removed. + (_gcry_cipher_extraspec_aes): Removed. + (_gcry_cipher_extraspec_aes192): Removed. + (_gcry_cipher_extraspec_aes256): Removed. + (GRUB_MOD_INIT(gcry_rijndael)): New function - Register cipher _gcry_cipher_spec_twofish - Register cipher _gcry_cipher_spec_twofish128 - (GRUB_MOD_FINI(gcry_twofish)): New function + Register cipher _gcry_cipher_spec_aes + Register cipher _gcry_cipher_spec_aes192 + Register cipher _gcry_cipher_spec_aes256 + (GRUB_MOD_FINI(gcry_rijndael)): New function - Unregister cipher _gcry_cipher_spec_twofish - Unregister cipher _gcry_cipher_spec_twofish128 - * whirlpool.c: Removed including of config.h + Unregister cipher _gcry_cipher_spec_aes + Unregister cipher _gcry_cipher_spec_aes192 + Unregister cipher _gcry_cipher_spec_aes256 + * tiger.c: Removed including of config.h Removed including of stdio.h Removed including of stdlib.h Removed including of string.h - (GRUB_MOD_INIT(gcry_whirlpool)): New function + (GRUB_MOD_INIT(gcry_tiger)): New function - Register digest _gcry_digest_spec_whirlpool - (GRUB_MOD_FINI(gcry_whirlpool)): New function + Register digest _gcry_digest_spec_tiger + (GRUB_MOD_FINI(gcry_tiger)): New function - Unregister MD _gcry_digest_spec_whirlpool + Unregister MD _gcry_digest_spec_tiger * crypto.lst: New file. * types.h: New file. * memory.h: New file. --- grub2-1.99.orig/grub-core/gnulib/Makefile.in +++ grub2-1.99/grub-core/gnulib/Makefile.in @@ -753,6 +753,7 @@ enable_grub_emu_sdl = @enable_grub_emu_sdl@ enable_grub_emu_usb = @enable_grub_emu_usb@ enable_grub_mkfont = @enable_grub_mkfont@ +enable_grub_mount = @enable_grub_mount@ exec_prefix = @exec_prefix@ freetype_cflags = @freetype_cflags@ freetype_libs = @freetype_libs@