~darkmuggle-deactivatedaccount/ubuntu/quantal/grub2/fix-872244

« back to all changes in this revision

Viewing changes to Makefile.util.am

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson, Colin Watson, Evan Broder, Mario Limonciello
  • Date: 2010-11-24 13:59:55 UTC
  • mfrom: (1.17.6 upstream) (17.6.15 experimental)
  • Revision ID: james.westby@ubuntu.com-20101124135955-r6ii5sepayr7jt53
Tags: 1.99~20101124-1ubuntu1
[ Colin Watson ]
* Resynchronise with Debian experimental.  Remaining changes:
  - Adjust for default Ubuntu boot options ("quiet splash").
  - Default to hiding the menu; holding down Shift at boot will show it.
  - Set a monochromatic theme for Ubuntu.
  - Apply Ubuntu GRUB Legacy changes to legacy update-grub script: title,
    recovery mode, quiet option, tweak how memtest86+ is displayed, and
    use UUIDs where appropriate.
  - Fix backslash-escaping in merge_debconf_into_conf.
  - Remove "GNU/Linux" from default distributor string.
  - Add crashkernel= options if kdump and makedumpfile are available.
  - If other operating systems are installed, then automatically unhide
    the menu.  Otherwise, if GRUB_HIDDEN_TIMEOUT is 0, then use keystatus
    if available to check whether Shift is pressed.  If it is, show the
    menu, otherwise boot immediately.  If keystatus is not available, then
    fall back to a short delay interruptible with Escape.
  - Allow Shift to interrupt 'sleep --interruptible'.
  - Don't display introductory message about line editing unless we're
    actually offering a shell prompt.  Don't clear the screen just before
    booting if we never drew the menu in the first place.
  - Remove some verbose messages printed before reading the configuration
    file.
  - Suppress progress messages as the kernel and initrd load for
    non-recovery kernel menu entries.
  - Change prepare_grub_to_access_device to handle filesystems
    loop-mounted on file images.
  - Ignore devices loop-mounted from files in 10_linux.
  - Show the boot menu if the previous boot failed, that is if it failed
    to get to the end of one of the normal runlevels.
  - Don't generate /boot/grub/device.map during grub-install or
    grub-mkconfig by default.
  - Adjust upgrade version checks for Ubuntu.
  - Don't display "GRUB loading" unless Shift is held down.
  - Adjust versions of grub-doc and grub-legacy-doc conflicts to tolerate
    our backport of the grub-doc split.
  - Fix LVM/RAID probing in the absence of /boot/grub/device.map.
  - Look for .mo files in /usr/share/locale-langpack as well, in
    preference.
  - Make sure GRUB_TIMEOUT isn't quoted unnecessarily.
  - Probe all devices in 'grub-probe --target=drive' if
    /boot/grub/device.map is missing.
  - Build-depend on qemu-kvm rather than qemu-system for grub-pc tests.
  - Use qemu rather than qemu-system-i386.
  - Program vesafb on BIOS systems rather than efifb.
  - Add a grub-rescue-efi-amd64 package containing a rescue CD-ROM image
    for EFI-AMD64.
  - On Wubi, don't ask for an install device, but just update wubildr
    using the diverted grub-install.
  - When embedding the core image in a post-MBR gap, check for and avoid
    sectors matching any of a list of known signatures.
  - Disable video_bochs and video_cirrus on PC BIOS systems, as probing
    PCI space seems to break on some systems.
* Downgrade "ACPI shutdown failed" error to a debug message, since it can
  cause spurious test failures.

[ Evan Broder ]
* Enable lua from grub-extras.
* Incorporate the bitop library into lua.
* Add enum_pci function to grub module in lua.
* Switch back to gfxpayload=keep by default, unless the video hardware
  is known to not support it.

[ Mario Limonciello ]
* Built part_msdos and vfat into bootx64.efi (LP: #677758)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
libgrubkern_a_SOURCES  = 
 
3
nodist_libgrubkern_a_SOURCES  = 
 
4
libgrubkern_a_CFLAGS  = 
 
5
libgrubkern_a_CPPFLAGS  = 
 
6
libgrubkern_a_CCASFLAGS  = 
 
7
libgrubmods_a_SOURCES  = 
 
8
nodist_libgrubmods_a_SOURCES  = 
 
9
libgrubmods_a_CFLAGS  = 
 
10
libgrubmods_a_CPPFLAGS  = 
 
11
libgrubmods_a_CCASFLAGS  = 
 
12
 
 
13
if COND_emu
 
14
noinst_LIBRARIES += libgrubkern.a
 
15
libgrubkern_a_SOURCES += 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 
 
16
nodist_libgrubkern_a_SOURCES += 
 
17
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
18
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
19
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
20
EXTRA_DIST += 
 
21
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
22
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
23
endif
 
24
 
 
25
if COND_i386_pc
 
26
noinst_LIBRARIES += libgrubkern.a
 
27
libgrubkern_a_SOURCES += 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 
 
28
nodist_libgrubkern_a_SOURCES += 
 
29
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
30
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
31
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
32
EXTRA_DIST += 
 
33
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
34
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
35
endif
 
36
 
 
37
if COND_i386_efi
 
38
noinst_LIBRARIES += libgrubkern.a
 
39
libgrubkern_a_SOURCES += 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 
 
40
nodist_libgrubkern_a_SOURCES += 
 
41
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
42
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
43
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
44
EXTRA_DIST += 
 
45
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
46
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
47
endif
 
48
 
 
49
if COND_i386_qemu
 
50
noinst_LIBRARIES += libgrubkern.a
 
51
libgrubkern_a_SOURCES += 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 
 
52
nodist_libgrubkern_a_SOURCES += 
 
53
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
54
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
55
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
56
EXTRA_DIST += 
 
57
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
58
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
59
endif
 
60
 
 
61
if COND_i386_coreboot
 
62
noinst_LIBRARIES += libgrubkern.a
 
63
libgrubkern_a_SOURCES += 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 
 
64
nodist_libgrubkern_a_SOURCES += 
 
65
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
66
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
67
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
68
EXTRA_DIST += 
 
69
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
70
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
71
endif
 
72
 
 
73
if COND_i386_multiboot
 
74
noinst_LIBRARIES += libgrubkern.a
 
75
libgrubkern_a_SOURCES += 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 
 
76
nodist_libgrubkern_a_SOURCES += 
 
77
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
78
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
79
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
80
EXTRA_DIST += 
 
81
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
82
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
83
endif
 
84
 
 
85
if COND_i386_ieee1275
 
86
noinst_LIBRARIES += libgrubkern.a
 
87
libgrubkern_a_SOURCES += 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 
 
88
nodist_libgrubkern_a_SOURCES += 
 
89
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
90
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
91
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
92
EXTRA_DIST += 
 
93
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
94
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
95
endif
 
96
 
 
97
if COND_x86_64_efi
 
98
noinst_LIBRARIES += libgrubkern.a
 
99
libgrubkern_a_SOURCES += 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 
 
100
nodist_libgrubkern_a_SOURCES += 
 
101
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
102
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
103
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
104
EXTRA_DIST += 
 
105
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
106
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
107
endif
 
108
 
 
109
if COND_mips_yeeloong
 
110
noinst_LIBRARIES += libgrubkern.a
 
111
libgrubkern_a_SOURCES += 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 
 
112
nodist_libgrubkern_a_SOURCES += 
 
113
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
114
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
115
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
116
EXTRA_DIST += 
 
117
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
118
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
119
endif
 
120
 
 
121
if COND_sparc64_ieee1275
 
122
noinst_LIBRARIES += libgrubkern.a
 
123
libgrubkern_a_SOURCES += 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 
 
124
nodist_libgrubkern_a_SOURCES += 
 
125
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
126
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
127
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
128
EXTRA_DIST += 
 
129
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
130
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
131
endif
 
132
 
 
133
if COND_powerpc_ieee1275
 
134
noinst_LIBRARIES += libgrubkern.a
 
135
libgrubkern_a_SOURCES += 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 
 
136
nodist_libgrubkern_a_SOURCES += 
 
137
libgrubkern_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GNULIB) 
 
138
libgrubkern_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GNULIB) 
 
139
libgrubkern_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
140
EXTRA_DIST += 
 
141
BUILT_SOURCES += $(nodist_libgrubkern_a_SOURCES)
 
142
CLEANFILES += $(nodist_libgrubkern_a_SOURCES)
 
143
endif
 
144
 
 
145
if COND_emu
 
146
noinst_LIBRARIES += libgrubmods.a
 
147
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/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/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 
 
148
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
149
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
150
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
151
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
152
EXTRA_DIST += 
 
153
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
154
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
155
endif
 
156
 
 
157
if COND_i386_pc
 
158
noinst_LIBRARIES += libgrubmods.a
 
159
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/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/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 
 
160
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
161
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
162
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
163
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
164
EXTRA_DIST += 
 
165
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
166
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
167
endif
 
168
 
 
169
if COND_i386_efi
 
170
noinst_LIBRARIES += libgrubmods.a
 
171
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/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/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 
 
172
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
173
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
174
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
175
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
176
EXTRA_DIST += 
 
177
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
178
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
179
endif
 
180
 
 
181
if COND_i386_qemu
 
182
noinst_LIBRARIES += libgrubmods.a
 
183
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/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/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 
 
184
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
185
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
186
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
187
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
188
EXTRA_DIST += 
 
189
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
190
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
191
endif
 
192
 
 
193
if COND_i386_coreboot
 
194
noinst_LIBRARIES += libgrubmods.a
 
195
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/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/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 
 
196
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
197
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
198
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
199
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
200
EXTRA_DIST += 
 
201
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
202
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
203
endif
 
204
 
 
205
if COND_i386_multiboot
 
206
noinst_LIBRARIES += libgrubmods.a
 
207
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/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/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 
 
208
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
209
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
210
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
211
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
212
EXTRA_DIST += 
 
213
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
214
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
215
endif
 
216
 
 
217
if COND_i386_ieee1275
 
218
noinst_LIBRARIES += libgrubmods.a
 
219
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/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/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 
 
220
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
221
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
222
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
223
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
224
EXTRA_DIST += 
 
225
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
226
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
227
endif
 
228
 
 
229
if COND_x86_64_efi
 
230
noinst_LIBRARIES += libgrubmods.a
 
231
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/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/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 
 
232
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
233
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
234
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
235
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
236
EXTRA_DIST += 
 
237
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
238
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
239
endif
 
240
 
 
241
if COND_mips_yeeloong
 
242
noinst_LIBRARIES += libgrubmods.a
 
243
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/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/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 
 
244
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
245
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
246
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
247
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
248
EXTRA_DIST += 
 
249
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
250
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
251
endif
 
252
 
 
253
if COND_sparc64_ieee1275
 
254
noinst_LIBRARIES += libgrubmods.a
 
255
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/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/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 
 
256
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
257
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
258
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
259
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
260
EXTRA_DIST += 
 
261
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
262
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
263
endif
 
264
 
 
265
if COND_powerpc_ieee1275
 
266
noinst_LIBRARIES += libgrubmods.a
 
267
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/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/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 
 
268
nodist_libgrubmods_a_SOURCES += grub_script.tab.c grub_script.yy.c libgrub_a_init.c grub_script.yy.h grub_script.tab.h 
 
269
libgrubmods_a_CFLAGS += $(AM_CFLAGS) $(CFLAGS_LIBRARY) $(CFLAGS_GCRY) 
 
270
libgrubmods_a_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS_LIBRARY) $(CPPFLAGS_GCRY) 
 
271
libgrubmods_a_CCASFLAGS += $(AM_CCASFLAGS) $(CCASFLAGS_LIBRARY) 
 
272
EXTRA_DIST += 
 
273
BUILT_SOURCES += $(nodist_libgrubmods_a_SOURCES)
 
274
CLEANFILES += $(nodist_libgrubmods_a_SOURCES)
 
275
endif
 
276
 
 
277
if COND_emu
 
278
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
279
nodist_libgrubmods_a_SOURCES += 
 
280
libgrubmods_a_CFLAGS += 
 
281
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
282
libgrubmods_a_CCASFLAGS += 
 
283
EXTRA_DIST += 
 
284
endif
 
285
 
 
286
if COND_i386_pc
 
287
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
288
nodist_libgrubmods_a_SOURCES += 
 
289
libgrubmods_a_CFLAGS += 
 
290
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
291
libgrubmods_a_CCASFLAGS += 
 
292
EXTRA_DIST += 
 
293
endif
 
294
 
 
295
if COND_i386_efi
 
296
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
297
nodist_libgrubmods_a_SOURCES += 
 
298
libgrubmods_a_CFLAGS += 
 
299
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
300
libgrubmods_a_CCASFLAGS += 
 
301
EXTRA_DIST += 
 
302
endif
 
303
 
 
304
if COND_i386_qemu
 
305
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
306
nodist_libgrubmods_a_SOURCES += 
 
307
libgrubmods_a_CFLAGS += 
 
308
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
309
libgrubmods_a_CCASFLAGS += 
 
310
EXTRA_DIST += 
 
311
endif
 
312
 
 
313
if COND_i386_coreboot
 
314
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
315
nodist_libgrubmods_a_SOURCES += 
 
316
libgrubmods_a_CFLAGS += 
 
317
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
318
libgrubmods_a_CCASFLAGS += 
 
319
EXTRA_DIST += 
 
320
endif
 
321
 
 
322
if COND_i386_multiboot
 
323
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
324
nodist_libgrubmods_a_SOURCES += 
 
325
libgrubmods_a_CFLAGS += 
 
326
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
327
libgrubmods_a_CCASFLAGS += 
 
328
EXTRA_DIST += 
 
329
endif
 
330
 
 
331
if COND_i386_ieee1275
 
332
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
333
nodist_libgrubmods_a_SOURCES += 
 
334
libgrubmods_a_CFLAGS += 
 
335
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
336
libgrubmods_a_CCASFLAGS += 
 
337
EXTRA_DIST += 
 
338
endif
 
339
 
 
340
if COND_x86_64_efi
 
341
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
342
nodist_libgrubmods_a_SOURCES += 
 
343
libgrubmods_a_CFLAGS += 
 
344
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
345
libgrubmods_a_CCASFLAGS += 
 
346
EXTRA_DIST += 
 
347
endif
 
348
 
 
349
if COND_mips_yeeloong
 
350
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
351
nodist_libgrubmods_a_SOURCES += 
 
352
libgrubmods_a_CFLAGS += 
 
353
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
354
libgrubmods_a_CCASFLAGS += 
 
355
EXTRA_DIST += 
 
356
endif
 
357
 
 
358
if COND_sparc64_ieee1275
 
359
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
360
nodist_libgrubmods_a_SOURCES += 
 
361
libgrubmods_a_CFLAGS += 
 
362
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
363
libgrubmods_a_CCASFLAGS += 
 
364
EXTRA_DIST += 
 
365
endif
 
366
 
 
367
if COND_powerpc_ieee1275
 
368
libgrubmods_a_SOURCES += contrib/zfs/zfs.c contrib/zfs/zfs_lzjb.c contrib/zfs/zfs_sha256.c contrib/zfs/zfs_fletcher.c 
 
369
nodist_libgrubmods_a_SOURCES += 
 
370
libgrubmods_a_CFLAGS += 
 
371
libgrubmods_a_CPPFLAGS += $(ZFS_CPPFLAGS) 
 
372
libgrubmods_a_CCASFLAGS += 
 
373
EXTRA_DIST += 
 
374
endif
 
375
 
 
376
if COND_emu
 
377
bin_PROGRAMS += grub-bin2h
 
378
if COND_MAN_PAGES
 
379
man_MANS += grub-bin2h.1
 
380
 
 
381
grub-bin2h.1: grub-bin2h
 
382
        chmod a+x grub-bin2h
 
383
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
384
        
 
385
CLEANFILES += grub-bin2h.1
 
386
endif
 
387
grub_bin2h_SOURCES  = util/bin2h.c 
 
388
nodist_grub_bin2h_SOURCES  = 
 
389
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
390
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
391
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
392
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
393
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
394
EXTRA_DIST += 
 
395
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
396
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
397
endif
 
398
 
 
399
if COND_i386_pc
 
400
bin_PROGRAMS += grub-bin2h
 
401
if COND_MAN_PAGES
 
402
man_MANS += grub-bin2h.1
 
403
 
 
404
grub-bin2h.1: grub-bin2h
 
405
        chmod a+x grub-bin2h
 
406
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
407
        
 
408
CLEANFILES += grub-bin2h.1
 
409
endif
 
410
grub_bin2h_SOURCES  = util/bin2h.c 
 
411
nodist_grub_bin2h_SOURCES  = 
 
412
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
413
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
414
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
415
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
416
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
417
EXTRA_DIST += 
 
418
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
419
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
420
endif
 
421
 
 
422
if COND_i386_efi
 
423
bin_PROGRAMS += grub-bin2h
 
424
if COND_MAN_PAGES
 
425
man_MANS += grub-bin2h.1
 
426
 
 
427
grub-bin2h.1: grub-bin2h
 
428
        chmod a+x grub-bin2h
 
429
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
430
        
 
431
CLEANFILES += grub-bin2h.1
 
432
endif
 
433
grub_bin2h_SOURCES  = util/bin2h.c 
 
434
nodist_grub_bin2h_SOURCES  = 
 
435
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
436
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
437
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
438
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
439
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
440
EXTRA_DIST += 
 
441
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
442
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
443
endif
 
444
 
 
445
if COND_i386_qemu
 
446
bin_PROGRAMS += grub-bin2h
 
447
if COND_MAN_PAGES
 
448
man_MANS += grub-bin2h.1
 
449
 
 
450
grub-bin2h.1: grub-bin2h
 
451
        chmod a+x grub-bin2h
 
452
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
453
        
 
454
CLEANFILES += grub-bin2h.1
 
455
endif
 
456
grub_bin2h_SOURCES  = util/bin2h.c 
 
457
nodist_grub_bin2h_SOURCES  = 
 
458
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
459
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
460
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
461
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
462
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
463
EXTRA_DIST += 
 
464
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
465
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
466
endif
 
467
 
 
468
if COND_i386_coreboot
 
469
bin_PROGRAMS += grub-bin2h
 
470
if COND_MAN_PAGES
 
471
man_MANS += grub-bin2h.1
 
472
 
 
473
grub-bin2h.1: grub-bin2h
 
474
        chmod a+x grub-bin2h
 
475
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
476
        
 
477
CLEANFILES += grub-bin2h.1
 
478
endif
 
479
grub_bin2h_SOURCES  = util/bin2h.c 
 
480
nodist_grub_bin2h_SOURCES  = 
 
481
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
482
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
483
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
484
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
485
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
486
EXTRA_DIST += 
 
487
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
488
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
489
endif
 
490
 
 
491
if COND_i386_multiboot
 
492
bin_PROGRAMS += grub-bin2h
 
493
if COND_MAN_PAGES
 
494
man_MANS += grub-bin2h.1
 
495
 
 
496
grub-bin2h.1: grub-bin2h
 
497
        chmod a+x grub-bin2h
 
498
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
499
        
 
500
CLEANFILES += grub-bin2h.1
 
501
endif
 
502
grub_bin2h_SOURCES  = util/bin2h.c 
 
503
nodist_grub_bin2h_SOURCES  = 
 
504
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
505
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
506
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
507
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
508
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
509
EXTRA_DIST += 
 
510
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
511
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
512
endif
 
513
 
 
514
if COND_i386_ieee1275
 
515
bin_PROGRAMS += grub-bin2h
 
516
if COND_MAN_PAGES
 
517
man_MANS += grub-bin2h.1
 
518
 
 
519
grub-bin2h.1: grub-bin2h
 
520
        chmod a+x grub-bin2h
 
521
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
522
        
 
523
CLEANFILES += grub-bin2h.1
 
524
endif
 
525
grub_bin2h_SOURCES  = util/bin2h.c 
 
526
nodist_grub_bin2h_SOURCES  = 
 
527
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
528
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
529
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
530
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
531
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
532
EXTRA_DIST += 
 
533
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
534
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
535
endif
 
536
 
 
537
if COND_x86_64_efi
 
538
bin_PROGRAMS += grub-bin2h
 
539
if COND_MAN_PAGES
 
540
man_MANS += grub-bin2h.1
 
541
 
 
542
grub-bin2h.1: grub-bin2h
 
543
        chmod a+x grub-bin2h
 
544
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
545
        
 
546
CLEANFILES += grub-bin2h.1
 
547
endif
 
548
grub_bin2h_SOURCES  = util/bin2h.c 
 
549
nodist_grub_bin2h_SOURCES  = 
 
550
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
551
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
552
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
553
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
554
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
555
EXTRA_DIST += 
 
556
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
557
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
558
endif
 
559
 
 
560
if COND_mips_yeeloong
 
561
bin_PROGRAMS += grub-bin2h
 
562
if COND_MAN_PAGES
 
563
man_MANS += grub-bin2h.1
 
564
 
 
565
grub-bin2h.1: grub-bin2h
 
566
        chmod a+x grub-bin2h
 
567
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
568
        
 
569
CLEANFILES += grub-bin2h.1
 
570
endif
 
571
grub_bin2h_SOURCES  = util/bin2h.c 
 
572
nodist_grub_bin2h_SOURCES  = 
 
573
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
574
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
575
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
576
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
577
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
578
EXTRA_DIST += 
 
579
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
580
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
581
endif
 
582
 
 
583
if COND_sparc64_ieee1275
 
584
bin_PROGRAMS += grub-bin2h
 
585
if COND_MAN_PAGES
 
586
man_MANS += grub-bin2h.1
 
587
 
 
588
grub-bin2h.1: grub-bin2h
 
589
        chmod a+x grub-bin2h
 
590
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
591
        
 
592
CLEANFILES += grub-bin2h.1
 
593
endif
 
594
grub_bin2h_SOURCES  = util/bin2h.c 
 
595
nodist_grub_bin2h_SOURCES  = 
 
596
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
597
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
598
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
599
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
600
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
601
EXTRA_DIST += 
 
602
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
603
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
604
endif
 
605
 
 
606
if COND_powerpc_ieee1275
 
607
bin_PROGRAMS += grub-bin2h
 
608
if COND_MAN_PAGES
 
609
man_MANS += grub-bin2h.1
 
610
 
 
611
grub-bin2h.1: grub-bin2h
 
612
        chmod a+x grub-bin2h
 
613
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-bin2h.h2m -o $@ grub-bin2h
 
614
        
 
615
CLEANFILES += grub-bin2h.1
 
616
endif
 
617
grub_bin2h_SOURCES  = util/bin2h.c 
 
618
nodist_grub_bin2h_SOURCES  = 
 
619
grub_bin2h_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) 
 
620
grub_bin2h_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
621
grub_bin2h_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
622
grub_bin2h_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
623
grub_bin2h_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
624
EXTRA_DIST += 
 
625
BUILT_SOURCES += $(nodist_grub_bin2h_SOURCES)
 
626
CLEANFILES += $(nodist_grub_bin2h_SOURCES)
 
627
endif
 
628
 
 
629
if COND_emu
 
630
bin_PROGRAMS += grub-mkimage
 
631
if COND_MAN_PAGES
 
632
man_MANS += grub-mkimage.1
 
633
 
 
634
grub-mkimage.1: grub-mkimage
 
635
        chmod a+x grub-mkimage
 
636
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
637
        
 
638
CLEANFILES += grub-mkimage.1
 
639
endif
 
640
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
641
nodist_grub_mkimage_SOURCES  = 
 
642
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
643
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
644
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
645
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
646
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
647
EXTRA_DIST += util/grub-mkimagexx.c 
 
648
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
649
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
650
endif
 
651
 
 
652
if COND_i386_pc
 
653
bin_PROGRAMS += grub-mkimage
 
654
if COND_MAN_PAGES
 
655
man_MANS += grub-mkimage.1
 
656
 
 
657
grub-mkimage.1: grub-mkimage
 
658
        chmod a+x grub-mkimage
 
659
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
660
        
 
661
CLEANFILES += grub-mkimage.1
 
662
endif
 
663
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
664
nodist_grub_mkimage_SOURCES  = 
 
665
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
666
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
667
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
668
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
669
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
670
EXTRA_DIST += util/grub-mkimagexx.c 
 
671
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
672
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
673
endif
 
674
 
 
675
if COND_i386_efi
 
676
bin_PROGRAMS += grub-mkimage
 
677
if COND_MAN_PAGES
 
678
man_MANS += grub-mkimage.1
 
679
 
 
680
grub-mkimage.1: grub-mkimage
 
681
        chmod a+x grub-mkimage
 
682
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
683
        
 
684
CLEANFILES += grub-mkimage.1
 
685
endif
 
686
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
687
nodist_grub_mkimage_SOURCES  = 
 
688
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
689
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
690
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
691
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
692
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
693
EXTRA_DIST += util/grub-mkimagexx.c 
 
694
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
695
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
696
endif
 
697
 
 
698
if COND_i386_qemu
 
699
bin_PROGRAMS += grub-mkimage
 
700
if COND_MAN_PAGES
 
701
man_MANS += grub-mkimage.1
 
702
 
 
703
grub-mkimage.1: grub-mkimage
 
704
        chmod a+x grub-mkimage
 
705
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
706
        
 
707
CLEANFILES += grub-mkimage.1
 
708
endif
 
709
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
710
nodist_grub_mkimage_SOURCES  = 
 
711
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
712
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
713
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
714
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
715
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
716
EXTRA_DIST += util/grub-mkimagexx.c 
 
717
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
718
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
719
endif
 
720
 
 
721
if COND_i386_coreboot
 
722
bin_PROGRAMS += grub-mkimage
 
723
if COND_MAN_PAGES
 
724
man_MANS += grub-mkimage.1
 
725
 
 
726
grub-mkimage.1: grub-mkimage
 
727
        chmod a+x grub-mkimage
 
728
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
729
        
 
730
CLEANFILES += grub-mkimage.1
 
731
endif
 
732
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
733
nodist_grub_mkimage_SOURCES  = 
 
734
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
735
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
736
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
737
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
738
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
739
EXTRA_DIST += util/grub-mkimagexx.c 
 
740
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
741
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
742
endif
 
743
 
 
744
if COND_i386_multiboot
 
745
bin_PROGRAMS += grub-mkimage
 
746
if COND_MAN_PAGES
 
747
man_MANS += grub-mkimage.1
 
748
 
 
749
grub-mkimage.1: grub-mkimage
 
750
        chmod a+x grub-mkimage
 
751
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
752
        
 
753
CLEANFILES += grub-mkimage.1
 
754
endif
 
755
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
756
nodist_grub_mkimage_SOURCES  = 
 
757
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
758
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
759
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
760
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
761
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
762
EXTRA_DIST += util/grub-mkimagexx.c 
 
763
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
764
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
765
endif
 
766
 
 
767
if COND_i386_ieee1275
 
768
bin_PROGRAMS += grub-mkimage
 
769
if COND_MAN_PAGES
 
770
man_MANS += grub-mkimage.1
 
771
 
 
772
grub-mkimage.1: grub-mkimage
 
773
        chmod a+x grub-mkimage
 
774
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
775
        
 
776
CLEANFILES += grub-mkimage.1
 
777
endif
 
778
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
779
nodist_grub_mkimage_SOURCES  = 
 
780
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
781
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
782
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
783
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
784
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
785
EXTRA_DIST += util/grub-mkimagexx.c 
 
786
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
787
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
788
endif
 
789
 
 
790
if COND_x86_64_efi
 
791
bin_PROGRAMS += grub-mkimage
 
792
if COND_MAN_PAGES
 
793
man_MANS += grub-mkimage.1
 
794
 
 
795
grub-mkimage.1: grub-mkimage
 
796
        chmod a+x grub-mkimage
 
797
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
798
        
 
799
CLEANFILES += grub-mkimage.1
 
800
endif
 
801
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
802
nodist_grub_mkimage_SOURCES  = 
 
803
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
804
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
805
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
806
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
807
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
808
EXTRA_DIST += util/grub-mkimagexx.c 
 
809
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
810
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
811
endif
 
812
 
 
813
if COND_mips_yeeloong
 
814
bin_PROGRAMS += grub-mkimage
 
815
if COND_MAN_PAGES
 
816
man_MANS += grub-mkimage.1
 
817
 
 
818
grub-mkimage.1: grub-mkimage
 
819
        chmod a+x grub-mkimage
 
820
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
821
        
 
822
CLEANFILES += grub-mkimage.1
 
823
endif
 
824
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
825
nodist_grub_mkimage_SOURCES  = 
 
826
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
827
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
828
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
829
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
830
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
831
EXTRA_DIST += util/grub-mkimagexx.c 
 
832
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
833
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
834
endif
 
835
 
 
836
if COND_sparc64_ieee1275
 
837
bin_PROGRAMS += grub-mkimage
 
838
if COND_MAN_PAGES
 
839
man_MANS += grub-mkimage.1
 
840
 
 
841
grub-mkimage.1: grub-mkimage
 
842
        chmod a+x grub-mkimage
 
843
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
844
        
 
845
CLEANFILES += grub-mkimage.1
 
846
endif
 
847
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
848
nodist_grub_mkimage_SOURCES  = 
 
849
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
850
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
851
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
852
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
853
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
854
EXTRA_DIST += util/grub-mkimagexx.c 
 
855
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
856
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
857
endif
 
858
 
 
859
if COND_powerpc_ieee1275
 
860
bin_PROGRAMS += grub-mkimage
 
861
if COND_MAN_PAGES
 
862
man_MANS += grub-mkimage.1
 
863
 
 
864
grub-mkimage.1: grub-mkimage
 
865
        chmod a+x grub-mkimage
 
866
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkimage.h2m -o $@ grub-mkimage
 
867
        
 
868
CLEANFILES += grub-mkimage.1
 
869
endif
 
870
grub_mkimage_SOURCES  = util/grub-mkimage.c util/resolve.c 
 
871
nodist_grub_mkimage_SOURCES  = 
 
872
grub_mkimage_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBLZMA) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
873
grub_mkimage_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
874
grub_mkimage_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
875
grub_mkimage_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) -DGRUB_PKGLIBROOTDIR=\"$(pkglibrootdir)\" 
 
876
grub_mkimage_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
877
EXTRA_DIST += util/grub-mkimagexx.c 
 
878
BUILT_SOURCES += $(nodist_grub_mkimage_SOURCES)
 
879
CLEANFILES += $(nodist_grub_mkimage_SOURCES)
 
880
endif
 
881
 
 
882
if COND_emu
 
883
bin_PROGRAMS += grub-mkrelpath
 
884
if COND_MAN_PAGES
 
885
man_MANS += grub-mkrelpath.1
 
886
 
 
887
grub-mkrelpath.1: grub-mkrelpath
 
888
        chmod a+x grub-mkrelpath
 
889
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
890
        
 
891
CLEANFILES += grub-mkrelpath.1
 
892
endif
 
893
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
894
nodist_grub_mkrelpath_SOURCES  = 
 
895
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
896
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
897
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
898
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
899
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
900
EXTRA_DIST += 
 
901
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
902
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
903
endif
 
904
 
 
905
if COND_i386_pc
 
906
bin_PROGRAMS += grub-mkrelpath
 
907
if COND_MAN_PAGES
 
908
man_MANS += grub-mkrelpath.1
 
909
 
 
910
grub-mkrelpath.1: grub-mkrelpath
 
911
        chmod a+x grub-mkrelpath
 
912
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
913
        
 
914
CLEANFILES += grub-mkrelpath.1
 
915
endif
 
916
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
917
nodist_grub_mkrelpath_SOURCES  = 
 
918
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
919
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
920
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
921
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
922
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
923
EXTRA_DIST += 
 
924
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
925
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
926
endif
 
927
 
 
928
if COND_i386_efi
 
929
bin_PROGRAMS += grub-mkrelpath
 
930
if COND_MAN_PAGES
 
931
man_MANS += grub-mkrelpath.1
 
932
 
 
933
grub-mkrelpath.1: grub-mkrelpath
 
934
        chmod a+x grub-mkrelpath
 
935
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
936
        
 
937
CLEANFILES += grub-mkrelpath.1
 
938
endif
 
939
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
940
nodist_grub_mkrelpath_SOURCES  = 
 
941
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
942
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
943
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
944
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
945
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
946
EXTRA_DIST += 
 
947
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
948
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
949
endif
 
950
 
 
951
if COND_i386_qemu
 
952
bin_PROGRAMS += grub-mkrelpath
 
953
if COND_MAN_PAGES
 
954
man_MANS += grub-mkrelpath.1
 
955
 
 
956
grub-mkrelpath.1: grub-mkrelpath
 
957
        chmod a+x grub-mkrelpath
 
958
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
959
        
 
960
CLEANFILES += grub-mkrelpath.1
 
961
endif
 
962
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
963
nodist_grub_mkrelpath_SOURCES  = 
 
964
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
965
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
966
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
967
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
968
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
969
EXTRA_DIST += 
 
970
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
971
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
972
endif
 
973
 
 
974
if COND_i386_coreboot
 
975
bin_PROGRAMS += grub-mkrelpath
 
976
if COND_MAN_PAGES
 
977
man_MANS += grub-mkrelpath.1
 
978
 
 
979
grub-mkrelpath.1: grub-mkrelpath
 
980
        chmod a+x grub-mkrelpath
 
981
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
982
        
 
983
CLEANFILES += grub-mkrelpath.1
 
984
endif
 
985
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
986
nodist_grub_mkrelpath_SOURCES  = 
 
987
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
988
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
989
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
990
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
991
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
992
EXTRA_DIST += 
 
993
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
994
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
995
endif
 
996
 
 
997
if COND_i386_multiboot
 
998
bin_PROGRAMS += grub-mkrelpath
 
999
if COND_MAN_PAGES
 
1000
man_MANS += grub-mkrelpath.1
 
1001
 
 
1002
grub-mkrelpath.1: grub-mkrelpath
 
1003
        chmod a+x grub-mkrelpath
 
1004
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
1005
        
 
1006
CLEANFILES += grub-mkrelpath.1
 
1007
endif
 
1008
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
1009
nodist_grub_mkrelpath_SOURCES  = 
 
1010
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1011
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1012
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1013
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1014
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1015
EXTRA_DIST += 
 
1016
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
1017
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
1018
endif
 
1019
 
 
1020
if COND_i386_ieee1275
 
1021
bin_PROGRAMS += grub-mkrelpath
 
1022
if COND_MAN_PAGES
 
1023
man_MANS += grub-mkrelpath.1
 
1024
 
 
1025
grub-mkrelpath.1: grub-mkrelpath
 
1026
        chmod a+x grub-mkrelpath
 
1027
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
1028
        
 
1029
CLEANFILES += grub-mkrelpath.1
 
1030
endif
 
1031
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
1032
nodist_grub_mkrelpath_SOURCES  = 
 
1033
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1034
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1035
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1036
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1037
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1038
EXTRA_DIST += 
 
1039
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
1040
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
1041
endif
 
1042
 
 
1043
if COND_x86_64_efi
 
1044
bin_PROGRAMS += grub-mkrelpath
 
1045
if COND_MAN_PAGES
 
1046
man_MANS += grub-mkrelpath.1
 
1047
 
 
1048
grub-mkrelpath.1: grub-mkrelpath
 
1049
        chmod a+x grub-mkrelpath
 
1050
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
1051
        
 
1052
CLEANFILES += grub-mkrelpath.1
 
1053
endif
 
1054
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
1055
nodist_grub_mkrelpath_SOURCES  = 
 
1056
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1057
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1058
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1059
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1060
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1061
EXTRA_DIST += 
 
1062
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
1063
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
1064
endif
 
1065
 
 
1066
if COND_mips_yeeloong
 
1067
bin_PROGRAMS += grub-mkrelpath
 
1068
if COND_MAN_PAGES
 
1069
man_MANS += grub-mkrelpath.1
 
1070
 
 
1071
grub-mkrelpath.1: grub-mkrelpath
 
1072
        chmod a+x grub-mkrelpath
 
1073
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
1074
        
 
1075
CLEANFILES += grub-mkrelpath.1
 
1076
endif
 
1077
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
1078
nodist_grub_mkrelpath_SOURCES  = 
 
1079
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1080
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1081
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1082
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1083
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1084
EXTRA_DIST += 
 
1085
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
1086
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
1087
endif
 
1088
 
 
1089
if COND_sparc64_ieee1275
 
1090
bin_PROGRAMS += grub-mkrelpath
 
1091
if COND_MAN_PAGES
 
1092
man_MANS += grub-mkrelpath.1
 
1093
 
 
1094
grub-mkrelpath.1: grub-mkrelpath
 
1095
        chmod a+x grub-mkrelpath
 
1096
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
1097
        
 
1098
CLEANFILES += grub-mkrelpath.1
 
1099
endif
 
1100
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
1101
nodist_grub_mkrelpath_SOURCES  = 
 
1102
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1103
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1104
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1105
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1106
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1107
EXTRA_DIST += 
 
1108
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
1109
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
1110
endif
 
1111
 
 
1112
if COND_powerpc_ieee1275
 
1113
bin_PROGRAMS += grub-mkrelpath
 
1114
if COND_MAN_PAGES
 
1115
man_MANS += grub-mkrelpath.1
 
1116
 
 
1117
grub-mkrelpath.1: grub-mkrelpath
 
1118
        chmod a+x grub-mkrelpath
 
1119
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrelpath.h2m -o $@ grub-mkrelpath
 
1120
        
 
1121
CLEANFILES += grub-mkrelpath.1
 
1122
endif
 
1123
grub_mkrelpath_SOURCES  = util/grub-mkrelpath.c 
 
1124
nodist_grub_mkrelpath_SOURCES  = 
 
1125
grub_mkrelpath_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1126
grub_mkrelpath_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1127
grub_mkrelpath_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1128
grub_mkrelpath_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1129
grub_mkrelpath_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1130
EXTRA_DIST += 
 
1131
BUILT_SOURCES += $(nodist_grub_mkrelpath_SOURCES)
 
1132
CLEANFILES += $(nodist_grub_mkrelpath_SOURCES)
 
1133
endif
 
1134
 
 
1135
if COND_emu
 
1136
bin_PROGRAMS += grub-script-check
 
1137
if COND_MAN_PAGES
 
1138
man_MANS += grub-script-check.1
 
1139
 
 
1140
grub-script-check.1: grub-script-check
 
1141
        chmod a+x grub-script-check
 
1142
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1143
        
 
1144
CLEANFILES += grub-script-check.1
 
1145
endif
 
1146
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1147
nodist_grub_script_check_SOURCES  = 
 
1148
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1149
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1150
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1151
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1152
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1153
EXTRA_DIST += 
 
1154
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1155
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1156
endif
 
1157
 
 
1158
if COND_i386_pc
 
1159
bin_PROGRAMS += grub-script-check
 
1160
if COND_MAN_PAGES
 
1161
man_MANS += grub-script-check.1
 
1162
 
 
1163
grub-script-check.1: grub-script-check
 
1164
        chmod a+x grub-script-check
 
1165
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1166
        
 
1167
CLEANFILES += grub-script-check.1
 
1168
endif
 
1169
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1170
nodist_grub_script_check_SOURCES  = 
 
1171
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1172
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1173
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1174
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1175
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1176
EXTRA_DIST += 
 
1177
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1178
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1179
endif
 
1180
 
 
1181
if COND_i386_efi
 
1182
bin_PROGRAMS += grub-script-check
 
1183
if COND_MAN_PAGES
 
1184
man_MANS += grub-script-check.1
 
1185
 
 
1186
grub-script-check.1: grub-script-check
 
1187
        chmod a+x grub-script-check
 
1188
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1189
        
 
1190
CLEANFILES += grub-script-check.1
 
1191
endif
 
1192
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1193
nodist_grub_script_check_SOURCES  = 
 
1194
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1195
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1196
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1197
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1198
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1199
EXTRA_DIST += 
 
1200
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1201
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1202
endif
 
1203
 
 
1204
if COND_i386_qemu
 
1205
bin_PROGRAMS += grub-script-check
 
1206
if COND_MAN_PAGES
 
1207
man_MANS += grub-script-check.1
 
1208
 
 
1209
grub-script-check.1: grub-script-check
 
1210
        chmod a+x grub-script-check
 
1211
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1212
        
 
1213
CLEANFILES += grub-script-check.1
 
1214
endif
 
1215
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1216
nodist_grub_script_check_SOURCES  = 
 
1217
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1218
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1219
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1220
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1221
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1222
EXTRA_DIST += 
 
1223
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1224
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1225
endif
 
1226
 
 
1227
if COND_i386_coreboot
 
1228
bin_PROGRAMS += grub-script-check
 
1229
if COND_MAN_PAGES
 
1230
man_MANS += grub-script-check.1
 
1231
 
 
1232
grub-script-check.1: grub-script-check
 
1233
        chmod a+x grub-script-check
 
1234
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1235
        
 
1236
CLEANFILES += grub-script-check.1
 
1237
endif
 
1238
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1239
nodist_grub_script_check_SOURCES  = 
 
1240
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1241
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1242
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1243
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1244
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1245
EXTRA_DIST += 
 
1246
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1247
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1248
endif
 
1249
 
 
1250
if COND_i386_multiboot
 
1251
bin_PROGRAMS += grub-script-check
 
1252
if COND_MAN_PAGES
 
1253
man_MANS += grub-script-check.1
 
1254
 
 
1255
grub-script-check.1: grub-script-check
 
1256
        chmod a+x grub-script-check
 
1257
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1258
        
 
1259
CLEANFILES += grub-script-check.1
 
1260
endif
 
1261
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1262
nodist_grub_script_check_SOURCES  = 
 
1263
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1264
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1265
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1266
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1267
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1268
EXTRA_DIST += 
 
1269
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1270
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1271
endif
 
1272
 
 
1273
if COND_i386_ieee1275
 
1274
bin_PROGRAMS += grub-script-check
 
1275
if COND_MAN_PAGES
 
1276
man_MANS += grub-script-check.1
 
1277
 
 
1278
grub-script-check.1: grub-script-check
 
1279
        chmod a+x grub-script-check
 
1280
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1281
        
 
1282
CLEANFILES += grub-script-check.1
 
1283
endif
 
1284
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1285
nodist_grub_script_check_SOURCES  = 
 
1286
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1287
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1288
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1289
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1290
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1291
EXTRA_DIST += 
 
1292
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1293
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1294
endif
 
1295
 
 
1296
if COND_x86_64_efi
 
1297
bin_PROGRAMS += grub-script-check
 
1298
if COND_MAN_PAGES
 
1299
man_MANS += grub-script-check.1
 
1300
 
 
1301
grub-script-check.1: grub-script-check
 
1302
        chmod a+x grub-script-check
 
1303
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1304
        
 
1305
CLEANFILES += grub-script-check.1
 
1306
endif
 
1307
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1308
nodist_grub_script_check_SOURCES  = 
 
1309
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1310
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1311
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1312
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1313
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1314
EXTRA_DIST += 
 
1315
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1316
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1317
endif
 
1318
 
 
1319
if COND_mips_yeeloong
 
1320
bin_PROGRAMS += grub-script-check
 
1321
if COND_MAN_PAGES
 
1322
man_MANS += grub-script-check.1
 
1323
 
 
1324
grub-script-check.1: grub-script-check
 
1325
        chmod a+x grub-script-check
 
1326
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1327
        
 
1328
CLEANFILES += grub-script-check.1
 
1329
endif
 
1330
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1331
nodist_grub_script_check_SOURCES  = 
 
1332
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1333
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1334
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1335
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1336
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1337
EXTRA_DIST += 
 
1338
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1339
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1340
endif
 
1341
 
 
1342
if COND_sparc64_ieee1275
 
1343
bin_PROGRAMS += grub-script-check
 
1344
if COND_MAN_PAGES
 
1345
man_MANS += grub-script-check.1
 
1346
 
 
1347
grub-script-check.1: grub-script-check
 
1348
        chmod a+x grub-script-check
 
1349
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1350
        
 
1351
CLEANFILES += grub-script-check.1
 
1352
endif
 
1353
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1354
nodist_grub_script_check_SOURCES  = 
 
1355
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1356
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1357
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1358
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1359
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1360
EXTRA_DIST += 
 
1361
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1362
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1363
endif
 
1364
 
 
1365
if COND_powerpc_ieee1275
 
1366
bin_PROGRAMS += grub-script-check
 
1367
if COND_MAN_PAGES
 
1368
man_MANS += grub-script-check.1
 
1369
 
 
1370
grub-script-check.1: grub-script-check
 
1371
        chmod a+x grub-script-check
 
1372
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-script-check.h2m -o $@ grub-script-check
 
1373
        
 
1374
CLEANFILES += grub-script-check.1
 
1375
endif
 
1376
grub_script_check_SOURCES  = util/grub-script-check.c 
 
1377
nodist_grub_script_check_SOURCES  = 
 
1378
grub_script_check_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1379
grub_script_check_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1380
grub_script_check_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1381
grub_script_check_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1382
grub_script_check_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1383
EXTRA_DIST += 
 
1384
BUILT_SOURCES += $(nodist_grub_script_check_SOURCES)
 
1385
CLEANFILES += $(nodist_grub_script_check_SOURCES)
 
1386
endif
 
1387
 
 
1388
if COND_emu
 
1389
bin_PROGRAMS += grub-editenv
 
1390
if COND_MAN_PAGES
 
1391
man_MANS += grub-editenv.1
 
1392
 
 
1393
grub-editenv.1: grub-editenv
 
1394
        chmod a+x grub-editenv
 
1395
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1396
        
 
1397
CLEANFILES += grub-editenv.1
 
1398
endif
 
1399
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1400
nodist_grub_editenv_SOURCES  = 
 
1401
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1402
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1403
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1404
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1405
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1406
EXTRA_DIST += 
 
1407
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1408
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1409
endif
 
1410
 
 
1411
if COND_i386_pc
 
1412
bin_PROGRAMS += grub-editenv
 
1413
if COND_MAN_PAGES
 
1414
man_MANS += grub-editenv.1
 
1415
 
 
1416
grub-editenv.1: grub-editenv
 
1417
        chmod a+x grub-editenv
 
1418
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1419
        
 
1420
CLEANFILES += grub-editenv.1
 
1421
endif
 
1422
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1423
nodist_grub_editenv_SOURCES  = 
 
1424
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1425
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1426
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1427
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1428
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1429
EXTRA_DIST += 
 
1430
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1431
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1432
endif
 
1433
 
 
1434
if COND_i386_efi
 
1435
bin_PROGRAMS += grub-editenv
 
1436
if COND_MAN_PAGES
 
1437
man_MANS += grub-editenv.1
 
1438
 
 
1439
grub-editenv.1: grub-editenv
 
1440
        chmod a+x grub-editenv
 
1441
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1442
        
 
1443
CLEANFILES += grub-editenv.1
 
1444
endif
 
1445
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1446
nodist_grub_editenv_SOURCES  = 
 
1447
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1448
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1449
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1450
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1451
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1452
EXTRA_DIST += 
 
1453
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1454
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1455
endif
 
1456
 
 
1457
if COND_i386_qemu
 
1458
bin_PROGRAMS += grub-editenv
 
1459
if COND_MAN_PAGES
 
1460
man_MANS += grub-editenv.1
 
1461
 
 
1462
grub-editenv.1: grub-editenv
 
1463
        chmod a+x grub-editenv
 
1464
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1465
        
 
1466
CLEANFILES += grub-editenv.1
 
1467
endif
 
1468
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1469
nodist_grub_editenv_SOURCES  = 
 
1470
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1471
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1472
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1473
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1474
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1475
EXTRA_DIST += 
 
1476
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1477
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1478
endif
 
1479
 
 
1480
if COND_i386_coreboot
 
1481
bin_PROGRAMS += grub-editenv
 
1482
if COND_MAN_PAGES
 
1483
man_MANS += grub-editenv.1
 
1484
 
 
1485
grub-editenv.1: grub-editenv
 
1486
        chmod a+x grub-editenv
 
1487
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1488
        
 
1489
CLEANFILES += grub-editenv.1
 
1490
endif
 
1491
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1492
nodist_grub_editenv_SOURCES  = 
 
1493
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1494
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1495
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1496
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1497
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1498
EXTRA_DIST += 
 
1499
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1500
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1501
endif
 
1502
 
 
1503
if COND_i386_multiboot
 
1504
bin_PROGRAMS += grub-editenv
 
1505
if COND_MAN_PAGES
 
1506
man_MANS += grub-editenv.1
 
1507
 
 
1508
grub-editenv.1: grub-editenv
 
1509
        chmod a+x grub-editenv
 
1510
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1511
        
 
1512
CLEANFILES += grub-editenv.1
 
1513
endif
 
1514
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1515
nodist_grub_editenv_SOURCES  = 
 
1516
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1517
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1518
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1519
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1520
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1521
EXTRA_DIST += 
 
1522
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1523
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1524
endif
 
1525
 
 
1526
if COND_i386_ieee1275
 
1527
bin_PROGRAMS += grub-editenv
 
1528
if COND_MAN_PAGES
 
1529
man_MANS += grub-editenv.1
 
1530
 
 
1531
grub-editenv.1: grub-editenv
 
1532
        chmod a+x grub-editenv
 
1533
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1534
        
 
1535
CLEANFILES += grub-editenv.1
 
1536
endif
 
1537
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1538
nodist_grub_editenv_SOURCES  = 
 
1539
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1540
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1541
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1542
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1543
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1544
EXTRA_DIST += 
 
1545
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1546
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1547
endif
 
1548
 
 
1549
if COND_x86_64_efi
 
1550
bin_PROGRAMS += grub-editenv
 
1551
if COND_MAN_PAGES
 
1552
man_MANS += grub-editenv.1
 
1553
 
 
1554
grub-editenv.1: grub-editenv
 
1555
        chmod a+x grub-editenv
 
1556
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1557
        
 
1558
CLEANFILES += grub-editenv.1
 
1559
endif
 
1560
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1561
nodist_grub_editenv_SOURCES  = 
 
1562
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1563
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1564
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1565
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1566
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1567
EXTRA_DIST += 
 
1568
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1569
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1570
endif
 
1571
 
 
1572
if COND_mips_yeeloong
 
1573
bin_PROGRAMS += grub-editenv
 
1574
if COND_MAN_PAGES
 
1575
man_MANS += grub-editenv.1
 
1576
 
 
1577
grub-editenv.1: grub-editenv
 
1578
        chmod a+x grub-editenv
 
1579
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1580
        
 
1581
CLEANFILES += grub-editenv.1
 
1582
endif
 
1583
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1584
nodist_grub_editenv_SOURCES  = 
 
1585
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1586
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1587
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1588
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1589
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1590
EXTRA_DIST += 
 
1591
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1592
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1593
endif
 
1594
 
 
1595
if COND_sparc64_ieee1275
 
1596
bin_PROGRAMS += grub-editenv
 
1597
if COND_MAN_PAGES
 
1598
man_MANS += grub-editenv.1
 
1599
 
 
1600
grub-editenv.1: grub-editenv
 
1601
        chmod a+x grub-editenv
 
1602
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1603
        
 
1604
CLEANFILES += grub-editenv.1
 
1605
endif
 
1606
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1607
nodist_grub_editenv_SOURCES  = 
 
1608
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1609
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1610
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1611
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1612
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1613
EXTRA_DIST += 
 
1614
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1615
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1616
endif
 
1617
 
 
1618
if COND_powerpc_ieee1275
 
1619
bin_PROGRAMS += grub-editenv
 
1620
if COND_MAN_PAGES
 
1621
man_MANS += grub-editenv.1
 
1622
 
 
1623
grub-editenv.1: grub-editenv
 
1624
        chmod a+x grub-editenv
 
1625
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-editenv.h2m -o $@ grub-editenv
 
1626
        
 
1627
CLEANFILES += grub-editenv.1
 
1628
endif
 
1629
grub_editenv_SOURCES  = util/grub-editenv.c 
 
1630
nodist_grub_editenv_SOURCES  = 
 
1631
grub_editenv_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1632
grub_editenv_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1633
grub_editenv_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1634
grub_editenv_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1635
grub_editenv_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1636
EXTRA_DIST += 
 
1637
BUILT_SOURCES += $(nodist_grub_editenv_SOURCES)
 
1638
CLEANFILES += $(nodist_grub_editenv_SOURCES)
 
1639
endif
 
1640
 
 
1641
if COND_emu
 
1642
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1643
if COND_MAN_PAGES
 
1644
man_MANS += grub-mkpasswd-pbkdf2.1
 
1645
 
 
1646
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1647
        chmod a+x grub-mkpasswd-pbkdf2
 
1648
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1649
        
 
1650
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1651
endif
 
1652
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1653
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1654
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1655
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1656
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1657
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1658
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1659
EXTRA_DIST += 
 
1660
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1661
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1662
endif
 
1663
 
 
1664
if COND_i386_pc
 
1665
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1666
if COND_MAN_PAGES
 
1667
man_MANS += grub-mkpasswd-pbkdf2.1
 
1668
 
 
1669
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1670
        chmod a+x grub-mkpasswd-pbkdf2
 
1671
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1672
        
 
1673
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1674
endif
 
1675
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1676
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1677
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1678
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1679
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1680
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1681
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1682
EXTRA_DIST += 
 
1683
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1684
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1685
endif
 
1686
 
 
1687
if COND_i386_efi
 
1688
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1689
if COND_MAN_PAGES
 
1690
man_MANS += grub-mkpasswd-pbkdf2.1
 
1691
 
 
1692
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1693
        chmod a+x grub-mkpasswd-pbkdf2
 
1694
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1695
        
 
1696
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1697
endif
 
1698
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1699
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1700
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1701
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1702
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1703
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1704
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1705
EXTRA_DIST += 
 
1706
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1707
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1708
endif
 
1709
 
 
1710
if COND_i386_qemu
 
1711
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1712
if COND_MAN_PAGES
 
1713
man_MANS += grub-mkpasswd-pbkdf2.1
 
1714
 
 
1715
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1716
        chmod a+x grub-mkpasswd-pbkdf2
 
1717
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1718
        
 
1719
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1720
endif
 
1721
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1722
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1723
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1724
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1725
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1726
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1727
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1728
EXTRA_DIST += 
 
1729
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1730
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1731
endif
 
1732
 
 
1733
if COND_i386_coreboot
 
1734
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1735
if COND_MAN_PAGES
 
1736
man_MANS += grub-mkpasswd-pbkdf2.1
 
1737
 
 
1738
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1739
        chmod a+x grub-mkpasswd-pbkdf2
 
1740
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1741
        
 
1742
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1743
endif
 
1744
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1745
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1746
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1747
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1748
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1749
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1750
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1751
EXTRA_DIST += 
 
1752
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1753
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1754
endif
 
1755
 
 
1756
if COND_i386_multiboot
 
1757
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1758
if COND_MAN_PAGES
 
1759
man_MANS += grub-mkpasswd-pbkdf2.1
 
1760
 
 
1761
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1762
        chmod a+x grub-mkpasswd-pbkdf2
 
1763
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1764
        
 
1765
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1766
endif
 
1767
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1768
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1769
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1770
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1771
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1772
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1773
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1774
EXTRA_DIST += 
 
1775
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1776
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1777
endif
 
1778
 
 
1779
if COND_i386_ieee1275
 
1780
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1781
if COND_MAN_PAGES
 
1782
man_MANS += grub-mkpasswd-pbkdf2.1
 
1783
 
 
1784
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1785
        chmod a+x grub-mkpasswd-pbkdf2
 
1786
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1787
        
 
1788
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1789
endif
 
1790
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1791
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1792
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1793
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1794
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1795
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1796
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1797
EXTRA_DIST += 
 
1798
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1799
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1800
endif
 
1801
 
 
1802
if COND_x86_64_efi
 
1803
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1804
if COND_MAN_PAGES
 
1805
man_MANS += grub-mkpasswd-pbkdf2.1
 
1806
 
 
1807
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1808
        chmod a+x grub-mkpasswd-pbkdf2
 
1809
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1810
        
 
1811
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1812
endif
 
1813
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1814
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1815
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1816
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1817
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1818
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1819
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1820
EXTRA_DIST += 
 
1821
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1822
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1823
endif
 
1824
 
 
1825
if COND_mips_yeeloong
 
1826
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1827
if COND_MAN_PAGES
 
1828
man_MANS += grub-mkpasswd-pbkdf2.1
 
1829
 
 
1830
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1831
        chmod a+x grub-mkpasswd-pbkdf2
 
1832
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1833
        
 
1834
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1835
endif
 
1836
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1837
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1838
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1839
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1840
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1841
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1842
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1843
EXTRA_DIST += 
 
1844
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1845
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1846
endif
 
1847
 
 
1848
if COND_sparc64_ieee1275
 
1849
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1850
if COND_MAN_PAGES
 
1851
man_MANS += grub-mkpasswd-pbkdf2.1
 
1852
 
 
1853
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1854
        chmod a+x grub-mkpasswd-pbkdf2
 
1855
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1856
        
 
1857
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1858
endif
 
1859
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1860
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1861
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1862
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1863
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1864
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1865
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1866
EXTRA_DIST += 
 
1867
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1868
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1869
endif
 
1870
 
 
1871
if COND_powerpc_ieee1275
 
1872
bin_PROGRAMS += grub-mkpasswd-pbkdf2
 
1873
if COND_MAN_PAGES
 
1874
man_MANS += grub-mkpasswd-pbkdf2.1
 
1875
 
 
1876
grub-mkpasswd-pbkdf2.1: grub-mkpasswd-pbkdf2
 
1877
        chmod a+x grub-mkpasswd-pbkdf2
 
1878
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkpasswd-pbkdf2.h2m -o $@ grub-mkpasswd-pbkdf2
 
1879
        
 
1880
CLEANFILES += grub-mkpasswd-pbkdf2.1
 
1881
endif
 
1882
grub_mkpasswd_pbkdf2_SOURCES  = util/grub-mkpasswd-pbkdf2.c 
 
1883
nodist_grub_mkpasswd_pbkdf2_SOURCES  = 
 
1884
grub_mkpasswd_pbkdf2_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
1885
grub_mkpasswd_pbkdf2_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
1886
grub_mkpasswd_pbkdf2_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1887
grub_mkpasswd_pbkdf2_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
1888
grub_mkpasswd_pbkdf2_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1889
EXTRA_DIST += 
 
1890
BUILT_SOURCES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1891
CLEANFILES += $(nodist_grub_mkpasswd_pbkdf2_SOURCES)
 
1892
endif
 
1893
 
 
1894
if COND_emu
 
1895
if COND_APPLE_CC
 
1896
bin_PROGRAMS += grub-macho2img
 
1897
if COND_MAN_PAGES
 
1898
man_MANS += grub-macho2img.1
 
1899
 
 
1900
grub-macho2img.1: grub-macho2img
 
1901
        chmod a+x grub-macho2img
 
1902
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
1903
        
 
1904
CLEANFILES += grub-macho2img.1
 
1905
endif
 
1906
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
1907
nodist_grub_macho2img_SOURCES  = 
 
1908
grub_macho2img_LDADD  = 
 
1909
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1910
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1911
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1912
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1913
EXTRA_DIST += 
 
1914
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
1915
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
1916
endif COND_APPLE_CC
 
1917
endif
 
1918
 
 
1919
if COND_i386_pc
 
1920
if COND_APPLE_CC
 
1921
bin_PROGRAMS += grub-macho2img
 
1922
if COND_MAN_PAGES
 
1923
man_MANS += grub-macho2img.1
 
1924
 
 
1925
grub-macho2img.1: grub-macho2img
 
1926
        chmod a+x grub-macho2img
 
1927
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
1928
        
 
1929
CLEANFILES += grub-macho2img.1
 
1930
endif
 
1931
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
1932
nodist_grub_macho2img_SOURCES  = 
 
1933
grub_macho2img_LDADD  = 
 
1934
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1935
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1936
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1937
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1938
EXTRA_DIST += 
 
1939
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
1940
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
1941
endif COND_APPLE_CC
 
1942
endif
 
1943
 
 
1944
if COND_i386_efi
 
1945
if COND_APPLE_CC
 
1946
bin_PROGRAMS += grub-macho2img
 
1947
if COND_MAN_PAGES
 
1948
man_MANS += grub-macho2img.1
 
1949
 
 
1950
grub-macho2img.1: grub-macho2img
 
1951
        chmod a+x grub-macho2img
 
1952
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
1953
        
 
1954
CLEANFILES += grub-macho2img.1
 
1955
endif
 
1956
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
1957
nodist_grub_macho2img_SOURCES  = 
 
1958
grub_macho2img_LDADD  = 
 
1959
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1960
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1961
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1962
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1963
EXTRA_DIST += 
 
1964
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
1965
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
1966
endif COND_APPLE_CC
 
1967
endif
 
1968
 
 
1969
if COND_i386_qemu
 
1970
if COND_APPLE_CC
 
1971
bin_PROGRAMS += grub-macho2img
 
1972
if COND_MAN_PAGES
 
1973
man_MANS += grub-macho2img.1
 
1974
 
 
1975
grub-macho2img.1: grub-macho2img
 
1976
        chmod a+x grub-macho2img
 
1977
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
1978
        
 
1979
CLEANFILES += grub-macho2img.1
 
1980
endif
 
1981
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
1982
nodist_grub_macho2img_SOURCES  = 
 
1983
grub_macho2img_LDADD  = 
 
1984
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
1985
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
1986
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
1987
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
1988
EXTRA_DIST += 
 
1989
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
1990
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
1991
endif COND_APPLE_CC
 
1992
endif
 
1993
 
 
1994
if COND_i386_coreboot
 
1995
if COND_APPLE_CC
 
1996
bin_PROGRAMS += grub-macho2img
 
1997
if COND_MAN_PAGES
 
1998
man_MANS += grub-macho2img.1
 
1999
 
 
2000
grub-macho2img.1: grub-macho2img
 
2001
        chmod a+x grub-macho2img
 
2002
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
2003
        
 
2004
CLEANFILES += grub-macho2img.1
 
2005
endif
 
2006
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
2007
nodist_grub_macho2img_SOURCES  = 
 
2008
grub_macho2img_LDADD  = 
 
2009
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2010
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2011
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2012
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2013
EXTRA_DIST += 
 
2014
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
2015
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
2016
endif COND_APPLE_CC
 
2017
endif
 
2018
 
 
2019
if COND_i386_multiboot
 
2020
if COND_APPLE_CC
 
2021
bin_PROGRAMS += grub-macho2img
 
2022
if COND_MAN_PAGES
 
2023
man_MANS += grub-macho2img.1
 
2024
 
 
2025
grub-macho2img.1: grub-macho2img
 
2026
        chmod a+x grub-macho2img
 
2027
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
2028
        
 
2029
CLEANFILES += grub-macho2img.1
 
2030
endif
 
2031
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
2032
nodist_grub_macho2img_SOURCES  = 
 
2033
grub_macho2img_LDADD  = 
 
2034
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2035
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2036
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2037
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2038
EXTRA_DIST += 
 
2039
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
2040
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
2041
endif COND_APPLE_CC
 
2042
endif
 
2043
 
 
2044
if COND_i386_ieee1275
 
2045
if COND_APPLE_CC
 
2046
bin_PROGRAMS += grub-macho2img
 
2047
if COND_MAN_PAGES
 
2048
man_MANS += grub-macho2img.1
 
2049
 
 
2050
grub-macho2img.1: grub-macho2img
 
2051
        chmod a+x grub-macho2img
 
2052
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
2053
        
 
2054
CLEANFILES += grub-macho2img.1
 
2055
endif
 
2056
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
2057
nodist_grub_macho2img_SOURCES  = 
 
2058
grub_macho2img_LDADD  = 
 
2059
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2060
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2061
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2062
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2063
EXTRA_DIST += 
 
2064
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
2065
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
2066
endif COND_APPLE_CC
 
2067
endif
 
2068
 
 
2069
if COND_x86_64_efi
 
2070
if COND_APPLE_CC
 
2071
bin_PROGRAMS += grub-macho2img
 
2072
if COND_MAN_PAGES
 
2073
man_MANS += grub-macho2img.1
 
2074
 
 
2075
grub-macho2img.1: grub-macho2img
 
2076
        chmod a+x grub-macho2img
 
2077
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
2078
        
 
2079
CLEANFILES += grub-macho2img.1
 
2080
endif
 
2081
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
2082
nodist_grub_macho2img_SOURCES  = 
 
2083
grub_macho2img_LDADD  = 
 
2084
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2085
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2086
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2087
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2088
EXTRA_DIST += 
 
2089
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
2090
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
2091
endif COND_APPLE_CC
 
2092
endif
 
2093
 
 
2094
if COND_mips_yeeloong
 
2095
if COND_APPLE_CC
 
2096
bin_PROGRAMS += grub-macho2img
 
2097
if COND_MAN_PAGES
 
2098
man_MANS += grub-macho2img.1
 
2099
 
 
2100
grub-macho2img.1: grub-macho2img
 
2101
        chmod a+x grub-macho2img
 
2102
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
2103
        
 
2104
CLEANFILES += grub-macho2img.1
 
2105
endif
 
2106
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
2107
nodist_grub_macho2img_SOURCES  = 
 
2108
grub_macho2img_LDADD  = 
 
2109
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2110
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2111
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2112
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2113
EXTRA_DIST += 
 
2114
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
2115
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
2116
endif COND_APPLE_CC
 
2117
endif
 
2118
 
 
2119
if COND_sparc64_ieee1275
 
2120
if COND_APPLE_CC
 
2121
bin_PROGRAMS += grub-macho2img
 
2122
if COND_MAN_PAGES
 
2123
man_MANS += grub-macho2img.1
 
2124
 
 
2125
grub-macho2img.1: grub-macho2img
 
2126
        chmod a+x grub-macho2img
 
2127
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
2128
        
 
2129
CLEANFILES += grub-macho2img.1
 
2130
endif
 
2131
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
2132
nodist_grub_macho2img_SOURCES  = 
 
2133
grub_macho2img_LDADD  = 
 
2134
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2135
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2136
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2137
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2138
EXTRA_DIST += 
 
2139
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
2140
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
2141
endif COND_APPLE_CC
 
2142
endif
 
2143
 
 
2144
if COND_powerpc_ieee1275
 
2145
if COND_APPLE_CC
 
2146
bin_PROGRAMS += grub-macho2img
 
2147
if COND_MAN_PAGES
 
2148
man_MANS += grub-macho2img.1
 
2149
 
 
2150
grub-macho2img.1: grub-macho2img
 
2151
        chmod a+x grub-macho2img
 
2152
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-macho2img.h2m -o $@ grub-macho2img
 
2153
        
 
2154
CLEANFILES += grub-macho2img.1
 
2155
endif
 
2156
grub_macho2img_SOURCES  = util/grub-macho2img.c 
 
2157
nodist_grub_macho2img_SOURCES  = 
 
2158
grub_macho2img_LDADD  = 
 
2159
grub_macho2img_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2160
grub_macho2img_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2161
grub_macho2img_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2162
grub_macho2img_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2163
EXTRA_DIST += 
 
2164
BUILT_SOURCES += $(nodist_grub_macho2img_SOURCES)
 
2165
CLEANFILES += $(nodist_grub_macho2img_SOURCES)
 
2166
endif COND_APPLE_CC
 
2167
endif
 
2168
 
 
2169
if COND_emu
 
2170
if COND_GRUB_PE2ELF
 
2171
bin_PROGRAMS += grub-pe2elf
 
2172
if COND_MAN_PAGES
 
2173
man_MANS += grub-pe2elf.1
 
2174
 
 
2175
grub-pe2elf.1: grub-pe2elf
 
2176
        chmod a+x grub-pe2elf
 
2177
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2178
        
 
2179
CLEANFILES += grub-pe2elf.1
 
2180
endif
 
2181
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2182
nodist_grub_pe2elf_SOURCES  = 
 
2183
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2184
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2185
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2186
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2187
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2188
EXTRA_DIST += 
 
2189
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2190
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2191
endif COND_GRUB_PE2ELF
 
2192
endif
 
2193
 
 
2194
if COND_i386_pc
 
2195
if COND_GRUB_PE2ELF
 
2196
bin_PROGRAMS += grub-pe2elf
 
2197
if COND_MAN_PAGES
 
2198
man_MANS += grub-pe2elf.1
 
2199
 
 
2200
grub-pe2elf.1: grub-pe2elf
 
2201
        chmod a+x grub-pe2elf
 
2202
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2203
        
 
2204
CLEANFILES += grub-pe2elf.1
 
2205
endif
 
2206
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2207
nodist_grub_pe2elf_SOURCES  = 
 
2208
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2209
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2210
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2211
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2212
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2213
EXTRA_DIST += 
 
2214
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2215
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2216
endif COND_GRUB_PE2ELF
 
2217
endif
 
2218
 
 
2219
if COND_i386_efi
 
2220
if COND_GRUB_PE2ELF
 
2221
bin_PROGRAMS += grub-pe2elf
 
2222
if COND_MAN_PAGES
 
2223
man_MANS += grub-pe2elf.1
 
2224
 
 
2225
grub-pe2elf.1: grub-pe2elf
 
2226
        chmod a+x grub-pe2elf
 
2227
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2228
        
 
2229
CLEANFILES += grub-pe2elf.1
 
2230
endif
 
2231
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2232
nodist_grub_pe2elf_SOURCES  = 
 
2233
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2234
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2235
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2236
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2237
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2238
EXTRA_DIST += 
 
2239
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2240
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2241
endif COND_GRUB_PE2ELF
 
2242
endif
 
2243
 
 
2244
if COND_i386_qemu
 
2245
if COND_GRUB_PE2ELF
 
2246
bin_PROGRAMS += grub-pe2elf
 
2247
if COND_MAN_PAGES
 
2248
man_MANS += grub-pe2elf.1
 
2249
 
 
2250
grub-pe2elf.1: grub-pe2elf
 
2251
        chmod a+x grub-pe2elf
 
2252
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2253
        
 
2254
CLEANFILES += grub-pe2elf.1
 
2255
endif
 
2256
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2257
nodist_grub_pe2elf_SOURCES  = 
 
2258
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2259
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2260
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2261
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2262
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2263
EXTRA_DIST += 
 
2264
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2265
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2266
endif COND_GRUB_PE2ELF
 
2267
endif
 
2268
 
 
2269
if COND_i386_coreboot
 
2270
if COND_GRUB_PE2ELF
 
2271
bin_PROGRAMS += grub-pe2elf
 
2272
if COND_MAN_PAGES
 
2273
man_MANS += grub-pe2elf.1
 
2274
 
 
2275
grub-pe2elf.1: grub-pe2elf
 
2276
        chmod a+x grub-pe2elf
 
2277
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2278
        
 
2279
CLEANFILES += grub-pe2elf.1
 
2280
endif
 
2281
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2282
nodist_grub_pe2elf_SOURCES  = 
 
2283
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2284
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2285
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2286
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2287
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2288
EXTRA_DIST += 
 
2289
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2290
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2291
endif COND_GRUB_PE2ELF
 
2292
endif
 
2293
 
 
2294
if COND_i386_multiboot
 
2295
if COND_GRUB_PE2ELF
 
2296
bin_PROGRAMS += grub-pe2elf
 
2297
if COND_MAN_PAGES
 
2298
man_MANS += grub-pe2elf.1
 
2299
 
 
2300
grub-pe2elf.1: grub-pe2elf
 
2301
        chmod a+x grub-pe2elf
 
2302
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2303
        
 
2304
CLEANFILES += grub-pe2elf.1
 
2305
endif
 
2306
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2307
nodist_grub_pe2elf_SOURCES  = 
 
2308
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2309
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2310
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2311
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2312
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2313
EXTRA_DIST += 
 
2314
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2315
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2316
endif COND_GRUB_PE2ELF
 
2317
endif
 
2318
 
 
2319
if COND_i386_ieee1275
 
2320
if COND_GRUB_PE2ELF
 
2321
bin_PROGRAMS += grub-pe2elf
 
2322
if COND_MAN_PAGES
 
2323
man_MANS += grub-pe2elf.1
 
2324
 
 
2325
grub-pe2elf.1: grub-pe2elf
 
2326
        chmod a+x grub-pe2elf
 
2327
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2328
        
 
2329
CLEANFILES += grub-pe2elf.1
 
2330
endif
 
2331
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2332
nodist_grub_pe2elf_SOURCES  = 
 
2333
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2334
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2335
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2336
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2337
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2338
EXTRA_DIST += 
 
2339
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2340
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2341
endif COND_GRUB_PE2ELF
 
2342
endif
 
2343
 
 
2344
if COND_x86_64_efi
 
2345
if COND_GRUB_PE2ELF
 
2346
bin_PROGRAMS += grub-pe2elf
 
2347
if COND_MAN_PAGES
 
2348
man_MANS += grub-pe2elf.1
 
2349
 
 
2350
grub-pe2elf.1: grub-pe2elf
 
2351
        chmod a+x grub-pe2elf
 
2352
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2353
        
 
2354
CLEANFILES += grub-pe2elf.1
 
2355
endif
 
2356
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2357
nodist_grub_pe2elf_SOURCES  = 
 
2358
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2359
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2360
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2361
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2362
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2363
EXTRA_DIST += 
 
2364
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2365
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2366
endif COND_GRUB_PE2ELF
 
2367
endif
 
2368
 
 
2369
if COND_mips_yeeloong
 
2370
if COND_GRUB_PE2ELF
 
2371
bin_PROGRAMS += grub-pe2elf
 
2372
if COND_MAN_PAGES
 
2373
man_MANS += grub-pe2elf.1
 
2374
 
 
2375
grub-pe2elf.1: grub-pe2elf
 
2376
        chmod a+x grub-pe2elf
 
2377
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2378
        
 
2379
CLEANFILES += grub-pe2elf.1
 
2380
endif
 
2381
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2382
nodist_grub_pe2elf_SOURCES  = 
 
2383
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2384
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2385
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2386
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2387
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2388
EXTRA_DIST += 
 
2389
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2390
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2391
endif COND_GRUB_PE2ELF
 
2392
endif
 
2393
 
 
2394
if COND_sparc64_ieee1275
 
2395
if COND_GRUB_PE2ELF
 
2396
bin_PROGRAMS += grub-pe2elf
 
2397
if COND_MAN_PAGES
 
2398
man_MANS += grub-pe2elf.1
 
2399
 
 
2400
grub-pe2elf.1: grub-pe2elf
 
2401
        chmod a+x grub-pe2elf
 
2402
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2403
        
 
2404
CLEANFILES += grub-pe2elf.1
 
2405
endif
 
2406
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2407
nodist_grub_pe2elf_SOURCES  = 
 
2408
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2409
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2410
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2411
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2412
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2413
EXTRA_DIST += 
 
2414
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2415
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2416
endif COND_GRUB_PE2ELF
 
2417
endif
 
2418
 
 
2419
if COND_powerpc_ieee1275
 
2420
if COND_GRUB_PE2ELF
 
2421
bin_PROGRAMS += grub-pe2elf
 
2422
if COND_MAN_PAGES
 
2423
man_MANS += grub-pe2elf.1
 
2424
 
 
2425
grub-pe2elf.1: grub-pe2elf
 
2426
        chmod a+x grub-pe2elf
 
2427
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-pe2elf.h2m -o $@ grub-pe2elf
 
2428
        
 
2429
CLEANFILES += grub-pe2elf.1
 
2430
endif
 
2431
grub_pe2elf_SOURCES  = util/grub-pe2elf.c 
 
2432
nodist_grub_pe2elf_SOURCES  = 
 
2433
grub_pe2elf_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) 
 
2434
grub_pe2elf_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2435
grub_pe2elf_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2436
grub_pe2elf_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2437
grub_pe2elf_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2438
EXTRA_DIST += 
 
2439
BUILT_SOURCES += $(nodist_grub_pe2elf_SOURCES)
 
2440
CLEANFILES += $(nodist_grub_pe2elf_SOURCES)
 
2441
endif COND_GRUB_PE2ELF
 
2442
endif
 
2443
 
 
2444
if COND_emu
 
2445
bin_PROGRAMS += grub-fstest
 
2446
if COND_MAN_PAGES
 
2447
man_MANS += grub-fstest.1
 
2448
 
 
2449
grub-fstest.1: grub-fstest
 
2450
        chmod a+x grub-fstest
 
2451
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2452
        
 
2453
CLEANFILES += grub-fstest.1
 
2454
endif
 
2455
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2456
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2457
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2458
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2459
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2460
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2461
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2462
EXTRA_DIST += 
 
2463
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2464
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2465
endif
 
2466
 
 
2467
if COND_i386_pc
 
2468
bin_PROGRAMS += grub-fstest
 
2469
if COND_MAN_PAGES
 
2470
man_MANS += grub-fstest.1
 
2471
 
 
2472
grub-fstest.1: grub-fstest
 
2473
        chmod a+x grub-fstest
 
2474
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2475
        
 
2476
CLEANFILES += grub-fstest.1
 
2477
endif
 
2478
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2479
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2480
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2481
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2482
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2483
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2484
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2485
EXTRA_DIST += 
 
2486
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2487
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2488
endif
 
2489
 
 
2490
if COND_i386_efi
 
2491
bin_PROGRAMS += grub-fstest
 
2492
if COND_MAN_PAGES
 
2493
man_MANS += grub-fstest.1
 
2494
 
 
2495
grub-fstest.1: grub-fstest
 
2496
        chmod a+x grub-fstest
 
2497
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2498
        
 
2499
CLEANFILES += grub-fstest.1
 
2500
endif
 
2501
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2502
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2503
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2504
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2505
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2506
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2507
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2508
EXTRA_DIST += 
 
2509
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2510
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2511
endif
 
2512
 
 
2513
if COND_i386_qemu
 
2514
bin_PROGRAMS += grub-fstest
 
2515
if COND_MAN_PAGES
 
2516
man_MANS += grub-fstest.1
 
2517
 
 
2518
grub-fstest.1: grub-fstest
 
2519
        chmod a+x grub-fstest
 
2520
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2521
        
 
2522
CLEANFILES += grub-fstest.1
 
2523
endif
 
2524
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2525
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2526
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2527
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2528
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2529
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2530
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2531
EXTRA_DIST += 
 
2532
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2533
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2534
endif
 
2535
 
 
2536
if COND_i386_coreboot
 
2537
bin_PROGRAMS += grub-fstest
 
2538
if COND_MAN_PAGES
 
2539
man_MANS += grub-fstest.1
 
2540
 
 
2541
grub-fstest.1: grub-fstest
 
2542
        chmod a+x grub-fstest
 
2543
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2544
        
 
2545
CLEANFILES += grub-fstest.1
 
2546
endif
 
2547
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2548
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2549
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2550
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2551
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2552
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2553
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2554
EXTRA_DIST += 
 
2555
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2556
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2557
endif
 
2558
 
 
2559
if COND_i386_multiboot
 
2560
bin_PROGRAMS += grub-fstest
 
2561
if COND_MAN_PAGES
 
2562
man_MANS += grub-fstest.1
 
2563
 
 
2564
grub-fstest.1: grub-fstest
 
2565
        chmod a+x grub-fstest
 
2566
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2567
        
 
2568
CLEANFILES += grub-fstest.1
 
2569
endif
 
2570
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2571
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2572
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2573
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2574
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2575
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2576
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2577
EXTRA_DIST += 
 
2578
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2579
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2580
endif
 
2581
 
 
2582
if COND_i386_ieee1275
 
2583
bin_PROGRAMS += grub-fstest
 
2584
if COND_MAN_PAGES
 
2585
man_MANS += grub-fstest.1
 
2586
 
 
2587
grub-fstest.1: grub-fstest
 
2588
        chmod a+x grub-fstest
 
2589
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2590
        
 
2591
CLEANFILES += grub-fstest.1
 
2592
endif
 
2593
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2594
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2595
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2596
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2597
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2598
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2599
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2600
EXTRA_DIST += 
 
2601
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2602
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2603
endif
 
2604
 
 
2605
if COND_x86_64_efi
 
2606
bin_PROGRAMS += grub-fstest
 
2607
if COND_MAN_PAGES
 
2608
man_MANS += grub-fstest.1
 
2609
 
 
2610
grub-fstest.1: grub-fstest
 
2611
        chmod a+x grub-fstest
 
2612
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2613
        
 
2614
CLEANFILES += grub-fstest.1
 
2615
endif
 
2616
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2617
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2618
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2619
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2620
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2621
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2622
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2623
EXTRA_DIST += 
 
2624
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2625
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2626
endif
 
2627
 
 
2628
if COND_mips_yeeloong
 
2629
bin_PROGRAMS += grub-fstest
 
2630
if COND_MAN_PAGES
 
2631
man_MANS += grub-fstest.1
 
2632
 
 
2633
grub-fstest.1: grub-fstest
 
2634
        chmod a+x grub-fstest
 
2635
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2636
        
 
2637
CLEANFILES += grub-fstest.1
 
2638
endif
 
2639
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2640
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2641
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2642
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2643
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2644
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2645
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2646
EXTRA_DIST += 
 
2647
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2648
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2649
endif
 
2650
 
 
2651
if COND_sparc64_ieee1275
 
2652
bin_PROGRAMS += grub-fstest
 
2653
if COND_MAN_PAGES
 
2654
man_MANS += grub-fstest.1
 
2655
 
 
2656
grub-fstest.1: grub-fstest
 
2657
        chmod a+x grub-fstest
 
2658
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2659
        
 
2660
CLEANFILES += grub-fstest.1
 
2661
endif
 
2662
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2663
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2664
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2665
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2666
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2667
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2668
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2669
EXTRA_DIST += 
 
2670
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2671
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2672
endif
 
2673
 
 
2674
if COND_powerpc_ieee1275
 
2675
bin_PROGRAMS += grub-fstest
 
2676
if COND_MAN_PAGES
 
2677
man_MANS += grub-fstest.1
 
2678
 
 
2679
grub-fstest.1: grub-fstest
 
2680
        chmod a+x grub-fstest
 
2681
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-fstest.h2m -o $@ grub-fstest
 
2682
        
 
2683
CLEANFILES += grub-fstest.1
 
2684
endif
 
2685
grub_fstest_SOURCES  = util/grub-fstest.c grub-core/kern/emu/hostfs.c grub-core/disk/host.c 
 
2686
nodist_grub_fstest_SOURCES  = grub_fstest_init.c 
 
2687
grub_fstest_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2688
grub_fstest_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(CFLAGS_GCRY) 
 
2689
grub_fstest_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2690
grub_fstest_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) $(CPPFLAGS_GCRY) 
 
2691
grub_fstest_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2692
EXTRA_DIST += 
 
2693
BUILT_SOURCES += $(nodist_grub_fstest_SOURCES)
 
2694
CLEANFILES += $(nodist_grub_fstest_SOURCES)
 
2695
endif
 
2696
 
 
2697
if COND_emu
 
2698
if COND_GRUB_MKFONT
 
2699
bin_PROGRAMS += grub-mkfont
 
2700
if COND_MAN_PAGES
 
2701
man_MANS += grub-mkfont.1
 
2702
 
 
2703
grub-mkfont.1: grub-mkfont
 
2704
        chmod a+x grub-mkfont
 
2705
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2706
        
 
2707
CLEANFILES += grub-mkfont.1
 
2708
endif
 
2709
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2710
nodist_grub_mkfont_SOURCES  = 
 
2711
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2712
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2713
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2714
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2715
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2716
EXTRA_DIST += 
 
2717
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2718
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2719
endif COND_GRUB_MKFONT
 
2720
endif
 
2721
 
 
2722
if COND_i386_pc
 
2723
if COND_GRUB_MKFONT
 
2724
bin_PROGRAMS += grub-mkfont
 
2725
if COND_MAN_PAGES
 
2726
man_MANS += grub-mkfont.1
 
2727
 
 
2728
grub-mkfont.1: grub-mkfont
 
2729
        chmod a+x grub-mkfont
 
2730
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2731
        
 
2732
CLEANFILES += grub-mkfont.1
 
2733
endif
 
2734
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2735
nodist_grub_mkfont_SOURCES  = 
 
2736
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2737
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2738
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2739
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2740
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2741
EXTRA_DIST += 
 
2742
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2743
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2744
endif COND_GRUB_MKFONT
 
2745
endif
 
2746
 
 
2747
if COND_i386_efi
 
2748
if COND_GRUB_MKFONT
 
2749
bin_PROGRAMS += grub-mkfont
 
2750
if COND_MAN_PAGES
 
2751
man_MANS += grub-mkfont.1
 
2752
 
 
2753
grub-mkfont.1: grub-mkfont
 
2754
        chmod a+x grub-mkfont
 
2755
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2756
        
 
2757
CLEANFILES += grub-mkfont.1
 
2758
endif
 
2759
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2760
nodist_grub_mkfont_SOURCES  = 
 
2761
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2762
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2763
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2764
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2765
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2766
EXTRA_DIST += 
 
2767
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2768
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2769
endif COND_GRUB_MKFONT
 
2770
endif
 
2771
 
 
2772
if COND_i386_qemu
 
2773
if COND_GRUB_MKFONT
 
2774
bin_PROGRAMS += grub-mkfont
 
2775
if COND_MAN_PAGES
 
2776
man_MANS += grub-mkfont.1
 
2777
 
 
2778
grub-mkfont.1: grub-mkfont
 
2779
        chmod a+x grub-mkfont
 
2780
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2781
        
 
2782
CLEANFILES += grub-mkfont.1
 
2783
endif
 
2784
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2785
nodist_grub_mkfont_SOURCES  = 
 
2786
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2787
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2788
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2789
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2790
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2791
EXTRA_DIST += 
 
2792
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2793
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2794
endif COND_GRUB_MKFONT
 
2795
endif
 
2796
 
 
2797
if COND_i386_coreboot
 
2798
if COND_GRUB_MKFONT
 
2799
bin_PROGRAMS += grub-mkfont
 
2800
if COND_MAN_PAGES
 
2801
man_MANS += grub-mkfont.1
 
2802
 
 
2803
grub-mkfont.1: grub-mkfont
 
2804
        chmod a+x grub-mkfont
 
2805
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2806
        
 
2807
CLEANFILES += grub-mkfont.1
 
2808
endif
 
2809
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2810
nodist_grub_mkfont_SOURCES  = 
 
2811
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2812
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2813
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2814
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2815
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2816
EXTRA_DIST += 
 
2817
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2818
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2819
endif COND_GRUB_MKFONT
 
2820
endif
 
2821
 
 
2822
if COND_i386_multiboot
 
2823
if COND_GRUB_MKFONT
 
2824
bin_PROGRAMS += grub-mkfont
 
2825
if COND_MAN_PAGES
 
2826
man_MANS += grub-mkfont.1
 
2827
 
 
2828
grub-mkfont.1: grub-mkfont
 
2829
        chmod a+x grub-mkfont
 
2830
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2831
        
 
2832
CLEANFILES += grub-mkfont.1
 
2833
endif
 
2834
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2835
nodist_grub_mkfont_SOURCES  = 
 
2836
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2837
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2838
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2839
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2840
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2841
EXTRA_DIST += 
 
2842
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2843
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2844
endif COND_GRUB_MKFONT
 
2845
endif
 
2846
 
 
2847
if COND_i386_ieee1275
 
2848
if COND_GRUB_MKFONT
 
2849
bin_PROGRAMS += grub-mkfont
 
2850
if COND_MAN_PAGES
 
2851
man_MANS += grub-mkfont.1
 
2852
 
 
2853
grub-mkfont.1: grub-mkfont
 
2854
        chmod a+x grub-mkfont
 
2855
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2856
        
 
2857
CLEANFILES += grub-mkfont.1
 
2858
endif
 
2859
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2860
nodist_grub_mkfont_SOURCES  = 
 
2861
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2862
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2863
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2864
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2865
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2866
EXTRA_DIST += 
 
2867
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2868
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2869
endif COND_GRUB_MKFONT
 
2870
endif
 
2871
 
 
2872
if COND_x86_64_efi
 
2873
if COND_GRUB_MKFONT
 
2874
bin_PROGRAMS += grub-mkfont
 
2875
if COND_MAN_PAGES
 
2876
man_MANS += grub-mkfont.1
 
2877
 
 
2878
grub-mkfont.1: grub-mkfont
 
2879
        chmod a+x grub-mkfont
 
2880
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2881
        
 
2882
CLEANFILES += grub-mkfont.1
 
2883
endif
 
2884
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2885
nodist_grub_mkfont_SOURCES  = 
 
2886
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2887
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2888
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2889
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2890
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2891
EXTRA_DIST += 
 
2892
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2893
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2894
endif COND_GRUB_MKFONT
 
2895
endif
 
2896
 
 
2897
if COND_mips_yeeloong
 
2898
if COND_GRUB_MKFONT
 
2899
bin_PROGRAMS += grub-mkfont
 
2900
if COND_MAN_PAGES
 
2901
man_MANS += grub-mkfont.1
 
2902
 
 
2903
grub-mkfont.1: grub-mkfont
 
2904
        chmod a+x grub-mkfont
 
2905
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2906
        
 
2907
CLEANFILES += grub-mkfont.1
 
2908
endif
 
2909
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2910
nodist_grub_mkfont_SOURCES  = 
 
2911
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2912
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2913
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2914
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2915
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2916
EXTRA_DIST += 
 
2917
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2918
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2919
endif COND_GRUB_MKFONT
 
2920
endif
 
2921
 
 
2922
if COND_sparc64_ieee1275
 
2923
if COND_GRUB_MKFONT
 
2924
bin_PROGRAMS += grub-mkfont
 
2925
if COND_MAN_PAGES
 
2926
man_MANS += grub-mkfont.1
 
2927
 
 
2928
grub-mkfont.1: grub-mkfont
 
2929
        chmod a+x grub-mkfont
 
2930
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2931
        
 
2932
CLEANFILES += grub-mkfont.1
 
2933
endif
 
2934
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2935
nodist_grub_mkfont_SOURCES  = 
 
2936
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2937
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2938
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2939
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2940
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2941
EXTRA_DIST += 
 
2942
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2943
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2944
endif COND_GRUB_MKFONT
 
2945
endif
 
2946
 
 
2947
if COND_powerpc_ieee1275
 
2948
if COND_GRUB_MKFONT
 
2949
bin_PROGRAMS += grub-mkfont
 
2950
if COND_MAN_PAGES
 
2951
man_MANS += grub-mkfont.1
 
2952
 
 
2953
grub-mkfont.1: grub-mkfont
 
2954
        chmod a+x grub-mkfont
 
2955
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkfont.h2m -o $@ grub-mkfont
 
2956
        
 
2957
CLEANFILES += grub-mkfont.1
 
2958
endif
 
2959
grub_mkfont_SOURCES  = util/grub-mkfont.c grub-core/unidata.c 
 
2960
nodist_grub_mkfont_SOURCES  = 
 
2961
grub_mkfont_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(freetype_libs) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
2962
grub_mkfont_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) $(freetype_cflags) 
 
2963
grub_mkfont_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2964
grub_mkfont_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2965
grub_mkfont_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2966
EXTRA_DIST += 
 
2967
BUILT_SOURCES += $(nodist_grub_mkfont_SOURCES)
 
2968
CLEANFILES += $(nodist_grub_mkfont_SOURCES)
 
2969
endif COND_GRUB_MKFONT
 
2970
endif
 
2971
 
 
2972
if COND_emu
 
2973
sbin_PROGRAMS += grub-mkdevicemap
 
2974
if COND_MAN_PAGES
 
2975
man_MANS += grub-mkdevicemap.8
 
2976
 
 
2977
grub-mkdevicemap.8: grub-mkdevicemap
 
2978
        chmod a+x grub-mkdevicemap
 
2979
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
2980
        
 
2981
CLEANFILES += grub-mkdevicemap.8
 
2982
endif
 
2983
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
2984
nodist_grub_mkdevicemap_SOURCES  = 
 
2985
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
2986
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
2987
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
2988
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
2989
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
2990
EXTRA_DIST += 
 
2991
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
2992
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
2993
endif
 
2994
 
 
2995
if COND_i386_pc
 
2996
sbin_PROGRAMS += grub-mkdevicemap
 
2997
if COND_MAN_PAGES
 
2998
man_MANS += grub-mkdevicemap.8
 
2999
 
 
3000
grub-mkdevicemap.8: grub-mkdevicemap
 
3001
        chmod a+x grub-mkdevicemap
 
3002
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3003
        
 
3004
CLEANFILES += grub-mkdevicemap.8
 
3005
endif
 
3006
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3007
nodist_grub_mkdevicemap_SOURCES  = 
 
3008
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3009
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3010
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3011
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3012
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3013
EXTRA_DIST += 
 
3014
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3015
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3016
endif
 
3017
 
 
3018
if COND_i386_efi
 
3019
sbin_PROGRAMS += grub-mkdevicemap
 
3020
if COND_MAN_PAGES
 
3021
man_MANS += grub-mkdevicemap.8
 
3022
 
 
3023
grub-mkdevicemap.8: grub-mkdevicemap
 
3024
        chmod a+x grub-mkdevicemap
 
3025
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3026
        
 
3027
CLEANFILES += grub-mkdevicemap.8
 
3028
endif
 
3029
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3030
nodist_grub_mkdevicemap_SOURCES  = 
 
3031
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3032
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3033
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3034
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3035
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3036
EXTRA_DIST += 
 
3037
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3038
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3039
endif
 
3040
 
 
3041
if COND_i386_qemu
 
3042
sbin_PROGRAMS += grub-mkdevicemap
 
3043
if COND_MAN_PAGES
 
3044
man_MANS += grub-mkdevicemap.8
 
3045
 
 
3046
grub-mkdevicemap.8: grub-mkdevicemap
 
3047
        chmod a+x grub-mkdevicemap
 
3048
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3049
        
 
3050
CLEANFILES += grub-mkdevicemap.8
 
3051
endif
 
3052
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3053
nodist_grub_mkdevicemap_SOURCES  = 
 
3054
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3055
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3056
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3057
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3058
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3059
EXTRA_DIST += 
 
3060
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3061
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3062
endif
 
3063
 
 
3064
if COND_i386_coreboot
 
3065
sbin_PROGRAMS += grub-mkdevicemap
 
3066
if COND_MAN_PAGES
 
3067
man_MANS += grub-mkdevicemap.8
 
3068
 
 
3069
grub-mkdevicemap.8: grub-mkdevicemap
 
3070
        chmod a+x grub-mkdevicemap
 
3071
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3072
        
 
3073
CLEANFILES += grub-mkdevicemap.8
 
3074
endif
 
3075
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3076
nodist_grub_mkdevicemap_SOURCES  = 
 
3077
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3078
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3079
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3080
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3081
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3082
EXTRA_DIST += 
 
3083
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3084
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3085
endif
 
3086
 
 
3087
if COND_i386_multiboot
 
3088
sbin_PROGRAMS += grub-mkdevicemap
 
3089
if COND_MAN_PAGES
 
3090
man_MANS += grub-mkdevicemap.8
 
3091
 
 
3092
grub-mkdevicemap.8: grub-mkdevicemap
 
3093
        chmod a+x grub-mkdevicemap
 
3094
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3095
        
 
3096
CLEANFILES += grub-mkdevicemap.8
 
3097
endif
 
3098
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3099
nodist_grub_mkdevicemap_SOURCES  = 
 
3100
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3101
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3102
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3103
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3104
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3105
EXTRA_DIST += 
 
3106
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3107
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3108
endif
 
3109
 
 
3110
if COND_i386_ieee1275
 
3111
sbin_PROGRAMS += grub-mkdevicemap
 
3112
if COND_MAN_PAGES
 
3113
man_MANS += grub-mkdevicemap.8
 
3114
 
 
3115
grub-mkdevicemap.8: grub-mkdevicemap
 
3116
        chmod a+x grub-mkdevicemap
 
3117
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3118
        
 
3119
CLEANFILES += grub-mkdevicemap.8
 
3120
endif
 
3121
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3122
nodist_grub_mkdevicemap_SOURCES  = 
 
3123
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3124
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3125
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3126
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3127
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3128
EXTRA_DIST += 
 
3129
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3130
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3131
endif
 
3132
 
 
3133
if COND_x86_64_efi
 
3134
sbin_PROGRAMS += grub-mkdevicemap
 
3135
if COND_MAN_PAGES
 
3136
man_MANS += grub-mkdevicemap.8
 
3137
 
 
3138
grub-mkdevicemap.8: grub-mkdevicemap
 
3139
        chmod a+x grub-mkdevicemap
 
3140
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3141
        
 
3142
CLEANFILES += grub-mkdevicemap.8
 
3143
endif
 
3144
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3145
nodist_grub_mkdevicemap_SOURCES  = 
 
3146
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3147
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3148
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3149
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3150
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3151
EXTRA_DIST += 
 
3152
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3153
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3154
endif
 
3155
 
 
3156
if COND_mips_yeeloong
 
3157
sbin_PROGRAMS += grub-mkdevicemap
 
3158
if COND_MAN_PAGES
 
3159
man_MANS += grub-mkdevicemap.8
 
3160
 
 
3161
grub-mkdevicemap.8: grub-mkdevicemap
 
3162
        chmod a+x grub-mkdevicemap
 
3163
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3164
        
 
3165
CLEANFILES += grub-mkdevicemap.8
 
3166
endif
 
3167
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3168
nodist_grub_mkdevicemap_SOURCES  = 
 
3169
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3170
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3171
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3172
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3173
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3174
EXTRA_DIST += 
 
3175
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3176
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3177
endif
 
3178
 
 
3179
if COND_sparc64_ieee1275
 
3180
sbin_PROGRAMS += grub-mkdevicemap
 
3181
if COND_MAN_PAGES
 
3182
man_MANS += grub-mkdevicemap.8
 
3183
 
 
3184
grub-mkdevicemap.8: grub-mkdevicemap
 
3185
        chmod a+x grub-mkdevicemap
 
3186
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3187
        
 
3188
CLEANFILES += grub-mkdevicemap.8
 
3189
endif
 
3190
grub_mkdevicemap_SOURCES  = util/ieee1275/ofpath.c util/ieee1275/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3191
nodist_grub_mkdevicemap_SOURCES  = 
 
3192
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3193
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3194
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3195
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3196
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3197
EXTRA_DIST += 
 
3198
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3199
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3200
endif
 
3201
 
 
3202
if COND_powerpc_ieee1275
 
3203
sbin_PROGRAMS += grub-mkdevicemap
 
3204
if COND_MAN_PAGES
 
3205
man_MANS += grub-mkdevicemap.8
 
3206
 
 
3207
grub-mkdevicemap.8: grub-mkdevicemap
 
3208
        chmod a+x grub-mkdevicemap
 
3209
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkdevicemap.h2m -o $@ grub-mkdevicemap
 
3210
        
 
3211
CLEANFILES += grub-mkdevicemap.8
 
3212
endif
 
3213
grub_mkdevicemap_SOURCES  = util/devicemap.c util/grub-mkdevicemap.c util/deviceiter.c 
 
3214
nodist_grub_mkdevicemap_SOURCES  = 
 
3215
grub_mkdevicemap_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3216
grub_mkdevicemap_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3217
grub_mkdevicemap_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3218
grub_mkdevicemap_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3219
grub_mkdevicemap_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3220
EXTRA_DIST += 
 
3221
BUILT_SOURCES += $(nodist_grub_mkdevicemap_SOURCES)
 
3222
CLEANFILES += $(nodist_grub_mkdevicemap_SOURCES)
 
3223
endif
 
3224
 
 
3225
if COND_emu
 
3226
sbin_PROGRAMS += grub-probe
 
3227
if COND_MAN_PAGES
 
3228
man_MANS += grub-probe.8
 
3229
 
 
3230
grub-probe.8: grub-probe
 
3231
        chmod a+x grub-probe
 
3232
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3233
        
 
3234
CLEANFILES += grub-probe.8
 
3235
endif
 
3236
grub_probe_SOURCES  = util/grub-probe.c 
 
3237
nodist_grub_probe_SOURCES  = 
 
3238
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3239
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3240
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3241
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3242
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3243
EXTRA_DIST += 
 
3244
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3245
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3246
endif
 
3247
 
 
3248
if COND_i386_pc
 
3249
sbin_PROGRAMS += grub-probe
 
3250
if COND_MAN_PAGES
 
3251
man_MANS += grub-probe.8
 
3252
 
 
3253
grub-probe.8: grub-probe
 
3254
        chmod a+x grub-probe
 
3255
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3256
        
 
3257
CLEANFILES += grub-probe.8
 
3258
endif
 
3259
grub_probe_SOURCES  = util/grub-probe.c 
 
3260
nodist_grub_probe_SOURCES  = 
 
3261
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3262
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3263
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3264
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3265
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3266
EXTRA_DIST += 
 
3267
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3268
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3269
endif
 
3270
 
 
3271
if COND_i386_efi
 
3272
sbin_PROGRAMS += grub-probe
 
3273
if COND_MAN_PAGES
 
3274
man_MANS += grub-probe.8
 
3275
 
 
3276
grub-probe.8: grub-probe
 
3277
        chmod a+x grub-probe
 
3278
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3279
        
 
3280
CLEANFILES += grub-probe.8
 
3281
endif
 
3282
grub_probe_SOURCES  = util/grub-probe.c 
 
3283
nodist_grub_probe_SOURCES  = 
 
3284
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3285
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3286
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3287
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3288
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3289
EXTRA_DIST += 
 
3290
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3291
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3292
endif
 
3293
 
 
3294
if COND_i386_qemu
 
3295
sbin_PROGRAMS += grub-probe
 
3296
if COND_MAN_PAGES
 
3297
man_MANS += grub-probe.8
 
3298
 
 
3299
grub-probe.8: grub-probe
 
3300
        chmod a+x grub-probe
 
3301
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3302
        
 
3303
CLEANFILES += grub-probe.8
 
3304
endif
 
3305
grub_probe_SOURCES  = util/grub-probe.c 
 
3306
nodist_grub_probe_SOURCES  = 
 
3307
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3308
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3309
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3310
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3311
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3312
EXTRA_DIST += 
 
3313
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3314
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3315
endif
 
3316
 
 
3317
if COND_i386_coreboot
 
3318
sbin_PROGRAMS += grub-probe
 
3319
if COND_MAN_PAGES
 
3320
man_MANS += grub-probe.8
 
3321
 
 
3322
grub-probe.8: grub-probe
 
3323
        chmod a+x grub-probe
 
3324
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3325
        
 
3326
CLEANFILES += grub-probe.8
 
3327
endif
 
3328
grub_probe_SOURCES  = util/grub-probe.c 
 
3329
nodist_grub_probe_SOURCES  = 
 
3330
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3331
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3332
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3333
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3334
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3335
EXTRA_DIST += 
 
3336
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3337
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3338
endif
 
3339
 
 
3340
if COND_i386_multiboot
 
3341
sbin_PROGRAMS += grub-probe
 
3342
if COND_MAN_PAGES
 
3343
man_MANS += grub-probe.8
 
3344
 
 
3345
grub-probe.8: grub-probe
 
3346
        chmod a+x grub-probe
 
3347
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3348
        
 
3349
CLEANFILES += grub-probe.8
 
3350
endif
 
3351
grub_probe_SOURCES  = util/grub-probe.c 
 
3352
nodist_grub_probe_SOURCES  = 
 
3353
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3354
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3355
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3356
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3357
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3358
EXTRA_DIST += 
 
3359
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3360
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3361
endif
 
3362
 
 
3363
if COND_i386_ieee1275
 
3364
sbin_PROGRAMS += grub-probe
 
3365
if COND_MAN_PAGES
 
3366
man_MANS += grub-probe.8
 
3367
 
 
3368
grub-probe.8: grub-probe
 
3369
        chmod a+x grub-probe
 
3370
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3371
        
 
3372
CLEANFILES += grub-probe.8
 
3373
endif
 
3374
grub_probe_SOURCES  = util/grub-probe.c 
 
3375
nodist_grub_probe_SOURCES  = 
 
3376
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3377
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3378
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3379
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3380
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3381
EXTRA_DIST += 
 
3382
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3383
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3384
endif
 
3385
 
 
3386
if COND_x86_64_efi
 
3387
sbin_PROGRAMS += grub-probe
 
3388
if COND_MAN_PAGES
 
3389
man_MANS += grub-probe.8
 
3390
 
 
3391
grub-probe.8: grub-probe
 
3392
        chmod a+x grub-probe
 
3393
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3394
        
 
3395
CLEANFILES += grub-probe.8
 
3396
endif
 
3397
grub_probe_SOURCES  = util/grub-probe.c 
 
3398
nodist_grub_probe_SOURCES  = 
 
3399
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3400
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3401
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3402
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3403
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3404
EXTRA_DIST += 
 
3405
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3406
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3407
endif
 
3408
 
 
3409
if COND_mips_yeeloong
 
3410
sbin_PROGRAMS += grub-probe
 
3411
if COND_MAN_PAGES
 
3412
man_MANS += grub-probe.8
 
3413
 
 
3414
grub-probe.8: grub-probe
 
3415
        chmod a+x grub-probe
 
3416
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3417
        
 
3418
CLEANFILES += grub-probe.8
 
3419
endif
 
3420
grub_probe_SOURCES  = util/grub-probe.c 
 
3421
nodist_grub_probe_SOURCES  = 
 
3422
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3423
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3424
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3425
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3426
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3427
EXTRA_DIST += 
 
3428
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3429
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3430
endif
 
3431
 
 
3432
if COND_sparc64_ieee1275
 
3433
sbin_PROGRAMS += grub-probe
 
3434
if COND_MAN_PAGES
 
3435
man_MANS += grub-probe.8
 
3436
 
 
3437
grub-probe.8: grub-probe
 
3438
        chmod a+x grub-probe
 
3439
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3440
        
 
3441
CLEANFILES += grub-probe.8
 
3442
endif
 
3443
grub_probe_SOURCES  = util/grub-probe.c 
 
3444
nodist_grub_probe_SOURCES  = 
 
3445
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3446
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3447
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3448
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3449
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3450
EXTRA_DIST += 
 
3451
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3452
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3453
endif
 
3454
 
 
3455
if COND_powerpc_ieee1275
 
3456
sbin_PROGRAMS += grub-probe
 
3457
if COND_MAN_PAGES
 
3458
man_MANS += grub-probe.8
 
3459
 
 
3460
grub-probe.8: grub-probe
 
3461
        chmod a+x grub-probe
 
3462
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-probe.h2m -o $@ grub-probe
 
3463
        
 
3464
CLEANFILES += grub-probe.8
 
3465
endif
 
3466
grub_probe_SOURCES  = util/grub-probe.c 
 
3467
nodist_grub_probe_SOURCES  = 
 
3468
grub_probe_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3469
grub_probe_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3470
grub_probe_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3471
grub_probe_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3472
grub_probe_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3473
EXTRA_DIST += 
 
3474
BUILT_SOURCES += $(nodist_grub_probe_SOURCES)
 
3475
CLEANFILES += $(nodist_grub_probe_SOURCES)
 
3476
endif
 
3477
 
 
3478
if COND_i386_pc
 
3479
sbin_PROGRAMS += grub-setup
 
3480
if COND_MAN_PAGES
 
3481
man_MANS += grub-setup.8
 
3482
 
 
3483
grub-setup.8: grub-setup
 
3484
        chmod a+x grub-setup
 
3485
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-setup.h2m -o $@ grub-setup
 
3486
        
 
3487
CLEANFILES += grub-setup.8
 
3488
endif
 
3489
grub_setup_SOURCES  = util/grub-setup.c util/raid.c util/lvm.c grub-core/lib/reed_solomon.c 
 
3490
nodist_grub_setup_SOURCES  = 
 
3491
grub_setup_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3492
grub_setup_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3493
grub_setup_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3494
grub_setup_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3495
grub_setup_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3496
EXTRA_DIST += 
 
3497
BUILT_SOURCES += $(nodist_grub_setup_SOURCES)
 
3498
CLEANFILES += $(nodist_grub_setup_SOURCES)
 
3499
endif
 
3500
 
 
3501
if COND_sparc64_ieee1275
 
3502
sbin_PROGRAMS += grub-setup
 
3503
if COND_MAN_PAGES
 
3504
man_MANS += grub-setup.8
 
3505
 
 
3506
grub-setup.8: grub-setup
 
3507
        chmod a+x grub-setup
 
3508
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-setup.h2m -o $@ grub-setup
 
3509
        
 
3510
CLEANFILES += grub-setup.8
 
3511
endif
 
3512
grub_setup_SOURCES  = util/ieee1275/ofpath.c util/grub-setup.c util/raid.c util/lvm.c grub-core/lib/reed_solomon.c 
 
3513
nodist_grub_setup_SOURCES  = 
 
3514
grub_setup_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) $(LIBZFS) $(LIBNVPAIR) 
 
3515
grub_setup_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3516
grub_setup_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3517
grub_setup_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3518
grub_setup_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3519
EXTRA_DIST += 
 
3520
BUILT_SOURCES += $(nodist_grub_setup_SOURCES)
 
3521
CLEANFILES += $(nodist_grub_setup_SOURCES)
 
3522
endif
 
3523
 
 
3524
if COND_sparc64_ieee1275
 
3525
sbin_PROGRAMS += grub-ofpathname
 
3526
grub_ofpathname_SOURCES  = util/ieee1275/grub-ofpathname.c util/ieee1275/ofpath.c 
 
3527
nodist_grub_ofpathname_SOURCES  = 
 
3528
grub_ofpathname_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBUTIL) 
 
3529
grub_ofpathname_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3530
grub_ofpathname_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3531
grub_ofpathname_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3532
grub_ofpathname_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3533
EXTRA_DIST += 
 
3534
BUILT_SOURCES += $(nodist_grub_ofpathname_SOURCES)
 
3535
CLEANFILES += $(nodist_grub_ofpathname_SOURCES)
 
3536
endif
 
3537
 
 
3538
if COND_emu
 
3539
bin_PROGRAMS += grub-mklayout
 
3540
if COND_MAN_PAGES
 
3541
man_MANS += grub-mklayout.1
 
3542
 
 
3543
grub-mklayout.1: grub-mklayout
 
3544
        chmod a+x grub-mklayout
 
3545
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3546
        
 
3547
CLEANFILES += grub-mklayout.1
 
3548
endif
 
3549
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3550
nodist_grub_mklayout_SOURCES  = 
 
3551
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3552
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3553
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3554
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3555
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3556
EXTRA_DIST += 
 
3557
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3558
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3559
endif
 
3560
 
 
3561
if COND_i386_pc
 
3562
bin_PROGRAMS += grub-mklayout
 
3563
if COND_MAN_PAGES
 
3564
man_MANS += grub-mklayout.1
 
3565
 
 
3566
grub-mklayout.1: grub-mklayout
 
3567
        chmod a+x grub-mklayout
 
3568
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3569
        
 
3570
CLEANFILES += grub-mklayout.1
 
3571
endif
 
3572
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3573
nodist_grub_mklayout_SOURCES  = 
 
3574
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3575
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3576
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3577
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3578
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3579
EXTRA_DIST += 
 
3580
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3581
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3582
endif
 
3583
 
 
3584
if COND_i386_efi
 
3585
bin_PROGRAMS += grub-mklayout
 
3586
if COND_MAN_PAGES
 
3587
man_MANS += grub-mklayout.1
 
3588
 
 
3589
grub-mklayout.1: grub-mklayout
 
3590
        chmod a+x grub-mklayout
 
3591
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3592
        
 
3593
CLEANFILES += grub-mklayout.1
 
3594
endif
 
3595
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3596
nodist_grub_mklayout_SOURCES  = 
 
3597
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3598
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3599
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3600
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3601
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3602
EXTRA_DIST += 
 
3603
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3604
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3605
endif
 
3606
 
 
3607
if COND_i386_qemu
 
3608
bin_PROGRAMS += grub-mklayout
 
3609
if COND_MAN_PAGES
 
3610
man_MANS += grub-mklayout.1
 
3611
 
 
3612
grub-mklayout.1: grub-mklayout
 
3613
        chmod a+x grub-mklayout
 
3614
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3615
        
 
3616
CLEANFILES += grub-mklayout.1
 
3617
endif
 
3618
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3619
nodist_grub_mklayout_SOURCES  = 
 
3620
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3621
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3622
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3623
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3624
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3625
EXTRA_DIST += 
 
3626
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3627
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3628
endif
 
3629
 
 
3630
if COND_i386_coreboot
 
3631
bin_PROGRAMS += grub-mklayout
 
3632
if COND_MAN_PAGES
 
3633
man_MANS += grub-mklayout.1
 
3634
 
 
3635
grub-mklayout.1: grub-mklayout
 
3636
        chmod a+x grub-mklayout
 
3637
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3638
        
 
3639
CLEANFILES += grub-mklayout.1
 
3640
endif
 
3641
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3642
nodist_grub_mklayout_SOURCES  = 
 
3643
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3644
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3645
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3646
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3647
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3648
EXTRA_DIST += 
 
3649
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3650
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3651
endif
 
3652
 
 
3653
if COND_i386_multiboot
 
3654
bin_PROGRAMS += grub-mklayout
 
3655
if COND_MAN_PAGES
 
3656
man_MANS += grub-mklayout.1
 
3657
 
 
3658
grub-mklayout.1: grub-mklayout
 
3659
        chmod a+x grub-mklayout
 
3660
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3661
        
 
3662
CLEANFILES += grub-mklayout.1
 
3663
endif
 
3664
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3665
nodist_grub_mklayout_SOURCES  = 
 
3666
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3667
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3668
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3669
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3670
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3671
EXTRA_DIST += 
 
3672
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3673
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3674
endif
 
3675
 
 
3676
if COND_i386_ieee1275
 
3677
bin_PROGRAMS += grub-mklayout
 
3678
if COND_MAN_PAGES
 
3679
man_MANS += grub-mklayout.1
 
3680
 
 
3681
grub-mklayout.1: grub-mklayout
 
3682
        chmod a+x grub-mklayout
 
3683
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3684
        
 
3685
CLEANFILES += grub-mklayout.1
 
3686
endif
 
3687
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3688
nodist_grub_mklayout_SOURCES  = 
 
3689
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3690
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3691
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3692
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3693
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3694
EXTRA_DIST += 
 
3695
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3696
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3697
endif
 
3698
 
 
3699
if COND_x86_64_efi
 
3700
bin_PROGRAMS += grub-mklayout
 
3701
if COND_MAN_PAGES
 
3702
man_MANS += grub-mklayout.1
 
3703
 
 
3704
grub-mklayout.1: grub-mklayout
 
3705
        chmod a+x grub-mklayout
 
3706
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3707
        
 
3708
CLEANFILES += grub-mklayout.1
 
3709
endif
 
3710
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3711
nodist_grub_mklayout_SOURCES  = 
 
3712
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3713
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3714
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3715
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3716
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3717
EXTRA_DIST += 
 
3718
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3719
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3720
endif
 
3721
 
 
3722
if COND_mips_yeeloong
 
3723
bin_PROGRAMS += grub-mklayout
 
3724
if COND_MAN_PAGES
 
3725
man_MANS += grub-mklayout.1
 
3726
 
 
3727
grub-mklayout.1: grub-mklayout
 
3728
        chmod a+x grub-mklayout
 
3729
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3730
        
 
3731
CLEANFILES += grub-mklayout.1
 
3732
endif
 
3733
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3734
nodist_grub_mklayout_SOURCES  = 
 
3735
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3736
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3737
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3738
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3739
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3740
EXTRA_DIST += 
 
3741
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3742
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3743
endif
 
3744
 
 
3745
if COND_sparc64_ieee1275
 
3746
bin_PROGRAMS += grub-mklayout
 
3747
if COND_MAN_PAGES
 
3748
man_MANS += grub-mklayout.1
 
3749
 
 
3750
grub-mklayout.1: grub-mklayout
 
3751
        chmod a+x grub-mklayout
 
3752
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3753
        
 
3754
CLEANFILES += grub-mklayout.1
 
3755
endif
 
3756
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3757
nodist_grub_mklayout_SOURCES  = 
 
3758
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3759
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3760
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3761
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3762
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3763
EXTRA_DIST += 
 
3764
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3765
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3766
endif
 
3767
 
 
3768
if COND_powerpc_ieee1275
 
3769
bin_PROGRAMS += grub-mklayout
 
3770
if COND_MAN_PAGES
 
3771
man_MANS += grub-mklayout.1
 
3772
 
 
3773
grub-mklayout.1: grub-mklayout
 
3774
        chmod a+x grub-mklayout
 
3775
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mklayout.h2m -o $@ grub-mklayout
 
3776
        
 
3777
CLEANFILES += grub-mklayout.1
 
3778
endif
 
3779
grub_mklayout_SOURCES  = util/grub-mklayout.c 
 
3780
nodist_grub_mklayout_SOURCES  = 
 
3781
grub_mklayout_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3782
grub_mklayout_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3783
grub_mklayout_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3784
grub_mklayout_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3785
grub_mklayout_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3786
EXTRA_DIST += 
 
3787
BUILT_SOURCES += $(nodist_grub_mklayout_SOURCES)
 
3788
CLEANFILES += $(nodist_grub_mklayout_SOURCES)
 
3789
endif
 
3790
 
 
3791
if COND_emu
 
3792
check_PROGRAMS += example_unit_test
 
3793
TESTS += example_unit_test
 
3794
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3795
nodist_example_unit_test_SOURCES  = 
 
3796
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3797
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3798
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3799
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3800
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3801
EXTRA_DIST += 
 
3802
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3803
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3804
endif
 
3805
 
 
3806
if COND_i386_pc
 
3807
check_PROGRAMS += example_unit_test
 
3808
TESTS += example_unit_test
 
3809
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3810
nodist_example_unit_test_SOURCES  = 
 
3811
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3812
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3813
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3814
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3815
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3816
EXTRA_DIST += 
 
3817
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3818
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3819
endif
 
3820
 
 
3821
if COND_i386_efi
 
3822
check_PROGRAMS += example_unit_test
 
3823
TESTS += example_unit_test
 
3824
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3825
nodist_example_unit_test_SOURCES  = 
 
3826
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3827
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3828
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3829
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3830
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3831
EXTRA_DIST += 
 
3832
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3833
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3834
endif
 
3835
 
 
3836
if COND_i386_qemu
 
3837
check_PROGRAMS += example_unit_test
 
3838
TESTS += example_unit_test
 
3839
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3840
nodist_example_unit_test_SOURCES  = 
 
3841
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3842
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3843
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3844
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3845
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3846
EXTRA_DIST += 
 
3847
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3848
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3849
endif
 
3850
 
 
3851
if COND_i386_coreboot
 
3852
check_PROGRAMS += example_unit_test
 
3853
TESTS += example_unit_test
 
3854
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3855
nodist_example_unit_test_SOURCES  = 
 
3856
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3857
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3858
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3859
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3860
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3861
EXTRA_DIST += 
 
3862
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3863
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3864
endif
 
3865
 
 
3866
if COND_i386_multiboot
 
3867
check_PROGRAMS += example_unit_test
 
3868
TESTS += example_unit_test
 
3869
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3870
nodist_example_unit_test_SOURCES  = 
 
3871
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3872
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3873
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3874
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3875
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3876
EXTRA_DIST += 
 
3877
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3878
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3879
endif
 
3880
 
 
3881
if COND_i386_ieee1275
 
3882
check_PROGRAMS += example_unit_test
 
3883
TESTS += example_unit_test
 
3884
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3885
nodist_example_unit_test_SOURCES  = 
 
3886
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3887
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3888
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3889
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3890
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3891
EXTRA_DIST += 
 
3892
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3893
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3894
endif
 
3895
 
 
3896
if COND_x86_64_efi
 
3897
check_PROGRAMS += example_unit_test
 
3898
TESTS += example_unit_test
 
3899
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3900
nodist_example_unit_test_SOURCES  = 
 
3901
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3902
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3903
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3904
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3905
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3906
EXTRA_DIST += 
 
3907
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3908
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3909
endif
 
3910
 
 
3911
if COND_mips_yeeloong
 
3912
check_PROGRAMS += example_unit_test
 
3913
TESTS += example_unit_test
 
3914
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3915
nodist_example_unit_test_SOURCES  = 
 
3916
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3917
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3918
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3919
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3920
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3921
EXTRA_DIST += 
 
3922
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3923
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3924
endif
 
3925
 
 
3926
if COND_sparc64_ieee1275
 
3927
check_PROGRAMS += example_unit_test
 
3928
TESTS += example_unit_test
 
3929
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3930
nodist_example_unit_test_SOURCES  = 
 
3931
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3932
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3933
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3934
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3935
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3936
EXTRA_DIST += 
 
3937
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3938
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3939
endif
 
3940
 
 
3941
if COND_powerpc_ieee1275
 
3942
check_PROGRAMS += example_unit_test
 
3943
TESTS += example_unit_test
 
3944
example_unit_test_SOURCES  = tests/example_unit_test.c tests/lib/unit_test.c grub-core/kern/list.c grub-core/kern/misc.c grub-core/tests/lib/test.c 
 
3945
nodist_example_unit_test_SOURCES  = 
 
3946
example_unit_test_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3947
example_unit_test_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) -Wno-format 
 
3948
example_unit_test_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) 
 
3949
example_unit_test_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3950
example_unit_test_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3951
EXTRA_DIST += 
 
3952
BUILT_SOURCES += $(nodist_example_unit_test_SOURCES)
 
3953
CLEANFILES += $(nodist_example_unit_test_SOURCES)
 
3954
endif
 
3955
 
 
3956
if COND_emu
 
3957
bin_PROGRAMS += grub-menulst2cfg
 
3958
if COND_MAN_PAGES
 
3959
man_MANS += grub-menulst2cfg.1
 
3960
 
 
3961
grub-menulst2cfg.1: grub-menulst2cfg
 
3962
        chmod a+x grub-menulst2cfg
 
3963
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
3964
        
 
3965
CLEANFILES += grub-menulst2cfg.1
 
3966
endif
 
3967
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
3968
nodist_grub_menulst2cfg_SOURCES  = 
 
3969
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
3970
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3971
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3972
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3973
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3974
EXTRA_DIST += 
 
3975
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
3976
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
3977
endif
 
3978
 
 
3979
if COND_i386_pc
 
3980
bin_PROGRAMS += grub-menulst2cfg
 
3981
if COND_MAN_PAGES
 
3982
man_MANS += grub-menulst2cfg.1
 
3983
 
 
3984
grub-menulst2cfg.1: grub-menulst2cfg
 
3985
        chmod a+x grub-menulst2cfg
 
3986
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
3987
        
 
3988
CLEANFILES += grub-menulst2cfg.1
 
3989
endif
 
3990
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
3991
nodist_grub_menulst2cfg_SOURCES  = 
 
3992
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
3993
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
3994
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
3995
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
3996
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
3997
EXTRA_DIST += 
 
3998
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
3999
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4000
endif
 
4001
 
 
4002
if COND_i386_efi
 
4003
bin_PROGRAMS += grub-menulst2cfg
 
4004
if COND_MAN_PAGES
 
4005
man_MANS += grub-menulst2cfg.1
 
4006
 
 
4007
grub-menulst2cfg.1: grub-menulst2cfg
 
4008
        chmod a+x grub-menulst2cfg
 
4009
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4010
        
 
4011
CLEANFILES += grub-menulst2cfg.1
 
4012
endif
 
4013
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4014
nodist_grub_menulst2cfg_SOURCES  = 
 
4015
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4016
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4017
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4018
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4019
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4020
EXTRA_DIST += 
 
4021
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4022
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4023
endif
 
4024
 
 
4025
if COND_i386_qemu
 
4026
bin_PROGRAMS += grub-menulst2cfg
 
4027
if COND_MAN_PAGES
 
4028
man_MANS += grub-menulst2cfg.1
 
4029
 
 
4030
grub-menulst2cfg.1: grub-menulst2cfg
 
4031
        chmod a+x grub-menulst2cfg
 
4032
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4033
        
 
4034
CLEANFILES += grub-menulst2cfg.1
 
4035
endif
 
4036
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4037
nodist_grub_menulst2cfg_SOURCES  = 
 
4038
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4039
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4040
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4041
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4042
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4043
EXTRA_DIST += 
 
4044
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4045
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4046
endif
 
4047
 
 
4048
if COND_i386_coreboot
 
4049
bin_PROGRAMS += grub-menulst2cfg
 
4050
if COND_MAN_PAGES
 
4051
man_MANS += grub-menulst2cfg.1
 
4052
 
 
4053
grub-menulst2cfg.1: grub-menulst2cfg
 
4054
        chmod a+x grub-menulst2cfg
 
4055
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4056
        
 
4057
CLEANFILES += grub-menulst2cfg.1
 
4058
endif
 
4059
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4060
nodist_grub_menulst2cfg_SOURCES  = 
 
4061
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4062
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4063
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4064
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4065
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4066
EXTRA_DIST += 
 
4067
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4068
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4069
endif
 
4070
 
 
4071
if COND_i386_multiboot
 
4072
bin_PROGRAMS += grub-menulst2cfg
 
4073
if COND_MAN_PAGES
 
4074
man_MANS += grub-menulst2cfg.1
 
4075
 
 
4076
grub-menulst2cfg.1: grub-menulst2cfg
 
4077
        chmod a+x grub-menulst2cfg
 
4078
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4079
        
 
4080
CLEANFILES += grub-menulst2cfg.1
 
4081
endif
 
4082
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4083
nodist_grub_menulst2cfg_SOURCES  = 
 
4084
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4085
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4086
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4087
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4088
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4089
EXTRA_DIST += 
 
4090
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4091
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4092
endif
 
4093
 
 
4094
if COND_i386_ieee1275
 
4095
bin_PROGRAMS += grub-menulst2cfg
 
4096
if COND_MAN_PAGES
 
4097
man_MANS += grub-menulst2cfg.1
 
4098
 
 
4099
grub-menulst2cfg.1: grub-menulst2cfg
 
4100
        chmod a+x grub-menulst2cfg
 
4101
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4102
        
 
4103
CLEANFILES += grub-menulst2cfg.1
 
4104
endif
 
4105
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4106
nodist_grub_menulst2cfg_SOURCES  = 
 
4107
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4108
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4109
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4110
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4111
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4112
EXTRA_DIST += 
 
4113
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4114
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4115
endif
 
4116
 
 
4117
if COND_x86_64_efi
 
4118
bin_PROGRAMS += grub-menulst2cfg
 
4119
if COND_MAN_PAGES
 
4120
man_MANS += grub-menulst2cfg.1
 
4121
 
 
4122
grub-menulst2cfg.1: grub-menulst2cfg
 
4123
        chmod a+x grub-menulst2cfg
 
4124
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4125
        
 
4126
CLEANFILES += grub-menulst2cfg.1
 
4127
endif
 
4128
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4129
nodist_grub_menulst2cfg_SOURCES  = 
 
4130
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4131
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4132
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4133
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4134
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4135
EXTRA_DIST += 
 
4136
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4137
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4138
endif
 
4139
 
 
4140
if COND_mips_yeeloong
 
4141
bin_PROGRAMS += grub-menulst2cfg
 
4142
if COND_MAN_PAGES
 
4143
man_MANS += grub-menulst2cfg.1
 
4144
 
 
4145
grub-menulst2cfg.1: grub-menulst2cfg
 
4146
        chmod a+x grub-menulst2cfg
 
4147
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4148
        
 
4149
CLEANFILES += grub-menulst2cfg.1
 
4150
endif
 
4151
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4152
nodist_grub_menulst2cfg_SOURCES  = 
 
4153
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4154
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4155
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4156
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4157
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4158
EXTRA_DIST += 
 
4159
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4160
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4161
endif
 
4162
 
 
4163
if COND_sparc64_ieee1275
 
4164
bin_PROGRAMS += grub-menulst2cfg
 
4165
if COND_MAN_PAGES
 
4166
man_MANS += grub-menulst2cfg.1
 
4167
 
 
4168
grub-menulst2cfg.1: grub-menulst2cfg
 
4169
        chmod a+x grub-menulst2cfg
 
4170
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4171
        
 
4172
CLEANFILES += grub-menulst2cfg.1
 
4173
endif
 
4174
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4175
nodist_grub_menulst2cfg_SOURCES  = 
 
4176
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4177
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4178
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4179
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4180
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4181
EXTRA_DIST += 
 
4182
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4183
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4184
endif
 
4185
 
 
4186
if COND_powerpc_ieee1275
 
4187
bin_PROGRAMS += grub-menulst2cfg
 
4188
if COND_MAN_PAGES
 
4189
man_MANS += grub-menulst2cfg.1
 
4190
 
 
4191
grub-menulst2cfg.1: grub-menulst2cfg
 
4192
        chmod a+x grub-menulst2cfg
 
4193
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-menulst2cfg.h2m -o $@ grub-menulst2cfg
 
4194
        
 
4195
CLEANFILES += grub-menulst2cfg.1
 
4196
endif
 
4197
grub_menulst2cfg_SOURCES  = util/grub-menulst2cfg.c grub-core/lib/legacy_parse.c grub-core/lib/i386/pc/vesa_modes_table.c 
 
4198
nodist_grub_menulst2cfg_SOURCES  = 
 
4199
grub_menulst2cfg_LDADD  = libgrubmods.a libgrubkern.a grub-core/gnulib/libgnu.a 
 
4200
grub_menulst2cfg_CFLAGS  = $(AM_CFLAGS) $(CFLAGS_PROGRAM) 
 
4201
grub_menulst2cfg_LDFLAGS  = $(AM_LDFLAGS) $(LDFLAGS_PROGRAM) $(LIBINTL) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) 
 
4202
grub_menulst2cfg_CPPFLAGS  = $(AM_CPPFLAGS) $(CPPFLAGS_PROGRAM) 
 
4203
grub_menulst2cfg_CCASFLAGS  = $(AM_CCASFLAGS) $(CCASFLAGS_PROGRAM) 
 
4204
EXTRA_DIST += 
 
4205
BUILT_SOURCES += $(nodist_grub_menulst2cfg_SOURCES)
 
4206
CLEANFILES += $(nodist_grub_menulst2cfg_SOURCES)
 
4207
endif
 
4208
 
 
4209
if COND_emu
 
4210
grubconf_SCRIPTS += 00_header
 
4211
 
 
4212
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4213
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4214
        chmod a+x 00_header
 
4215
        
 
4216
CLEANFILES += 00_header
 
4217
dist_noinst_DATA += util/grub.d/00_header.in 
 
4218
endif
 
4219
 
 
4220
if COND_i386_pc
 
4221
grubconf_SCRIPTS += 00_header
 
4222
 
 
4223
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4224
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4225
        chmod a+x 00_header
 
4226
        
 
4227
CLEANFILES += 00_header
 
4228
dist_noinst_DATA += util/grub.d/00_header.in 
 
4229
endif
 
4230
 
 
4231
if COND_i386_efi
 
4232
grubconf_SCRIPTS += 00_header
 
4233
 
 
4234
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4235
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4236
        chmod a+x 00_header
 
4237
        
 
4238
CLEANFILES += 00_header
 
4239
dist_noinst_DATA += util/grub.d/00_header.in 
 
4240
endif
 
4241
 
 
4242
if COND_i386_qemu
 
4243
grubconf_SCRIPTS += 00_header
 
4244
 
 
4245
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4246
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4247
        chmod a+x 00_header
 
4248
        
 
4249
CLEANFILES += 00_header
 
4250
dist_noinst_DATA += util/grub.d/00_header.in 
 
4251
endif
 
4252
 
 
4253
if COND_i386_coreboot
 
4254
grubconf_SCRIPTS += 00_header
 
4255
 
 
4256
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4257
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4258
        chmod a+x 00_header
 
4259
        
 
4260
CLEANFILES += 00_header
 
4261
dist_noinst_DATA += util/grub.d/00_header.in 
 
4262
endif
 
4263
 
 
4264
if COND_i386_multiboot
 
4265
grubconf_SCRIPTS += 00_header
 
4266
 
 
4267
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4268
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4269
        chmod a+x 00_header
 
4270
        
 
4271
CLEANFILES += 00_header
 
4272
dist_noinst_DATA += util/grub.d/00_header.in 
 
4273
endif
 
4274
 
 
4275
if COND_i386_ieee1275
 
4276
grubconf_SCRIPTS += 00_header
 
4277
 
 
4278
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4279
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4280
        chmod a+x 00_header
 
4281
        
 
4282
CLEANFILES += 00_header
 
4283
dist_noinst_DATA += util/grub.d/00_header.in 
 
4284
endif
 
4285
 
 
4286
if COND_x86_64_efi
 
4287
grubconf_SCRIPTS += 00_header
 
4288
 
 
4289
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4290
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4291
        chmod a+x 00_header
 
4292
        
 
4293
CLEANFILES += 00_header
 
4294
dist_noinst_DATA += util/grub.d/00_header.in 
 
4295
endif
 
4296
 
 
4297
if COND_mips_yeeloong
 
4298
grubconf_SCRIPTS += 00_header
 
4299
 
 
4300
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4301
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4302
        chmod a+x 00_header
 
4303
        
 
4304
CLEANFILES += 00_header
 
4305
dist_noinst_DATA += util/grub.d/00_header.in 
 
4306
endif
 
4307
 
 
4308
if COND_sparc64_ieee1275
 
4309
grubconf_SCRIPTS += 00_header
 
4310
 
 
4311
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4312
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4313
        chmod a+x 00_header
 
4314
        
 
4315
CLEANFILES += 00_header
 
4316
dist_noinst_DATA += util/grub.d/00_header.in 
 
4317
endif
 
4318
 
 
4319
if COND_powerpc_ieee1275
 
4320
grubconf_SCRIPTS += 00_header
 
4321
 
 
4322
00_header: util/grub.d/00_header.in  $(top_builddir)/config.status
 
4323
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4324
        chmod a+x 00_header
 
4325
        
 
4326
CLEANFILES += 00_header
 
4327
dist_noinst_DATA += util/grub.d/00_header.in 
 
4328
endif
 
4329
 
 
4330
if COND_emu
 
4331
if COND_HOST_WINDOWS
 
4332
grubconf_SCRIPTS += 10_windows
 
4333
 
 
4334
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4335
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4336
        chmod a+x 10_windows
 
4337
        
 
4338
CLEANFILES += 10_windows
 
4339
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4340
endif COND_HOST_WINDOWS
 
4341
endif
 
4342
 
 
4343
if COND_i386_pc
 
4344
if COND_HOST_WINDOWS
 
4345
grubconf_SCRIPTS += 10_windows
 
4346
 
 
4347
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4348
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4349
        chmod a+x 10_windows
 
4350
        
 
4351
CLEANFILES += 10_windows
 
4352
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4353
endif COND_HOST_WINDOWS
 
4354
endif
 
4355
 
 
4356
if COND_i386_efi
 
4357
if COND_HOST_WINDOWS
 
4358
grubconf_SCRIPTS += 10_windows
 
4359
 
 
4360
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4361
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4362
        chmod a+x 10_windows
 
4363
        
 
4364
CLEANFILES += 10_windows
 
4365
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4366
endif COND_HOST_WINDOWS
 
4367
endif
 
4368
 
 
4369
if COND_i386_qemu
 
4370
if COND_HOST_WINDOWS
 
4371
grubconf_SCRIPTS += 10_windows
 
4372
 
 
4373
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4374
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4375
        chmod a+x 10_windows
 
4376
        
 
4377
CLEANFILES += 10_windows
 
4378
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4379
endif COND_HOST_WINDOWS
 
4380
endif
 
4381
 
 
4382
if COND_i386_coreboot
 
4383
if COND_HOST_WINDOWS
 
4384
grubconf_SCRIPTS += 10_windows
 
4385
 
 
4386
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4387
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4388
        chmod a+x 10_windows
 
4389
        
 
4390
CLEANFILES += 10_windows
 
4391
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4392
endif COND_HOST_WINDOWS
 
4393
endif
 
4394
 
 
4395
if COND_i386_multiboot
 
4396
if COND_HOST_WINDOWS
 
4397
grubconf_SCRIPTS += 10_windows
 
4398
 
 
4399
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4400
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4401
        chmod a+x 10_windows
 
4402
        
 
4403
CLEANFILES += 10_windows
 
4404
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4405
endif COND_HOST_WINDOWS
 
4406
endif
 
4407
 
 
4408
if COND_i386_ieee1275
 
4409
if COND_HOST_WINDOWS
 
4410
grubconf_SCRIPTS += 10_windows
 
4411
 
 
4412
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4413
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4414
        chmod a+x 10_windows
 
4415
        
 
4416
CLEANFILES += 10_windows
 
4417
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4418
endif COND_HOST_WINDOWS
 
4419
endif
 
4420
 
 
4421
if COND_x86_64_efi
 
4422
if COND_HOST_WINDOWS
 
4423
grubconf_SCRIPTS += 10_windows
 
4424
 
 
4425
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4426
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4427
        chmod a+x 10_windows
 
4428
        
 
4429
CLEANFILES += 10_windows
 
4430
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4431
endif COND_HOST_WINDOWS
 
4432
endif
 
4433
 
 
4434
if COND_mips_yeeloong
 
4435
if COND_HOST_WINDOWS
 
4436
grubconf_SCRIPTS += 10_windows
 
4437
 
 
4438
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4439
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4440
        chmod a+x 10_windows
 
4441
        
 
4442
CLEANFILES += 10_windows
 
4443
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4444
endif COND_HOST_WINDOWS
 
4445
endif
 
4446
 
 
4447
if COND_sparc64_ieee1275
 
4448
if COND_HOST_WINDOWS
 
4449
grubconf_SCRIPTS += 10_windows
 
4450
 
 
4451
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4452
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4453
        chmod a+x 10_windows
 
4454
        
 
4455
CLEANFILES += 10_windows
 
4456
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4457
endif COND_HOST_WINDOWS
 
4458
endif
 
4459
 
 
4460
if COND_powerpc_ieee1275
 
4461
if COND_HOST_WINDOWS
 
4462
grubconf_SCRIPTS += 10_windows
 
4463
 
 
4464
10_windows: util/grub.d/10_windows.in  $(top_builddir)/config.status
 
4465
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4466
        chmod a+x 10_windows
 
4467
        
 
4468
CLEANFILES += 10_windows
 
4469
dist_noinst_DATA += util/grub.d/10_windows.in 
 
4470
endif COND_HOST_WINDOWS
 
4471
endif
 
4472
 
 
4473
if COND_emu
 
4474
if COND_HOST_HURD
 
4475
grubconf_SCRIPTS += 10_hurd
 
4476
 
 
4477
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4478
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4479
        chmod a+x 10_hurd
 
4480
        
 
4481
CLEANFILES += 10_hurd
 
4482
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4483
endif COND_HOST_HURD
 
4484
endif
 
4485
 
 
4486
if COND_i386_pc
 
4487
if COND_HOST_HURD
 
4488
grubconf_SCRIPTS += 10_hurd
 
4489
 
 
4490
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4491
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4492
        chmod a+x 10_hurd
 
4493
        
 
4494
CLEANFILES += 10_hurd
 
4495
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4496
endif COND_HOST_HURD
 
4497
endif
 
4498
 
 
4499
if COND_i386_efi
 
4500
if COND_HOST_HURD
 
4501
grubconf_SCRIPTS += 10_hurd
 
4502
 
 
4503
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4504
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4505
        chmod a+x 10_hurd
 
4506
        
 
4507
CLEANFILES += 10_hurd
 
4508
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4509
endif COND_HOST_HURD
 
4510
endif
 
4511
 
 
4512
if COND_i386_qemu
 
4513
if COND_HOST_HURD
 
4514
grubconf_SCRIPTS += 10_hurd
 
4515
 
 
4516
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4517
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4518
        chmod a+x 10_hurd
 
4519
        
 
4520
CLEANFILES += 10_hurd
 
4521
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4522
endif COND_HOST_HURD
 
4523
endif
 
4524
 
 
4525
if COND_i386_coreboot
 
4526
if COND_HOST_HURD
 
4527
grubconf_SCRIPTS += 10_hurd
 
4528
 
 
4529
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4530
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4531
        chmod a+x 10_hurd
 
4532
        
 
4533
CLEANFILES += 10_hurd
 
4534
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4535
endif COND_HOST_HURD
 
4536
endif
 
4537
 
 
4538
if COND_i386_multiboot
 
4539
if COND_HOST_HURD
 
4540
grubconf_SCRIPTS += 10_hurd
 
4541
 
 
4542
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4543
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4544
        chmod a+x 10_hurd
 
4545
        
 
4546
CLEANFILES += 10_hurd
 
4547
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4548
endif COND_HOST_HURD
 
4549
endif
 
4550
 
 
4551
if COND_i386_ieee1275
 
4552
if COND_HOST_HURD
 
4553
grubconf_SCRIPTS += 10_hurd
 
4554
 
 
4555
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4556
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4557
        chmod a+x 10_hurd
 
4558
        
 
4559
CLEANFILES += 10_hurd
 
4560
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4561
endif COND_HOST_HURD
 
4562
endif
 
4563
 
 
4564
if COND_x86_64_efi
 
4565
if COND_HOST_HURD
 
4566
grubconf_SCRIPTS += 10_hurd
 
4567
 
 
4568
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4569
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4570
        chmod a+x 10_hurd
 
4571
        
 
4572
CLEANFILES += 10_hurd
 
4573
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4574
endif COND_HOST_HURD
 
4575
endif
 
4576
 
 
4577
if COND_mips_yeeloong
 
4578
if COND_HOST_HURD
 
4579
grubconf_SCRIPTS += 10_hurd
 
4580
 
 
4581
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4582
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4583
        chmod a+x 10_hurd
 
4584
        
 
4585
CLEANFILES += 10_hurd
 
4586
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4587
endif COND_HOST_HURD
 
4588
endif
 
4589
 
 
4590
if COND_sparc64_ieee1275
 
4591
if COND_HOST_HURD
 
4592
grubconf_SCRIPTS += 10_hurd
 
4593
 
 
4594
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4595
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4596
        chmod a+x 10_hurd
 
4597
        
 
4598
CLEANFILES += 10_hurd
 
4599
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4600
endif COND_HOST_HURD
 
4601
endif
 
4602
 
 
4603
if COND_powerpc_ieee1275
 
4604
if COND_HOST_HURD
 
4605
grubconf_SCRIPTS += 10_hurd
 
4606
 
 
4607
10_hurd: util/grub.d/10_hurd.in  $(top_builddir)/config.status
 
4608
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4609
        chmod a+x 10_hurd
 
4610
        
 
4611
CLEANFILES += 10_hurd
 
4612
dist_noinst_DATA += util/grub.d/10_hurd.in 
 
4613
endif COND_HOST_HURD
 
4614
endif
 
4615
 
 
4616
if COND_emu
 
4617
if COND_HOST_KFREEBSD
 
4618
grubconf_SCRIPTS += 10_kfreebsd
 
4619
 
 
4620
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4621
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4622
        chmod a+x 10_kfreebsd
 
4623
        
 
4624
CLEANFILES += 10_kfreebsd
 
4625
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4626
endif COND_HOST_KFREEBSD
 
4627
endif
 
4628
 
 
4629
if COND_i386_pc
 
4630
if COND_HOST_KFREEBSD
 
4631
grubconf_SCRIPTS += 10_kfreebsd
 
4632
 
 
4633
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4634
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4635
        chmod a+x 10_kfreebsd
 
4636
        
 
4637
CLEANFILES += 10_kfreebsd
 
4638
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4639
endif COND_HOST_KFREEBSD
 
4640
endif
 
4641
 
 
4642
if COND_i386_efi
 
4643
if COND_HOST_KFREEBSD
 
4644
grubconf_SCRIPTS += 10_kfreebsd
 
4645
 
 
4646
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4647
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4648
        chmod a+x 10_kfreebsd
 
4649
        
 
4650
CLEANFILES += 10_kfreebsd
 
4651
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4652
endif COND_HOST_KFREEBSD
 
4653
endif
 
4654
 
 
4655
if COND_i386_qemu
 
4656
if COND_HOST_KFREEBSD
 
4657
grubconf_SCRIPTS += 10_kfreebsd
 
4658
 
 
4659
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4660
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4661
        chmod a+x 10_kfreebsd
 
4662
        
 
4663
CLEANFILES += 10_kfreebsd
 
4664
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4665
endif COND_HOST_KFREEBSD
 
4666
endif
 
4667
 
 
4668
if COND_i386_coreboot
 
4669
if COND_HOST_KFREEBSD
 
4670
grubconf_SCRIPTS += 10_kfreebsd
 
4671
 
 
4672
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4673
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4674
        chmod a+x 10_kfreebsd
 
4675
        
 
4676
CLEANFILES += 10_kfreebsd
 
4677
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4678
endif COND_HOST_KFREEBSD
 
4679
endif
 
4680
 
 
4681
if COND_i386_multiboot
 
4682
if COND_HOST_KFREEBSD
 
4683
grubconf_SCRIPTS += 10_kfreebsd
 
4684
 
 
4685
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4686
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4687
        chmod a+x 10_kfreebsd
 
4688
        
 
4689
CLEANFILES += 10_kfreebsd
 
4690
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4691
endif COND_HOST_KFREEBSD
 
4692
endif
 
4693
 
 
4694
if COND_i386_ieee1275
 
4695
if COND_HOST_KFREEBSD
 
4696
grubconf_SCRIPTS += 10_kfreebsd
 
4697
 
 
4698
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4699
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4700
        chmod a+x 10_kfreebsd
 
4701
        
 
4702
CLEANFILES += 10_kfreebsd
 
4703
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4704
endif COND_HOST_KFREEBSD
 
4705
endif
 
4706
 
 
4707
if COND_x86_64_efi
 
4708
if COND_HOST_KFREEBSD
 
4709
grubconf_SCRIPTS += 10_kfreebsd
 
4710
 
 
4711
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4712
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4713
        chmod a+x 10_kfreebsd
 
4714
        
 
4715
CLEANFILES += 10_kfreebsd
 
4716
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4717
endif COND_HOST_KFREEBSD
 
4718
endif
 
4719
 
 
4720
if COND_mips_yeeloong
 
4721
if COND_HOST_KFREEBSD
 
4722
grubconf_SCRIPTS += 10_kfreebsd
 
4723
 
 
4724
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4725
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4726
        chmod a+x 10_kfreebsd
 
4727
        
 
4728
CLEANFILES += 10_kfreebsd
 
4729
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4730
endif COND_HOST_KFREEBSD
 
4731
endif
 
4732
 
 
4733
if COND_sparc64_ieee1275
 
4734
if COND_HOST_KFREEBSD
 
4735
grubconf_SCRIPTS += 10_kfreebsd
 
4736
 
 
4737
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4738
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4739
        chmod a+x 10_kfreebsd
 
4740
        
 
4741
CLEANFILES += 10_kfreebsd
 
4742
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4743
endif COND_HOST_KFREEBSD
 
4744
endif
 
4745
 
 
4746
if COND_powerpc_ieee1275
 
4747
if COND_HOST_KFREEBSD
 
4748
grubconf_SCRIPTS += 10_kfreebsd
 
4749
 
 
4750
10_kfreebsd: util/grub.d/10_kfreebsd.in  $(top_builddir)/config.status
 
4751
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4752
        chmod a+x 10_kfreebsd
 
4753
        
 
4754
CLEANFILES += 10_kfreebsd
 
4755
dist_noinst_DATA += util/grub.d/10_kfreebsd.in 
 
4756
endif COND_HOST_KFREEBSD
 
4757
endif
 
4758
 
 
4759
if COND_emu
 
4760
if COND_HOST_NETBSD
 
4761
grubconf_SCRIPTS += 10_netbsd
 
4762
 
 
4763
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4764
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4765
        chmod a+x 10_netbsd
 
4766
        
 
4767
CLEANFILES += 10_netbsd
 
4768
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4769
endif COND_HOST_NETBSD
 
4770
endif
 
4771
 
 
4772
if COND_i386_pc
 
4773
if COND_HOST_NETBSD
 
4774
grubconf_SCRIPTS += 10_netbsd
 
4775
 
 
4776
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4777
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4778
        chmod a+x 10_netbsd
 
4779
        
 
4780
CLEANFILES += 10_netbsd
 
4781
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4782
endif COND_HOST_NETBSD
 
4783
endif
 
4784
 
 
4785
if COND_i386_efi
 
4786
if COND_HOST_NETBSD
 
4787
grubconf_SCRIPTS += 10_netbsd
 
4788
 
 
4789
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4790
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4791
        chmod a+x 10_netbsd
 
4792
        
 
4793
CLEANFILES += 10_netbsd
 
4794
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4795
endif COND_HOST_NETBSD
 
4796
endif
 
4797
 
 
4798
if COND_i386_qemu
 
4799
if COND_HOST_NETBSD
 
4800
grubconf_SCRIPTS += 10_netbsd
 
4801
 
 
4802
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4803
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4804
        chmod a+x 10_netbsd
 
4805
        
 
4806
CLEANFILES += 10_netbsd
 
4807
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4808
endif COND_HOST_NETBSD
 
4809
endif
 
4810
 
 
4811
if COND_i386_coreboot
 
4812
if COND_HOST_NETBSD
 
4813
grubconf_SCRIPTS += 10_netbsd
 
4814
 
 
4815
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4816
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4817
        chmod a+x 10_netbsd
 
4818
        
 
4819
CLEANFILES += 10_netbsd
 
4820
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4821
endif COND_HOST_NETBSD
 
4822
endif
 
4823
 
 
4824
if COND_i386_multiboot
 
4825
if COND_HOST_NETBSD
 
4826
grubconf_SCRIPTS += 10_netbsd
 
4827
 
 
4828
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4829
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4830
        chmod a+x 10_netbsd
 
4831
        
 
4832
CLEANFILES += 10_netbsd
 
4833
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4834
endif COND_HOST_NETBSD
 
4835
endif
 
4836
 
 
4837
if COND_i386_ieee1275
 
4838
if COND_HOST_NETBSD
 
4839
grubconf_SCRIPTS += 10_netbsd
 
4840
 
 
4841
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4842
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4843
        chmod a+x 10_netbsd
 
4844
        
 
4845
CLEANFILES += 10_netbsd
 
4846
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4847
endif COND_HOST_NETBSD
 
4848
endif
 
4849
 
 
4850
if COND_x86_64_efi
 
4851
if COND_HOST_NETBSD
 
4852
grubconf_SCRIPTS += 10_netbsd
 
4853
 
 
4854
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4855
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4856
        chmod a+x 10_netbsd
 
4857
        
 
4858
CLEANFILES += 10_netbsd
 
4859
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4860
endif COND_HOST_NETBSD
 
4861
endif
 
4862
 
 
4863
if COND_mips_yeeloong
 
4864
if COND_HOST_NETBSD
 
4865
grubconf_SCRIPTS += 10_netbsd
 
4866
 
 
4867
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4868
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4869
        chmod a+x 10_netbsd
 
4870
        
 
4871
CLEANFILES += 10_netbsd
 
4872
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4873
endif COND_HOST_NETBSD
 
4874
endif
 
4875
 
 
4876
if COND_sparc64_ieee1275
 
4877
if COND_HOST_NETBSD
 
4878
grubconf_SCRIPTS += 10_netbsd
 
4879
 
 
4880
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4881
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4882
        chmod a+x 10_netbsd
 
4883
        
 
4884
CLEANFILES += 10_netbsd
 
4885
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4886
endif COND_HOST_NETBSD
 
4887
endif
 
4888
 
 
4889
if COND_powerpc_ieee1275
 
4890
if COND_HOST_NETBSD
 
4891
grubconf_SCRIPTS += 10_netbsd
 
4892
 
 
4893
10_netbsd: util/grub.d/10_netbsd.in  $(top_builddir)/config.status
 
4894
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4895
        chmod a+x 10_netbsd
 
4896
        
 
4897
CLEANFILES += 10_netbsd
 
4898
dist_noinst_DATA += util/grub.d/10_netbsd.in 
 
4899
endif COND_HOST_NETBSD
 
4900
endif
 
4901
 
 
4902
if COND_emu
 
4903
if COND_HOST_LINUX
 
4904
grubconf_SCRIPTS += 10_linux
 
4905
 
 
4906
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4907
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4908
        chmod a+x 10_linux
 
4909
        
 
4910
CLEANFILES += 10_linux
 
4911
dist_noinst_DATA += util/grub.d/10_linux.in 
 
4912
endif COND_HOST_LINUX
 
4913
endif
 
4914
 
 
4915
if COND_i386_pc
 
4916
if COND_HOST_LINUX
 
4917
grubconf_SCRIPTS += 10_linux
 
4918
 
 
4919
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4920
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4921
        chmod a+x 10_linux
 
4922
        
 
4923
CLEANFILES += 10_linux
 
4924
dist_noinst_DATA += util/grub.d/10_linux.in 
 
4925
endif COND_HOST_LINUX
 
4926
endif
 
4927
 
 
4928
if COND_i386_efi
 
4929
if COND_HOST_LINUX
 
4930
grubconf_SCRIPTS += 10_linux
 
4931
 
 
4932
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4933
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4934
        chmod a+x 10_linux
 
4935
        
 
4936
CLEANFILES += 10_linux
 
4937
dist_noinst_DATA += util/grub.d/10_linux.in 
 
4938
endif COND_HOST_LINUX
 
4939
endif
 
4940
 
 
4941
if COND_i386_qemu
 
4942
if COND_HOST_LINUX
 
4943
grubconf_SCRIPTS += 10_linux
 
4944
 
 
4945
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4946
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4947
        chmod a+x 10_linux
 
4948
        
 
4949
CLEANFILES += 10_linux
 
4950
dist_noinst_DATA += util/grub.d/10_linux.in 
 
4951
endif COND_HOST_LINUX
 
4952
endif
 
4953
 
 
4954
if COND_i386_coreboot
 
4955
if COND_HOST_LINUX
 
4956
grubconf_SCRIPTS += 10_linux
 
4957
 
 
4958
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4959
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4960
        chmod a+x 10_linux
 
4961
        
 
4962
CLEANFILES += 10_linux
 
4963
dist_noinst_DATA += util/grub.d/10_linux.in 
 
4964
endif COND_HOST_LINUX
 
4965
endif
 
4966
 
 
4967
if COND_i386_multiboot
 
4968
if COND_HOST_LINUX
 
4969
grubconf_SCRIPTS += 10_linux
 
4970
 
 
4971
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4972
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4973
        chmod a+x 10_linux
 
4974
        
 
4975
CLEANFILES += 10_linux
 
4976
dist_noinst_DATA += util/grub.d/10_linux.in 
 
4977
endif COND_HOST_LINUX
 
4978
endif
 
4979
 
 
4980
if COND_i386_ieee1275
 
4981
if COND_HOST_LINUX
 
4982
grubconf_SCRIPTS += 10_linux
 
4983
 
 
4984
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4985
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4986
        chmod a+x 10_linux
 
4987
        
 
4988
CLEANFILES += 10_linux
 
4989
dist_noinst_DATA += util/grub.d/10_linux.in 
 
4990
endif COND_HOST_LINUX
 
4991
endif
 
4992
 
 
4993
if COND_x86_64_efi
 
4994
if COND_HOST_LINUX
 
4995
grubconf_SCRIPTS += 10_linux
 
4996
 
 
4997
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
4998
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
4999
        chmod a+x 10_linux
 
5000
        
 
5001
CLEANFILES += 10_linux
 
5002
dist_noinst_DATA += util/grub.d/10_linux.in 
 
5003
endif COND_HOST_LINUX
 
5004
endif
 
5005
 
 
5006
if COND_mips_yeeloong
 
5007
if COND_HOST_LINUX
 
5008
grubconf_SCRIPTS += 10_linux
 
5009
 
 
5010
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
5011
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5012
        chmod a+x 10_linux
 
5013
        
 
5014
CLEANFILES += 10_linux
 
5015
dist_noinst_DATA += util/grub.d/10_linux.in 
 
5016
endif COND_HOST_LINUX
 
5017
endif
 
5018
 
 
5019
if COND_sparc64_ieee1275
 
5020
if COND_HOST_LINUX
 
5021
grubconf_SCRIPTS += 10_linux
 
5022
 
 
5023
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
5024
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5025
        chmod a+x 10_linux
 
5026
        
 
5027
CLEANFILES += 10_linux
 
5028
dist_noinst_DATA += util/grub.d/10_linux.in 
 
5029
endif COND_HOST_LINUX
 
5030
endif
 
5031
 
 
5032
if COND_powerpc_ieee1275
 
5033
if COND_HOST_LINUX
 
5034
grubconf_SCRIPTS += 10_linux
 
5035
 
 
5036
10_linux: util/grub.d/10_linux.in  $(top_builddir)/config.status
 
5037
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5038
        chmod a+x 10_linux
 
5039
        
 
5040
CLEANFILES += 10_linux
 
5041
dist_noinst_DATA += util/grub.d/10_linux.in 
 
5042
endif COND_HOST_LINUX
 
5043
endif
 
5044
 
 
5045
if COND_emu
 
5046
if COND_HOST_LINUX
 
5047
grubconf_SCRIPTS += 20_linux_xen
 
5048
 
 
5049
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5050
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5051
        chmod a+x 20_linux_xen
 
5052
        
 
5053
CLEANFILES += 20_linux_xen
 
5054
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5055
endif COND_HOST_LINUX
 
5056
endif
 
5057
 
 
5058
if COND_i386_pc
 
5059
if COND_HOST_LINUX
 
5060
grubconf_SCRIPTS += 20_linux_xen
 
5061
 
 
5062
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5063
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5064
        chmod a+x 20_linux_xen
 
5065
        
 
5066
CLEANFILES += 20_linux_xen
 
5067
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5068
endif COND_HOST_LINUX
 
5069
endif
 
5070
 
 
5071
if COND_i386_efi
 
5072
if COND_HOST_LINUX
 
5073
grubconf_SCRIPTS += 20_linux_xen
 
5074
 
 
5075
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5076
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5077
        chmod a+x 20_linux_xen
 
5078
        
 
5079
CLEANFILES += 20_linux_xen
 
5080
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5081
endif COND_HOST_LINUX
 
5082
endif
 
5083
 
 
5084
if COND_i386_qemu
 
5085
if COND_HOST_LINUX
 
5086
grubconf_SCRIPTS += 20_linux_xen
 
5087
 
 
5088
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5089
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5090
        chmod a+x 20_linux_xen
 
5091
        
 
5092
CLEANFILES += 20_linux_xen
 
5093
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5094
endif COND_HOST_LINUX
 
5095
endif
 
5096
 
 
5097
if COND_i386_coreboot
 
5098
if COND_HOST_LINUX
 
5099
grubconf_SCRIPTS += 20_linux_xen
 
5100
 
 
5101
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5102
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5103
        chmod a+x 20_linux_xen
 
5104
        
 
5105
CLEANFILES += 20_linux_xen
 
5106
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5107
endif COND_HOST_LINUX
 
5108
endif
 
5109
 
 
5110
if COND_i386_multiboot
 
5111
if COND_HOST_LINUX
 
5112
grubconf_SCRIPTS += 20_linux_xen
 
5113
 
 
5114
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5115
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5116
        chmod a+x 20_linux_xen
 
5117
        
 
5118
CLEANFILES += 20_linux_xen
 
5119
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5120
endif COND_HOST_LINUX
 
5121
endif
 
5122
 
 
5123
if COND_i386_ieee1275
 
5124
if COND_HOST_LINUX
 
5125
grubconf_SCRIPTS += 20_linux_xen
 
5126
 
 
5127
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5128
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5129
        chmod a+x 20_linux_xen
 
5130
        
 
5131
CLEANFILES += 20_linux_xen
 
5132
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5133
endif COND_HOST_LINUX
 
5134
endif
 
5135
 
 
5136
if COND_x86_64_efi
 
5137
if COND_HOST_LINUX
 
5138
grubconf_SCRIPTS += 20_linux_xen
 
5139
 
 
5140
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5141
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5142
        chmod a+x 20_linux_xen
 
5143
        
 
5144
CLEANFILES += 20_linux_xen
 
5145
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5146
endif COND_HOST_LINUX
 
5147
endif
 
5148
 
 
5149
if COND_mips_yeeloong
 
5150
if COND_HOST_LINUX
 
5151
grubconf_SCRIPTS += 20_linux_xen
 
5152
 
 
5153
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5154
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5155
        chmod a+x 20_linux_xen
 
5156
        
 
5157
CLEANFILES += 20_linux_xen
 
5158
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5159
endif COND_HOST_LINUX
 
5160
endif
 
5161
 
 
5162
if COND_sparc64_ieee1275
 
5163
if COND_HOST_LINUX
 
5164
grubconf_SCRIPTS += 20_linux_xen
 
5165
 
 
5166
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5167
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5168
        chmod a+x 20_linux_xen
 
5169
        
 
5170
CLEANFILES += 20_linux_xen
 
5171
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5172
endif COND_HOST_LINUX
 
5173
endif
 
5174
 
 
5175
if COND_powerpc_ieee1275
 
5176
if COND_HOST_LINUX
 
5177
grubconf_SCRIPTS += 20_linux_xen
 
5178
 
 
5179
20_linux_xen: util/grub.d/20_linux_xen.in  $(top_builddir)/config.status
 
5180
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5181
        chmod a+x 20_linux_xen
 
5182
        
 
5183
CLEANFILES += 20_linux_xen
 
5184
dist_noinst_DATA += util/grub.d/20_linux_xen.in 
 
5185
endif COND_HOST_LINUX
 
5186
endif
 
5187
 
 
5188
if COND_emu
 
5189
grubconf_SCRIPTS += 30_os-prober
 
5190
 
 
5191
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5192
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5193
        chmod a+x 30_os-prober
 
5194
        
 
5195
CLEANFILES += 30_os-prober
 
5196
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5197
endif
 
5198
 
 
5199
if COND_i386_pc
 
5200
grubconf_SCRIPTS += 30_os-prober
 
5201
 
 
5202
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5203
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5204
        chmod a+x 30_os-prober
 
5205
        
 
5206
CLEANFILES += 30_os-prober
 
5207
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5208
endif
 
5209
 
 
5210
if COND_i386_efi
 
5211
grubconf_SCRIPTS += 30_os-prober
 
5212
 
 
5213
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5214
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5215
        chmod a+x 30_os-prober
 
5216
        
 
5217
CLEANFILES += 30_os-prober
 
5218
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5219
endif
 
5220
 
 
5221
if COND_i386_qemu
 
5222
grubconf_SCRIPTS += 30_os-prober
 
5223
 
 
5224
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5225
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5226
        chmod a+x 30_os-prober
 
5227
        
 
5228
CLEANFILES += 30_os-prober
 
5229
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5230
endif
 
5231
 
 
5232
if COND_i386_coreboot
 
5233
grubconf_SCRIPTS += 30_os-prober
 
5234
 
 
5235
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5236
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5237
        chmod a+x 30_os-prober
 
5238
        
 
5239
CLEANFILES += 30_os-prober
 
5240
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5241
endif
 
5242
 
 
5243
if COND_i386_multiboot
 
5244
grubconf_SCRIPTS += 30_os-prober
 
5245
 
 
5246
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5247
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5248
        chmod a+x 30_os-prober
 
5249
        
 
5250
CLEANFILES += 30_os-prober
 
5251
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5252
endif
 
5253
 
 
5254
if COND_i386_ieee1275
 
5255
grubconf_SCRIPTS += 30_os-prober
 
5256
 
 
5257
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5258
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5259
        chmod a+x 30_os-prober
 
5260
        
 
5261
CLEANFILES += 30_os-prober
 
5262
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5263
endif
 
5264
 
 
5265
if COND_x86_64_efi
 
5266
grubconf_SCRIPTS += 30_os-prober
 
5267
 
 
5268
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5269
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5270
        chmod a+x 30_os-prober
 
5271
        
 
5272
CLEANFILES += 30_os-prober
 
5273
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5274
endif
 
5275
 
 
5276
if COND_mips_yeeloong
 
5277
grubconf_SCRIPTS += 30_os-prober
 
5278
 
 
5279
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5280
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5281
        chmod a+x 30_os-prober
 
5282
        
 
5283
CLEANFILES += 30_os-prober
 
5284
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5285
endif
 
5286
 
 
5287
if COND_sparc64_ieee1275
 
5288
grubconf_SCRIPTS += 30_os-prober
 
5289
 
 
5290
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5291
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5292
        chmod a+x 30_os-prober
 
5293
        
 
5294
CLEANFILES += 30_os-prober
 
5295
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5296
endif
 
5297
 
 
5298
if COND_powerpc_ieee1275
 
5299
grubconf_SCRIPTS += 30_os-prober
 
5300
 
 
5301
30_os-prober: util/grub.d/30_os-prober.in  $(top_builddir)/config.status
 
5302
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5303
        chmod a+x 30_os-prober
 
5304
        
 
5305
CLEANFILES += 30_os-prober
 
5306
dist_noinst_DATA += util/grub.d/30_os-prober.in 
 
5307
endif
 
5308
 
 
5309
if COND_emu
 
5310
grubconf_SCRIPTS += 40_custom
 
5311
 
 
5312
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5313
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5314
        chmod a+x 40_custom
 
5315
        
 
5316
CLEANFILES += 40_custom
 
5317
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5318
endif
 
5319
 
 
5320
if COND_i386_pc
 
5321
grubconf_SCRIPTS += 40_custom
 
5322
 
 
5323
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5324
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5325
        chmod a+x 40_custom
 
5326
        
 
5327
CLEANFILES += 40_custom
 
5328
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5329
endif
 
5330
 
 
5331
if COND_i386_efi
 
5332
grubconf_SCRIPTS += 40_custom
 
5333
 
 
5334
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5335
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5336
        chmod a+x 40_custom
 
5337
        
 
5338
CLEANFILES += 40_custom
 
5339
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5340
endif
 
5341
 
 
5342
if COND_i386_qemu
 
5343
grubconf_SCRIPTS += 40_custom
 
5344
 
 
5345
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5346
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5347
        chmod a+x 40_custom
 
5348
        
 
5349
CLEANFILES += 40_custom
 
5350
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5351
endif
 
5352
 
 
5353
if COND_i386_coreboot
 
5354
grubconf_SCRIPTS += 40_custom
 
5355
 
 
5356
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5357
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5358
        chmod a+x 40_custom
 
5359
        
 
5360
CLEANFILES += 40_custom
 
5361
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5362
endif
 
5363
 
 
5364
if COND_i386_multiboot
 
5365
grubconf_SCRIPTS += 40_custom
 
5366
 
 
5367
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5368
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5369
        chmod a+x 40_custom
 
5370
        
 
5371
CLEANFILES += 40_custom
 
5372
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5373
endif
 
5374
 
 
5375
if COND_i386_ieee1275
 
5376
grubconf_SCRIPTS += 40_custom
 
5377
 
 
5378
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5379
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5380
        chmod a+x 40_custom
 
5381
        
 
5382
CLEANFILES += 40_custom
 
5383
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5384
endif
 
5385
 
 
5386
if COND_x86_64_efi
 
5387
grubconf_SCRIPTS += 40_custom
 
5388
 
 
5389
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5390
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5391
        chmod a+x 40_custom
 
5392
        
 
5393
CLEANFILES += 40_custom
 
5394
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5395
endif
 
5396
 
 
5397
if COND_mips_yeeloong
 
5398
grubconf_SCRIPTS += 40_custom
 
5399
 
 
5400
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5401
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5402
        chmod a+x 40_custom
 
5403
        
 
5404
CLEANFILES += 40_custom
 
5405
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5406
endif
 
5407
 
 
5408
if COND_sparc64_ieee1275
 
5409
grubconf_SCRIPTS += 40_custom
 
5410
 
 
5411
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5412
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5413
        chmod a+x 40_custom
 
5414
        
 
5415
CLEANFILES += 40_custom
 
5416
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5417
endif
 
5418
 
 
5419
if COND_powerpc_ieee1275
 
5420
grubconf_SCRIPTS += 40_custom
 
5421
 
 
5422
40_custom: util/grub.d/40_custom.in  $(top_builddir)/config.status
 
5423
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5424
        chmod a+x 40_custom
 
5425
        
 
5426
CLEANFILES += 40_custom
 
5427
dist_noinst_DATA += util/grub.d/40_custom.in 
 
5428
endif
 
5429
 
 
5430
if COND_emu
 
5431
grubconf_SCRIPTS += 41_custom
 
5432
 
 
5433
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5434
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5435
        chmod a+x 41_custom
 
5436
        
 
5437
CLEANFILES += 41_custom
 
5438
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5439
endif
 
5440
 
 
5441
if COND_i386_pc
 
5442
grubconf_SCRIPTS += 41_custom
 
5443
 
 
5444
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5445
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5446
        chmod a+x 41_custom
 
5447
        
 
5448
CLEANFILES += 41_custom
 
5449
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5450
endif
 
5451
 
 
5452
if COND_i386_efi
 
5453
grubconf_SCRIPTS += 41_custom
 
5454
 
 
5455
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5456
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5457
        chmod a+x 41_custom
 
5458
        
 
5459
CLEANFILES += 41_custom
 
5460
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5461
endif
 
5462
 
 
5463
if COND_i386_qemu
 
5464
grubconf_SCRIPTS += 41_custom
 
5465
 
 
5466
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5467
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5468
        chmod a+x 41_custom
 
5469
        
 
5470
CLEANFILES += 41_custom
 
5471
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5472
endif
 
5473
 
 
5474
if COND_i386_coreboot
 
5475
grubconf_SCRIPTS += 41_custom
 
5476
 
 
5477
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5478
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5479
        chmod a+x 41_custom
 
5480
        
 
5481
CLEANFILES += 41_custom
 
5482
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5483
endif
 
5484
 
 
5485
if COND_i386_multiboot
 
5486
grubconf_SCRIPTS += 41_custom
 
5487
 
 
5488
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5489
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5490
        chmod a+x 41_custom
 
5491
        
 
5492
CLEANFILES += 41_custom
 
5493
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5494
endif
 
5495
 
 
5496
if COND_i386_ieee1275
 
5497
grubconf_SCRIPTS += 41_custom
 
5498
 
 
5499
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5500
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5501
        chmod a+x 41_custom
 
5502
        
 
5503
CLEANFILES += 41_custom
 
5504
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5505
endif
 
5506
 
 
5507
if COND_x86_64_efi
 
5508
grubconf_SCRIPTS += 41_custom
 
5509
 
 
5510
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5511
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5512
        chmod a+x 41_custom
 
5513
        
 
5514
CLEANFILES += 41_custom
 
5515
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5516
endif
 
5517
 
 
5518
if COND_mips_yeeloong
 
5519
grubconf_SCRIPTS += 41_custom
 
5520
 
 
5521
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5522
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5523
        chmod a+x 41_custom
 
5524
        
 
5525
CLEANFILES += 41_custom
 
5526
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5527
endif
 
5528
 
 
5529
if COND_sparc64_ieee1275
 
5530
grubconf_SCRIPTS += 41_custom
 
5531
 
 
5532
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5533
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5534
        chmod a+x 41_custom
 
5535
        
 
5536
CLEANFILES += 41_custom
 
5537
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5538
endif
 
5539
 
 
5540
if COND_powerpc_ieee1275
 
5541
grubconf_SCRIPTS += 41_custom
 
5542
 
 
5543
41_custom: util/grub.d/41_custom.in  $(top_builddir)/config.status
 
5544
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5545
        chmod a+x 41_custom
 
5546
        
 
5547
CLEANFILES += 41_custom
 
5548
dist_noinst_DATA += util/grub.d/41_custom.in 
 
5549
endif
 
5550
 
 
5551
if COND_i386_pc
 
5552
bin_SCRIPTS += grub-mkrescue
 
5553
if COND_MAN_PAGES
 
5554
man_MANS += grub-mkrescue.1
 
5555
 
 
5556
grub-mkrescue.1: grub-mkrescue
 
5557
        chmod a+x grub-mkrescue
 
5558
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrescue.h2m -o $@ grub-mkrescue
 
5559
        
 
5560
CLEANFILES += grub-mkrescue.1
 
5561
endif
 
5562
 
 
5563
grub-mkrescue: util/grub-mkrescue.in  $(top_builddir)/config.status
 
5564
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5565
        chmod a+x grub-mkrescue
 
5566
        
 
5567
CLEANFILES += grub-mkrescue
 
5568
dist_noinst_DATA += util/grub-mkrescue.in 
 
5569
endif
 
5570
 
 
5571
if COND_i386_efi
 
5572
bin_SCRIPTS += grub-mkrescue
 
5573
if COND_MAN_PAGES
 
5574
man_MANS += grub-mkrescue.1
 
5575
 
 
5576
grub-mkrescue.1: grub-mkrescue
 
5577
        chmod a+x grub-mkrescue
 
5578
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrescue.h2m -o $@ grub-mkrescue
 
5579
        
 
5580
CLEANFILES += grub-mkrescue.1
 
5581
endif
 
5582
 
 
5583
grub-mkrescue: util/grub-mkrescue.in  $(top_builddir)/config.status
 
5584
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5585
        chmod a+x grub-mkrescue
 
5586
        
 
5587
CLEANFILES += grub-mkrescue
 
5588
dist_noinst_DATA += util/grub-mkrescue.in 
 
5589
endif
 
5590
 
 
5591
if COND_i386_qemu
 
5592
bin_SCRIPTS += grub-mkrescue
 
5593
if COND_MAN_PAGES
 
5594
man_MANS += grub-mkrescue.1
 
5595
 
 
5596
grub-mkrescue.1: grub-mkrescue
 
5597
        chmod a+x grub-mkrescue
 
5598
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrescue.h2m -o $@ grub-mkrescue
 
5599
        
 
5600
CLEANFILES += grub-mkrescue.1
 
5601
endif
 
5602
 
 
5603
grub-mkrescue: util/grub-mkrescue.in  $(top_builddir)/config.status
 
5604
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5605
        chmod a+x grub-mkrescue
 
5606
        
 
5607
CLEANFILES += grub-mkrescue
 
5608
dist_noinst_DATA += util/grub-mkrescue.in 
 
5609
endif
 
5610
 
 
5611
if COND_i386_coreboot
 
5612
bin_SCRIPTS += grub-mkrescue
 
5613
if COND_MAN_PAGES
 
5614
man_MANS += grub-mkrescue.1
 
5615
 
 
5616
grub-mkrescue.1: grub-mkrescue
 
5617
        chmod a+x grub-mkrescue
 
5618
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrescue.h2m -o $@ grub-mkrescue
 
5619
        
 
5620
CLEANFILES += grub-mkrescue.1
 
5621
endif
 
5622
 
 
5623
grub-mkrescue: util/grub-mkrescue.in  $(top_builddir)/config.status
 
5624
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5625
        chmod a+x grub-mkrescue
 
5626
        
 
5627
CLEANFILES += grub-mkrescue
 
5628
dist_noinst_DATA += util/grub-mkrescue.in 
 
5629
endif
 
5630
 
 
5631
if COND_i386_multiboot
 
5632
bin_SCRIPTS += grub-mkrescue
 
5633
if COND_MAN_PAGES
 
5634
man_MANS += grub-mkrescue.1
 
5635
 
 
5636
grub-mkrescue.1: grub-mkrescue
 
5637
        chmod a+x grub-mkrescue
 
5638
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrescue.h2m -o $@ grub-mkrescue
 
5639
        
 
5640
CLEANFILES += grub-mkrescue.1
 
5641
endif
 
5642
 
 
5643
grub-mkrescue: util/grub-mkrescue.in  $(top_builddir)/config.status
 
5644
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5645
        chmod a+x grub-mkrescue
 
5646
        
 
5647
CLEANFILES += grub-mkrescue
 
5648
dist_noinst_DATA += util/grub-mkrescue.in 
 
5649
endif
 
5650
 
 
5651
if COND_x86_64_efi
 
5652
bin_SCRIPTS += grub-mkrescue
 
5653
if COND_MAN_PAGES
 
5654
man_MANS += grub-mkrescue.1
 
5655
 
 
5656
grub-mkrescue.1: grub-mkrescue
 
5657
        chmod a+x grub-mkrescue
 
5658
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrescue.h2m -o $@ grub-mkrescue
 
5659
        
 
5660
CLEANFILES += grub-mkrescue.1
 
5661
endif
 
5662
 
 
5663
grub-mkrescue: util/grub-mkrescue.in  $(top_builddir)/config.status
 
5664
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5665
        chmod a+x grub-mkrescue
 
5666
        
 
5667
CLEANFILES += grub-mkrescue
 
5668
dist_noinst_DATA += util/grub-mkrescue.in 
 
5669
endif
 
5670
 
 
5671
if COND_powerpc_ieee1275
 
5672
bin_SCRIPTS += grub-mkrescue
 
5673
if COND_MAN_PAGES
 
5674
man_MANS += grub-mkrescue.1
 
5675
 
 
5676
grub-mkrescue.1: grub-mkrescue
 
5677
        chmod a+x grub-mkrescue
 
5678
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=1 -i $(top_srcdir)/docs/man/grub-mkrescue.h2m -o $@ grub-mkrescue
 
5679
        
 
5680
CLEANFILES += grub-mkrescue.1
 
5681
endif
 
5682
 
 
5683
grub-mkrescue: util/powerpc/ieee1275/grub-mkrescue.in  $(top_builddir)/config.status
 
5684
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5685
        chmod a+x grub-mkrescue
 
5686
        
 
5687
CLEANFILES += grub-mkrescue
 
5688
dist_noinst_DATA += util/powerpc/ieee1275/grub-mkrescue.in 
 
5689
endif
 
5690
 
 
5691
if COND_i386_pc
 
5692
sbin_SCRIPTS += grub-install
 
5693
if COND_MAN_PAGES
 
5694
man_MANS += grub-install.8
 
5695
 
 
5696
grub-install.8: grub-install
 
5697
        chmod a+x grub-install
 
5698
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5699
        
 
5700
CLEANFILES += grub-install.8
 
5701
endif
 
5702
 
 
5703
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5704
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5705
        chmod a+x grub-install
 
5706
        
 
5707
CLEANFILES += grub-install
 
5708
dist_noinst_DATA += util/grub-install.in 
 
5709
endif
 
5710
 
 
5711
if COND_i386_efi
 
5712
sbin_SCRIPTS += grub-install
 
5713
if COND_MAN_PAGES
 
5714
man_MANS += grub-install.8
 
5715
 
 
5716
grub-install.8: grub-install
 
5717
        chmod a+x grub-install
 
5718
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5719
        
 
5720
CLEANFILES += grub-install.8
 
5721
endif
 
5722
 
 
5723
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5724
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5725
        chmod a+x grub-install
 
5726
        
 
5727
CLEANFILES += grub-install
 
5728
dist_noinst_DATA += util/grub-install.in 
 
5729
endif
 
5730
 
 
5731
if COND_i386_qemu
 
5732
sbin_SCRIPTS += grub-install
 
5733
if COND_MAN_PAGES
 
5734
man_MANS += grub-install.8
 
5735
 
 
5736
grub-install.8: grub-install
 
5737
        chmod a+x grub-install
 
5738
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5739
        
 
5740
CLEANFILES += grub-install.8
 
5741
endif
 
5742
 
 
5743
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5744
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5745
        chmod a+x grub-install
 
5746
        
 
5747
CLEANFILES += grub-install
 
5748
dist_noinst_DATA += util/grub-install.in 
 
5749
endif
 
5750
 
 
5751
if COND_i386_coreboot
 
5752
sbin_SCRIPTS += grub-install
 
5753
if COND_MAN_PAGES
 
5754
man_MANS += grub-install.8
 
5755
 
 
5756
grub-install.8: grub-install
 
5757
        chmod a+x grub-install
 
5758
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5759
        
 
5760
CLEANFILES += grub-install.8
 
5761
endif
 
5762
 
 
5763
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5764
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5765
        chmod a+x grub-install
 
5766
        
 
5767
CLEANFILES += grub-install
 
5768
dist_noinst_DATA += util/grub-install.in 
 
5769
endif
 
5770
 
 
5771
if COND_i386_multiboot
 
5772
sbin_SCRIPTS += grub-install
 
5773
if COND_MAN_PAGES
 
5774
man_MANS += grub-install.8
 
5775
 
 
5776
grub-install.8: grub-install
 
5777
        chmod a+x grub-install
 
5778
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5779
        
 
5780
CLEANFILES += grub-install.8
 
5781
endif
 
5782
 
 
5783
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5784
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5785
        chmod a+x grub-install
 
5786
        
 
5787
CLEANFILES += grub-install
 
5788
dist_noinst_DATA += util/grub-install.in 
 
5789
endif
 
5790
 
 
5791
if COND_i386_ieee1275
 
5792
sbin_SCRIPTS += grub-install
 
5793
if COND_MAN_PAGES
 
5794
man_MANS += grub-install.8
 
5795
 
 
5796
grub-install.8: grub-install
 
5797
        chmod a+x grub-install
 
5798
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5799
        
 
5800
CLEANFILES += grub-install.8
 
5801
endif
 
5802
 
 
5803
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5804
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5805
        chmod a+x grub-install
 
5806
        
 
5807
CLEANFILES += grub-install
 
5808
dist_noinst_DATA += util/grub-install.in 
 
5809
endif
 
5810
 
 
5811
if COND_x86_64_efi
 
5812
sbin_SCRIPTS += grub-install
 
5813
if COND_MAN_PAGES
 
5814
man_MANS += grub-install.8
 
5815
 
 
5816
grub-install.8: grub-install
 
5817
        chmod a+x grub-install
 
5818
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5819
        
 
5820
CLEANFILES += grub-install.8
 
5821
endif
 
5822
 
 
5823
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5824
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5825
        chmod a+x grub-install
 
5826
        
 
5827
CLEANFILES += grub-install
 
5828
dist_noinst_DATA += util/grub-install.in 
 
5829
endif
 
5830
 
 
5831
if COND_mips_yeeloong
 
5832
sbin_SCRIPTS += grub-install
 
5833
if COND_MAN_PAGES
 
5834
man_MANS += grub-install.8
 
5835
 
 
5836
grub-install.8: grub-install
 
5837
        chmod a+x grub-install
 
5838
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5839
        
 
5840
CLEANFILES += grub-install.8
 
5841
endif
 
5842
 
 
5843
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5844
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5845
        chmod a+x grub-install
 
5846
        
 
5847
CLEANFILES += grub-install
 
5848
dist_noinst_DATA += util/grub-install.in 
 
5849
endif
 
5850
 
 
5851
if COND_sparc64_ieee1275
 
5852
sbin_SCRIPTS += grub-install
 
5853
if COND_MAN_PAGES
 
5854
man_MANS += grub-install.8
 
5855
 
 
5856
grub-install.8: grub-install
 
5857
        chmod a+x grub-install
 
5858
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5859
        
 
5860
CLEANFILES += grub-install.8
 
5861
endif
 
5862
 
 
5863
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5864
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5865
        chmod a+x grub-install
 
5866
        
 
5867
CLEANFILES += grub-install
 
5868
dist_noinst_DATA += util/grub-install.in 
 
5869
endif
 
5870
 
 
5871
if COND_powerpc_ieee1275
 
5872
sbin_SCRIPTS += grub-install
 
5873
if COND_MAN_PAGES
 
5874
man_MANS += grub-install.8
 
5875
 
 
5876
grub-install.8: grub-install
 
5877
        chmod a+x grub-install
 
5878
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-install.h2m -o $@ grub-install
 
5879
        
 
5880
CLEANFILES += grub-install.8
 
5881
endif
 
5882
 
 
5883
grub-install: util/grub-install.in  $(top_builddir)/config.status
 
5884
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5885
        chmod a+x grub-install
 
5886
        
 
5887
CLEANFILES += grub-install
 
5888
dist_noinst_DATA += util/grub-install.in 
 
5889
endif
 
5890
 
 
5891
if COND_emu
 
5892
sbin_SCRIPTS += grub-mknetdir
 
5893
if COND_MAN_PAGES
 
5894
man_MANS += grub-mknetdir.8
 
5895
 
 
5896
grub-mknetdir.8: grub-mknetdir
 
5897
        chmod a+x grub-mknetdir
 
5898
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
5899
        
 
5900
CLEANFILES += grub-mknetdir.8
 
5901
endif
 
5902
 
 
5903
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
5904
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5905
        chmod a+x grub-mknetdir
 
5906
        
 
5907
CLEANFILES += grub-mknetdir
 
5908
dist_noinst_DATA += util/grub-mknetdir.in 
 
5909
endif
 
5910
 
 
5911
if COND_i386_pc
 
5912
sbin_SCRIPTS += grub-mknetdir
 
5913
if COND_MAN_PAGES
 
5914
man_MANS += grub-mknetdir.8
 
5915
 
 
5916
grub-mknetdir.8: grub-mknetdir
 
5917
        chmod a+x grub-mknetdir
 
5918
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
5919
        
 
5920
CLEANFILES += grub-mknetdir.8
 
5921
endif
 
5922
 
 
5923
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
5924
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5925
        chmod a+x grub-mknetdir
 
5926
        
 
5927
CLEANFILES += grub-mknetdir
 
5928
dist_noinst_DATA += util/grub-mknetdir.in 
 
5929
endif
 
5930
 
 
5931
if COND_i386_efi
 
5932
sbin_SCRIPTS += grub-mknetdir
 
5933
if COND_MAN_PAGES
 
5934
man_MANS += grub-mknetdir.8
 
5935
 
 
5936
grub-mknetdir.8: grub-mknetdir
 
5937
        chmod a+x grub-mknetdir
 
5938
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
5939
        
 
5940
CLEANFILES += grub-mknetdir.8
 
5941
endif
 
5942
 
 
5943
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
5944
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5945
        chmod a+x grub-mknetdir
 
5946
        
 
5947
CLEANFILES += grub-mknetdir
 
5948
dist_noinst_DATA += util/grub-mknetdir.in 
 
5949
endif
 
5950
 
 
5951
if COND_i386_qemu
 
5952
sbin_SCRIPTS += grub-mknetdir
 
5953
if COND_MAN_PAGES
 
5954
man_MANS += grub-mknetdir.8
 
5955
 
 
5956
grub-mknetdir.8: grub-mknetdir
 
5957
        chmod a+x grub-mknetdir
 
5958
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
5959
        
 
5960
CLEANFILES += grub-mknetdir.8
 
5961
endif
 
5962
 
 
5963
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
5964
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5965
        chmod a+x grub-mknetdir
 
5966
        
 
5967
CLEANFILES += grub-mknetdir
 
5968
dist_noinst_DATA += util/grub-mknetdir.in 
 
5969
endif
 
5970
 
 
5971
if COND_i386_coreboot
 
5972
sbin_SCRIPTS += grub-mknetdir
 
5973
if COND_MAN_PAGES
 
5974
man_MANS += grub-mknetdir.8
 
5975
 
 
5976
grub-mknetdir.8: grub-mknetdir
 
5977
        chmod a+x grub-mknetdir
 
5978
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
5979
        
 
5980
CLEANFILES += grub-mknetdir.8
 
5981
endif
 
5982
 
 
5983
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
5984
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
5985
        chmod a+x grub-mknetdir
 
5986
        
 
5987
CLEANFILES += grub-mknetdir
 
5988
dist_noinst_DATA += util/grub-mknetdir.in 
 
5989
endif
 
5990
 
 
5991
if COND_i386_multiboot
 
5992
sbin_SCRIPTS += grub-mknetdir
 
5993
if COND_MAN_PAGES
 
5994
man_MANS += grub-mknetdir.8
 
5995
 
 
5996
grub-mknetdir.8: grub-mknetdir
 
5997
        chmod a+x grub-mknetdir
 
5998
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
5999
        
 
6000
CLEANFILES += grub-mknetdir.8
 
6001
endif
 
6002
 
 
6003
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
6004
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6005
        chmod a+x grub-mknetdir
 
6006
        
 
6007
CLEANFILES += grub-mknetdir
 
6008
dist_noinst_DATA += util/grub-mknetdir.in 
 
6009
endif
 
6010
 
 
6011
if COND_i386_ieee1275
 
6012
sbin_SCRIPTS += grub-mknetdir
 
6013
if COND_MAN_PAGES
 
6014
man_MANS += grub-mknetdir.8
 
6015
 
 
6016
grub-mknetdir.8: grub-mknetdir
 
6017
        chmod a+x grub-mknetdir
 
6018
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
6019
        
 
6020
CLEANFILES += grub-mknetdir.8
 
6021
endif
 
6022
 
 
6023
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
6024
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6025
        chmod a+x grub-mknetdir
 
6026
        
 
6027
CLEANFILES += grub-mknetdir
 
6028
dist_noinst_DATA += util/grub-mknetdir.in 
 
6029
endif
 
6030
 
 
6031
if COND_x86_64_efi
 
6032
sbin_SCRIPTS += grub-mknetdir
 
6033
if COND_MAN_PAGES
 
6034
man_MANS += grub-mknetdir.8
 
6035
 
 
6036
grub-mknetdir.8: grub-mknetdir
 
6037
        chmod a+x grub-mknetdir
 
6038
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
6039
        
 
6040
CLEANFILES += grub-mknetdir.8
 
6041
endif
 
6042
 
 
6043
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
6044
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6045
        chmod a+x grub-mknetdir
 
6046
        
 
6047
CLEANFILES += grub-mknetdir
 
6048
dist_noinst_DATA += util/grub-mknetdir.in 
 
6049
endif
 
6050
 
 
6051
if COND_mips_yeeloong
 
6052
sbin_SCRIPTS += grub-mknetdir
 
6053
if COND_MAN_PAGES
 
6054
man_MANS += grub-mknetdir.8
 
6055
 
 
6056
grub-mknetdir.8: grub-mknetdir
 
6057
        chmod a+x grub-mknetdir
 
6058
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
6059
        
 
6060
CLEANFILES += grub-mknetdir.8
 
6061
endif
 
6062
 
 
6063
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
6064
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6065
        chmod a+x grub-mknetdir
 
6066
        
 
6067
CLEANFILES += grub-mknetdir
 
6068
dist_noinst_DATA += util/grub-mknetdir.in 
 
6069
endif
 
6070
 
 
6071
if COND_sparc64_ieee1275
 
6072
sbin_SCRIPTS += grub-mknetdir
 
6073
if COND_MAN_PAGES
 
6074
man_MANS += grub-mknetdir.8
 
6075
 
 
6076
grub-mknetdir.8: grub-mknetdir
 
6077
        chmod a+x grub-mknetdir
 
6078
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
6079
        
 
6080
CLEANFILES += grub-mknetdir.8
 
6081
endif
 
6082
 
 
6083
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
6084
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6085
        chmod a+x grub-mknetdir
 
6086
        
 
6087
CLEANFILES += grub-mknetdir
 
6088
dist_noinst_DATA += util/grub-mknetdir.in 
 
6089
endif
 
6090
 
 
6091
if COND_powerpc_ieee1275
 
6092
sbin_SCRIPTS += grub-mknetdir
 
6093
if COND_MAN_PAGES
 
6094
man_MANS += grub-mknetdir.8
 
6095
 
 
6096
grub-mknetdir.8: grub-mknetdir
 
6097
        chmod a+x grub-mknetdir
 
6098
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mknetdir.h2m -o $@ grub-mknetdir
 
6099
        
 
6100
CLEANFILES += grub-mknetdir.8
 
6101
endif
 
6102
 
 
6103
grub-mknetdir: util/grub-mknetdir.in  $(top_builddir)/config.status
 
6104
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6105
        chmod a+x grub-mknetdir
 
6106
        
 
6107
CLEANFILES += grub-mknetdir
 
6108
dist_noinst_DATA += util/grub-mknetdir.in 
 
6109
endif
 
6110
 
 
6111
if COND_emu
 
6112
sbin_SCRIPTS += grub-mkconfig
 
6113
if COND_MAN_PAGES
 
6114
man_MANS += grub-mkconfig.8
 
6115
 
 
6116
grub-mkconfig.8: grub-mkconfig
 
6117
        chmod a+x grub-mkconfig
 
6118
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6119
        
 
6120
CLEANFILES += grub-mkconfig.8
 
6121
endif
 
6122
 
 
6123
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6124
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6125
        chmod a+x grub-mkconfig
 
6126
        
 
6127
CLEANFILES += grub-mkconfig
 
6128
dist_noinst_DATA += util/grub-mkconfig.in 
 
6129
endif
 
6130
 
 
6131
if COND_i386_pc
 
6132
sbin_SCRIPTS += grub-mkconfig
 
6133
if COND_MAN_PAGES
 
6134
man_MANS += grub-mkconfig.8
 
6135
 
 
6136
grub-mkconfig.8: grub-mkconfig
 
6137
        chmod a+x grub-mkconfig
 
6138
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6139
        
 
6140
CLEANFILES += grub-mkconfig.8
 
6141
endif
 
6142
 
 
6143
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6144
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6145
        chmod a+x grub-mkconfig
 
6146
        
 
6147
CLEANFILES += grub-mkconfig
 
6148
dist_noinst_DATA += util/grub-mkconfig.in 
 
6149
endif
 
6150
 
 
6151
if COND_i386_efi
 
6152
sbin_SCRIPTS += grub-mkconfig
 
6153
if COND_MAN_PAGES
 
6154
man_MANS += grub-mkconfig.8
 
6155
 
 
6156
grub-mkconfig.8: grub-mkconfig
 
6157
        chmod a+x grub-mkconfig
 
6158
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6159
        
 
6160
CLEANFILES += grub-mkconfig.8
 
6161
endif
 
6162
 
 
6163
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6164
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6165
        chmod a+x grub-mkconfig
 
6166
        
 
6167
CLEANFILES += grub-mkconfig
 
6168
dist_noinst_DATA += util/grub-mkconfig.in 
 
6169
endif
 
6170
 
 
6171
if COND_i386_qemu
 
6172
sbin_SCRIPTS += grub-mkconfig
 
6173
if COND_MAN_PAGES
 
6174
man_MANS += grub-mkconfig.8
 
6175
 
 
6176
grub-mkconfig.8: grub-mkconfig
 
6177
        chmod a+x grub-mkconfig
 
6178
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6179
        
 
6180
CLEANFILES += grub-mkconfig.8
 
6181
endif
 
6182
 
 
6183
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6184
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6185
        chmod a+x grub-mkconfig
 
6186
        
 
6187
CLEANFILES += grub-mkconfig
 
6188
dist_noinst_DATA += util/grub-mkconfig.in 
 
6189
endif
 
6190
 
 
6191
if COND_i386_coreboot
 
6192
sbin_SCRIPTS += grub-mkconfig
 
6193
if COND_MAN_PAGES
 
6194
man_MANS += grub-mkconfig.8
 
6195
 
 
6196
grub-mkconfig.8: grub-mkconfig
 
6197
        chmod a+x grub-mkconfig
 
6198
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6199
        
 
6200
CLEANFILES += grub-mkconfig.8
 
6201
endif
 
6202
 
 
6203
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6204
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6205
        chmod a+x grub-mkconfig
 
6206
        
 
6207
CLEANFILES += grub-mkconfig
 
6208
dist_noinst_DATA += util/grub-mkconfig.in 
 
6209
endif
 
6210
 
 
6211
if COND_i386_multiboot
 
6212
sbin_SCRIPTS += grub-mkconfig
 
6213
if COND_MAN_PAGES
 
6214
man_MANS += grub-mkconfig.8
 
6215
 
 
6216
grub-mkconfig.8: grub-mkconfig
 
6217
        chmod a+x grub-mkconfig
 
6218
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6219
        
 
6220
CLEANFILES += grub-mkconfig.8
 
6221
endif
 
6222
 
 
6223
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6224
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6225
        chmod a+x grub-mkconfig
 
6226
        
 
6227
CLEANFILES += grub-mkconfig
 
6228
dist_noinst_DATA += util/grub-mkconfig.in 
 
6229
endif
 
6230
 
 
6231
if COND_i386_ieee1275
 
6232
sbin_SCRIPTS += grub-mkconfig
 
6233
if COND_MAN_PAGES
 
6234
man_MANS += grub-mkconfig.8
 
6235
 
 
6236
grub-mkconfig.8: grub-mkconfig
 
6237
        chmod a+x grub-mkconfig
 
6238
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6239
        
 
6240
CLEANFILES += grub-mkconfig.8
 
6241
endif
 
6242
 
 
6243
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6244
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6245
        chmod a+x grub-mkconfig
 
6246
        
 
6247
CLEANFILES += grub-mkconfig
 
6248
dist_noinst_DATA += util/grub-mkconfig.in 
 
6249
endif
 
6250
 
 
6251
if COND_x86_64_efi
 
6252
sbin_SCRIPTS += grub-mkconfig
 
6253
if COND_MAN_PAGES
 
6254
man_MANS += grub-mkconfig.8
 
6255
 
 
6256
grub-mkconfig.8: grub-mkconfig
 
6257
        chmod a+x grub-mkconfig
 
6258
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6259
        
 
6260
CLEANFILES += grub-mkconfig.8
 
6261
endif
 
6262
 
 
6263
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6264
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6265
        chmod a+x grub-mkconfig
 
6266
        
 
6267
CLEANFILES += grub-mkconfig
 
6268
dist_noinst_DATA += util/grub-mkconfig.in 
 
6269
endif
 
6270
 
 
6271
if COND_mips_yeeloong
 
6272
sbin_SCRIPTS += grub-mkconfig
 
6273
if COND_MAN_PAGES
 
6274
man_MANS += grub-mkconfig.8
 
6275
 
 
6276
grub-mkconfig.8: grub-mkconfig
 
6277
        chmod a+x grub-mkconfig
 
6278
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6279
        
 
6280
CLEANFILES += grub-mkconfig.8
 
6281
endif
 
6282
 
 
6283
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6284
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6285
        chmod a+x grub-mkconfig
 
6286
        
 
6287
CLEANFILES += grub-mkconfig
 
6288
dist_noinst_DATA += util/grub-mkconfig.in 
 
6289
endif
 
6290
 
 
6291
if COND_sparc64_ieee1275
 
6292
sbin_SCRIPTS += grub-mkconfig
 
6293
if COND_MAN_PAGES
 
6294
man_MANS += grub-mkconfig.8
 
6295
 
 
6296
grub-mkconfig.8: grub-mkconfig
 
6297
        chmod a+x grub-mkconfig
 
6298
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6299
        
 
6300
CLEANFILES += grub-mkconfig.8
 
6301
endif
 
6302
 
 
6303
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6304
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6305
        chmod a+x grub-mkconfig
 
6306
        
 
6307
CLEANFILES += grub-mkconfig
 
6308
dist_noinst_DATA += util/grub-mkconfig.in 
 
6309
endif
 
6310
 
 
6311
if COND_powerpc_ieee1275
 
6312
sbin_SCRIPTS += grub-mkconfig
 
6313
if COND_MAN_PAGES
 
6314
man_MANS += grub-mkconfig.8
 
6315
 
 
6316
grub-mkconfig.8: grub-mkconfig
 
6317
        chmod a+x grub-mkconfig
 
6318
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-mkconfig.h2m -o $@ grub-mkconfig
 
6319
        
 
6320
CLEANFILES += grub-mkconfig.8
 
6321
endif
 
6322
 
 
6323
grub-mkconfig: util/grub-mkconfig.in  $(top_builddir)/config.status
 
6324
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6325
        chmod a+x grub-mkconfig
 
6326
        
 
6327
CLEANFILES += grub-mkconfig
 
6328
dist_noinst_DATA += util/grub-mkconfig.in 
 
6329
endif
 
6330
 
 
6331
if COND_emu
 
6332
sbin_SCRIPTS += grub-set-default
 
6333
if COND_MAN_PAGES
 
6334
man_MANS += grub-set-default.8
 
6335
 
 
6336
grub-set-default.8: grub-set-default
 
6337
        chmod a+x grub-set-default
 
6338
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6339
        
 
6340
CLEANFILES += grub-set-default.8
 
6341
endif
 
6342
 
 
6343
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6344
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6345
        chmod a+x grub-set-default
 
6346
        
 
6347
CLEANFILES += grub-set-default
 
6348
dist_noinst_DATA += util/grub-set-default.in 
 
6349
endif
 
6350
 
 
6351
if COND_i386_pc
 
6352
sbin_SCRIPTS += grub-set-default
 
6353
if COND_MAN_PAGES
 
6354
man_MANS += grub-set-default.8
 
6355
 
 
6356
grub-set-default.8: grub-set-default
 
6357
        chmod a+x grub-set-default
 
6358
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6359
        
 
6360
CLEANFILES += grub-set-default.8
 
6361
endif
 
6362
 
 
6363
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6364
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6365
        chmod a+x grub-set-default
 
6366
        
 
6367
CLEANFILES += grub-set-default
 
6368
dist_noinst_DATA += util/grub-set-default.in 
 
6369
endif
 
6370
 
 
6371
if COND_i386_efi
 
6372
sbin_SCRIPTS += grub-set-default
 
6373
if COND_MAN_PAGES
 
6374
man_MANS += grub-set-default.8
 
6375
 
 
6376
grub-set-default.8: grub-set-default
 
6377
        chmod a+x grub-set-default
 
6378
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6379
        
 
6380
CLEANFILES += grub-set-default.8
 
6381
endif
 
6382
 
 
6383
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6384
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6385
        chmod a+x grub-set-default
 
6386
        
 
6387
CLEANFILES += grub-set-default
 
6388
dist_noinst_DATA += util/grub-set-default.in 
 
6389
endif
 
6390
 
 
6391
if COND_i386_qemu
 
6392
sbin_SCRIPTS += grub-set-default
 
6393
if COND_MAN_PAGES
 
6394
man_MANS += grub-set-default.8
 
6395
 
 
6396
grub-set-default.8: grub-set-default
 
6397
        chmod a+x grub-set-default
 
6398
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6399
        
 
6400
CLEANFILES += grub-set-default.8
 
6401
endif
 
6402
 
 
6403
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6404
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6405
        chmod a+x grub-set-default
 
6406
        
 
6407
CLEANFILES += grub-set-default
 
6408
dist_noinst_DATA += util/grub-set-default.in 
 
6409
endif
 
6410
 
 
6411
if COND_i386_coreboot
 
6412
sbin_SCRIPTS += grub-set-default
 
6413
if COND_MAN_PAGES
 
6414
man_MANS += grub-set-default.8
 
6415
 
 
6416
grub-set-default.8: grub-set-default
 
6417
        chmod a+x grub-set-default
 
6418
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6419
        
 
6420
CLEANFILES += grub-set-default.8
 
6421
endif
 
6422
 
 
6423
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6424
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6425
        chmod a+x grub-set-default
 
6426
        
 
6427
CLEANFILES += grub-set-default
 
6428
dist_noinst_DATA += util/grub-set-default.in 
 
6429
endif
 
6430
 
 
6431
if COND_i386_multiboot
 
6432
sbin_SCRIPTS += grub-set-default
 
6433
if COND_MAN_PAGES
 
6434
man_MANS += grub-set-default.8
 
6435
 
 
6436
grub-set-default.8: grub-set-default
 
6437
        chmod a+x grub-set-default
 
6438
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6439
        
 
6440
CLEANFILES += grub-set-default.8
 
6441
endif
 
6442
 
 
6443
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6444
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6445
        chmod a+x grub-set-default
 
6446
        
 
6447
CLEANFILES += grub-set-default
 
6448
dist_noinst_DATA += util/grub-set-default.in 
 
6449
endif
 
6450
 
 
6451
if COND_i386_ieee1275
 
6452
sbin_SCRIPTS += grub-set-default
 
6453
if COND_MAN_PAGES
 
6454
man_MANS += grub-set-default.8
 
6455
 
 
6456
grub-set-default.8: grub-set-default
 
6457
        chmod a+x grub-set-default
 
6458
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6459
        
 
6460
CLEANFILES += grub-set-default.8
 
6461
endif
 
6462
 
 
6463
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6464
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6465
        chmod a+x grub-set-default
 
6466
        
 
6467
CLEANFILES += grub-set-default
 
6468
dist_noinst_DATA += util/grub-set-default.in 
 
6469
endif
 
6470
 
 
6471
if COND_x86_64_efi
 
6472
sbin_SCRIPTS += grub-set-default
 
6473
if COND_MAN_PAGES
 
6474
man_MANS += grub-set-default.8
 
6475
 
 
6476
grub-set-default.8: grub-set-default
 
6477
        chmod a+x grub-set-default
 
6478
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6479
        
 
6480
CLEANFILES += grub-set-default.8
 
6481
endif
 
6482
 
 
6483
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6484
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6485
        chmod a+x grub-set-default
 
6486
        
 
6487
CLEANFILES += grub-set-default
 
6488
dist_noinst_DATA += util/grub-set-default.in 
 
6489
endif
 
6490
 
 
6491
if COND_mips_yeeloong
 
6492
sbin_SCRIPTS += grub-set-default
 
6493
if COND_MAN_PAGES
 
6494
man_MANS += grub-set-default.8
 
6495
 
 
6496
grub-set-default.8: grub-set-default
 
6497
        chmod a+x grub-set-default
 
6498
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6499
        
 
6500
CLEANFILES += grub-set-default.8
 
6501
endif
 
6502
 
 
6503
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6504
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6505
        chmod a+x grub-set-default
 
6506
        
 
6507
CLEANFILES += grub-set-default
 
6508
dist_noinst_DATA += util/grub-set-default.in 
 
6509
endif
 
6510
 
 
6511
if COND_sparc64_ieee1275
 
6512
sbin_SCRIPTS += grub-set-default
 
6513
if COND_MAN_PAGES
 
6514
man_MANS += grub-set-default.8
 
6515
 
 
6516
grub-set-default.8: grub-set-default
 
6517
        chmod a+x grub-set-default
 
6518
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6519
        
 
6520
CLEANFILES += grub-set-default.8
 
6521
endif
 
6522
 
 
6523
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6524
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6525
        chmod a+x grub-set-default
 
6526
        
 
6527
CLEANFILES += grub-set-default
 
6528
dist_noinst_DATA += util/grub-set-default.in 
 
6529
endif
 
6530
 
 
6531
if COND_powerpc_ieee1275
 
6532
sbin_SCRIPTS += grub-set-default
 
6533
if COND_MAN_PAGES
 
6534
man_MANS += grub-set-default.8
 
6535
 
 
6536
grub-set-default.8: grub-set-default
 
6537
        chmod a+x grub-set-default
 
6538
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-set-default.h2m -o $@ grub-set-default
 
6539
        
 
6540
CLEANFILES += grub-set-default.8
 
6541
endif
 
6542
 
 
6543
grub-set-default: util/grub-set-default.in  $(top_builddir)/config.status
 
6544
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6545
        chmod a+x grub-set-default
 
6546
        
 
6547
CLEANFILES += grub-set-default
 
6548
dist_noinst_DATA += util/grub-set-default.in 
 
6549
endif
 
6550
 
 
6551
if COND_emu
 
6552
sbin_SCRIPTS += grub-reboot
 
6553
if COND_MAN_PAGES
 
6554
man_MANS += grub-reboot.8
 
6555
 
 
6556
grub-reboot.8: grub-reboot
 
6557
        chmod a+x grub-reboot
 
6558
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6559
        
 
6560
CLEANFILES += grub-reboot.8
 
6561
endif
 
6562
 
 
6563
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6564
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6565
        chmod a+x grub-reboot
 
6566
        
 
6567
CLEANFILES += grub-reboot
 
6568
dist_noinst_DATA += util/grub-reboot.in 
 
6569
endif
 
6570
 
 
6571
if COND_i386_pc
 
6572
sbin_SCRIPTS += grub-reboot
 
6573
if COND_MAN_PAGES
 
6574
man_MANS += grub-reboot.8
 
6575
 
 
6576
grub-reboot.8: grub-reboot
 
6577
        chmod a+x grub-reboot
 
6578
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6579
        
 
6580
CLEANFILES += grub-reboot.8
 
6581
endif
 
6582
 
 
6583
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6584
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6585
        chmod a+x grub-reboot
 
6586
        
 
6587
CLEANFILES += grub-reboot
 
6588
dist_noinst_DATA += util/grub-reboot.in 
 
6589
endif
 
6590
 
 
6591
if COND_i386_efi
 
6592
sbin_SCRIPTS += grub-reboot
 
6593
if COND_MAN_PAGES
 
6594
man_MANS += grub-reboot.8
 
6595
 
 
6596
grub-reboot.8: grub-reboot
 
6597
        chmod a+x grub-reboot
 
6598
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6599
        
 
6600
CLEANFILES += grub-reboot.8
 
6601
endif
 
6602
 
 
6603
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6604
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6605
        chmod a+x grub-reboot
 
6606
        
 
6607
CLEANFILES += grub-reboot
 
6608
dist_noinst_DATA += util/grub-reboot.in 
 
6609
endif
 
6610
 
 
6611
if COND_i386_qemu
 
6612
sbin_SCRIPTS += grub-reboot
 
6613
if COND_MAN_PAGES
 
6614
man_MANS += grub-reboot.8
 
6615
 
 
6616
grub-reboot.8: grub-reboot
 
6617
        chmod a+x grub-reboot
 
6618
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6619
        
 
6620
CLEANFILES += grub-reboot.8
 
6621
endif
 
6622
 
 
6623
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6624
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6625
        chmod a+x grub-reboot
 
6626
        
 
6627
CLEANFILES += grub-reboot
 
6628
dist_noinst_DATA += util/grub-reboot.in 
 
6629
endif
 
6630
 
 
6631
if COND_i386_coreboot
 
6632
sbin_SCRIPTS += grub-reboot
 
6633
if COND_MAN_PAGES
 
6634
man_MANS += grub-reboot.8
 
6635
 
 
6636
grub-reboot.8: grub-reboot
 
6637
        chmod a+x grub-reboot
 
6638
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6639
        
 
6640
CLEANFILES += grub-reboot.8
 
6641
endif
 
6642
 
 
6643
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6644
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6645
        chmod a+x grub-reboot
 
6646
        
 
6647
CLEANFILES += grub-reboot
 
6648
dist_noinst_DATA += util/grub-reboot.in 
 
6649
endif
 
6650
 
 
6651
if COND_i386_multiboot
 
6652
sbin_SCRIPTS += grub-reboot
 
6653
if COND_MAN_PAGES
 
6654
man_MANS += grub-reboot.8
 
6655
 
 
6656
grub-reboot.8: grub-reboot
 
6657
        chmod a+x grub-reboot
 
6658
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6659
        
 
6660
CLEANFILES += grub-reboot.8
 
6661
endif
 
6662
 
 
6663
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6664
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6665
        chmod a+x grub-reboot
 
6666
        
 
6667
CLEANFILES += grub-reboot
 
6668
dist_noinst_DATA += util/grub-reboot.in 
 
6669
endif
 
6670
 
 
6671
if COND_i386_ieee1275
 
6672
sbin_SCRIPTS += grub-reboot
 
6673
if COND_MAN_PAGES
 
6674
man_MANS += grub-reboot.8
 
6675
 
 
6676
grub-reboot.8: grub-reboot
 
6677
        chmod a+x grub-reboot
 
6678
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6679
        
 
6680
CLEANFILES += grub-reboot.8
 
6681
endif
 
6682
 
 
6683
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6684
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6685
        chmod a+x grub-reboot
 
6686
        
 
6687
CLEANFILES += grub-reboot
 
6688
dist_noinst_DATA += util/grub-reboot.in 
 
6689
endif
 
6690
 
 
6691
if COND_x86_64_efi
 
6692
sbin_SCRIPTS += grub-reboot
 
6693
if COND_MAN_PAGES
 
6694
man_MANS += grub-reboot.8
 
6695
 
 
6696
grub-reboot.8: grub-reboot
 
6697
        chmod a+x grub-reboot
 
6698
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6699
        
 
6700
CLEANFILES += grub-reboot.8
 
6701
endif
 
6702
 
 
6703
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6704
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6705
        chmod a+x grub-reboot
 
6706
        
 
6707
CLEANFILES += grub-reboot
 
6708
dist_noinst_DATA += util/grub-reboot.in 
 
6709
endif
 
6710
 
 
6711
if COND_mips_yeeloong
 
6712
sbin_SCRIPTS += grub-reboot
 
6713
if COND_MAN_PAGES
 
6714
man_MANS += grub-reboot.8
 
6715
 
 
6716
grub-reboot.8: grub-reboot
 
6717
        chmod a+x grub-reboot
 
6718
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6719
        
 
6720
CLEANFILES += grub-reboot.8
 
6721
endif
 
6722
 
 
6723
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6724
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6725
        chmod a+x grub-reboot
 
6726
        
 
6727
CLEANFILES += grub-reboot
 
6728
dist_noinst_DATA += util/grub-reboot.in 
 
6729
endif
 
6730
 
 
6731
if COND_sparc64_ieee1275
 
6732
sbin_SCRIPTS += grub-reboot
 
6733
if COND_MAN_PAGES
 
6734
man_MANS += grub-reboot.8
 
6735
 
 
6736
grub-reboot.8: grub-reboot
 
6737
        chmod a+x grub-reboot
 
6738
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6739
        
 
6740
CLEANFILES += grub-reboot.8
 
6741
endif
 
6742
 
 
6743
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6744
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6745
        chmod a+x grub-reboot
 
6746
        
 
6747
CLEANFILES += grub-reboot
 
6748
dist_noinst_DATA += util/grub-reboot.in 
 
6749
endif
 
6750
 
 
6751
if COND_powerpc_ieee1275
 
6752
sbin_SCRIPTS += grub-reboot
 
6753
if COND_MAN_PAGES
 
6754
man_MANS += grub-reboot.8
 
6755
 
 
6756
grub-reboot.8: grub-reboot
 
6757
        chmod a+x grub-reboot
 
6758
        PATH=$(builddir):$$PATH $(HELP2MAN) --section=8 -i $(top_srcdir)/docs/man/grub-reboot.h2m -o $@ grub-reboot
 
6759
        
 
6760
CLEANFILES += grub-reboot.8
 
6761
endif
 
6762
 
 
6763
grub-reboot: util/grub-reboot.in  $(top_builddir)/config.status
 
6764
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6765
        chmod a+x grub-reboot
 
6766
        
 
6767
CLEANFILES += grub-reboot
 
6768
dist_noinst_DATA += util/grub-reboot.in 
 
6769
endif
 
6770
 
 
6771
if COND_emu
 
6772
noinst_SCRIPTS += grub-mkconfig_lib
 
6773
 
 
6774
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6775
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6776
        chmod a+x grub-mkconfig_lib
 
6777
        
 
6778
CLEANFILES += grub-mkconfig_lib
 
6779
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6780
endif
 
6781
 
 
6782
if COND_i386_pc
 
6783
noinst_SCRIPTS += grub-mkconfig_lib
 
6784
 
 
6785
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6786
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6787
        chmod a+x grub-mkconfig_lib
 
6788
        
 
6789
CLEANFILES += grub-mkconfig_lib
 
6790
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6791
endif
 
6792
 
 
6793
if COND_i386_efi
 
6794
noinst_SCRIPTS += grub-mkconfig_lib
 
6795
 
 
6796
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6797
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6798
        chmod a+x grub-mkconfig_lib
 
6799
        
 
6800
CLEANFILES += grub-mkconfig_lib
 
6801
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6802
endif
 
6803
 
 
6804
if COND_i386_qemu
 
6805
noinst_SCRIPTS += grub-mkconfig_lib
 
6806
 
 
6807
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6808
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6809
        chmod a+x grub-mkconfig_lib
 
6810
        
 
6811
CLEANFILES += grub-mkconfig_lib
 
6812
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6813
endif
 
6814
 
 
6815
if COND_i386_coreboot
 
6816
noinst_SCRIPTS += grub-mkconfig_lib
 
6817
 
 
6818
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6819
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6820
        chmod a+x grub-mkconfig_lib
 
6821
        
 
6822
CLEANFILES += grub-mkconfig_lib
 
6823
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6824
endif
 
6825
 
 
6826
if COND_i386_multiboot
 
6827
noinst_SCRIPTS += grub-mkconfig_lib
 
6828
 
 
6829
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6830
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6831
        chmod a+x grub-mkconfig_lib
 
6832
        
 
6833
CLEANFILES += grub-mkconfig_lib
 
6834
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6835
endif
 
6836
 
 
6837
if COND_i386_ieee1275
 
6838
noinst_SCRIPTS += grub-mkconfig_lib
 
6839
 
 
6840
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6841
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6842
        chmod a+x grub-mkconfig_lib
 
6843
        
 
6844
CLEANFILES += grub-mkconfig_lib
 
6845
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6846
endif
 
6847
 
 
6848
if COND_x86_64_efi
 
6849
noinst_SCRIPTS += grub-mkconfig_lib
 
6850
 
 
6851
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6852
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6853
        chmod a+x grub-mkconfig_lib
 
6854
        
 
6855
CLEANFILES += grub-mkconfig_lib
 
6856
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6857
endif
 
6858
 
 
6859
if COND_mips_yeeloong
 
6860
noinst_SCRIPTS += grub-mkconfig_lib
 
6861
 
 
6862
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6863
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6864
        chmod a+x grub-mkconfig_lib
 
6865
        
 
6866
CLEANFILES += grub-mkconfig_lib
 
6867
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6868
endif
 
6869
 
 
6870
if COND_sparc64_ieee1275
 
6871
noinst_SCRIPTS += grub-mkconfig_lib
 
6872
 
 
6873
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6874
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6875
        chmod a+x grub-mkconfig_lib
 
6876
        
 
6877
CLEANFILES += grub-mkconfig_lib
 
6878
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6879
endif
 
6880
 
 
6881
if COND_powerpc_ieee1275
 
6882
noinst_SCRIPTS += grub-mkconfig_lib
 
6883
 
 
6884
grub-mkconfig_lib: util/grub-mkconfig_lib.in  $(top_builddir)/config.status
 
6885
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6886
        chmod a+x grub-mkconfig_lib
 
6887
        
 
6888
CLEANFILES += grub-mkconfig_lib
 
6889
dist_noinst_DATA += util/grub-mkconfig_lib.in 
 
6890
endif
 
6891
 
 
6892
if COND_emu
 
6893
noinst_SCRIPTS += update-grub_lib
 
6894
 
 
6895
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6896
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6897
        chmod a+x update-grub_lib
 
6898
        
 
6899
CLEANFILES += update-grub_lib
 
6900
dist_noinst_DATA += util/update-grub_lib.in 
 
6901
endif
 
6902
 
 
6903
if COND_i386_pc
 
6904
noinst_SCRIPTS += update-grub_lib
 
6905
 
 
6906
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6907
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6908
        chmod a+x update-grub_lib
 
6909
        
 
6910
CLEANFILES += update-grub_lib
 
6911
dist_noinst_DATA += util/update-grub_lib.in 
 
6912
endif
 
6913
 
 
6914
if COND_i386_efi
 
6915
noinst_SCRIPTS += update-grub_lib
 
6916
 
 
6917
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6918
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6919
        chmod a+x update-grub_lib
 
6920
        
 
6921
CLEANFILES += update-grub_lib
 
6922
dist_noinst_DATA += util/update-grub_lib.in 
 
6923
endif
 
6924
 
 
6925
if COND_i386_qemu
 
6926
noinst_SCRIPTS += update-grub_lib
 
6927
 
 
6928
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6929
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6930
        chmod a+x update-grub_lib
 
6931
        
 
6932
CLEANFILES += update-grub_lib
 
6933
dist_noinst_DATA += util/update-grub_lib.in 
 
6934
endif
 
6935
 
 
6936
if COND_i386_coreboot
 
6937
noinst_SCRIPTS += update-grub_lib
 
6938
 
 
6939
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6940
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6941
        chmod a+x update-grub_lib
 
6942
        
 
6943
CLEANFILES += update-grub_lib
 
6944
dist_noinst_DATA += util/update-grub_lib.in 
 
6945
endif
 
6946
 
 
6947
if COND_i386_multiboot
 
6948
noinst_SCRIPTS += update-grub_lib
 
6949
 
 
6950
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6951
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6952
        chmod a+x update-grub_lib
 
6953
        
 
6954
CLEANFILES += update-grub_lib
 
6955
dist_noinst_DATA += util/update-grub_lib.in 
 
6956
endif
 
6957
 
 
6958
if COND_i386_ieee1275
 
6959
noinst_SCRIPTS += update-grub_lib
 
6960
 
 
6961
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6962
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6963
        chmod a+x update-grub_lib
 
6964
        
 
6965
CLEANFILES += update-grub_lib
 
6966
dist_noinst_DATA += util/update-grub_lib.in 
 
6967
endif
 
6968
 
 
6969
if COND_x86_64_efi
 
6970
noinst_SCRIPTS += update-grub_lib
 
6971
 
 
6972
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6973
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6974
        chmod a+x update-grub_lib
 
6975
        
 
6976
CLEANFILES += update-grub_lib
 
6977
dist_noinst_DATA += util/update-grub_lib.in 
 
6978
endif
 
6979
 
 
6980
if COND_mips_yeeloong
 
6981
noinst_SCRIPTS += update-grub_lib
 
6982
 
 
6983
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6984
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6985
        chmod a+x update-grub_lib
 
6986
        
 
6987
CLEANFILES += update-grub_lib
 
6988
dist_noinst_DATA += util/update-grub_lib.in 
 
6989
endif
 
6990
 
 
6991
if COND_sparc64_ieee1275
 
6992
noinst_SCRIPTS += update-grub_lib
 
6993
 
 
6994
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
6995
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
6996
        chmod a+x update-grub_lib
 
6997
        
 
6998
CLEANFILES += update-grub_lib
 
6999
dist_noinst_DATA += util/update-grub_lib.in 
 
7000
endif
 
7001
 
 
7002
if COND_powerpc_ieee1275
 
7003
noinst_SCRIPTS += update-grub_lib
 
7004
 
 
7005
update-grub_lib: util/update-grub_lib.in  $(top_builddir)/config.status
 
7006
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7007
        chmod a+x update-grub_lib
 
7008
        
 
7009
CLEANFILES += update-grub_lib
 
7010
dist_noinst_DATA += util/update-grub_lib.in 
 
7011
endif
 
7012
 
 
7013
if COND_emu
 
7014
bin_SCRIPTS += grub-kbdcomp
 
7015
 
 
7016
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7017
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7018
        chmod a+x grub-kbdcomp
 
7019
        
 
7020
CLEANFILES += grub-kbdcomp
 
7021
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7022
endif
 
7023
 
 
7024
if COND_i386_pc
 
7025
bin_SCRIPTS += grub-kbdcomp
 
7026
 
 
7027
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7028
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7029
        chmod a+x grub-kbdcomp
 
7030
        
 
7031
CLEANFILES += grub-kbdcomp
 
7032
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7033
endif
 
7034
 
 
7035
if COND_i386_efi
 
7036
bin_SCRIPTS += grub-kbdcomp
 
7037
 
 
7038
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7039
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7040
        chmod a+x grub-kbdcomp
 
7041
        
 
7042
CLEANFILES += grub-kbdcomp
 
7043
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7044
endif
 
7045
 
 
7046
if COND_i386_qemu
 
7047
bin_SCRIPTS += grub-kbdcomp
 
7048
 
 
7049
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7050
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7051
        chmod a+x grub-kbdcomp
 
7052
        
 
7053
CLEANFILES += grub-kbdcomp
 
7054
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7055
endif
 
7056
 
 
7057
if COND_i386_coreboot
 
7058
bin_SCRIPTS += grub-kbdcomp
 
7059
 
 
7060
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7061
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7062
        chmod a+x grub-kbdcomp
 
7063
        
 
7064
CLEANFILES += grub-kbdcomp
 
7065
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7066
endif
 
7067
 
 
7068
if COND_i386_multiboot
 
7069
bin_SCRIPTS += grub-kbdcomp
 
7070
 
 
7071
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7072
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7073
        chmod a+x grub-kbdcomp
 
7074
        
 
7075
CLEANFILES += grub-kbdcomp
 
7076
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7077
endif
 
7078
 
 
7079
if COND_i386_ieee1275
 
7080
bin_SCRIPTS += grub-kbdcomp
 
7081
 
 
7082
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7083
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7084
        chmod a+x grub-kbdcomp
 
7085
        
 
7086
CLEANFILES += grub-kbdcomp
 
7087
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7088
endif
 
7089
 
 
7090
if COND_x86_64_efi
 
7091
bin_SCRIPTS += grub-kbdcomp
 
7092
 
 
7093
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7094
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7095
        chmod a+x grub-kbdcomp
 
7096
        
 
7097
CLEANFILES += grub-kbdcomp
 
7098
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7099
endif
 
7100
 
 
7101
if COND_mips_yeeloong
 
7102
bin_SCRIPTS += grub-kbdcomp
 
7103
 
 
7104
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7105
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7106
        chmod a+x grub-kbdcomp
 
7107
        
 
7108
CLEANFILES += grub-kbdcomp
 
7109
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7110
endif
 
7111
 
 
7112
if COND_sparc64_ieee1275
 
7113
bin_SCRIPTS += grub-kbdcomp
 
7114
 
 
7115
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7116
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7117
        chmod a+x grub-kbdcomp
 
7118
        
 
7119
CLEANFILES += grub-kbdcomp
 
7120
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7121
endif
 
7122
 
 
7123
if COND_powerpc_ieee1275
 
7124
bin_SCRIPTS += grub-kbdcomp
 
7125
 
 
7126
grub-kbdcomp: util/grub-kbdcomp.in  $(top_builddir)/config.status
 
7127
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7128
        chmod a+x grub-kbdcomp
 
7129
        
 
7130
CLEANFILES += grub-kbdcomp
 
7131
dist_noinst_DATA += util/grub-kbdcomp.in 
 
7132
endif
 
7133
 
 
7134
if COND_emu
 
7135
noinst_SCRIPTS += grub-shell
 
7136
 
 
7137
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7138
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7139
        chmod a+x grub-shell
 
7140
        
 
7141
CLEANFILES += grub-shell
 
7142
dist_noinst_DATA += tests/util/grub-shell.in 
 
7143
endif
 
7144
 
 
7145
if COND_i386_pc
 
7146
noinst_SCRIPTS += grub-shell
 
7147
 
 
7148
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7149
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7150
        chmod a+x grub-shell
 
7151
        
 
7152
CLEANFILES += grub-shell
 
7153
dist_noinst_DATA += tests/util/grub-shell.in 
 
7154
endif
 
7155
 
 
7156
if COND_i386_efi
 
7157
noinst_SCRIPTS += grub-shell
 
7158
 
 
7159
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7160
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7161
        chmod a+x grub-shell
 
7162
        
 
7163
CLEANFILES += grub-shell
 
7164
dist_noinst_DATA += tests/util/grub-shell.in 
 
7165
endif
 
7166
 
 
7167
if COND_i386_qemu
 
7168
noinst_SCRIPTS += grub-shell
 
7169
 
 
7170
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7171
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7172
        chmod a+x grub-shell
 
7173
        
 
7174
CLEANFILES += grub-shell
 
7175
dist_noinst_DATA += tests/util/grub-shell.in 
 
7176
endif
 
7177
 
 
7178
if COND_i386_coreboot
 
7179
noinst_SCRIPTS += grub-shell
 
7180
 
 
7181
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7182
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7183
        chmod a+x grub-shell
 
7184
        
 
7185
CLEANFILES += grub-shell
 
7186
dist_noinst_DATA += tests/util/grub-shell.in 
 
7187
endif
 
7188
 
 
7189
if COND_i386_multiboot
 
7190
noinst_SCRIPTS += grub-shell
 
7191
 
 
7192
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7193
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7194
        chmod a+x grub-shell
 
7195
        
 
7196
CLEANFILES += grub-shell
 
7197
dist_noinst_DATA += tests/util/grub-shell.in 
 
7198
endif
 
7199
 
 
7200
if COND_i386_ieee1275
 
7201
noinst_SCRIPTS += grub-shell
 
7202
 
 
7203
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7204
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7205
        chmod a+x grub-shell
 
7206
        
 
7207
CLEANFILES += grub-shell
 
7208
dist_noinst_DATA += tests/util/grub-shell.in 
 
7209
endif
 
7210
 
 
7211
if COND_x86_64_efi
 
7212
noinst_SCRIPTS += grub-shell
 
7213
 
 
7214
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7215
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7216
        chmod a+x grub-shell
 
7217
        
 
7218
CLEANFILES += grub-shell
 
7219
dist_noinst_DATA += tests/util/grub-shell.in 
 
7220
endif
 
7221
 
 
7222
if COND_mips_yeeloong
 
7223
noinst_SCRIPTS += grub-shell
 
7224
 
 
7225
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7226
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7227
        chmod a+x grub-shell
 
7228
        
 
7229
CLEANFILES += grub-shell
 
7230
dist_noinst_DATA += tests/util/grub-shell.in 
 
7231
endif
 
7232
 
 
7233
if COND_sparc64_ieee1275
 
7234
noinst_SCRIPTS += grub-shell
 
7235
 
 
7236
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7237
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7238
        chmod a+x grub-shell
 
7239
        
 
7240
CLEANFILES += grub-shell
 
7241
dist_noinst_DATA += tests/util/grub-shell.in 
 
7242
endif
 
7243
 
 
7244
if COND_powerpc_ieee1275
 
7245
noinst_SCRIPTS += grub-shell
 
7246
 
 
7247
grub-shell: tests/util/grub-shell.in  $(top_builddir)/config.status
 
7248
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7249
        chmod a+x grub-shell
 
7250
        
 
7251
CLEANFILES += grub-shell
 
7252
dist_noinst_DATA += tests/util/grub-shell.in 
 
7253
endif
 
7254
 
 
7255
if COND_emu
 
7256
noinst_SCRIPTS += grub-shell-tester
 
7257
 
 
7258
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7259
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7260
        chmod a+x grub-shell-tester
 
7261
        
 
7262
CLEANFILES += grub-shell-tester
 
7263
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7264
endif
 
7265
 
 
7266
if COND_i386_pc
 
7267
noinst_SCRIPTS += grub-shell-tester
 
7268
 
 
7269
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7270
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7271
        chmod a+x grub-shell-tester
 
7272
        
 
7273
CLEANFILES += grub-shell-tester
 
7274
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7275
endif
 
7276
 
 
7277
if COND_i386_efi
 
7278
noinst_SCRIPTS += grub-shell-tester
 
7279
 
 
7280
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7281
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7282
        chmod a+x grub-shell-tester
 
7283
        
 
7284
CLEANFILES += grub-shell-tester
 
7285
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7286
endif
 
7287
 
 
7288
if COND_i386_qemu
 
7289
noinst_SCRIPTS += grub-shell-tester
 
7290
 
 
7291
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7292
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7293
        chmod a+x grub-shell-tester
 
7294
        
 
7295
CLEANFILES += grub-shell-tester
 
7296
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7297
endif
 
7298
 
 
7299
if COND_i386_coreboot
 
7300
noinst_SCRIPTS += grub-shell-tester
 
7301
 
 
7302
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7303
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7304
        chmod a+x grub-shell-tester
 
7305
        
 
7306
CLEANFILES += grub-shell-tester
 
7307
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7308
endif
 
7309
 
 
7310
if COND_i386_multiboot
 
7311
noinst_SCRIPTS += grub-shell-tester
 
7312
 
 
7313
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7314
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7315
        chmod a+x grub-shell-tester
 
7316
        
 
7317
CLEANFILES += grub-shell-tester
 
7318
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7319
endif
 
7320
 
 
7321
if COND_i386_ieee1275
 
7322
noinst_SCRIPTS += grub-shell-tester
 
7323
 
 
7324
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7325
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7326
        chmod a+x grub-shell-tester
 
7327
        
 
7328
CLEANFILES += grub-shell-tester
 
7329
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7330
endif
 
7331
 
 
7332
if COND_x86_64_efi
 
7333
noinst_SCRIPTS += grub-shell-tester
 
7334
 
 
7335
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7336
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7337
        chmod a+x grub-shell-tester
 
7338
        
 
7339
CLEANFILES += grub-shell-tester
 
7340
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7341
endif
 
7342
 
 
7343
if COND_mips_yeeloong
 
7344
noinst_SCRIPTS += grub-shell-tester
 
7345
 
 
7346
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7347
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7348
        chmod a+x grub-shell-tester
 
7349
        
 
7350
CLEANFILES += grub-shell-tester
 
7351
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7352
endif
 
7353
 
 
7354
if COND_sparc64_ieee1275
 
7355
noinst_SCRIPTS += grub-shell-tester
 
7356
 
 
7357
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7358
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7359
        chmod a+x grub-shell-tester
 
7360
        
 
7361
CLEANFILES += grub-shell-tester
 
7362
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7363
endif
 
7364
 
 
7365
if COND_powerpc_ieee1275
 
7366
noinst_SCRIPTS += grub-shell-tester
 
7367
 
 
7368
grub-shell-tester: tests/util/grub-shell-tester.in  $(top_builddir)/config.status
 
7369
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7370
        chmod a+x grub-shell-tester
 
7371
        
 
7372
CLEANFILES += grub-shell-tester
 
7373
dist_noinst_DATA += tests/util/grub-shell-tester.in 
 
7374
endif
 
7375
 
 
7376
if COND_emu
 
7377
check_SCRIPTS += example_scripted_test
 
7378
TESTS += example_scripted_test
 
7379
 
 
7380
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7381
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7382
        chmod a+x example_scripted_test
 
7383
        
 
7384
CLEANFILES += example_scripted_test
 
7385
dist_noinst_DATA += tests/example_scripted_test.in 
 
7386
endif
 
7387
 
 
7388
if COND_i386_pc
 
7389
check_SCRIPTS += example_scripted_test
 
7390
TESTS += example_scripted_test
 
7391
 
 
7392
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7393
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7394
        chmod a+x example_scripted_test
 
7395
        
 
7396
CLEANFILES += example_scripted_test
 
7397
dist_noinst_DATA += tests/example_scripted_test.in 
 
7398
endif
 
7399
 
 
7400
if COND_i386_efi
 
7401
check_SCRIPTS += example_scripted_test
 
7402
TESTS += example_scripted_test
 
7403
 
 
7404
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7405
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7406
        chmod a+x example_scripted_test
 
7407
        
 
7408
CLEANFILES += example_scripted_test
 
7409
dist_noinst_DATA += tests/example_scripted_test.in 
 
7410
endif
 
7411
 
 
7412
if COND_i386_qemu
 
7413
check_SCRIPTS += example_scripted_test
 
7414
TESTS += example_scripted_test
 
7415
 
 
7416
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7417
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7418
        chmod a+x example_scripted_test
 
7419
        
 
7420
CLEANFILES += example_scripted_test
 
7421
dist_noinst_DATA += tests/example_scripted_test.in 
 
7422
endif
 
7423
 
 
7424
if COND_i386_coreboot
 
7425
check_SCRIPTS += example_scripted_test
 
7426
TESTS += example_scripted_test
 
7427
 
 
7428
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7429
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7430
        chmod a+x example_scripted_test
 
7431
        
 
7432
CLEANFILES += example_scripted_test
 
7433
dist_noinst_DATA += tests/example_scripted_test.in 
 
7434
endif
 
7435
 
 
7436
if COND_i386_multiboot
 
7437
check_SCRIPTS += example_scripted_test
 
7438
TESTS += example_scripted_test
 
7439
 
 
7440
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7441
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7442
        chmod a+x example_scripted_test
 
7443
        
 
7444
CLEANFILES += example_scripted_test
 
7445
dist_noinst_DATA += tests/example_scripted_test.in 
 
7446
endif
 
7447
 
 
7448
if COND_i386_ieee1275
 
7449
check_SCRIPTS += example_scripted_test
 
7450
TESTS += example_scripted_test
 
7451
 
 
7452
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7453
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7454
        chmod a+x example_scripted_test
 
7455
        
 
7456
CLEANFILES += example_scripted_test
 
7457
dist_noinst_DATA += tests/example_scripted_test.in 
 
7458
endif
 
7459
 
 
7460
if COND_x86_64_efi
 
7461
check_SCRIPTS += example_scripted_test
 
7462
TESTS += example_scripted_test
 
7463
 
 
7464
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7465
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7466
        chmod a+x example_scripted_test
 
7467
        
 
7468
CLEANFILES += example_scripted_test
 
7469
dist_noinst_DATA += tests/example_scripted_test.in 
 
7470
endif
 
7471
 
 
7472
if COND_mips_yeeloong
 
7473
check_SCRIPTS += example_scripted_test
 
7474
TESTS += example_scripted_test
 
7475
 
 
7476
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7477
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7478
        chmod a+x example_scripted_test
 
7479
        
 
7480
CLEANFILES += example_scripted_test
 
7481
dist_noinst_DATA += tests/example_scripted_test.in 
 
7482
endif
 
7483
 
 
7484
if COND_sparc64_ieee1275
 
7485
check_SCRIPTS += example_scripted_test
 
7486
TESTS += example_scripted_test
 
7487
 
 
7488
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7489
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7490
        chmod a+x example_scripted_test
 
7491
        
 
7492
CLEANFILES += example_scripted_test
 
7493
dist_noinst_DATA += tests/example_scripted_test.in 
 
7494
endif
 
7495
 
 
7496
if COND_powerpc_ieee1275
 
7497
check_SCRIPTS += example_scripted_test
 
7498
TESTS += example_scripted_test
 
7499
 
 
7500
example_scripted_test: tests/example_scripted_test.in  $(top_builddir)/config.status
 
7501
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7502
        chmod a+x example_scripted_test
 
7503
        
 
7504
CLEANFILES += example_scripted_test
 
7505
dist_noinst_DATA += tests/example_scripted_test.in 
 
7506
endif
 
7507
 
 
7508
if COND_emu
 
7509
check_SCRIPTS += example_grub_script_test
 
7510
TESTS += example_grub_script_test
 
7511
 
 
7512
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7513
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7514
        chmod a+x example_grub_script_test
 
7515
        
 
7516
CLEANFILES += example_grub_script_test
 
7517
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7518
endif
 
7519
 
 
7520
if COND_i386_pc
 
7521
check_SCRIPTS += example_grub_script_test
 
7522
TESTS += example_grub_script_test
 
7523
 
 
7524
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7525
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7526
        chmod a+x example_grub_script_test
 
7527
        
 
7528
CLEANFILES += example_grub_script_test
 
7529
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7530
endif
 
7531
 
 
7532
if COND_i386_efi
 
7533
check_SCRIPTS += example_grub_script_test
 
7534
TESTS += example_grub_script_test
 
7535
 
 
7536
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7537
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7538
        chmod a+x example_grub_script_test
 
7539
        
 
7540
CLEANFILES += example_grub_script_test
 
7541
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7542
endif
 
7543
 
 
7544
if COND_i386_qemu
 
7545
check_SCRIPTS += example_grub_script_test
 
7546
TESTS += example_grub_script_test
 
7547
 
 
7548
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7549
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7550
        chmod a+x example_grub_script_test
 
7551
        
 
7552
CLEANFILES += example_grub_script_test
 
7553
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7554
endif
 
7555
 
 
7556
if COND_i386_coreboot
 
7557
check_SCRIPTS += example_grub_script_test
 
7558
TESTS += example_grub_script_test
 
7559
 
 
7560
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7561
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7562
        chmod a+x example_grub_script_test
 
7563
        
 
7564
CLEANFILES += example_grub_script_test
 
7565
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7566
endif
 
7567
 
 
7568
if COND_i386_multiboot
 
7569
check_SCRIPTS += example_grub_script_test
 
7570
TESTS += example_grub_script_test
 
7571
 
 
7572
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7573
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7574
        chmod a+x example_grub_script_test
 
7575
        
 
7576
CLEANFILES += example_grub_script_test
 
7577
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7578
endif
 
7579
 
 
7580
if COND_i386_ieee1275
 
7581
check_SCRIPTS += example_grub_script_test
 
7582
TESTS += example_grub_script_test
 
7583
 
 
7584
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7585
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7586
        chmod a+x example_grub_script_test
 
7587
        
 
7588
CLEANFILES += example_grub_script_test
 
7589
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7590
endif
 
7591
 
 
7592
if COND_x86_64_efi
 
7593
check_SCRIPTS += example_grub_script_test
 
7594
TESTS += example_grub_script_test
 
7595
 
 
7596
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7597
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7598
        chmod a+x example_grub_script_test
 
7599
        
 
7600
CLEANFILES += example_grub_script_test
 
7601
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7602
endif
 
7603
 
 
7604
if COND_mips_yeeloong
 
7605
check_SCRIPTS += example_grub_script_test
 
7606
TESTS += example_grub_script_test
 
7607
 
 
7608
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7609
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7610
        chmod a+x example_grub_script_test
 
7611
        
 
7612
CLEANFILES += example_grub_script_test
 
7613
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7614
endif
 
7615
 
 
7616
if COND_sparc64_ieee1275
 
7617
check_SCRIPTS += example_grub_script_test
 
7618
TESTS += example_grub_script_test
 
7619
 
 
7620
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7621
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7622
        chmod a+x example_grub_script_test
 
7623
        
 
7624
CLEANFILES += example_grub_script_test
 
7625
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7626
endif
 
7627
 
 
7628
if COND_powerpc_ieee1275
 
7629
check_SCRIPTS += example_grub_script_test
 
7630
TESTS += example_grub_script_test
 
7631
 
 
7632
example_grub_script_test: tests/example_grub_script_test.in  $(top_builddir)/config.status
 
7633
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7634
        chmod a+x example_grub_script_test
 
7635
        
 
7636
CLEANFILES += example_grub_script_test
 
7637
dist_noinst_DATA += tests/example_grub_script_test.in 
 
7638
endif
 
7639
 
 
7640
if COND_emu
 
7641
check_SCRIPTS += grub_script_echo1
 
7642
TESTS += grub_script_echo1
 
7643
 
 
7644
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7645
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7646
        chmod a+x grub_script_echo1
 
7647
        
 
7648
CLEANFILES += grub_script_echo1
 
7649
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7650
endif
 
7651
 
 
7652
if COND_i386_pc
 
7653
check_SCRIPTS += grub_script_echo1
 
7654
TESTS += grub_script_echo1
 
7655
 
 
7656
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7657
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7658
        chmod a+x grub_script_echo1
 
7659
        
 
7660
CLEANFILES += grub_script_echo1
 
7661
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7662
endif
 
7663
 
 
7664
if COND_i386_efi
 
7665
check_SCRIPTS += grub_script_echo1
 
7666
TESTS += grub_script_echo1
 
7667
 
 
7668
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7669
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7670
        chmod a+x grub_script_echo1
 
7671
        
 
7672
CLEANFILES += grub_script_echo1
 
7673
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7674
endif
 
7675
 
 
7676
if COND_i386_qemu
 
7677
check_SCRIPTS += grub_script_echo1
 
7678
TESTS += grub_script_echo1
 
7679
 
 
7680
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7681
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7682
        chmod a+x grub_script_echo1
 
7683
        
 
7684
CLEANFILES += grub_script_echo1
 
7685
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7686
endif
 
7687
 
 
7688
if COND_i386_coreboot
 
7689
check_SCRIPTS += grub_script_echo1
 
7690
TESTS += grub_script_echo1
 
7691
 
 
7692
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7693
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7694
        chmod a+x grub_script_echo1
 
7695
        
 
7696
CLEANFILES += grub_script_echo1
 
7697
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7698
endif
 
7699
 
 
7700
if COND_i386_multiboot
 
7701
check_SCRIPTS += grub_script_echo1
 
7702
TESTS += grub_script_echo1
 
7703
 
 
7704
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7705
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7706
        chmod a+x grub_script_echo1
 
7707
        
 
7708
CLEANFILES += grub_script_echo1
 
7709
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7710
endif
 
7711
 
 
7712
if COND_i386_ieee1275
 
7713
check_SCRIPTS += grub_script_echo1
 
7714
TESTS += grub_script_echo1
 
7715
 
 
7716
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7717
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7718
        chmod a+x grub_script_echo1
 
7719
        
 
7720
CLEANFILES += grub_script_echo1
 
7721
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7722
endif
 
7723
 
 
7724
if COND_x86_64_efi
 
7725
check_SCRIPTS += grub_script_echo1
 
7726
TESTS += grub_script_echo1
 
7727
 
 
7728
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7729
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7730
        chmod a+x grub_script_echo1
 
7731
        
 
7732
CLEANFILES += grub_script_echo1
 
7733
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7734
endif
 
7735
 
 
7736
if COND_mips_yeeloong
 
7737
check_SCRIPTS += grub_script_echo1
 
7738
TESTS += grub_script_echo1
 
7739
 
 
7740
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7741
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7742
        chmod a+x grub_script_echo1
 
7743
        
 
7744
CLEANFILES += grub_script_echo1
 
7745
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7746
endif
 
7747
 
 
7748
if COND_sparc64_ieee1275
 
7749
check_SCRIPTS += grub_script_echo1
 
7750
TESTS += grub_script_echo1
 
7751
 
 
7752
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7753
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7754
        chmod a+x grub_script_echo1
 
7755
        
 
7756
CLEANFILES += grub_script_echo1
 
7757
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7758
endif
 
7759
 
 
7760
if COND_powerpc_ieee1275
 
7761
check_SCRIPTS += grub_script_echo1
 
7762
TESTS += grub_script_echo1
 
7763
 
 
7764
grub_script_echo1: tests/grub_script_echo1.in  $(top_builddir)/config.status
 
7765
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7766
        chmod a+x grub_script_echo1
 
7767
        
 
7768
CLEANFILES += grub_script_echo1
 
7769
dist_noinst_DATA += tests/grub_script_echo1.in 
 
7770
endif
 
7771
 
 
7772
if COND_emu
 
7773
check_SCRIPTS += grub_script_echo_keywords
 
7774
TESTS += grub_script_echo_keywords
 
7775
 
 
7776
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7777
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7778
        chmod a+x grub_script_echo_keywords
 
7779
        
 
7780
CLEANFILES += grub_script_echo_keywords
 
7781
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7782
endif
 
7783
 
 
7784
if COND_i386_pc
 
7785
check_SCRIPTS += grub_script_echo_keywords
 
7786
TESTS += grub_script_echo_keywords
 
7787
 
 
7788
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7789
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7790
        chmod a+x grub_script_echo_keywords
 
7791
        
 
7792
CLEANFILES += grub_script_echo_keywords
 
7793
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7794
endif
 
7795
 
 
7796
if COND_i386_efi
 
7797
check_SCRIPTS += grub_script_echo_keywords
 
7798
TESTS += grub_script_echo_keywords
 
7799
 
 
7800
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7801
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7802
        chmod a+x grub_script_echo_keywords
 
7803
        
 
7804
CLEANFILES += grub_script_echo_keywords
 
7805
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7806
endif
 
7807
 
 
7808
if COND_i386_qemu
 
7809
check_SCRIPTS += grub_script_echo_keywords
 
7810
TESTS += grub_script_echo_keywords
 
7811
 
 
7812
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7813
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7814
        chmod a+x grub_script_echo_keywords
 
7815
        
 
7816
CLEANFILES += grub_script_echo_keywords
 
7817
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7818
endif
 
7819
 
 
7820
if COND_i386_coreboot
 
7821
check_SCRIPTS += grub_script_echo_keywords
 
7822
TESTS += grub_script_echo_keywords
 
7823
 
 
7824
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7825
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7826
        chmod a+x grub_script_echo_keywords
 
7827
        
 
7828
CLEANFILES += grub_script_echo_keywords
 
7829
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7830
endif
 
7831
 
 
7832
if COND_i386_multiboot
 
7833
check_SCRIPTS += grub_script_echo_keywords
 
7834
TESTS += grub_script_echo_keywords
 
7835
 
 
7836
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7837
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7838
        chmod a+x grub_script_echo_keywords
 
7839
        
 
7840
CLEANFILES += grub_script_echo_keywords
 
7841
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7842
endif
 
7843
 
 
7844
if COND_i386_ieee1275
 
7845
check_SCRIPTS += grub_script_echo_keywords
 
7846
TESTS += grub_script_echo_keywords
 
7847
 
 
7848
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7849
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7850
        chmod a+x grub_script_echo_keywords
 
7851
        
 
7852
CLEANFILES += grub_script_echo_keywords
 
7853
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7854
endif
 
7855
 
 
7856
if COND_x86_64_efi
 
7857
check_SCRIPTS += grub_script_echo_keywords
 
7858
TESTS += grub_script_echo_keywords
 
7859
 
 
7860
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7861
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7862
        chmod a+x grub_script_echo_keywords
 
7863
        
 
7864
CLEANFILES += grub_script_echo_keywords
 
7865
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7866
endif
 
7867
 
 
7868
if COND_mips_yeeloong
 
7869
check_SCRIPTS += grub_script_echo_keywords
 
7870
TESTS += grub_script_echo_keywords
 
7871
 
 
7872
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7873
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7874
        chmod a+x grub_script_echo_keywords
 
7875
        
 
7876
CLEANFILES += grub_script_echo_keywords
 
7877
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7878
endif
 
7879
 
 
7880
if COND_sparc64_ieee1275
 
7881
check_SCRIPTS += grub_script_echo_keywords
 
7882
TESTS += grub_script_echo_keywords
 
7883
 
 
7884
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7885
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7886
        chmod a+x grub_script_echo_keywords
 
7887
        
 
7888
CLEANFILES += grub_script_echo_keywords
 
7889
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7890
endif
 
7891
 
 
7892
if COND_powerpc_ieee1275
 
7893
check_SCRIPTS += grub_script_echo_keywords
 
7894
TESTS += grub_script_echo_keywords
 
7895
 
 
7896
grub_script_echo_keywords: tests/grub_script_echo_keywords.in  $(top_builddir)/config.status
 
7897
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7898
        chmod a+x grub_script_echo_keywords
 
7899
        
 
7900
CLEANFILES += grub_script_echo_keywords
 
7901
dist_noinst_DATA += tests/grub_script_echo_keywords.in 
 
7902
endif
 
7903
 
 
7904
if COND_emu
 
7905
check_SCRIPTS += grub_script_vars1
 
7906
TESTS += grub_script_vars1
 
7907
 
 
7908
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7909
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7910
        chmod a+x grub_script_vars1
 
7911
        
 
7912
CLEANFILES += grub_script_vars1
 
7913
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7914
endif
 
7915
 
 
7916
if COND_i386_pc
 
7917
check_SCRIPTS += grub_script_vars1
 
7918
TESTS += grub_script_vars1
 
7919
 
 
7920
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7921
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7922
        chmod a+x grub_script_vars1
 
7923
        
 
7924
CLEANFILES += grub_script_vars1
 
7925
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7926
endif
 
7927
 
 
7928
if COND_i386_efi
 
7929
check_SCRIPTS += grub_script_vars1
 
7930
TESTS += grub_script_vars1
 
7931
 
 
7932
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7933
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7934
        chmod a+x grub_script_vars1
 
7935
        
 
7936
CLEANFILES += grub_script_vars1
 
7937
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7938
endif
 
7939
 
 
7940
if COND_i386_qemu
 
7941
check_SCRIPTS += grub_script_vars1
 
7942
TESTS += grub_script_vars1
 
7943
 
 
7944
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7945
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7946
        chmod a+x grub_script_vars1
 
7947
        
 
7948
CLEANFILES += grub_script_vars1
 
7949
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7950
endif
 
7951
 
 
7952
if COND_i386_coreboot
 
7953
check_SCRIPTS += grub_script_vars1
 
7954
TESTS += grub_script_vars1
 
7955
 
 
7956
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7957
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7958
        chmod a+x grub_script_vars1
 
7959
        
 
7960
CLEANFILES += grub_script_vars1
 
7961
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7962
endif
 
7963
 
 
7964
if COND_i386_multiboot
 
7965
check_SCRIPTS += grub_script_vars1
 
7966
TESTS += grub_script_vars1
 
7967
 
 
7968
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7969
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7970
        chmod a+x grub_script_vars1
 
7971
        
 
7972
CLEANFILES += grub_script_vars1
 
7973
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7974
endif
 
7975
 
 
7976
if COND_i386_ieee1275
 
7977
check_SCRIPTS += grub_script_vars1
 
7978
TESTS += grub_script_vars1
 
7979
 
 
7980
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7981
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7982
        chmod a+x grub_script_vars1
 
7983
        
 
7984
CLEANFILES += grub_script_vars1
 
7985
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7986
endif
 
7987
 
 
7988
if COND_x86_64_efi
 
7989
check_SCRIPTS += grub_script_vars1
 
7990
TESTS += grub_script_vars1
 
7991
 
 
7992
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
7993
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
7994
        chmod a+x grub_script_vars1
 
7995
        
 
7996
CLEANFILES += grub_script_vars1
 
7997
dist_noinst_DATA += tests/grub_script_vars1.in 
 
7998
endif
 
7999
 
 
8000
if COND_mips_yeeloong
 
8001
check_SCRIPTS += grub_script_vars1
 
8002
TESTS += grub_script_vars1
 
8003
 
 
8004
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
8005
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8006
        chmod a+x grub_script_vars1
 
8007
        
 
8008
CLEANFILES += grub_script_vars1
 
8009
dist_noinst_DATA += tests/grub_script_vars1.in 
 
8010
endif
 
8011
 
 
8012
if COND_sparc64_ieee1275
 
8013
check_SCRIPTS += grub_script_vars1
 
8014
TESTS += grub_script_vars1
 
8015
 
 
8016
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
8017
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8018
        chmod a+x grub_script_vars1
 
8019
        
 
8020
CLEANFILES += grub_script_vars1
 
8021
dist_noinst_DATA += tests/grub_script_vars1.in 
 
8022
endif
 
8023
 
 
8024
if COND_powerpc_ieee1275
 
8025
check_SCRIPTS += grub_script_vars1
 
8026
TESTS += grub_script_vars1
 
8027
 
 
8028
grub_script_vars1: tests/grub_script_vars1.in  $(top_builddir)/config.status
 
8029
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8030
        chmod a+x grub_script_vars1
 
8031
        
 
8032
CLEANFILES += grub_script_vars1
 
8033
dist_noinst_DATA += tests/grub_script_vars1.in 
 
8034
endif
 
8035
 
 
8036
if COND_emu
 
8037
check_SCRIPTS += grub_script_for1
 
8038
TESTS += grub_script_for1
 
8039
 
 
8040
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8041
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8042
        chmod a+x grub_script_for1
 
8043
        
 
8044
CLEANFILES += grub_script_for1
 
8045
dist_noinst_DATA += tests/grub_script_for1.in 
 
8046
endif
 
8047
 
 
8048
if COND_i386_pc
 
8049
check_SCRIPTS += grub_script_for1
 
8050
TESTS += grub_script_for1
 
8051
 
 
8052
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8053
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8054
        chmod a+x grub_script_for1
 
8055
        
 
8056
CLEANFILES += grub_script_for1
 
8057
dist_noinst_DATA += tests/grub_script_for1.in 
 
8058
endif
 
8059
 
 
8060
if COND_i386_efi
 
8061
check_SCRIPTS += grub_script_for1
 
8062
TESTS += grub_script_for1
 
8063
 
 
8064
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8065
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8066
        chmod a+x grub_script_for1
 
8067
        
 
8068
CLEANFILES += grub_script_for1
 
8069
dist_noinst_DATA += tests/grub_script_for1.in 
 
8070
endif
 
8071
 
 
8072
if COND_i386_qemu
 
8073
check_SCRIPTS += grub_script_for1
 
8074
TESTS += grub_script_for1
 
8075
 
 
8076
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8077
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8078
        chmod a+x grub_script_for1
 
8079
        
 
8080
CLEANFILES += grub_script_for1
 
8081
dist_noinst_DATA += tests/grub_script_for1.in 
 
8082
endif
 
8083
 
 
8084
if COND_i386_coreboot
 
8085
check_SCRIPTS += grub_script_for1
 
8086
TESTS += grub_script_for1
 
8087
 
 
8088
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8089
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8090
        chmod a+x grub_script_for1
 
8091
        
 
8092
CLEANFILES += grub_script_for1
 
8093
dist_noinst_DATA += tests/grub_script_for1.in 
 
8094
endif
 
8095
 
 
8096
if COND_i386_multiboot
 
8097
check_SCRIPTS += grub_script_for1
 
8098
TESTS += grub_script_for1
 
8099
 
 
8100
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8101
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8102
        chmod a+x grub_script_for1
 
8103
        
 
8104
CLEANFILES += grub_script_for1
 
8105
dist_noinst_DATA += tests/grub_script_for1.in 
 
8106
endif
 
8107
 
 
8108
if COND_i386_ieee1275
 
8109
check_SCRIPTS += grub_script_for1
 
8110
TESTS += grub_script_for1
 
8111
 
 
8112
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8113
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8114
        chmod a+x grub_script_for1
 
8115
        
 
8116
CLEANFILES += grub_script_for1
 
8117
dist_noinst_DATA += tests/grub_script_for1.in 
 
8118
endif
 
8119
 
 
8120
if COND_x86_64_efi
 
8121
check_SCRIPTS += grub_script_for1
 
8122
TESTS += grub_script_for1
 
8123
 
 
8124
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8125
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8126
        chmod a+x grub_script_for1
 
8127
        
 
8128
CLEANFILES += grub_script_for1
 
8129
dist_noinst_DATA += tests/grub_script_for1.in 
 
8130
endif
 
8131
 
 
8132
if COND_mips_yeeloong
 
8133
check_SCRIPTS += grub_script_for1
 
8134
TESTS += grub_script_for1
 
8135
 
 
8136
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8137
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8138
        chmod a+x grub_script_for1
 
8139
        
 
8140
CLEANFILES += grub_script_for1
 
8141
dist_noinst_DATA += tests/grub_script_for1.in 
 
8142
endif
 
8143
 
 
8144
if COND_sparc64_ieee1275
 
8145
check_SCRIPTS += grub_script_for1
 
8146
TESTS += grub_script_for1
 
8147
 
 
8148
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8149
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8150
        chmod a+x grub_script_for1
 
8151
        
 
8152
CLEANFILES += grub_script_for1
 
8153
dist_noinst_DATA += tests/grub_script_for1.in 
 
8154
endif
 
8155
 
 
8156
if COND_powerpc_ieee1275
 
8157
check_SCRIPTS += grub_script_for1
 
8158
TESTS += grub_script_for1
 
8159
 
 
8160
grub_script_for1: tests/grub_script_for1.in  $(top_builddir)/config.status
 
8161
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8162
        chmod a+x grub_script_for1
 
8163
        
 
8164
CLEANFILES += grub_script_for1
 
8165
dist_noinst_DATA += tests/grub_script_for1.in 
 
8166
endif
 
8167
 
 
8168
if COND_emu
 
8169
check_SCRIPTS += grub_script_while1
 
8170
TESTS += grub_script_while1
 
8171
 
 
8172
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8173
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8174
        chmod a+x grub_script_while1
 
8175
        
 
8176
CLEANFILES += grub_script_while1
 
8177
dist_noinst_DATA += tests/grub_script_while1.in 
 
8178
endif
 
8179
 
 
8180
if COND_i386_pc
 
8181
check_SCRIPTS += grub_script_while1
 
8182
TESTS += grub_script_while1
 
8183
 
 
8184
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8185
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8186
        chmod a+x grub_script_while1
 
8187
        
 
8188
CLEANFILES += grub_script_while1
 
8189
dist_noinst_DATA += tests/grub_script_while1.in 
 
8190
endif
 
8191
 
 
8192
if COND_i386_efi
 
8193
check_SCRIPTS += grub_script_while1
 
8194
TESTS += grub_script_while1
 
8195
 
 
8196
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8197
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8198
        chmod a+x grub_script_while1
 
8199
        
 
8200
CLEANFILES += grub_script_while1
 
8201
dist_noinst_DATA += tests/grub_script_while1.in 
 
8202
endif
 
8203
 
 
8204
if COND_i386_qemu
 
8205
check_SCRIPTS += grub_script_while1
 
8206
TESTS += grub_script_while1
 
8207
 
 
8208
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8209
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8210
        chmod a+x grub_script_while1
 
8211
        
 
8212
CLEANFILES += grub_script_while1
 
8213
dist_noinst_DATA += tests/grub_script_while1.in 
 
8214
endif
 
8215
 
 
8216
if COND_i386_coreboot
 
8217
check_SCRIPTS += grub_script_while1
 
8218
TESTS += grub_script_while1
 
8219
 
 
8220
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8221
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8222
        chmod a+x grub_script_while1
 
8223
        
 
8224
CLEANFILES += grub_script_while1
 
8225
dist_noinst_DATA += tests/grub_script_while1.in 
 
8226
endif
 
8227
 
 
8228
if COND_i386_multiboot
 
8229
check_SCRIPTS += grub_script_while1
 
8230
TESTS += grub_script_while1
 
8231
 
 
8232
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8233
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8234
        chmod a+x grub_script_while1
 
8235
        
 
8236
CLEANFILES += grub_script_while1
 
8237
dist_noinst_DATA += tests/grub_script_while1.in 
 
8238
endif
 
8239
 
 
8240
if COND_i386_ieee1275
 
8241
check_SCRIPTS += grub_script_while1
 
8242
TESTS += grub_script_while1
 
8243
 
 
8244
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8245
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8246
        chmod a+x grub_script_while1
 
8247
        
 
8248
CLEANFILES += grub_script_while1
 
8249
dist_noinst_DATA += tests/grub_script_while1.in 
 
8250
endif
 
8251
 
 
8252
if COND_x86_64_efi
 
8253
check_SCRIPTS += grub_script_while1
 
8254
TESTS += grub_script_while1
 
8255
 
 
8256
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8257
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8258
        chmod a+x grub_script_while1
 
8259
        
 
8260
CLEANFILES += grub_script_while1
 
8261
dist_noinst_DATA += tests/grub_script_while1.in 
 
8262
endif
 
8263
 
 
8264
if COND_mips_yeeloong
 
8265
check_SCRIPTS += grub_script_while1
 
8266
TESTS += grub_script_while1
 
8267
 
 
8268
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8269
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8270
        chmod a+x grub_script_while1
 
8271
        
 
8272
CLEANFILES += grub_script_while1
 
8273
dist_noinst_DATA += tests/grub_script_while1.in 
 
8274
endif
 
8275
 
 
8276
if COND_sparc64_ieee1275
 
8277
check_SCRIPTS += grub_script_while1
 
8278
TESTS += grub_script_while1
 
8279
 
 
8280
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8281
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8282
        chmod a+x grub_script_while1
 
8283
        
 
8284
CLEANFILES += grub_script_while1
 
8285
dist_noinst_DATA += tests/grub_script_while1.in 
 
8286
endif
 
8287
 
 
8288
if COND_powerpc_ieee1275
 
8289
check_SCRIPTS += grub_script_while1
 
8290
TESTS += grub_script_while1
 
8291
 
 
8292
grub_script_while1: tests/grub_script_while1.in  $(top_builddir)/config.status
 
8293
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8294
        chmod a+x grub_script_while1
 
8295
        
 
8296
CLEANFILES += grub_script_while1
 
8297
dist_noinst_DATA += tests/grub_script_while1.in 
 
8298
endif
 
8299
 
 
8300
if COND_emu
 
8301
check_SCRIPTS += grub_script_if
 
8302
TESTS += grub_script_if
 
8303
 
 
8304
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8305
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8306
        chmod a+x grub_script_if
 
8307
        
 
8308
CLEANFILES += grub_script_if
 
8309
dist_noinst_DATA += tests/grub_script_if.in 
 
8310
endif
 
8311
 
 
8312
if COND_i386_pc
 
8313
check_SCRIPTS += grub_script_if
 
8314
TESTS += grub_script_if
 
8315
 
 
8316
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8317
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8318
        chmod a+x grub_script_if
 
8319
        
 
8320
CLEANFILES += grub_script_if
 
8321
dist_noinst_DATA += tests/grub_script_if.in 
 
8322
endif
 
8323
 
 
8324
if COND_i386_efi
 
8325
check_SCRIPTS += grub_script_if
 
8326
TESTS += grub_script_if
 
8327
 
 
8328
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8329
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8330
        chmod a+x grub_script_if
 
8331
        
 
8332
CLEANFILES += grub_script_if
 
8333
dist_noinst_DATA += tests/grub_script_if.in 
 
8334
endif
 
8335
 
 
8336
if COND_i386_qemu
 
8337
check_SCRIPTS += grub_script_if
 
8338
TESTS += grub_script_if
 
8339
 
 
8340
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8341
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8342
        chmod a+x grub_script_if
 
8343
        
 
8344
CLEANFILES += grub_script_if
 
8345
dist_noinst_DATA += tests/grub_script_if.in 
 
8346
endif
 
8347
 
 
8348
if COND_i386_coreboot
 
8349
check_SCRIPTS += grub_script_if
 
8350
TESTS += grub_script_if
 
8351
 
 
8352
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8353
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8354
        chmod a+x grub_script_if
 
8355
        
 
8356
CLEANFILES += grub_script_if
 
8357
dist_noinst_DATA += tests/grub_script_if.in 
 
8358
endif
 
8359
 
 
8360
if COND_i386_multiboot
 
8361
check_SCRIPTS += grub_script_if
 
8362
TESTS += grub_script_if
 
8363
 
 
8364
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8365
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8366
        chmod a+x grub_script_if
 
8367
        
 
8368
CLEANFILES += grub_script_if
 
8369
dist_noinst_DATA += tests/grub_script_if.in 
 
8370
endif
 
8371
 
 
8372
if COND_i386_ieee1275
 
8373
check_SCRIPTS += grub_script_if
 
8374
TESTS += grub_script_if
 
8375
 
 
8376
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8377
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8378
        chmod a+x grub_script_if
 
8379
        
 
8380
CLEANFILES += grub_script_if
 
8381
dist_noinst_DATA += tests/grub_script_if.in 
 
8382
endif
 
8383
 
 
8384
if COND_x86_64_efi
 
8385
check_SCRIPTS += grub_script_if
 
8386
TESTS += grub_script_if
 
8387
 
 
8388
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8389
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8390
        chmod a+x grub_script_if
 
8391
        
 
8392
CLEANFILES += grub_script_if
 
8393
dist_noinst_DATA += tests/grub_script_if.in 
 
8394
endif
 
8395
 
 
8396
if COND_mips_yeeloong
 
8397
check_SCRIPTS += grub_script_if
 
8398
TESTS += grub_script_if
 
8399
 
 
8400
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8401
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8402
        chmod a+x grub_script_if
 
8403
        
 
8404
CLEANFILES += grub_script_if
 
8405
dist_noinst_DATA += tests/grub_script_if.in 
 
8406
endif
 
8407
 
 
8408
if COND_sparc64_ieee1275
 
8409
check_SCRIPTS += grub_script_if
 
8410
TESTS += grub_script_if
 
8411
 
 
8412
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8413
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8414
        chmod a+x grub_script_if
 
8415
        
 
8416
CLEANFILES += grub_script_if
 
8417
dist_noinst_DATA += tests/grub_script_if.in 
 
8418
endif
 
8419
 
 
8420
if COND_powerpc_ieee1275
 
8421
check_SCRIPTS += grub_script_if
 
8422
TESTS += grub_script_if
 
8423
 
 
8424
grub_script_if: tests/grub_script_if.in  $(top_builddir)/config.status
 
8425
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8426
        chmod a+x grub_script_if
 
8427
        
 
8428
CLEANFILES += grub_script_if
 
8429
dist_noinst_DATA += tests/grub_script_if.in 
 
8430
endif
 
8431
 
 
8432
if COND_emu
 
8433
check_SCRIPTS += grub_script_blanklines
 
8434
TESTS += grub_script_blanklines
 
8435
 
 
8436
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8437
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8438
        chmod a+x grub_script_blanklines
 
8439
        
 
8440
CLEANFILES += grub_script_blanklines
 
8441
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8442
endif
 
8443
 
 
8444
if COND_i386_pc
 
8445
check_SCRIPTS += grub_script_blanklines
 
8446
TESTS += grub_script_blanklines
 
8447
 
 
8448
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8449
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8450
        chmod a+x grub_script_blanklines
 
8451
        
 
8452
CLEANFILES += grub_script_blanklines
 
8453
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8454
endif
 
8455
 
 
8456
if COND_i386_efi
 
8457
check_SCRIPTS += grub_script_blanklines
 
8458
TESTS += grub_script_blanklines
 
8459
 
 
8460
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8461
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8462
        chmod a+x grub_script_blanklines
 
8463
        
 
8464
CLEANFILES += grub_script_blanklines
 
8465
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8466
endif
 
8467
 
 
8468
if COND_i386_qemu
 
8469
check_SCRIPTS += grub_script_blanklines
 
8470
TESTS += grub_script_blanklines
 
8471
 
 
8472
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8473
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8474
        chmod a+x grub_script_blanklines
 
8475
        
 
8476
CLEANFILES += grub_script_blanklines
 
8477
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8478
endif
 
8479
 
 
8480
if COND_i386_coreboot
 
8481
check_SCRIPTS += grub_script_blanklines
 
8482
TESTS += grub_script_blanklines
 
8483
 
 
8484
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8485
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8486
        chmod a+x grub_script_blanklines
 
8487
        
 
8488
CLEANFILES += grub_script_blanklines
 
8489
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8490
endif
 
8491
 
 
8492
if COND_i386_multiboot
 
8493
check_SCRIPTS += grub_script_blanklines
 
8494
TESTS += grub_script_blanklines
 
8495
 
 
8496
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8497
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8498
        chmod a+x grub_script_blanklines
 
8499
        
 
8500
CLEANFILES += grub_script_blanklines
 
8501
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8502
endif
 
8503
 
 
8504
if COND_i386_ieee1275
 
8505
check_SCRIPTS += grub_script_blanklines
 
8506
TESTS += grub_script_blanklines
 
8507
 
 
8508
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8509
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8510
        chmod a+x grub_script_blanklines
 
8511
        
 
8512
CLEANFILES += grub_script_blanklines
 
8513
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8514
endif
 
8515
 
 
8516
if COND_x86_64_efi
 
8517
check_SCRIPTS += grub_script_blanklines
 
8518
TESTS += grub_script_blanklines
 
8519
 
 
8520
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8521
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8522
        chmod a+x grub_script_blanklines
 
8523
        
 
8524
CLEANFILES += grub_script_blanklines
 
8525
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8526
endif
 
8527
 
 
8528
if COND_mips_yeeloong
 
8529
check_SCRIPTS += grub_script_blanklines
 
8530
TESTS += grub_script_blanklines
 
8531
 
 
8532
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8533
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8534
        chmod a+x grub_script_blanklines
 
8535
        
 
8536
CLEANFILES += grub_script_blanklines
 
8537
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8538
endif
 
8539
 
 
8540
if COND_sparc64_ieee1275
 
8541
check_SCRIPTS += grub_script_blanklines
 
8542
TESTS += grub_script_blanklines
 
8543
 
 
8544
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8545
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8546
        chmod a+x grub_script_blanklines
 
8547
        
 
8548
CLEANFILES += grub_script_blanklines
 
8549
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8550
endif
 
8551
 
 
8552
if COND_powerpc_ieee1275
 
8553
check_SCRIPTS += grub_script_blanklines
 
8554
TESTS += grub_script_blanklines
 
8555
 
 
8556
grub_script_blanklines: tests/grub_script_blanklines.in  $(top_builddir)/config.status
 
8557
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8558
        chmod a+x grub_script_blanklines
 
8559
        
 
8560
CLEANFILES += grub_script_blanklines
 
8561
dist_noinst_DATA += tests/grub_script_blanklines.in 
 
8562
endif
 
8563
 
 
8564
if COND_emu
 
8565
check_SCRIPTS += grub_script_final_semicolon
 
8566
TESTS += grub_script_final_semicolon
 
8567
 
 
8568
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8569
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8570
        chmod a+x grub_script_final_semicolon
 
8571
        
 
8572
CLEANFILES += grub_script_final_semicolon
 
8573
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8574
endif
 
8575
 
 
8576
if COND_i386_pc
 
8577
check_SCRIPTS += grub_script_final_semicolon
 
8578
TESTS += grub_script_final_semicolon
 
8579
 
 
8580
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8581
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8582
        chmod a+x grub_script_final_semicolon
 
8583
        
 
8584
CLEANFILES += grub_script_final_semicolon
 
8585
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8586
endif
 
8587
 
 
8588
if COND_i386_efi
 
8589
check_SCRIPTS += grub_script_final_semicolon
 
8590
TESTS += grub_script_final_semicolon
 
8591
 
 
8592
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8593
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8594
        chmod a+x grub_script_final_semicolon
 
8595
        
 
8596
CLEANFILES += grub_script_final_semicolon
 
8597
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8598
endif
 
8599
 
 
8600
if COND_i386_qemu
 
8601
check_SCRIPTS += grub_script_final_semicolon
 
8602
TESTS += grub_script_final_semicolon
 
8603
 
 
8604
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8605
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8606
        chmod a+x grub_script_final_semicolon
 
8607
        
 
8608
CLEANFILES += grub_script_final_semicolon
 
8609
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8610
endif
 
8611
 
 
8612
if COND_i386_coreboot
 
8613
check_SCRIPTS += grub_script_final_semicolon
 
8614
TESTS += grub_script_final_semicolon
 
8615
 
 
8616
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8617
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8618
        chmod a+x grub_script_final_semicolon
 
8619
        
 
8620
CLEANFILES += grub_script_final_semicolon
 
8621
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8622
endif
 
8623
 
 
8624
if COND_i386_multiboot
 
8625
check_SCRIPTS += grub_script_final_semicolon
 
8626
TESTS += grub_script_final_semicolon
 
8627
 
 
8628
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8629
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8630
        chmod a+x grub_script_final_semicolon
 
8631
        
 
8632
CLEANFILES += grub_script_final_semicolon
 
8633
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8634
endif
 
8635
 
 
8636
if COND_i386_ieee1275
 
8637
check_SCRIPTS += grub_script_final_semicolon
 
8638
TESTS += grub_script_final_semicolon
 
8639
 
 
8640
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8641
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8642
        chmod a+x grub_script_final_semicolon
 
8643
        
 
8644
CLEANFILES += grub_script_final_semicolon
 
8645
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8646
endif
 
8647
 
 
8648
if COND_x86_64_efi
 
8649
check_SCRIPTS += grub_script_final_semicolon
 
8650
TESTS += grub_script_final_semicolon
 
8651
 
 
8652
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8653
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8654
        chmod a+x grub_script_final_semicolon
 
8655
        
 
8656
CLEANFILES += grub_script_final_semicolon
 
8657
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8658
endif
 
8659
 
 
8660
if COND_mips_yeeloong
 
8661
check_SCRIPTS += grub_script_final_semicolon
 
8662
TESTS += grub_script_final_semicolon
 
8663
 
 
8664
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8665
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8666
        chmod a+x grub_script_final_semicolon
 
8667
        
 
8668
CLEANFILES += grub_script_final_semicolon
 
8669
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8670
endif
 
8671
 
 
8672
if COND_sparc64_ieee1275
 
8673
check_SCRIPTS += grub_script_final_semicolon
 
8674
TESTS += grub_script_final_semicolon
 
8675
 
 
8676
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8677
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8678
        chmod a+x grub_script_final_semicolon
 
8679
        
 
8680
CLEANFILES += grub_script_final_semicolon
 
8681
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8682
endif
 
8683
 
 
8684
if COND_powerpc_ieee1275
 
8685
check_SCRIPTS += grub_script_final_semicolon
 
8686
TESTS += grub_script_final_semicolon
 
8687
 
 
8688
grub_script_final_semicolon: tests/grub_script_final_semicolon.in  $(top_builddir)/config.status
 
8689
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8690
        chmod a+x grub_script_final_semicolon
 
8691
        
 
8692
CLEANFILES += grub_script_final_semicolon
 
8693
dist_noinst_DATA += tests/grub_script_final_semicolon.in 
 
8694
endif
 
8695
 
 
8696
if COND_emu
 
8697
check_SCRIPTS += grub_script_dollar
 
8698
TESTS += grub_script_dollar
 
8699
 
 
8700
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8701
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8702
        chmod a+x grub_script_dollar
 
8703
        
 
8704
CLEANFILES += grub_script_dollar
 
8705
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8706
endif
 
8707
 
 
8708
if COND_i386_pc
 
8709
check_SCRIPTS += grub_script_dollar
 
8710
TESTS += grub_script_dollar
 
8711
 
 
8712
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8713
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8714
        chmod a+x grub_script_dollar
 
8715
        
 
8716
CLEANFILES += grub_script_dollar
 
8717
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8718
endif
 
8719
 
 
8720
if COND_i386_efi
 
8721
check_SCRIPTS += grub_script_dollar
 
8722
TESTS += grub_script_dollar
 
8723
 
 
8724
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8725
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8726
        chmod a+x grub_script_dollar
 
8727
        
 
8728
CLEANFILES += grub_script_dollar
 
8729
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8730
endif
 
8731
 
 
8732
if COND_i386_qemu
 
8733
check_SCRIPTS += grub_script_dollar
 
8734
TESTS += grub_script_dollar
 
8735
 
 
8736
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8737
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8738
        chmod a+x grub_script_dollar
 
8739
        
 
8740
CLEANFILES += grub_script_dollar
 
8741
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8742
endif
 
8743
 
 
8744
if COND_i386_coreboot
 
8745
check_SCRIPTS += grub_script_dollar
 
8746
TESTS += grub_script_dollar
 
8747
 
 
8748
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8749
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8750
        chmod a+x grub_script_dollar
 
8751
        
 
8752
CLEANFILES += grub_script_dollar
 
8753
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8754
endif
 
8755
 
 
8756
if COND_i386_multiboot
 
8757
check_SCRIPTS += grub_script_dollar
 
8758
TESTS += grub_script_dollar
 
8759
 
 
8760
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8761
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8762
        chmod a+x grub_script_dollar
 
8763
        
 
8764
CLEANFILES += grub_script_dollar
 
8765
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8766
endif
 
8767
 
 
8768
if COND_i386_ieee1275
 
8769
check_SCRIPTS += grub_script_dollar
 
8770
TESTS += grub_script_dollar
 
8771
 
 
8772
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8773
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8774
        chmod a+x grub_script_dollar
 
8775
        
 
8776
CLEANFILES += grub_script_dollar
 
8777
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8778
endif
 
8779
 
 
8780
if COND_x86_64_efi
 
8781
check_SCRIPTS += grub_script_dollar
 
8782
TESTS += grub_script_dollar
 
8783
 
 
8784
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8785
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8786
        chmod a+x grub_script_dollar
 
8787
        
 
8788
CLEANFILES += grub_script_dollar
 
8789
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8790
endif
 
8791
 
 
8792
if COND_mips_yeeloong
 
8793
check_SCRIPTS += grub_script_dollar
 
8794
TESTS += grub_script_dollar
 
8795
 
 
8796
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8797
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8798
        chmod a+x grub_script_dollar
 
8799
        
 
8800
CLEANFILES += grub_script_dollar
 
8801
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8802
endif
 
8803
 
 
8804
if COND_sparc64_ieee1275
 
8805
check_SCRIPTS += grub_script_dollar
 
8806
TESTS += grub_script_dollar
 
8807
 
 
8808
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8809
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8810
        chmod a+x grub_script_dollar
 
8811
        
 
8812
CLEANFILES += grub_script_dollar
 
8813
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8814
endif
 
8815
 
 
8816
if COND_powerpc_ieee1275
 
8817
check_SCRIPTS += grub_script_dollar
 
8818
TESTS += grub_script_dollar
 
8819
 
 
8820
grub_script_dollar: tests/grub_script_dollar.in  $(top_builddir)/config.status
 
8821
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8822
        chmod a+x grub_script_dollar
 
8823
        
 
8824
CLEANFILES += grub_script_dollar
 
8825
dist_noinst_DATA += tests/grub_script_dollar.in 
 
8826
endif
 
8827
 
 
8828
if COND_emu
 
8829
check_SCRIPTS += grub_script_comments
 
8830
TESTS += grub_script_comments
 
8831
 
 
8832
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8833
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8834
        chmod a+x grub_script_comments
 
8835
        
 
8836
CLEANFILES += grub_script_comments
 
8837
dist_noinst_DATA += tests/grub_script_comments.in 
 
8838
endif
 
8839
 
 
8840
if COND_i386_pc
 
8841
check_SCRIPTS += grub_script_comments
 
8842
TESTS += grub_script_comments
 
8843
 
 
8844
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8845
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8846
        chmod a+x grub_script_comments
 
8847
        
 
8848
CLEANFILES += grub_script_comments
 
8849
dist_noinst_DATA += tests/grub_script_comments.in 
 
8850
endif
 
8851
 
 
8852
if COND_i386_efi
 
8853
check_SCRIPTS += grub_script_comments
 
8854
TESTS += grub_script_comments
 
8855
 
 
8856
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8857
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8858
        chmod a+x grub_script_comments
 
8859
        
 
8860
CLEANFILES += grub_script_comments
 
8861
dist_noinst_DATA += tests/grub_script_comments.in 
 
8862
endif
 
8863
 
 
8864
if COND_i386_qemu
 
8865
check_SCRIPTS += grub_script_comments
 
8866
TESTS += grub_script_comments
 
8867
 
 
8868
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8869
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8870
        chmod a+x grub_script_comments
 
8871
        
 
8872
CLEANFILES += grub_script_comments
 
8873
dist_noinst_DATA += tests/grub_script_comments.in 
 
8874
endif
 
8875
 
 
8876
if COND_i386_coreboot
 
8877
check_SCRIPTS += grub_script_comments
 
8878
TESTS += grub_script_comments
 
8879
 
 
8880
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8881
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8882
        chmod a+x grub_script_comments
 
8883
        
 
8884
CLEANFILES += grub_script_comments
 
8885
dist_noinst_DATA += tests/grub_script_comments.in 
 
8886
endif
 
8887
 
 
8888
if COND_i386_multiboot
 
8889
check_SCRIPTS += grub_script_comments
 
8890
TESTS += grub_script_comments
 
8891
 
 
8892
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8893
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8894
        chmod a+x grub_script_comments
 
8895
        
 
8896
CLEANFILES += grub_script_comments
 
8897
dist_noinst_DATA += tests/grub_script_comments.in 
 
8898
endif
 
8899
 
 
8900
if COND_i386_ieee1275
 
8901
check_SCRIPTS += grub_script_comments
 
8902
TESTS += grub_script_comments
 
8903
 
 
8904
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8905
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8906
        chmod a+x grub_script_comments
 
8907
        
 
8908
CLEANFILES += grub_script_comments
 
8909
dist_noinst_DATA += tests/grub_script_comments.in 
 
8910
endif
 
8911
 
 
8912
if COND_x86_64_efi
 
8913
check_SCRIPTS += grub_script_comments
 
8914
TESTS += grub_script_comments
 
8915
 
 
8916
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8917
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8918
        chmod a+x grub_script_comments
 
8919
        
 
8920
CLEANFILES += grub_script_comments
 
8921
dist_noinst_DATA += tests/grub_script_comments.in 
 
8922
endif
 
8923
 
 
8924
if COND_mips_yeeloong
 
8925
check_SCRIPTS += grub_script_comments
 
8926
TESTS += grub_script_comments
 
8927
 
 
8928
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8929
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8930
        chmod a+x grub_script_comments
 
8931
        
 
8932
CLEANFILES += grub_script_comments
 
8933
dist_noinst_DATA += tests/grub_script_comments.in 
 
8934
endif
 
8935
 
 
8936
if COND_sparc64_ieee1275
 
8937
check_SCRIPTS += grub_script_comments
 
8938
TESTS += grub_script_comments
 
8939
 
 
8940
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8941
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8942
        chmod a+x grub_script_comments
 
8943
        
 
8944
CLEANFILES += grub_script_comments
 
8945
dist_noinst_DATA += tests/grub_script_comments.in 
 
8946
endif
 
8947
 
 
8948
if COND_powerpc_ieee1275
 
8949
check_SCRIPTS += grub_script_comments
 
8950
TESTS += grub_script_comments
 
8951
 
 
8952
grub_script_comments: tests/grub_script_comments.in  $(top_builddir)/config.status
 
8953
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8954
        chmod a+x grub_script_comments
 
8955
        
 
8956
CLEANFILES += grub_script_comments
 
8957
dist_noinst_DATA += tests/grub_script_comments.in 
 
8958
endif
 
8959
 
 
8960
if COND_emu
 
8961
check_SCRIPTS += grub_script_functions
 
8962
TESTS += grub_script_functions
 
8963
 
 
8964
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
8965
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8966
        chmod a+x grub_script_functions
 
8967
        
 
8968
CLEANFILES += grub_script_functions
 
8969
dist_noinst_DATA += tests/grub_script_functions.in 
 
8970
endif
 
8971
 
 
8972
if COND_i386_pc
 
8973
check_SCRIPTS += grub_script_functions
 
8974
TESTS += grub_script_functions
 
8975
 
 
8976
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
8977
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8978
        chmod a+x grub_script_functions
 
8979
        
 
8980
CLEANFILES += grub_script_functions
 
8981
dist_noinst_DATA += tests/grub_script_functions.in 
 
8982
endif
 
8983
 
 
8984
if COND_i386_efi
 
8985
check_SCRIPTS += grub_script_functions
 
8986
TESTS += grub_script_functions
 
8987
 
 
8988
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
8989
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
8990
        chmod a+x grub_script_functions
 
8991
        
 
8992
CLEANFILES += grub_script_functions
 
8993
dist_noinst_DATA += tests/grub_script_functions.in 
 
8994
endif
 
8995
 
 
8996
if COND_i386_qemu
 
8997
check_SCRIPTS += grub_script_functions
 
8998
TESTS += grub_script_functions
 
8999
 
 
9000
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9001
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9002
        chmod a+x grub_script_functions
 
9003
        
 
9004
CLEANFILES += grub_script_functions
 
9005
dist_noinst_DATA += tests/grub_script_functions.in 
 
9006
endif
 
9007
 
 
9008
if COND_i386_coreboot
 
9009
check_SCRIPTS += grub_script_functions
 
9010
TESTS += grub_script_functions
 
9011
 
 
9012
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9013
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9014
        chmod a+x grub_script_functions
 
9015
        
 
9016
CLEANFILES += grub_script_functions
 
9017
dist_noinst_DATA += tests/grub_script_functions.in 
 
9018
endif
 
9019
 
 
9020
if COND_i386_multiboot
 
9021
check_SCRIPTS += grub_script_functions
 
9022
TESTS += grub_script_functions
 
9023
 
 
9024
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9025
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9026
        chmod a+x grub_script_functions
 
9027
        
 
9028
CLEANFILES += grub_script_functions
 
9029
dist_noinst_DATA += tests/grub_script_functions.in 
 
9030
endif
 
9031
 
 
9032
if COND_i386_ieee1275
 
9033
check_SCRIPTS += grub_script_functions
 
9034
TESTS += grub_script_functions
 
9035
 
 
9036
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9037
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9038
        chmod a+x grub_script_functions
 
9039
        
 
9040
CLEANFILES += grub_script_functions
 
9041
dist_noinst_DATA += tests/grub_script_functions.in 
 
9042
endif
 
9043
 
 
9044
if COND_x86_64_efi
 
9045
check_SCRIPTS += grub_script_functions
 
9046
TESTS += grub_script_functions
 
9047
 
 
9048
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9049
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9050
        chmod a+x grub_script_functions
 
9051
        
 
9052
CLEANFILES += grub_script_functions
 
9053
dist_noinst_DATA += tests/grub_script_functions.in 
 
9054
endif
 
9055
 
 
9056
if COND_mips_yeeloong
 
9057
check_SCRIPTS += grub_script_functions
 
9058
TESTS += grub_script_functions
 
9059
 
 
9060
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9061
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9062
        chmod a+x grub_script_functions
 
9063
        
 
9064
CLEANFILES += grub_script_functions
 
9065
dist_noinst_DATA += tests/grub_script_functions.in 
 
9066
endif
 
9067
 
 
9068
if COND_sparc64_ieee1275
 
9069
check_SCRIPTS += grub_script_functions
 
9070
TESTS += grub_script_functions
 
9071
 
 
9072
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9073
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9074
        chmod a+x grub_script_functions
 
9075
        
 
9076
CLEANFILES += grub_script_functions
 
9077
dist_noinst_DATA += tests/grub_script_functions.in 
 
9078
endif
 
9079
 
 
9080
if COND_powerpc_ieee1275
 
9081
check_SCRIPTS += grub_script_functions
 
9082
TESTS += grub_script_functions
 
9083
 
 
9084
grub_script_functions: tests/grub_script_functions.in  $(top_builddir)/config.status
 
9085
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9086
        chmod a+x grub_script_functions
 
9087
        
 
9088
CLEANFILES += grub_script_functions
 
9089
dist_noinst_DATA += tests/grub_script_functions.in 
 
9090
endif
 
9091
 
 
9092
if COND_emu
 
9093
check_SCRIPTS += grub_script_break
 
9094
TESTS += grub_script_break
 
9095
 
 
9096
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9097
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9098
        chmod a+x grub_script_break
 
9099
        
 
9100
CLEANFILES += grub_script_break
 
9101
dist_noinst_DATA += tests/grub_script_break.in 
 
9102
endif
 
9103
 
 
9104
if COND_i386_pc
 
9105
check_SCRIPTS += grub_script_break
 
9106
TESTS += grub_script_break
 
9107
 
 
9108
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9109
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9110
        chmod a+x grub_script_break
 
9111
        
 
9112
CLEANFILES += grub_script_break
 
9113
dist_noinst_DATA += tests/grub_script_break.in 
 
9114
endif
 
9115
 
 
9116
if COND_i386_efi
 
9117
check_SCRIPTS += grub_script_break
 
9118
TESTS += grub_script_break
 
9119
 
 
9120
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9121
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9122
        chmod a+x grub_script_break
 
9123
        
 
9124
CLEANFILES += grub_script_break
 
9125
dist_noinst_DATA += tests/grub_script_break.in 
 
9126
endif
 
9127
 
 
9128
if COND_i386_qemu
 
9129
check_SCRIPTS += grub_script_break
 
9130
TESTS += grub_script_break
 
9131
 
 
9132
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9133
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9134
        chmod a+x grub_script_break
 
9135
        
 
9136
CLEANFILES += grub_script_break
 
9137
dist_noinst_DATA += tests/grub_script_break.in 
 
9138
endif
 
9139
 
 
9140
if COND_i386_coreboot
 
9141
check_SCRIPTS += grub_script_break
 
9142
TESTS += grub_script_break
 
9143
 
 
9144
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9145
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9146
        chmod a+x grub_script_break
 
9147
        
 
9148
CLEANFILES += grub_script_break
 
9149
dist_noinst_DATA += tests/grub_script_break.in 
 
9150
endif
 
9151
 
 
9152
if COND_i386_multiboot
 
9153
check_SCRIPTS += grub_script_break
 
9154
TESTS += grub_script_break
 
9155
 
 
9156
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9157
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9158
        chmod a+x grub_script_break
 
9159
        
 
9160
CLEANFILES += grub_script_break
 
9161
dist_noinst_DATA += tests/grub_script_break.in 
 
9162
endif
 
9163
 
 
9164
if COND_i386_ieee1275
 
9165
check_SCRIPTS += grub_script_break
 
9166
TESTS += grub_script_break
 
9167
 
 
9168
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9169
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9170
        chmod a+x grub_script_break
 
9171
        
 
9172
CLEANFILES += grub_script_break
 
9173
dist_noinst_DATA += tests/grub_script_break.in 
 
9174
endif
 
9175
 
 
9176
if COND_x86_64_efi
 
9177
check_SCRIPTS += grub_script_break
 
9178
TESTS += grub_script_break
 
9179
 
 
9180
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9181
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9182
        chmod a+x grub_script_break
 
9183
        
 
9184
CLEANFILES += grub_script_break
 
9185
dist_noinst_DATA += tests/grub_script_break.in 
 
9186
endif
 
9187
 
 
9188
if COND_mips_yeeloong
 
9189
check_SCRIPTS += grub_script_break
 
9190
TESTS += grub_script_break
 
9191
 
 
9192
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9193
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9194
        chmod a+x grub_script_break
 
9195
        
 
9196
CLEANFILES += grub_script_break
 
9197
dist_noinst_DATA += tests/grub_script_break.in 
 
9198
endif
 
9199
 
 
9200
if COND_sparc64_ieee1275
 
9201
check_SCRIPTS += grub_script_break
 
9202
TESTS += grub_script_break
 
9203
 
 
9204
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9205
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9206
        chmod a+x grub_script_break
 
9207
        
 
9208
CLEANFILES += grub_script_break
 
9209
dist_noinst_DATA += tests/grub_script_break.in 
 
9210
endif
 
9211
 
 
9212
if COND_powerpc_ieee1275
 
9213
check_SCRIPTS += grub_script_break
 
9214
TESTS += grub_script_break
 
9215
 
 
9216
grub_script_break: tests/grub_script_break.in  $(top_builddir)/config.status
 
9217
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9218
        chmod a+x grub_script_break
 
9219
        
 
9220
CLEANFILES += grub_script_break
 
9221
dist_noinst_DATA += tests/grub_script_break.in 
 
9222
endif
 
9223
 
 
9224
if COND_emu
 
9225
check_SCRIPTS += grub_script_continue
 
9226
TESTS += grub_script_continue
 
9227
 
 
9228
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9229
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9230
        chmod a+x grub_script_continue
 
9231
        
 
9232
CLEANFILES += grub_script_continue
 
9233
dist_noinst_DATA += tests/grub_script_continue.in 
 
9234
endif
 
9235
 
 
9236
if COND_i386_pc
 
9237
check_SCRIPTS += grub_script_continue
 
9238
TESTS += grub_script_continue
 
9239
 
 
9240
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9241
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9242
        chmod a+x grub_script_continue
 
9243
        
 
9244
CLEANFILES += grub_script_continue
 
9245
dist_noinst_DATA += tests/grub_script_continue.in 
 
9246
endif
 
9247
 
 
9248
if COND_i386_efi
 
9249
check_SCRIPTS += grub_script_continue
 
9250
TESTS += grub_script_continue
 
9251
 
 
9252
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9253
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9254
        chmod a+x grub_script_continue
 
9255
        
 
9256
CLEANFILES += grub_script_continue
 
9257
dist_noinst_DATA += tests/grub_script_continue.in 
 
9258
endif
 
9259
 
 
9260
if COND_i386_qemu
 
9261
check_SCRIPTS += grub_script_continue
 
9262
TESTS += grub_script_continue
 
9263
 
 
9264
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9265
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9266
        chmod a+x grub_script_continue
 
9267
        
 
9268
CLEANFILES += grub_script_continue
 
9269
dist_noinst_DATA += tests/grub_script_continue.in 
 
9270
endif
 
9271
 
 
9272
if COND_i386_coreboot
 
9273
check_SCRIPTS += grub_script_continue
 
9274
TESTS += grub_script_continue
 
9275
 
 
9276
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9277
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9278
        chmod a+x grub_script_continue
 
9279
        
 
9280
CLEANFILES += grub_script_continue
 
9281
dist_noinst_DATA += tests/grub_script_continue.in 
 
9282
endif
 
9283
 
 
9284
if COND_i386_multiboot
 
9285
check_SCRIPTS += grub_script_continue
 
9286
TESTS += grub_script_continue
 
9287
 
 
9288
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9289
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9290
        chmod a+x grub_script_continue
 
9291
        
 
9292
CLEANFILES += grub_script_continue
 
9293
dist_noinst_DATA += tests/grub_script_continue.in 
 
9294
endif
 
9295
 
 
9296
if COND_i386_ieee1275
 
9297
check_SCRIPTS += grub_script_continue
 
9298
TESTS += grub_script_continue
 
9299
 
 
9300
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9301
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9302
        chmod a+x grub_script_continue
 
9303
        
 
9304
CLEANFILES += grub_script_continue
 
9305
dist_noinst_DATA += tests/grub_script_continue.in 
 
9306
endif
 
9307
 
 
9308
if COND_x86_64_efi
 
9309
check_SCRIPTS += grub_script_continue
 
9310
TESTS += grub_script_continue
 
9311
 
 
9312
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9313
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9314
        chmod a+x grub_script_continue
 
9315
        
 
9316
CLEANFILES += grub_script_continue
 
9317
dist_noinst_DATA += tests/grub_script_continue.in 
 
9318
endif
 
9319
 
 
9320
if COND_mips_yeeloong
 
9321
check_SCRIPTS += grub_script_continue
 
9322
TESTS += grub_script_continue
 
9323
 
 
9324
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9325
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9326
        chmod a+x grub_script_continue
 
9327
        
 
9328
CLEANFILES += grub_script_continue
 
9329
dist_noinst_DATA += tests/grub_script_continue.in 
 
9330
endif
 
9331
 
 
9332
if COND_sparc64_ieee1275
 
9333
check_SCRIPTS += grub_script_continue
 
9334
TESTS += grub_script_continue
 
9335
 
 
9336
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9337
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9338
        chmod a+x grub_script_continue
 
9339
        
 
9340
CLEANFILES += grub_script_continue
 
9341
dist_noinst_DATA += tests/grub_script_continue.in 
 
9342
endif
 
9343
 
 
9344
if COND_powerpc_ieee1275
 
9345
check_SCRIPTS += grub_script_continue
 
9346
TESTS += grub_script_continue
 
9347
 
 
9348
grub_script_continue: tests/grub_script_continue.in  $(top_builddir)/config.status
 
9349
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9350
        chmod a+x grub_script_continue
 
9351
        
 
9352
CLEANFILES += grub_script_continue
 
9353
dist_noinst_DATA += tests/grub_script_continue.in 
 
9354
endif
 
9355
 
 
9356
if COND_emu
 
9357
check_SCRIPTS += grub_script_shift
 
9358
TESTS += grub_script_shift
 
9359
 
 
9360
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9361
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9362
        chmod a+x grub_script_shift
 
9363
        
 
9364
CLEANFILES += grub_script_shift
 
9365
dist_noinst_DATA += tests/grub_script_shift.in 
 
9366
endif
 
9367
 
 
9368
if COND_i386_pc
 
9369
check_SCRIPTS += grub_script_shift
 
9370
TESTS += grub_script_shift
 
9371
 
 
9372
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9373
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9374
        chmod a+x grub_script_shift
 
9375
        
 
9376
CLEANFILES += grub_script_shift
 
9377
dist_noinst_DATA += tests/grub_script_shift.in 
 
9378
endif
 
9379
 
 
9380
if COND_i386_efi
 
9381
check_SCRIPTS += grub_script_shift
 
9382
TESTS += grub_script_shift
 
9383
 
 
9384
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9385
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9386
        chmod a+x grub_script_shift
 
9387
        
 
9388
CLEANFILES += grub_script_shift
 
9389
dist_noinst_DATA += tests/grub_script_shift.in 
 
9390
endif
 
9391
 
 
9392
if COND_i386_qemu
 
9393
check_SCRIPTS += grub_script_shift
 
9394
TESTS += grub_script_shift
 
9395
 
 
9396
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9397
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9398
        chmod a+x grub_script_shift
 
9399
        
 
9400
CLEANFILES += grub_script_shift
 
9401
dist_noinst_DATA += tests/grub_script_shift.in 
 
9402
endif
 
9403
 
 
9404
if COND_i386_coreboot
 
9405
check_SCRIPTS += grub_script_shift
 
9406
TESTS += grub_script_shift
 
9407
 
 
9408
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9409
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9410
        chmod a+x grub_script_shift
 
9411
        
 
9412
CLEANFILES += grub_script_shift
 
9413
dist_noinst_DATA += tests/grub_script_shift.in 
 
9414
endif
 
9415
 
 
9416
if COND_i386_multiboot
 
9417
check_SCRIPTS += grub_script_shift
 
9418
TESTS += grub_script_shift
 
9419
 
 
9420
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9421
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9422
        chmod a+x grub_script_shift
 
9423
        
 
9424
CLEANFILES += grub_script_shift
 
9425
dist_noinst_DATA += tests/grub_script_shift.in 
 
9426
endif
 
9427
 
 
9428
if COND_i386_ieee1275
 
9429
check_SCRIPTS += grub_script_shift
 
9430
TESTS += grub_script_shift
 
9431
 
 
9432
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9433
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9434
        chmod a+x grub_script_shift
 
9435
        
 
9436
CLEANFILES += grub_script_shift
 
9437
dist_noinst_DATA += tests/grub_script_shift.in 
 
9438
endif
 
9439
 
 
9440
if COND_x86_64_efi
 
9441
check_SCRIPTS += grub_script_shift
 
9442
TESTS += grub_script_shift
 
9443
 
 
9444
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9445
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9446
        chmod a+x grub_script_shift
 
9447
        
 
9448
CLEANFILES += grub_script_shift
 
9449
dist_noinst_DATA += tests/grub_script_shift.in 
 
9450
endif
 
9451
 
 
9452
if COND_mips_yeeloong
 
9453
check_SCRIPTS += grub_script_shift
 
9454
TESTS += grub_script_shift
 
9455
 
 
9456
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9457
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9458
        chmod a+x grub_script_shift
 
9459
        
 
9460
CLEANFILES += grub_script_shift
 
9461
dist_noinst_DATA += tests/grub_script_shift.in 
 
9462
endif
 
9463
 
 
9464
if COND_sparc64_ieee1275
 
9465
check_SCRIPTS += grub_script_shift
 
9466
TESTS += grub_script_shift
 
9467
 
 
9468
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9469
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9470
        chmod a+x grub_script_shift
 
9471
        
 
9472
CLEANFILES += grub_script_shift
 
9473
dist_noinst_DATA += tests/grub_script_shift.in 
 
9474
endif
 
9475
 
 
9476
if COND_powerpc_ieee1275
 
9477
check_SCRIPTS += grub_script_shift
 
9478
TESTS += grub_script_shift
 
9479
 
 
9480
grub_script_shift: tests/grub_script_shift.in  $(top_builddir)/config.status
 
9481
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9482
        chmod a+x grub_script_shift
 
9483
        
 
9484
CLEANFILES += grub_script_shift
 
9485
dist_noinst_DATA += tests/grub_script_shift.in 
 
9486
endif
 
9487
 
 
9488
if COND_emu
 
9489
check_SCRIPTS += grub_script_blockarg
 
9490
TESTS += grub_script_blockarg
 
9491
 
 
9492
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9493
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9494
        chmod a+x grub_script_blockarg
 
9495
        
 
9496
CLEANFILES += grub_script_blockarg
 
9497
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9498
endif
 
9499
 
 
9500
if COND_i386_pc
 
9501
check_SCRIPTS += grub_script_blockarg
 
9502
TESTS += grub_script_blockarg
 
9503
 
 
9504
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9505
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9506
        chmod a+x grub_script_blockarg
 
9507
        
 
9508
CLEANFILES += grub_script_blockarg
 
9509
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9510
endif
 
9511
 
 
9512
if COND_i386_efi
 
9513
check_SCRIPTS += grub_script_blockarg
 
9514
TESTS += grub_script_blockarg
 
9515
 
 
9516
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9517
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9518
        chmod a+x grub_script_blockarg
 
9519
        
 
9520
CLEANFILES += grub_script_blockarg
 
9521
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9522
endif
 
9523
 
 
9524
if COND_i386_qemu
 
9525
check_SCRIPTS += grub_script_blockarg
 
9526
TESTS += grub_script_blockarg
 
9527
 
 
9528
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9529
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9530
        chmod a+x grub_script_blockarg
 
9531
        
 
9532
CLEANFILES += grub_script_blockarg
 
9533
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9534
endif
 
9535
 
 
9536
if COND_i386_coreboot
 
9537
check_SCRIPTS += grub_script_blockarg
 
9538
TESTS += grub_script_blockarg
 
9539
 
 
9540
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9541
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9542
        chmod a+x grub_script_blockarg
 
9543
        
 
9544
CLEANFILES += grub_script_blockarg
 
9545
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9546
endif
 
9547
 
 
9548
if COND_i386_multiboot
 
9549
check_SCRIPTS += grub_script_blockarg
 
9550
TESTS += grub_script_blockarg
 
9551
 
 
9552
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9553
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9554
        chmod a+x grub_script_blockarg
 
9555
        
 
9556
CLEANFILES += grub_script_blockarg
 
9557
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9558
endif
 
9559
 
 
9560
if COND_i386_ieee1275
 
9561
check_SCRIPTS += grub_script_blockarg
 
9562
TESTS += grub_script_blockarg
 
9563
 
 
9564
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9565
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9566
        chmod a+x grub_script_blockarg
 
9567
        
 
9568
CLEANFILES += grub_script_blockarg
 
9569
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9570
endif
 
9571
 
 
9572
if COND_x86_64_efi
 
9573
check_SCRIPTS += grub_script_blockarg
 
9574
TESTS += grub_script_blockarg
 
9575
 
 
9576
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9577
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9578
        chmod a+x grub_script_blockarg
 
9579
        
 
9580
CLEANFILES += grub_script_blockarg
 
9581
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9582
endif
 
9583
 
 
9584
if COND_mips_yeeloong
 
9585
check_SCRIPTS += grub_script_blockarg
 
9586
TESTS += grub_script_blockarg
 
9587
 
 
9588
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9589
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9590
        chmod a+x grub_script_blockarg
 
9591
        
 
9592
CLEANFILES += grub_script_blockarg
 
9593
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9594
endif
 
9595
 
 
9596
if COND_sparc64_ieee1275
 
9597
check_SCRIPTS += grub_script_blockarg
 
9598
TESTS += grub_script_blockarg
 
9599
 
 
9600
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9601
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9602
        chmod a+x grub_script_blockarg
 
9603
        
 
9604
CLEANFILES += grub_script_blockarg
 
9605
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9606
endif
 
9607
 
 
9608
if COND_powerpc_ieee1275
 
9609
check_SCRIPTS += grub_script_blockarg
 
9610
TESTS += grub_script_blockarg
 
9611
 
 
9612
grub_script_blockarg: tests/grub_script_blockarg.in  $(top_builddir)/config.status
 
9613
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9614
        chmod a+x grub_script_blockarg
 
9615
        
 
9616
CLEANFILES += grub_script_blockarg
 
9617
dist_noinst_DATA += tests/grub_script_blockarg.in 
 
9618
endif
 
9619
 
 
9620
if COND_emu
 
9621
check_SCRIPTS += grub_script_setparams
 
9622
TESTS += grub_script_setparams
 
9623
 
 
9624
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9625
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9626
        chmod a+x grub_script_setparams
 
9627
        
 
9628
CLEANFILES += grub_script_setparams
 
9629
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9630
endif
 
9631
 
 
9632
if COND_i386_pc
 
9633
check_SCRIPTS += grub_script_setparams
 
9634
TESTS += grub_script_setparams
 
9635
 
 
9636
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9637
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9638
        chmod a+x grub_script_setparams
 
9639
        
 
9640
CLEANFILES += grub_script_setparams
 
9641
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9642
endif
 
9643
 
 
9644
if COND_i386_efi
 
9645
check_SCRIPTS += grub_script_setparams
 
9646
TESTS += grub_script_setparams
 
9647
 
 
9648
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9649
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9650
        chmod a+x grub_script_setparams
 
9651
        
 
9652
CLEANFILES += grub_script_setparams
 
9653
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9654
endif
 
9655
 
 
9656
if COND_i386_qemu
 
9657
check_SCRIPTS += grub_script_setparams
 
9658
TESTS += grub_script_setparams
 
9659
 
 
9660
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9661
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9662
        chmod a+x grub_script_setparams
 
9663
        
 
9664
CLEANFILES += grub_script_setparams
 
9665
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9666
endif
 
9667
 
 
9668
if COND_i386_coreboot
 
9669
check_SCRIPTS += grub_script_setparams
 
9670
TESTS += grub_script_setparams
 
9671
 
 
9672
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9673
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9674
        chmod a+x grub_script_setparams
 
9675
        
 
9676
CLEANFILES += grub_script_setparams
 
9677
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9678
endif
 
9679
 
 
9680
if COND_i386_multiboot
 
9681
check_SCRIPTS += grub_script_setparams
 
9682
TESTS += grub_script_setparams
 
9683
 
 
9684
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9685
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9686
        chmod a+x grub_script_setparams
 
9687
        
 
9688
CLEANFILES += grub_script_setparams
 
9689
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9690
endif
 
9691
 
 
9692
if COND_i386_ieee1275
 
9693
check_SCRIPTS += grub_script_setparams
 
9694
TESTS += grub_script_setparams
 
9695
 
 
9696
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9697
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9698
        chmod a+x grub_script_setparams
 
9699
        
 
9700
CLEANFILES += grub_script_setparams
 
9701
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9702
endif
 
9703
 
 
9704
if COND_x86_64_efi
 
9705
check_SCRIPTS += grub_script_setparams
 
9706
TESTS += grub_script_setparams
 
9707
 
 
9708
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9709
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9710
        chmod a+x grub_script_setparams
 
9711
        
 
9712
CLEANFILES += grub_script_setparams
 
9713
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9714
endif
 
9715
 
 
9716
if COND_mips_yeeloong
 
9717
check_SCRIPTS += grub_script_setparams
 
9718
TESTS += grub_script_setparams
 
9719
 
 
9720
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9721
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9722
        chmod a+x grub_script_setparams
 
9723
        
 
9724
CLEANFILES += grub_script_setparams
 
9725
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9726
endif
 
9727
 
 
9728
if COND_sparc64_ieee1275
 
9729
check_SCRIPTS += grub_script_setparams
 
9730
TESTS += grub_script_setparams
 
9731
 
 
9732
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9733
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9734
        chmod a+x grub_script_setparams
 
9735
        
 
9736
CLEANFILES += grub_script_setparams
 
9737
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9738
endif
 
9739
 
 
9740
if COND_powerpc_ieee1275
 
9741
check_SCRIPTS += grub_script_setparams
 
9742
TESTS += grub_script_setparams
 
9743
 
 
9744
grub_script_setparams: tests/grub_script_setparams.in  $(top_builddir)/config.status
 
9745
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9746
        chmod a+x grub_script_setparams
 
9747
        
 
9748
CLEANFILES += grub_script_setparams
 
9749
dist_noinst_DATA += tests/grub_script_setparams.in 
 
9750
endif
 
9751
 
 
9752
if COND_emu
 
9753
check_SCRIPTS += grub_script_return
 
9754
TESTS += grub_script_return
 
9755
 
 
9756
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9757
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9758
        chmod a+x grub_script_return
 
9759
        
 
9760
CLEANFILES += grub_script_return
 
9761
dist_noinst_DATA += tests/grub_script_return.in 
 
9762
endif
 
9763
 
 
9764
if COND_i386_pc
 
9765
check_SCRIPTS += grub_script_return
 
9766
TESTS += grub_script_return
 
9767
 
 
9768
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9769
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9770
        chmod a+x grub_script_return
 
9771
        
 
9772
CLEANFILES += grub_script_return
 
9773
dist_noinst_DATA += tests/grub_script_return.in 
 
9774
endif
 
9775
 
 
9776
if COND_i386_efi
 
9777
check_SCRIPTS += grub_script_return
 
9778
TESTS += grub_script_return
 
9779
 
 
9780
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9781
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9782
        chmod a+x grub_script_return
 
9783
        
 
9784
CLEANFILES += grub_script_return
 
9785
dist_noinst_DATA += tests/grub_script_return.in 
 
9786
endif
 
9787
 
 
9788
if COND_i386_qemu
 
9789
check_SCRIPTS += grub_script_return
 
9790
TESTS += grub_script_return
 
9791
 
 
9792
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9793
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9794
        chmod a+x grub_script_return
 
9795
        
 
9796
CLEANFILES += grub_script_return
 
9797
dist_noinst_DATA += tests/grub_script_return.in 
 
9798
endif
 
9799
 
 
9800
if COND_i386_coreboot
 
9801
check_SCRIPTS += grub_script_return
 
9802
TESTS += grub_script_return
 
9803
 
 
9804
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9805
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9806
        chmod a+x grub_script_return
 
9807
        
 
9808
CLEANFILES += grub_script_return
 
9809
dist_noinst_DATA += tests/grub_script_return.in 
 
9810
endif
 
9811
 
 
9812
if COND_i386_multiboot
 
9813
check_SCRIPTS += grub_script_return
 
9814
TESTS += grub_script_return
 
9815
 
 
9816
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9817
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9818
        chmod a+x grub_script_return
 
9819
        
 
9820
CLEANFILES += grub_script_return
 
9821
dist_noinst_DATA += tests/grub_script_return.in 
 
9822
endif
 
9823
 
 
9824
if COND_i386_ieee1275
 
9825
check_SCRIPTS += grub_script_return
 
9826
TESTS += grub_script_return
 
9827
 
 
9828
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9829
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9830
        chmod a+x grub_script_return
 
9831
        
 
9832
CLEANFILES += grub_script_return
 
9833
dist_noinst_DATA += tests/grub_script_return.in 
 
9834
endif
 
9835
 
 
9836
if COND_x86_64_efi
 
9837
check_SCRIPTS += grub_script_return
 
9838
TESTS += grub_script_return
 
9839
 
 
9840
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9841
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9842
        chmod a+x grub_script_return
 
9843
        
 
9844
CLEANFILES += grub_script_return
 
9845
dist_noinst_DATA += tests/grub_script_return.in 
 
9846
endif
 
9847
 
 
9848
if COND_mips_yeeloong
 
9849
check_SCRIPTS += grub_script_return
 
9850
TESTS += grub_script_return
 
9851
 
 
9852
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9853
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9854
        chmod a+x grub_script_return
 
9855
        
 
9856
CLEANFILES += grub_script_return
 
9857
dist_noinst_DATA += tests/grub_script_return.in 
 
9858
endif
 
9859
 
 
9860
if COND_sparc64_ieee1275
 
9861
check_SCRIPTS += grub_script_return
 
9862
TESTS += grub_script_return
 
9863
 
 
9864
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9865
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9866
        chmod a+x grub_script_return
 
9867
        
 
9868
CLEANFILES += grub_script_return
 
9869
dist_noinst_DATA += tests/grub_script_return.in 
 
9870
endif
 
9871
 
 
9872
if COND_powerpc_ieee1275
 
9873
check_SCRIPTS += grub_script_return
 
9874
TESTS += grub_script_return
 
9875
 
 
9876
grub_script_return: tests/grub_script_return.in  $(top_builddir)/config.status
 
9877
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9878
        chmod a+x grub_script_return
 
9879
        
 
9880
CLEANFILES += grub_script_return
 
9881
dist_noinst_DATA += tests/grub_script_return.in 
 
9882
endif
 
9883
 
 
9884
if COND_emu
 
9885
check_SCRIPTS += grub_cmd_regexp
 
9886
TESTS += grub_cmd_regexp
 
9887
 
 
9888
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9889
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9890
        chmod a+x grub_cmd_regexp
 
9891
        
 
9892
CLEANFILES += grub_cmd_regexp
 
9893
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9894
endif
 
9895
 
 
9896
if COND_i386_pc
 
9897
check_SCRIPTS += grub_cmd_regexp
 
9898
TESTS += grub_cmd_regexp
 
9899
 
 
9900
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9901
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9902
        chmod a+x grub_cmd_regexp
 
9903
        
 
9904
CLEANFILES += grub_cmd_regexp
 
9905
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9906
endif
 
9907
 
 
9908
if COND_i386_efi
 
9909
check_SCRIPTS += grub_cmd_regexp
 
9910
TESTS += grub_cmd_regexp
 
9911
 
 
9912
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9913
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9914
        chmod a+x grub_cmd_regexp
 
9915
        
 
9916
CLEANFILES += grub_cmd_regexp
 
9917
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9918
endif
 
9919
 
 
9920
if COND_i386_qemu
 
9921
check_SCRIPTS += grub_cmd_regexp
 
9922
TESTS += grub_cmd_regexp
 
9923
 
 
9924
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9925
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9926
        chmod a+x grub_cmd_regexp
 
9927
        
 
9928
CLEANFILES += grub_cmd_regexp
 
9929
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9930
endif
 
9931
 
 
9932
if COND_i386_coreboot
 
9933
check_SCRIPTS += grub_cmd_regexp
 
9934
TESTS += grub_cmd_regexp
 
9935
 
 
9936
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9937
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9938
        chmod a+x grub_cmd_regexp
 
9939
        
 
9940
CLEANFILES += grub_cmd_regexp
 
9941
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9942
endif
 
9943
 
 
9944
if COND_i386_multiboot
 
9945
check_SCRIPTS += grub_cmd_regexp
 
9946
TESTS += grub_cmd_regexp
 
9947
 
 
9948
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9949
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9950
        chmod a+x grub_cmd_regexp
 
9951
        
 
9952
CLEANFILES += grub_cmd_regexp
 
9953
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9954
endif
 
9955
 
 
9956
if COND_i386_ieee1275
 
9957
check_SCRIPTS += grub_cmd_regexp
 
9958
TESTS += grub_cmd_regexp
 
9959
 
 
9960
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9961
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9962
        chmod a+x grub_cmd_regexp
 
9963
        
 
9964
CLEANFILES += grub_cmd_regexp
 
9965
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9966
endif
 
9967
 
 
9968
if COND_x86_64_efi
 
9969
check_SCRIPTS += grub_cmd_regexp
 
9970
TESTS += grub_cmd_regexp
 
9971
 
 
9972
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9973
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9974
        chmod a+x grub_cmd_regexp
 
9975
        
 
9976
CLEANFILES += grub_cmd_regexp
 
9977
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9978
endif
 
9979
 
 
9980
if COND_mips_yeeloong
 
9981
check_SCRIPTS += grub_cmd_regexp
 
9982
TESTS += grub_cmd_regexp
 
9983
 
 
9984
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9985
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9986
        chmod a+x grub_cmd_regexp
 
9987
        
 
9988
CLEANFILES += grub_cmd_regexp
 
9989
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
9990
endif
 
9991
 
 
9992
if COND_sparc64_ieee1275
 
9993
check_SCRIPTS += grub_cmd_regexp
 
9994
TESTS += grub_cmd_regexp
 
9995
 
 
9996
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
9997
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
9998
        chmod a+x grub_cmd_regexp
 
9999
        
 
10000
CLEANFILES += grub_cmd_regexp
 
10001
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
10002
endif
 
10003
 
 
10004
if COND_powerpc_ieee1275
 
10005
check_SCRIPTS += grub_cmd_regexp
 
10006
TESTS += grub_cmd_regexp
 
10007
 
 
10008
grub_cmd_regexp: tests/grub_cmd_regexp.in  $(top_builddir)/config.status
 
10009
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10010
        chmod a+x grub_cmd_regexp
 
10011
        
 
10012
CLEANFILES += grub_cmd_regexp
 
10013
dist_noinst_DATA += tests/grub_cmd_regexp.in 
 
10014
endif
 
10015
 
 
10016
if COND_emu
 
10017
check_SCRIPTS += grub_script_expansion
 
10018
TESTS += grub_script_expansion
 
10019
 
 
10020
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10021
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10022
        chmod a+x grub_script_expansion
 
10023
        
 
10024
CLEANFILES += grub_script_expansion
 
10025
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10026
endif
 
10027
 
 
10028
if COND_i386_pc
 
10029
check_SCRIPTS += grub_script_expansion
 
10030
TESTS += grub_script_expansion
 
10031
 
 
10032
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10033
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10034
        chmod a+x grub_script_expansion
 
10035
        
 
10036
CLEANFILES += grub_script_expansion
 
10037
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10038
endif
 
10039
 
 
10040
if COND_i386_efi
 
10041
check_SCRIPTS += grub_script_expansion
 
10042
TESTS += grub_script_expansion
 
10043
 
 
10044
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10045
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10046
        chmod a+x grub_script_expansion
 
10047
        
 
10048
CLEANFILES += grub_script_expansion
 
10049
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10050
endif
 
10051
 
 
10052
if COND_i386_qemu
 
10053
check_SCRIPTS += grub_script_expansion
 
10054
TESTS += grub_script_expansion
 
10055
 
 
10056
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10057
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10058
        chmod a+x grub_script_expansion
 
10059
        
 
10060
CLEANFILES += grub_script_expansion
 
10061
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10062
endif
 
10063
 
 
10064
if COND_i386_coreboot
 
10065
check_SCRIPTS += grub_script_expansion
 
10066
TESTS += grub_script_expansion
 
10067
 
 
10068
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10069
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10070
        chmod a+x grub_script_expansion
 
10071
        
 
10072
CLEANFILES += grub_script_expansion
 
10073
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10074
endif
 
10075
 
 
10076
if COND_i386_multiboot
 
10077
check_SCRIPTS += grub_script_expansion
 
10078
TESTS += grub_script_expansion
 
10079
 
 
10080
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10081
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10082
        chmod a+x grub_script_expansion
 
10083
        
 
10084
CLEANFILES += grub_script_expansion
 
10085
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10086
endif
 
10087
 
 
10088
if COND_i386_ieee1275
 
10089
check_SCRIPTS += grub_script_expansion
 
10090
TESTS += grub_script_expansion
 
10091
 
 
10092
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10093
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10094
        chmod a+x grub_script_expansion
 
10095
        
 
10096
CLEANFILES += grub_script_expansion
 
10097
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10098
endif
 
10099
 
 
10100
if COND_x86_64_efi
 
10101
check_SCRIPTS += grub_script_expansion
 
10102
TESTS += grub_script_expansion
 
10103
 
 
10104
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10105
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10106
        chmod a+x grub_script_expansion
 
10107
        
 
10108
CLEANFILES += grub_script_expansion
 
10109
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10110
endif
 
10111
 
 
10112
if COND_mips_yeeloong
 
10113
check_SCRIPTS += grub_script_expansion
 
10114
TESTS += grub_script_expansion
 
10115
 
 
10116
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10117
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10118
        chmod a+x grub_script_expansion
 
10119
        
 
10120
CLEANFILES += grub_script_expansion
 
10121
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10122
endif
 
10123
 
 
10124
if COND_sparc64_ieee1275
 
10125
check_SCRIPTS += grub_script_expansion
 
10126
TESTS += grub_script_expansion
 
10127
 
 
10128
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10129
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10130
        chmod a+x grub_script_expansion
 
10131
        
 
10132
CLEANFILES += grub_script_expansion
 
10133
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10134
endif
 
10135
 
 
10136
if COND_powerpc_ieee1275
 
10137
check_SCRIPTS += grub_script_expansion
 
10138
TESTS += grub_script_expansion
 
10139
 
 
10140
grub_script_expansion: tests/grub_script_expansion.in  $(top_builddir)/config.status
 
10141
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10142
        chmod a+x grub_script_expansion
 
10143
        
 
10144
CLEANFILES += grub_script_expansion
 
10145
dist_noinst_DATA += tests/grub_script_expansion.in 
 
10146
endif
 
10147
 
 
10148
if COND_emu
 
10149
check_SCRIPTS += grub_script_not
 
10150
TESTS += grub_script_not
 
10151
 
 
10152
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10153
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10154
        chmod a+x grub_script_not
 
10155
        
 
10156
CLEANFILES += grub_script_not
 
10157
dist_noinst_DATA += tests/grub_script_not.in 
 
10158
endif
 
10159
 
 
10160
if COND_i386_pc
 
10161
check_SCRIPTS += grub_script_not
 
10162
TESTS += grub_script_not
 
10163
 
 
10164
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10165
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10166
        chmod a+x grub_script_not
 
10167
        
 
10168
CLEANFILES += grub_script_not
 
10169
dist_noinst_DATA += tests/grub_script_not.in 
 
10170
endif
 
10171
 
 
10172
if COND_i386_efi
 
10173
check_SCRIPTS += grub_script_not
 
10174
TESTS += grub_script_not
 
10175
 
 
10176
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10177
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10178
        chmod a+x grub_script_not
 
10179
        
 
10180
CLEANFILES += grub_script_not
 
10181
dist_noinst_DATA += tests/grub_script_not.in 
 
10182
endif
 
10183
 
 
10184
if COND_i386_qemu
 
10185
check_SCRIPTS += grub_script_not
 
10186
TESTS += grub_script_not
 
10187
 
 
10188
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10189
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10190
        chmod a+x grub_script_not
 
10191
        
 
10192
CLEANFILES += grub_script_not
 
10193
dist_noinst_DATA += tests/grub_script_not.in 
 
10194
endif
 
10195
 
 
10196
if COND_i386_coreboot
 
10197
check_SCRIPTS += grub_script_not
 
10198
TESTS += grub_script_not
 
10199
 
 
10200
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10201
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10202
        chmod a+x grub_script_not
 
10203
        
 
10204
CLEANFILES += grub_script_not
 
10205
dist_noinst_DATA += tests/grub_script_not.in 
 
10206
endif
 
10207
 
 
10208
if COND_i386_multiboot
 
10209
check_SCRIPTS += grub_script_not
 
10210
TESTS += grub_script_not
 
10211
 
 
10212
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10213
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10214
        chmod a+x grub_script_not
 
10215
        
 
10216
CLEANFILES += grub_script_not
 
10217
dist_noinst_DATA += tests/grub_script_not.in 
 
10218
endif
 
10219
 
 
10220
if COND_i386_ieee1275
 
10221
check_SCRIPTS += grub_script_not
 
10222
TESTS += grub_script_not
 
10223
 
 
10224
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10225
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10226
        chmod a+x grub_script_not
 
10227
        
 
10228
CLEANFILES += grub_script_not
 
10229
dist_noinst_DATA += tests/grub_script_not.in 
 
10230
endif
 
10231
 
 
10232
if COND_x86_64_efi
 
10233
check_SCRIPTS += grub_script_not
 
10234
TESTS += grub_script_not
 
10235
 
 
10236
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10237
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10238
        chmod a+x grub_script_not
 
10239
        
 
10240
CLEANFILES += grub_script_not
 
10241
dist_noinst_DATA += tests/grub_script_not.in 
 
10242
endif
 
10243
 
 
10244
if COND_mips_yeeloong
 
10245
check_SCRIPTS += grub_script_not
 
10246
TESTS += grub_script_not
 
10247
 
 
10248
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10249
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10250
        chmod a+x grub_script_not
 
10251
        
 
10252
CLEANFILES += grub_script_not
 
10253
dist_noinst_DATA += tests/grub_script_not.in 
 
10254
endif
 
10255
 
 
10256
if COND_sparc64_ieee1275
 
10257
check_SCRIPTS += grub_script_not
 
10258
TESTS += grub_script_not
 
10259
 
 
10260
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10261
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10262
        chmod a+x grub_script_not
 
10263
        
 
10264
CLEANFILES += grub_script_not
 
10265
dist_noinst_DATA += tests/grub_script_not.in 
 
10266
endif
 
10267
 
 
10268
if COND_powerpc_ieee1275
 
10269
check_SCRIPTS += grub_script_not
 
10270
TESTS += grub_script_not
 
10271
 
 
10272
grub_script_not: tests/grub_script_not.in  $(top_builddir)/config.status
 
10273
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10274
        chmod a+x grub_script_not
 
10275
        
 
10276
CLEANFILES += grub_script_not
 
10277
dist_noinst_DATA += tests/grub_script_not.in 
 
10278
endif
 
10279
 
 
10280
if COND_emu
 
10281
check_SCRIPTS += partmap_test
 
10282
TESTS += partmap_test
 
10283
 
 
10284
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10285
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10286
        chmod a+x partmap_test
 
10287
        
 
10288
CLEANFILES += partmap_test
 
10289
dist_noinst_DATA += tests/partmap_test.in 
 
10290
endif
 
10291
 
 
10292
if COND_i386_pc
 
10293
check_SCRIPTS += partmap_test
 
10294
TESTS += partmap_test
 
10295
 
 
10296
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10297
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10298
        chmod a+x partmap_test
 
10299
        
 
10300
CLEANFILES += partmap_test
 
10301
dist_noinst_DATA += tests/partmap_test.in 
 
10302
endif
 
10303
 
 
10304
if COND_i386_efi
 
10305
check_SCRIPTS += partmap_test
 
10306
TESTS += partmap_test
 
10307
 
 
10308
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10309
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10310
        chmod a+x partmap_test
 
10311
        
 
10312
CLEANFILES += partmap_test
 
10313
dist_noinst_DATA += tests/partmap_test.in 
 
10314
endif
 
10315
 
 
10316
if COND_i386_qemu
 
10317
check_SCRIPTS += partmap_test
 
10318
TESTS += partmap_test
 
10319
 
 
10320
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10321
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10322
        chmod a+x partmap_test
 
10323
        
 
10324
CLEANFILES += partmap_test
 
10325
dist_noinst_DATA += tests/partmap_test.in 
 
10326
endif
 
10327
 
 
10328
if COND_i386_coreboot
 
10329
check_SCRIPTS += partmap_test
 
10330
TESTS += partmap_test
 
10331
 
 
10332
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10333
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10334
        chmod a+x partmap_test
 
10335
        
 
10336
CLEANFILES += partmap_test
 
10337
dist_noinst_DATA += tests/partmap_test.in 
 
10338
endif
 
10339
 
 
10340
if COND_i386_multiboot
 
10341
check_SCRIPTS += partmap_test
 
10342
TESTS += partmap_test
 
10343
 
 
10344
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10345
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10346
        chmod a+x partmap_test
 
10347
        
 
10348
CLEANFILES += partmap_test
 
10349
dist_noinst_DATA += tests/partmap_test.in 
 
10350
endif
 
10351
 
 
10352
if COND_i386_ieee1275
 
10353
check_SCRIPTS += partmap_test
 
10354
TESTS += partmap_test
 
10355
 
 
10356
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10357
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10358
        chmod a+x partmap_test
 
10359
        
 
10360
CLEANFILES += partmap_test
 
10361
dist_noinst_DATA += tests/partmap_test.in 
 
10362
endif
 
10363
 
 
10364
if COND_x86_64_efi
 
10365
check_SCRIPTS += partmap_test
 
10366
TESTS += partmap_test
 
10367
 
 
10368
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10369
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10370
        chmod a+x partmap_test
 
10371
        
 
10372
CLEANFILES += partmap_test
 
10373
dist_noinst_DATA += tests/partmap_test.in 
 
10374
endif
 
10375
 
 
10376
if COND_mips_yeeloong
 
10377
check_SCRIPTS += partmap_test
 
10378
TESTS += partmap_test
 
10379
 
 
10380
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10381
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10382
        chmod a+x partmap_test
 
10383
        
 
10384
CLEANFILES += partmap_test
 
10385
dist_noinst_DATA += tests/partmap_test.in 
 
10386
endif
 
10387
 
 
10388
if COND_sparc64_ieee1275
 
10389
check_SCRIPTS += partmap_test
 
10390
TESTS += partmap_test
 
10391
 
 
10392
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10393
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10394
        chmod a+x partmap_test
 
10395
        
 
10396
CLEANFILES += partmap_test
 
10397
dist_noinst_DATA += tests/partmap_test.in 
 
10398
endif
 
10399
 
 
10400
if COND_powerpc_ieee1275
 
10401
check_SCRIPTS += partmap_test
 
10402
TESTS += partmap_test
 
10403
 
 
10404
partmap_test: tests/partmap_test.in  $(top_builddir)/config.status
 
10405
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10406
        chmod a+x partmap_test
 
10407
        
 
10408
CLEANFILES += partmap_test
 
10409
dist_noinst_DATA += tests/partmap_test.in 
 
10410
endif
 
10411
 
 
10412
if COND_emu
 
10413
check_SCRIPTS += grub_cmd_echo
 
10414
TESTS += grub_cmd_echo
 
10415
 
 
10416
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10417
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10418
        chmod a+x grub_cmd_echo
 
10419
        
 
10420
CLEANFILES += grub_cmd_echo
 
10421
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10422
endif
 
10423
 
 
10424
if COND_i386_pc
 
10425
check_SCRIPTS += grub_cmd_echo
 
10426
TESTS += grub_cmd_echo
 
10427
 
 
10428
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10429
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10430
        chmod a+x grub_cmd_echo
 
10431
        
 
10432
CLEANFILES += grub_cmd_echo
 
10433
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10434
endif
 
10435
 
 
10436
if COND_i386_efi
 
10437
check_SCRIPTS += grub_cmd_echo
 
10438
TESTS += grub_cmd_echo
 
10439
 
 
10440
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10441
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10442
        chmod a+x grub_cmd_echo
 
10443
        
 
10444
CLEANFILES += grub_cmd_echo
 
10445
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10446
endif
 
10447
 
 
10448
if COND_i386_qemu
 
10449
check_SCRIPTS += grub_cmd_echo
 
10450
TESTS += grub_cmd_echo
 
10451
 
 
10452
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10453
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10454
        chmod a+x grub_cmd_echo
 
10455
        
 
10456
CLEANFILES += grub_cmd_echo
 
10457
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10458
endif
 
10459
 
 
10460
if COND_i386_coreboot
 
10461
check_SCRIPTS += grub_cmd_echo
 
10462
TESTS += grub_cmd_echo
 
10463
 
 
10464
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10465
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10466
        chmod a+x grub_cmd_echo
 
10467
        
 
10468
CLEANFILES += grub_cmd_echo
 
10469
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10470
endif
 
10471
 
 
10472
if COND_i386_multiboot
 
10473
check_SCRIPTS += grub_cmd_echo
 
10474
TESTS += grub_cmd_echo
 
10475
 
 
10476
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10477
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10478
        chmod a+x grub_cmd_echo
 
10479
        
 
10480
CLEANFILES += grub_cmd_echo
 
10481
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10482
endif
 
10483
 
 
10484
if COND_i386_ieee1275
 
10485
check_SCRIPTS += grub_cmd_echo
 
10486
TESTS += grub_cmd_echo
 
10487
 
 
10488
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10489
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10490
        chmod a+x grub_cmd_echo
 
10491
        
 
10492
CLEANFILES += grub_cmd_echo
 
10493
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10494
endif
 
10495
 
 
10496
if COND_x86_64_efi
 
10497
check_SCRIPTS += grub_cmd_echo
 
10498
TESTS += grub_cmd_echo
 
10499
 
 
10500
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10501
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10502
        chmod a+x grub_cmd_echo
 
10503
        
 
10504
CLEANFILES += grub_cmd_echo
 
10505
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10506
endif
 
10507
 
 
10508
if COND_mips_yeeloong
 
10509
check_SCRIPTS += grub_cmd_echo
 
10510
TESTS += grub_cmd_echo
 
10511
 
 
10512
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10513
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10514
        chmod a+x grub_cmd_echo
 
10515
        
 
10516
CLEANFILES += grub_cmd_echo
 
10517
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10518
endif
 
10519
 
 
10520
if COND_sparc64_ieee1275
 
10521
check_SCRIPTS += grub_cmd_echo
 
10522
TESTS += grub_cmd_echo
 
10523
 
 
10524
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10525
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10526
        chmod a+x grub_cmd_echo
 
10527
        
 
10528
CLEANFILES += grub_cmd_echo
 
10529
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10530
endif
 
10531
 
 
10532
if COND_powerpc_ieee1275
 
10533
check_SCRIPTS += grub_cmd_echo
 
10534
TESTS += grub_cmd_echo
 
10535
 
 
10536
grub_cmd_echo: tests/grub_cmd_echo.in  $(top_builddir)/config.status
 
10537
        $(top_builddir)/config.status --file=-:$< | sed -e 's,@pkglib_DATA@,$(pkglib_DATA),g' > $@
 
10538
        chmod a+x grub_cmd_echo
 
10539
        
 
10540
CLEANFILES += grub_cmd_echo
 
10541
dist_noinst_DATA += tests/grub_cmd_echo.in 
 
10542
endif
 
10543
 
 
10544
if COND_emu
 
10545
EXTRA_DIST += util/grub.d/README 
 
10546
EXTRA_DIST += 
 
10547
grubconf_DATA += util/grub.d/README 
 
10548
endif
 
10549
 
 
10550
if COND_i386_pc
 
10551
EXTRA_DIST += util/grub.d/README 
 
10552
EXTRA_DIST += 
 
10553
grubconf_DATA += util/grub.d/README 
 
10554
endif
 
10555
 
 
10556
if COND_i386_efi
 
10557
EXTRA_DIST += util/grub.d/README 
 
10558
EXTRA_DIST += 
 
10559
grubconf_DATA += util/grub.d/README 
 
10560
endif
 
10561
 
 
10562
if COND_i386_qemu
 
10563
EXTRA_DIST += util/grub.d/README 
 
10564
EXTRA_DIST += 
 
10565
grubconf_DATA += util/grub.d/README 
 
10566
endif
 
10567
 
 
10568
if COND_i386_coreboot
 
10569
EXTRA_DIST += util/grub.d/README 
 
10570
EXTRA_DIST += 
 
10571
grubconf_DATA += util/grub.d/README 
 
10572
endif
 
10573
 
 
10574
if COND_i386_multiboot
 
10575
EXTRA_DIST += util/grub.d/README 
 
10576
EXTRA_DIST += 
 
10577
grubconf_DATA += util/grub.d/README 
 
10578
endif
 
10579
 
 
10580
if COND_i386_ieee1275
 
10581
EXTRA_DIST += util/grub.d/README 
 
10582
EXTRA_DIST += 
 
10583
grubconf_DATA += util/grub.d/README 
 
10584
endif
 
10585
 
 
10586
if COND_x86_64_efi
 
10587
EXTRA_DIST += util/grub.d/README 
 
10588
EXTRA_DIST += 
 
10589
grubconf_DATA += util/grub.d/README 
 
10590
endif
 
10591
 
 
10592
if COND_mips_yeeloong
 
10593
EXTRA_DIST += util/grub.d/README 
 
10594
EXTRA_DIST += 
 
10595
grubconf_DATA += util/grub.d/README 
 
10596
endif
 
10597
 
 
10598
if COND_sparc64_ieee1275
 
10599
EXTRA_DIST += util/grub.d/README 
 
10600
EXTRA_DIST += 
 
10601
grubconf_DATA += util/grub.d/README 
 
10602
endif
 
10603
 
 
10604
if COND_powerpc_ieee1275
 
10605
EXTRA_DIST += util/grub.d/README 
 
10606
EXTRA_DIST += 
 
10607
grubconf_DATA += util/grub.d/README 
 
10608
endif
 
10609
 
 
10610
include contrib/zfs/Makefile.common