2N/AAutoGen definitions Makefile.tpl;
2N/A
2N/Ascript = {
2N/A installdir = noinst;
2N/A name = gensyminfo.sh;
2N/A common = gensyminfo.sh.in;
2N/A};
2N/A
2N/Ascript = {
2N/A installdir = noinst;
2N/A name = genmod.sh;
2N/A common = genmod.sh.in;
2N/A};
2N/A
2N/Ascript = {
2N/A installdir = noinst;
2N/A name = modinfo.sh;
2N/A common = modinfo.sh.in;
2N/A};
2N/A
2N/Ascript = {
2N/A installdir = noinst;
2N/A name = gmodule.pl;
2N/A common = gmodule.pl.in;
2N/A};
2N/A
2N/Ascript = {
2N/A installdir = noinst;
2N/A name = gdb_grub;
2N/A common = gdb_grub.in;
2N/A};
2N/A
2N/Akernel = {
2N/A name = kernel;
2N/A
2N/A nostrip = emu;
2N/A
2N/A emu_ldflags = '$(LDFLAGS_EMU)';
2N/A i386_efi_ldflags = '$(LDFLAGS_X86_EFI)';
2N/A i386_efi_stripflags = '--strip-unneeded -K start -R .note -R .comment';
2N/A x86_64_efi_ldflags = '$(LDFLAGS_X86_EFI)';
2N/A x86_64_efi_stripflags = '--strip-unneeded -K start -R .note -R .comment';
2N/A
2N/A ia64_efi_cflags = '-fno-builtin -fpic -minline-int-divide-max-throughput';
2N/A ia64_efi_ldflags = '$(LDFLAGS_X86_EFI)';
2N/A ia64_efi_stripflags = '--strip-unneeded -K start -R .note -R .comment';
2N/A
2N/A i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_pc_ldflags = '$(LDFLAGS_BASE_ADDRESS_0x9000)';
2N/A
2N/A i386_qemu_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_qemu_ldflags = '$(LDFLAGS_BASE_ADDRESS_0x8200)';
2N/A
2N/A ldadd = '$(LDADD_KERNEL)';
2N/A
2N/A i386_coreboot_ldflags = '-Wl,-Ttext=0x8200';
2N/A i386_multiboot_ldflags = '-Wl,-Ttext=0x8200';
2N/A i386_ieee1275_ldflags = '-Wl,-Ttext=0x10000';
2N/A mips_loongson_ldflags = '-Wl,-Ttext,0x80200000';
2N/A powerpc_ieee1275_ldflags = '-Wl,-Ttext,0x200000';
2N/A sparc64_ieee1275_ldflags = '-Wl,-Ttext,0x4400';
2N/A mips_arc_ldflags = '-Wl,-Ttext,0x8bd00000';
2N/A mips_qemu_mips_ldflags = '-Wl,-Ttext,0x80200000';
2N/A
2N/A mips_loongson_cppflags = '-DUSE_ASCII_FAILBACK';
2N/A i386_qemu_cppflags = '-DGRUB_BOOT_MACHINE_LINK_ADDR=$(GRUB_BOOT_MACHINE_LINK_ADDR)';
2N/A emu_cflags = '$(CFLAGS_GNULIB)';
2N/A emu_cppflags = '$(CPPFLAGS_GNULIB)';
2N/A
2N/A i386_pc_startup = kern/i386/pc/startup.S;
2N/A i386_efi_startup = kern/i386/efi/startup.S;
2N/A x86_64_efi_startup = kern/x86_64/efi/startup.S;
2N/A i386_qemu_startup = kern/i386/qemu/startup.S;
2N/A i386_ieee1275_startup = kern/i386/ieee1275/startup.S;
2N/A i386_coreboot_startup = kern/i386/coreboot/startup.S;
2N/A i386_multiboot_startup = kern/i386/coreboot/startup.S;
2N/A mips_startup = kern/mips/startup.S;
2N/A sparc64_ieee1275_startup = kern/sparc64/ieee1275/crt0.S;
2N/A powerpc_ieee1275_startup = kern/powerpc/ieee1275/startup.S;
2N/A
2N/A common = kern/command.c;
2N/A common = kern/corecmd.c;
2N/A common = kern/device.c;
2N/A common = kern/disk.c;
2N/A common = kern/dl.c;
2N/A common = kern/env.c;
2N/A common = kern/err.c;
2N/A common = kern/file.c;
2N/A common = kern/fs.c;
2N/A common = kern/list.c;
2N/A common = kern/main.c;
2N/A common = kern/misc.c;
2N/A common = kern/parser.c;
2N/A common = kern/partition.c;
2N/A common = kern/rescue_parser.c;
2N/A common = kern/rescue_reader.c;
2N/A common = kern/term.c;
2N/A
2N/A noemu = kern/mm.c;
2N/A noemu = kern/time.c;
2N/A noemu = kern/generic/millisleep.c;
2N/A
2N/A noemu_nodist = symlist.c;
2N/A
2N/A i386_pc = kern/generic/rtc_get_time_ms.c;
2N/A i386_qemu = kern/generic/rtc_get_time_ms.c;
2N/A i386_coreboot = kern/generic/rtc_get_time_ms.c;
2N/A i386_multiboot = kern/generic/rtc_get_time_ms.c;
2N/A mips = kern/generic/rtc_get_time_ms.c;
2N/A
2N/A ieee1275 = disk/ieee1275/ofdisk.c;
2N/A ieee1275 = kern/ieee1275/cmain.c;
2N/A ieee1275 = kern/ieee1275/ieee1275.c;
2N/A ieee1275 = kern/ieee1275/mmap.c;
2N/A ieee1275 = kern/ieee1275/openfw.c;
2N/A ieee1275 = term/ieee1275/ofconsole.c;
2N/A ieee1275 = kern/ieee1275/init.c;
2N/A
2N/A terminfoinkernel = term/terminfo.c;
2N/A terminfoinkernel = term/tparm.c;
2N/A terminfoinkernel = commands/extcmd.c;
2N/A terminfoinkernel = lib/arg.c;
2N/A
2N/A i386 = kern/i386/dl.c;
2N/A
2N/A i386_coreboot_multiboot_qemu = kern/i386/coreboot/init.c;
2N/A i386_coreboot_multiboot_qemu = term/i386/pc/vga_text.c;
2N/A
2N/A i386_coreboot_multiboot_qemu = term/i386/vga_common.c;
2N/A i386_pc = term/i386/vga_common.c;
2N/A
2N/A x86 = kern/i386/pit.c;
2N/A
2N/A efi = disk/efi/efidisk.c;
2N/A efi = kern/efi/efi.c;
2N/A efi = kern/efi/init.c;
2N/A efi = kern/efi/mm.c;
2N/A efi = term/efi/console.c;
2N/A
2N/A i386_efi = kern/i386/tsc.c;
2N/A i386_efi = kern/i386/efi/init.c;
2N/A
2N/A x86_64_efi = kern/i386/tsc.c;
2N/A x86_64_efi = kern/x86_64/dl.c;
2N/A x86_64_efi = kern/x86_64/efi/callwrap.S;
2N/A x86_64_efi = kern/i386/efi/init.c;
2N/A
2N/A ia64_efi = kern/ia64/efi/startup.S;
2N/A ia64_efi = kern/ia64/efi/init.c;
2N/A ia64_efi = kern/ia64/dl.c;
2N/A ia64_efi = kern/ia64/dl_helper.c;
2N/A
2N/A i386_pc = kern/i386/pc/init.c;
2N/A i386_pc = kern/i386/pc/mmap.c;
2N/A i386_pc = kern/i386/tsc.c;
2N/A i386_pc = term/i386/pc/console.c;
2N/A
2N/A i386_qemu = bus/pci.c;
2N/A i386_qemu = kern/vga_init.c;
2N/A i386_qemu = kern/i386/qemu/mmap.c;
2N/A i386_qemu = kern/i386/tsc.c;
2N/A
2N/A i386_coreboot = kern/i386/coreboot/mmap.c;
2N/A i386_coreboot = kern/i386/tsc.c;
2N/A
2N/A i386_multiboot = kern/i386/multiboot_mmap.c;
2N/A i386_multiboot = kern/i386/tsc.c;
2N/A
2N/A mips = kern/mips/cache.S;
2N/A mips = kern/mips/dl.c;
2N/A mips = kern/mips/init.c;
2N/A
2N/A mips_qemu_mips = kern/mips/qemu_mips/init.c;
2N/A mips_qemu_mips = term/ns8250.c;
2N/A mips_qemu_mips = term/serial.c;
2N/A mips_qemu_mips = term/at_keyboard.c;
2N/A mips_qemu_mips = commands/keylayouts.c;
2N/A mips_qemu_mips = term/i386/pc/vga_text.c;
2N/A mips_qemu_mips = term/i386/vga_common.c;
2N/A mips_qemu_mips = kern/vga_init.c;
2N/A
2N/A mips_arc = kern/mips/arc/init.c;
2N/A mips_arc = term/arc/console.c;
2N/A mips_arc = disk/arc/arcdisk.c;
2N/A
2N/A mips_loongson = term/ns8250.c;
2N/A mips_loongson = bus/bonito.c;
2N/A mips_loongson = bus/cs5536.c;
2N/A mips_loongson = bus/pci.c;
2N/A mips_loongson = kern/mips/loongson/init.c;
2N/A mips_loongson = term/at_keyboard.c;
2N/A mips_loongson = term/serial.c;
2N/A mips_loongson = video/sm712.c;
2N/A mips_loongson = video/sis315pro.c;
2N/A mips_loongson = video/radeon_fuloong2e.c;
2N/A extra_dist = video/sm712_init.c;
2N/A mips_loongson = commands/keylayouts.c;
2N/A
2N/A powerpc_ieee1275 = kern/powerpc/cache.S;
2N/A powerpc_ieee1275 = kern/powerpc/dl.c;
2N/A
2N/A sparc64_ieee1275 = kern/sparc64/cache.S;
2N/A sparc64_ieee1275 = kern/sparc64/dl.c;
2N/A sparc64_ieee1275 = kern/sparc64/ieee1275/ieee1275.c;
2N/A
2N/A emu = disk/host.c;
2N/A emu = gnulib/progname.c;
2N/A emu = gnulib/error.c;
2N/A emu = kern/emu/cache_s.S;
2N/A emu = kern/emu/console.c;
2N/A emu = kern/emu/hostdisk.c;
2N/A emu = kern/emu/hostfs.c;
2N/A emu = kern/emu/main.c;
2N/A emu = kern/emu/misc.c;
2N/A emu = kern/emu/mm.c;
2N/A emu = kern/emu/time.c;
2N/A emu = kern/emu/cache.c;
2N/A
2N/A videoinkernel = term/gfxterm.c;
2N/A videoinkernel = font/font.c;
2N/A videoinkernel = font/font_cmd.c;
2N/A videoinkernel = io/bufio.c;
2N/A videoinkernel = video/bitmap.c;
2N/A videoinkernel = video/bitmap_scale.c;
2N/A videoinkernel = video/colors.c;
2N/A videoinkernel = video/fb/fbblit.c;
2N/A videoinkernel = video/fb/fbfill.c;
2N/A videoinkernel = video/fb/fbutil.c;
2N/A videoinkernel = video/fb/video_fb.c;
2N/A videoinkernel = video/video.c;
2N/A
2N/A videoinkernel = commands/boot.c;
2N/A
2N/A extra_dist = kern/i386/int.S;
2N/A extra_dist = kern/i386/realmode.S;
2N/A extra_dist = boot/i386/pc/lzma_decode.S;
2N/A extra_dist = kern/mips/cache_flush.S;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-emu;
2N/A mansection = 1;
2N/A
2N/A emu = kern/emu/full.c;
2N/A emu_nodist = grub_emu_init.c;
2N/A
2N/A ldadd = 'kernel.img$(EXEEXT)';
2N/A ldadd = '$(MODULE_FILES)';
2N/A ldadd = '$(LIBUTIL) $(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
2N/A
2N/A enable = emu;
2N/A};
2N/A
2N/Aprogram = {
2N/A name = grub-emu-lite;
2N/A
2N/A emu = kern/emu/lite.c;
2N/A emu_nodist = symlist.c;
2N/A
2N/A ldadd = 'kernel.img$(EXEEXT)';
2N/A ldadd = '$(LIBUTIL) $(LIBCURSES) $(LIBSDL) $(LIBUSB) $(LIBPCIACCESS) $(LIBDEVMAPPER) $(LIBZFS) $(LIBNVPAIR) $(LIBGEOM)';
2N/A
2N/A enable = emu;
2N/A};
2N/A
2N/Aimage = {
2N/A name = boot;
2N/A i386_pc = boot/i386/pc/boot.S;
2N/A i386_qemu = boot/i386/qemu/boot.S;
2N/A sparc64_ieee1275 = boot/sparc64/ieee1275/boot.S;
2N/A
2N/A i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_pc_ldflags = '$(LDFLAGS_BASE_ADDRESS_0x7C00)';
2N/A
2N/A i386_qemu_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_qemu_ldflags = '$(LDFLAGS_BASE_ADDRESS_$(GRUB_BOOT_MACHINE_LINK_ADDR))';
2N/A i386_qemu_ccasflags = '-DGRUB_BOOT_MACHINE_LINK_ADDR=$(GRUB_BOOT_MACHINE_LINK_ADDR)';
2N/A
2N/A sparc64_ieee1275_objcopyflags = '-O a.out-sunos-big';
2N/A sparc64_ieee1275_ldflags = ' -Wl,-Ttext=0x4000';
2N/A
2N/A objcopyflags = '-O binary';
2N/A enable = i386_pc;
2N/A enable = i386_qemu;
2N/A enable = sparc64_ieee1275;
2N/A};
2N/A
2N/Aimage = {
2N/A name = cdboot;
2N/A i386_pc = boot/i386/pc/cdboot.S;
2N/A i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_pc_ldflags = '$(LDFLAGS_BASE_ADDRESS_0x7C00)';
2N/A objcopyflags = '-O binary';
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Aimage = {
2N/A name = pxeboot;
2N/A i386_pc = boot/i386/pc/pxeboot.S;
2N/A
2N/A i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_pc_ldflags = '$(LDFLAGS_BASE_ADDRESS_0x7C00)';
2N/A
2N/A objcopyflags = '-O binary';
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Aimage = {
2N/A name = diskboot;
2N/A i386_pc = boot/i386/pc/diskboot.S;
2N/A
2N/A i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_pc_ldflags = '$(LDFLAGS_BASE_ADDRESS_0x8000)';
2N/A
2N/A sparc64_ieee1275 = boot/sparc64/ieee1275/diskboot.S;
2N/A sparc64_ieee1275_ldflags = '-Wl,-Ttext=0x4200';
2N/A
2N/A objcopyflags = '-O binary';
2N/A
2N/A enable = i386_pc;
2N/A enable = sparc64_ieee1275;
2N/A};
2N/A
2N/Aimage = {
2N/A name = lnxboot;
2N/A i386_pc = boot/i386/pc/lnxboot.S;
2N/A
2N/A i386_pc_ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A i386_pc_ldflags = '$(LDFLAGS_BASE_ADDRESS_0x6000)';
2N/A
2N/A objcopyflags = '-O binary';
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Aimage = {
2N/A name = xz_decompress;
2N/A mips = boot/mips/startup_raw.S;
2N/A common = boot/decompressor/minilib.c;
2N/A common = boot/decompressor/xz.c;
2N/A common = lib/xzembed/xz_dec_bcj.c;
2N/A common = lib/xzembed/xz_dec_lzma2.c;
2N/A common = lib/xzembed/xz_dec_stream.c;
2N/A
2N/A cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/xzembed -DGRUB_EMBED_DECOMPRESSOR=1';
2N/A
2N/A objcopyflags = '-O binary';
2N/A mips_loongson_ldflags = '-static-libgcc -Wl,-Ttext,0x80100000';
2N/A mips_qemu_mips_ldflags = '-static-libgcc -Wl,-Ttext,0x80100000';
2N/A mips_arc_ldflags = '-static-libgcc -Wl,-Ttext,0x8bc00000';
2N/A ldadd = '-lgcc';
2N/A cflags = '-static-libgcc';
2N/A enable = mips;
2N/A};
2N/A
2N/Aimage = {
2N/A name = none_decompress;
2N/A mips = boot/mips/startup_raw.S;
2N/A common = boot/decompressor/none.c;
2N/A
2N/A cppflags = '-DGRUB_EMBED_DECOMPRESSOR=1';
2N/A
2N/A objcopyflags = '-O binary';
2N/A mips_loongson_ldflags = '-static-libgcc -Wl,-Ttext,0x80100000';
2N/A mips_qemu_mips_ldflags = '-static-libgcc -Wl,-Ttext,0x80100000';
2N/A mips_arc_ldflags = '-static-libgcc -Wl,-Ttext,0x8bc00000';
2N/A ldadd = '-lgcc';
2N/A cflags = '-static-libgcc';
2N/A enable = mips;
2N/A};
2N/A
2N/Aimage = {
2N/A name = lzma_decompress;
2N/A i386_pc = boot/i386/pc/startup_raw.S;
2N/A
2N/A objcopyflags = '-O binary';
2N/A ldflags = '$(TARGET_IMG_LDFLAGS)';
2N/A ldflags = '$(LDFLAGS_BASE_ADDRESS_0x8200)';
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Aimage = {
2N/A name = fwstart;
2N/A mips_loongson = boot/mips/loongson/fwstart.S;
2N/A objcopyflags = '-O binary';
2N/A ldflags = '-static-libgcc -lgcc -Wl,-N,-S,-Ttext,0xbfc00000,-Bstatic';
2N/A enable = mips_loongson;
2N/A};
2N/A
2N/Aimage = {
2N/A name = fwstart_fuloong2f;
2N/A mips_loongson = boot/mips/loongson/fuloong2f.S;
2N/A objcopyflags = '-O binary';
2N/A ldflags = '-static-libgcc -lgcc -Wl,-N,-S,-Ttext,0xbfc00000,-Bstatic';
2N/A enable = mips_loongson;
2N/A};
2N/A
2N/Amodule = {
2N/A name = trig;
2N/A common_nodist = trigtables.c;
2N/A extra_dist = gentrigtables.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = cs5536;
2N/A x86 = bus/cs5536.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = libusb;
2N/A emu = bus/usb/emu/usb.c;
2N/A enable = emu;
2N/A condition = COND_GRUB_EMU_USB;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lsspd;
2N/A mips_loongson = commands/mips/loongson/lsspd.c;
2N/A enable = mips_loongson;
2N/A};
2N/A
2N/Amodule = {
2N/A name = usb;
2N/A common = bus/usb/usb.c;
2N/A common = bus/usb/usbtrans.c;
2N/A common = bus/usb/usbhub.c;
2N/A enable = usb;
2N/A};
2N/A
2N/Amodule = {
2N/A name = emuusb;
2N/A common = bus/usb/usb.c;
2N/A condition = COND_GRUB_EMU_USB;
2N/A};
2N/A
2N/Amodule = {
2N/A name = usbserial_common;
2N/A common = bus/usb/serial/common.c;
2N/A enable = usb;
2N/A};
2N/A
2N/Amodule = {
2N/A name = usbserial_pl2303;
2N/A common = bus/usb/serial/pl2303.c;
2N/A enable = usb;
2N/A};
2N/A
2N/Amodule = {
2N/A name = usbserial_ftdi;
2N/A common = bus/usb/serial/ftdi.c;
2N/A enable = usb;
2N/A};
2N/A
2N/Amodule = {
2N/A name = uhci;
2N/A common = bus/usb/uhci.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ohci;
2N/A common = bus/usb/ohci.c;
2N/A enable = pci;
2N/A};
2N/A
2N/Amodule = {
2N/A name = pci;
2N/A common = bus/pci.c;
2N/A
2N/A enable = i386_pc;
2N/A enable = i386_efi;
2N/A enable = x86_64_efi;
2N/A enable = i386_ieee1275;
2N/A enable = i386_coreboot;
2N/A enable = i386_multiboot;
2N/A};
2N/A
2N/Amodule = {
2N/A name = emupci;
2N/A common = bus/emu/pci.c;
2N/A common = commands/lspci.c;
2N/A
2N/A condition = COND_GRUB_EMU_PCI;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lsdev;
2N/A common = commands/arc/lsdev.c;
2N/A
2N/A enable = mips_arc;
2N/A};
2N/A
2N/Alibrary = {
2N/A name = libgnulib.a;
2N/A common = gnulib/regex.c;
2N/A cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
2N/A cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
2N/A};
2N/A
2N/Amodule = {
2N/A name = cmostest;
2N/A common = commands/i386/cmostest.c;
2N/A enable = cmos;
2N/A};
2N/A
2N/Amodule = {
2N/A name = iorw;
2N/A common = commands/iorw.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = regexp;
2N/A common = commands/regexp.c;
2N/A common = commands/wildcard.c;
2N/A ldadd = libgnulib.a;
2N/A cflags = '$(CFLAGS_POSIX) $(CFLAGS_GNULIB)';
2N/A cppflags = '$(CPPFLAGS_POSIX) $(CPPFLAGS_GNULIB)';
2N/A};
2N/A
2N/Amodule = {
2N/A name = acpi;
2N/A
2N/A common = commands/acpi.c;
2N/A efi = commands/efi/acpi.c;
2N/A i386_pc = commands/i386/pc/acpi.c;
2N/A i386_coreboot = commands/i386/pc/acpi.c;
2N/A i386_multiboot = commands/i386/pc/acpi.c;
2N/A
2N/A enable = efi;
2N/A enable = i386_pc;
2N/A enable = i386_coreboot;
2N/A enable = i386_multiboot;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lsacpi;
2N/A
2N/A common = commands/lsacpi.c;
2N/A
2N/A enable = efi;
2N/A enable = i386_pc;
2N/A enable = i386_coreboot;
2N/A enable = i386_multiboot;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lsefisystab;
2N/A
2N/A common = commands/efi/lsefisystab.c;
2N/A
2N/A enable = efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lssal;
2N/A
2N/A common = commands/efi/lssal.c;
2N/A
2N/A enable = efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lsefimmap;
2N/A
2N/A common = commands/efi/lsefimmap.c;
2N/A
2N/A enable = efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = blocklist;
2N/A common = commands/blocklist.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = boot;
2N/A common = commands/boot.c;
2N/A i386_pc = lib/i386/pc/biosnum.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = cat;
2N/A common = commands/cat.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = cmp;
2N/A common = commands/cmp.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = configfile;
2N/A common = commands/configfile.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = cpuid;
2N/A x86 = commands/i386/cpuid.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = date;
2N/A common = commands/date.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = drivemap;
2N/A
2N/A i386_pc = commands/i386/pc/drivemap.c;
2N/A i386_pc = commands/i386/pc/drivemap_int13h.S;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = echo;
2N/A common = commands/echo.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = extcmd;
2N/A common = commands/extcmd.c;
2N/A common = lib/arg.c;
2N/A enable = terminfomodule;
2N/A};
2N/A
2N/Amodule = {
2N/A name = fixvideo;
2N/A common = commands/efi/fixvideo.c;
2N/A enable = i386_efi;
2N/A enable = x86_64_efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = gptsync;
2N/A common = commands/gptsync.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = halt;
2N/A nopc = commands/halt.c;
2N/A i386_pc = commands/i386/pc/halt.c;
2N/A i386_pc = commands/acpihalt.c;
2N/A i386_coreboot = commands/acpihalt.c;
2N/A i386_multiboot = commands/acpihalt.c;
2N/A i386_efi = commands/acpihalt.c;
2N/A x86_64_efi = commands/acpihalt.c;
2N/A i386_multiboot = lib/i386/halt.c;
2N/A i386_coreboot = lib/i386/halt.c;
2N/A i386_qemu = lib/i386/halt.c;
2N/A efi = lib/efi/halt.c;
2N/A ieee1275 = lib/ieee1275/halt.c;
2N/A emu = lib/emu/halt.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = reboot;
2N/A i386 = lib/i386/reboot.c;
2N/A i386 = lib/i386/reboot_trampoline.S;
2N/A ia64_efi = lib/efi/reboot.c;
2N/A x86_64_efi = lib/efi/reboot.c;
2N/A powerpc_ieee1275 = lib/ieee1275/reboot.c;
2N/A sparc64_ieee1275 = lib/ieee1275/reboot.c;
2N/A mips_arc = lib/mips/arc/reboot.c;
2N/A mips_loongson = lib/mips/loongson/reboot.c;
2N/A mips_qemu_mips = lib/mips/qemu_mips/reboot.c;
2N/A common = commands/reboot.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = hashsum;
2N/A common = commands/hashsum.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = hdparm;
2N/A common = commands/hdparm.c;
2N/A common = lib/hexdump.c;
2N/A enable = pci;
2N/A enable = mips_qemu_mips;
2N/A};
2N/A
2N/Amodule = {
2N/A name = help;
2N/A common = commands/help.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = hexdump;
2N/A common = commands/hexdump.c;
2N/A common = lib/hexdump.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = keystatus;
2N/A common = commands/keystatus.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = loadbios;
2N/A common = commands/efi/loadbios.c;
2N/A enable = i386_efi;
2N/A enable = x86_64_efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = loadenv;
2N/A common = commands/loadenv.c;
2N/A common = lib/envblk.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ls;
2N/A common = commands/ls.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lsmmap;
2N/A common = commands/lsmmap.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lspci;
2N/A common = commands/lspci.c;
2N/A
2N/A enable = pci;
2N/A};
2N/A
2N/Amodule = {
2N/A name = memrw;
2N/A common = commands/memrw.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = minicmd;
2N/A common = commands/minicmd.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = parttool;
2N/A common = commands/parttool.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = password;
2N/A common = commands/password.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = password_pbkdf2;
2N/A common = commands/password_pbkdf2.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = play;
2N/A x86 = commands/i386/pc/play.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = probe;
2N/A common = commands/probe.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = read;
2N/A common = commands/read.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = search;
2N/A common = commands/search_wrap.c;
2N/A extra_dist = commands/search.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = search_fs_file;
2N/A common = commands/search_file.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = search_fs_uuid;
2N/A common = commands/search_uuid.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = search_label;
2N/A common = commands/search_label.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = setpci;
2N/A common = commands/setpci.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = sleep;
2N/A common = commands/sleep.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = suspend;
2N/A ieee1275 = commands/ieee1275/suspend.c;
2N/A enable = i386_ieee1275;
2N/A enable = powerpc_ieee1275;
2N/A};
2N/A
2N/Amodule = {
2N/A name = terminal;
2N/A common = commands/terminal.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = test;
2N/A common = commands/test.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = true;
2N/A common = commands/true.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = usbtest;
2N/A common = commands/usbtest.c;
2N/A enable = usb;
2N/A};
2N/A
2N/Amodule = {
2N/A name = videoinfo;
2N/A common = commands/videoinfo.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = videotest;
2N/A common = commands/videotest.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = xnu_uuid;
2N/A common = commands/xnu_uuid.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = dm_nv;
2N/A common = disk/dmraid_nvidia.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = loopback;
2N/A common = disk/loopback.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = cryptodisk;
2N/A common = disk/cryptodisk.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = luks;
2N/A common = disk/luks.c;
2N/A common = disk/AFSplitter.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = geli;
2N/A common = disk/geli.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lvm;
2N/A common = disk/lvm.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = mdraid09;
2N/A common = disk/mdraid_linux.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = mdraid1x;
2N/A common = disk/mdraid1x_linux.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = raid;
2N/A common = disk/raid.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = raid5rec;
2N/A common = disk/raid5_recover.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = raid6rec;
2N/A common = disk/raid6_recover.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = scsi;
2N/A common = disk/scsi.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = memdisk;
2N/A common = disk/memdisk.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ata;
2N/A common = disk/ata.c;
2N/A enable = pci;
2N/A enable = mips_qemu_mips;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ahci;
2N/A common = disk/ahci.c;
2N/A enable = pci;
2N/A};
2N/A
2N/Amodule = {
2N/A name = pata;
2N/A common = disk/pata.c;
2N/A enable = pci;
2N/A enable = mips_qemu_mips;
2N/A};
2N/A
2N/Amodule = {
2N/A name = biosdisk;
2N/A i386_pc = disk/i386/pc/biosdisk.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = usbms;
2N/A common = disk/usbms.c;
2N/A enable = usb;
2N/A};
2N/A
2N/Amodule = {
2N/A name = nand;
2N/A ieee1275 = disk/ieee1275/nand.c;
2N/A enable = i386_ieee1275;
2N/A};
2N/A
2N/Amodule = {
2N/A name = efiemu;
2N/A common = efiemu/main.c;
2N/A common = efiemu/i386/loadcore32.c;
2N/A common = efiemu/i386/loadcore64.c;
2N/A i386_pc = efiemu/i386/pc/cfgtables.c;
2N/A i386_coreboot = efiemu/i386/pc/cfgtables.c;
2N/A i386_multiboot = efiemu/i386/pc/cfgtables.c;
2N/A i386_ieee1275 = efiemu/i386/nocfgtables.c;
2N/A i386_qemu = efiemu/i386/nocfgtables.c;
2N/A common = efiemu/mm.c;
2N/A common = efiemu/loadcore_common.c;
2N/A common = efiemu/symbols.c;
2N/A common = efiemu/loadcore32.c;
2N/A common = efiemu/loadcore64.c;
2N/A common = efiemu/prepare32.c;
2N/A common = efiemu/prepare64.c;
2N/A common = efiemu/pnvram.c;
2N/A common = efiemu/i386/coredetect.c;
2N/A
2N/A extra_dist = efiemu/prepare.c;
2N/A extra_dist = efiemu/loadcore.c;
2N/A extra_dist = efiemu/runtime/efiemu.S;
2N/A extra_dist = efiemu/runtime/efiemu.c;
2N/A
2N/A enable = i386_pc;
2N/A enable = i386_coreboot;
2N/A enable = i386_ieee1275;
2N/A enable = i386_multiboot;
2N/A enable = i386_qemu;
2N/A};
2N/A
2N/Amodule = {
2N/A name = font;
2N/A common = font/font.c;
2N/A common = font/font_cmd.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = affs;
2N/A common = fs/affs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = afs;
2N/A common = fs/afs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = bfs;
2N/A common = fs/bfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = btrfs;
2N/A common = fs/btrfs.c;
2N/A common = lib/crc.c;
2N/A cflags = '$(CFLAGS_POSIX) -Wno-undef';
2N/A cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/minilzo -DMINILZO_HAVE_CONFIG_H';
2N/A};
2N/A
2N/Amodule = {
2N/A name = cpio;
2N/A common = fs/cpio.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = cpio_be;
2N/A common = fs/cpio_be.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = newc;
2N/A common = fs/newc.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = odc;
2N/A common = fs/odc.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ext2;
2N/A common = fs/ext2.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = fat;
2N/A common = fs/fat.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = exfat;
2N/A common = fs/exfat.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = fshelp;
2N/A common = fs/fshelp.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = hfs;
2N/A common = fs/hfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = hfsplus;
2N/A common = fs/hfsplus.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = iso9660;
2N/A common = fs/iso9660.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = jfs;
2N/A common = fs/jfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = minix;
2N/A common = fs/minix.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = minix2;
2N/A common = fs/minix2.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = minix3;
2N/A common = fs/minix3.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = nilfs2;
2N/A common = fs/nilfs2.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ntfs;
2N/A common = fs/ntfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ntfscomp;
2N/A common = fs/ntfscomp.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = reiserfs;
2N/A common = fs/reiserfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = romfs;
2N/A common = fs/romfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = sfs;
2N/A common = fs/sfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = squash4;
2N/A common = fs/squash4.c;
2N/A cflags = '$(CFLAGS_POSIX) -Wno-undef';
2N/A cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/xzembed -I$(srcdir)/lib/minilzo -DMINILZO_HAVE_CONFIG_H';
2N/A};
2N/A
2N/Amodule = {
2N/A name = tar;
2N/A common = fs/tar.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = udf;
2N/A common = fs/udf.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ufs1;
2N/A common = fs/ufs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ufs2;
2N/A common = fs/ufs2.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = xfs;
2N/A common = fs/xfs.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = zfs;
2N/A common = fs/zfs/zfs.c;
2N/A common = fs/zfs/zfs_lzjb.c;
2N/A common = fs/zfs/zfs_sha256.c;
2N/A common = fs/zfs/zfs_fletcher.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = zfscrypt;
2N/A common = fs/zfs/zfscrypt.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = zfsinfo;
2N/A common = fs/zfs/zfsinfo.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = pxe;
2N/A i386_pc = net/drivers/i386/pc/pxe.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = gettext;
2N/A common = gettext/gettext.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = gfxmenu;
2N/A common = gfxmenu/gfxmenu.c;
2N/A common = gfxmenu/model.c;
2N/A common = gfxmenu/view.c;
2N/A common = gfxmenu/font.c;
2N/A common = gfxmenu/icon_manager.c;
2N/A common = gfxmenu/theme_loader.c;
2N/A common = gfxmenu/widget-box.c;
2N/A common = gfxmenu/gui_canvas.c;
2N/A common = gfxmenu/gui_circular_progress.c;
2N/A common = gfxmenu/gui_box.c;
2N/A common = gfxmenu/gui_label.c;
2N/A common = gfxmenu/gui_list.c;
2N/A common = gfxmenu/gui_image.c;
2N/A common = gfxmenu/gui_progress_bar.c;
2N/A common = gfxmenu/gui_util.c;
2N/A common = gfxmenu/gui_string_util.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = hello;
2N/A common = hello/hello.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = gzio;
2N/A common = io/gzio.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = bufio;
2N/A common = io/bufio.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = elf;
2N/A common = kern/elf.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = crypto;
2N/A common = lib/crypto.c;
2N/A
2N/A extra_dist = lib/libgcrypt-grub/cipher/crypto.lst;
2N/A};
2N/A
2N/Amodule = {
2N/A name = pbkdf2;
2N/A common = lib/pbkdf2.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = relocator;
2N/A common = lib/relocator.c;
2N/A x86 = lib/i386/relocator16.S;
2N/A x86 = lib/i386/relocator32.S;
2N/A x86 = lib/i386/relocator64.S;
2N/A i386 = lib/i386/relocator_asm.S;
2N/A x86_64 = lib/x86_64/relocator_asm.S;
2N/A x86 = lib/i386/relocator.c;
2N/A ieee1275 = lib/ieee1275/relocator.c;
2N/A efi = lib/efi/relocator.c;
2N/A mips = lib/mips/relocator_asm.S;
2N/A mips = lib/mips/relocator.c;
2N/A powerpc = lib/powerpc/relocator_asm.S;
2N/A powerpc = lib/powerpc/relocator.c;
2N/A
2N/A extra_dist = lib/i386/relocator_common.S;
2N/A extra_dist = kern/powerpc/cache_flush.S;
2N/A
2N/A enable = mips;
2N/A enable = powerpc;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = datetime;
2N/A cmos = lib/cmos_datetime.c;
2N/A efi = lib/efi/datetime.c;
2N/A sparc64_ieee1275 = lib/ieee1275/datetime.c;
2N/A powerpc_ieee1275 = lib/ieee1275/datetime.c;
2N/A sparc64_ieee1275 = lib/ieee1275/cmos.c;
2N/A powerpc_ieee1275 = lib/ieee1275/cmos.c;
2N/A
2N/A mips_arc = lib/arc/datetime.c;
2N/A enable = noemu;
2N/A};
2N/A
2N/Amodule = {
2N/A name = setjmp;
2N/A common = lib/setjmp.S;
2N/A extra_dist = lib/i386/setjmp.S;
2N/A extra_dist = lib/mips/setjmp.S;
2N/A extra_dist = lib/x86_64/setjmp.S;
2N/A extra_dist = lib/sparc64/setjmp.S;
2N/A extra_dist = lib/powerpc/setjmp.S;
2N/A extra_dist = lib/ia64/setjmp.S;
2N/A};
2N/A
2N/Amodule = {
2N/A name = aout;
2N/A common = loader/aout.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = bsd;
2N/A x86 = loader/i386/bsd.c;
2N/A x86 = loader/i386/bsd32.c;
2N/A x86 = loader/i386/bsd64.c;
2N/A
2N/A extra_dist = loader/i386/bsdXX.c;
2N/A extra_dist = loader/i386/bsd_pagetable.c;
2N/A
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = plan9;
2N/A i386_pc = loader/i386/pc/plan9.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/A
2N/Amodule = {
2N/A name = linux16;
2N/A i386_pc = loader/i386/pc/linux.c;
2N/A i386_pc = lib/cmdline.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ntldr;
2N/A i386_pc = loader/i386/pc/ntldr.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = freedos;
2N/A i386_pc = loader/i386/pc/freedos.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = multiboot2;
2N/A cppflags = "-DGRUB_USE_MULTIBOOT2";
2N/A
2N/A common = loader/multiboot.c;
2N/A common = loader/multiboot_mbi2.c;
2N/A enable = x86;
2N/A enable = mips;
2N/A};
2N/A
2N/Amodule = {
2N/A name = multiboot;
2N/A common = loader/multiboot.c;
2N/A x86 = loader/i386/multiboot_mbi.c;
2N/A extra_dist = loader/multiboot_elfxx.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = linux;
2N/A x86 = loader/i386/linux.c;
2N/A i386_pc = lib/i386/pc/vesa_modes_table.c;
2N/A mips = loader/mips/linux.c;
2N/A powerpc_ieee1275 = loader/powerpc/ieee1275/linux.c;
2N/A sparc64_ieee1275 = loader/sparc64/ieee1275/linux.c;
2N/A ia64_efi = loader/ia64/efi/linux.c;
2N/A common = lib/cmdline.c;
2N/A enable = noemu;
2N/A};
2N/A
2N/Amodule = {
2N/A name = xnu;
2N/A x86 = loader/xnu_resume.c;
2N/A x86 = loader/i386/xnu.c;
2N/A x86 = loader/macho32.c;
2N/A x86 = loader/macho64.c;
2N/A x86 = loader/macho.c;
2N/A x86 = loader/xnu.c;
2N/A
2N/A extra_dist = loader/machoXX.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = appleldr;
2N/A common = loader/efi/appleloader.c;
2N/A enable = i386_efi;
2N/A enable = x86_64_efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = chain;
2N/A efi = loader/efi/chainloader.c;
2N/A i386_pc = loader/i386/pc/chainloader.c;
2N/A i386_coreboot = loader/i386/coreboot/chainloader.c;
2N/A enable = i386_pc;
2N/A enable = i386_coreboot;
2N/A enable = efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = mmap;
2N/A common = mmap/mmap.c;
2N/A x86 = mmap/i386/uppermem.c;
2N/A x86 = mmap/i386/mmap.c;
2N/A
2N/A i386_pc = mmap/i386/pc/mmap.c;
2N/A i386_pc = mmap/i386/pc/mmap_helper.S;
2N/A
2N/A efi = mmap/efi/mmap.c;
2N/A
2N/A mips = mmap/mips/uppermem.c;
2N/A
2N/A enable = x86;
2N/A enable = ia64_efi;
2N/A enable = mips;
2N/A};
2N/A
2N/Amodule = {
2N/A name = normal;
2N/A common = normal/main.c;
2N/A common = normal/cmdline.c;
2N/A common = normal/dyncmd.c;
2N/A common = normal/auth.c;
2N/A common = normal/autofs.c;
2N/A common = normal/color.c;
2N/A common = normal/completion.c;
2N/A common = normal/datetime.c;
2N/A common = normal/menu.c;
2N/A common = normal/menu_entry.c;
2N/A common = normal/menu_text.c;
2N/A common = normal/misc.c;
2N/A common = normal/crypto.c;
2N/A common = normal/term.c;
2N/A common = normal/context.c;
2N/A common = normal/charset.c;
2N/A
2N/A common = script/main.c;
2N/A common = script/script.c;
2N/A common = script/execute.c;
2N/A common = script/function.c;
2N/A common = script/lexer.c;
2N/A common = script/argv.c;
2N/A
2N/A common = commands/menuentry.c;
2N/A
2N/A common = unidata.c;
2N/A common_nodist = grub_script.tab.c;
2N/A common_nodist = grub_script.yy.c;
2N/A common_nodist = grub_script.tab.h;
2N/A common_nodist = grub_script.yy.h;
2N/A
2N/A extra_dist = script/yylex.l;
2N/A extra_dist = script/parser.y;
2N/A
2N/A cflags = '$(CFLAGS_POSIX)';
2N/A cppflags = '$(CPPFLAGS_POSIX)';
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_acorn;
2N/A common = partmap/acorn.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_amiga;
2N/A common = partmap/amiga.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_apple;
2N/A common = partmap/apple.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_gpt;
2N/A common = partmap/gpt.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_msdos;
2N/A common = partmap/msdos.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_sun;
2N/A common = partmap/sun.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_plan;
2N/A common = partmap/plan.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_dvh;
2N/A common = partmap/dvh.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_bsd;
2N/A common = partmap/bsdlabel.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = part_sunpc;
2N/A common = partmap/sunpc.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = msdospart;
2N/A common = parttool/msdospart.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = at_keyboard;
2N/A common = term/at_keyboard.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = gfxterm;
2N/A common = term/gfxterm.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = serial;
2N/A common = term/serial.c;
2N/A x86 = term/ns8250.c;
2N/A
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = sendkey;
2N/A i386_pc = commands/i386/pc/sendkey.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = terminfo;
2N/A common = term/terminfo.c;
2N/A common = term/tparm.c;
2N/A enable = terminfomodule;
2N/A};
2N/A
2N/Amodule = {
2N/A name = usb_keyboard;
2N/A common = term/usb_keyboard.c;
2N/A enable = usb;
2N/A};
2N/A
2N/Amodule = {
2N/A name = vga;
2N/A common = video/i386/pc/vga.c;
2N/A enable = i386_pc;
2N/A enable = i386_coreboot;
2N/A enable = i386_multiboot;
2N/A};
2N/A
2N/Amodule = {
2N/A name = vga_text;
2N/A common = term/i386/pc/vga_text.c;
2N/A common = term/i386/vga_common.c;
2N/A enable = i386_pc;
2N/A enable = i386_coreboot;
2N/A enable = i386_multiboot;
2N/A};
2N/A
2N/Amodule = {
2N/A name = video_cirrus;
2N/A x86 = video/cirrus.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = video_bochs;
2N/A x86 = video/bochs.c;
2N/A enable = x86;
2N/A};
2N/A
2N/Amodule = {
2N/A name = functional_test;
2N/A common = tests/lib/functional_test.c;
2N/A common = tests/lib/test.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = example_functional_test;
2N/A common = tests/example_functional_test.c;
2N/A cflags = -Wno-format;
2N/A};
2N/A
2N/Amodule = {
2N/A name = bitmap;
2N/A common = video/bitmap.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = bitmap_scale;
2N/A common = video/bitmap_scale.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = efi_gop;
2N/A efi = video/efi_gop.c;
2N/A enable = efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = efi_uga;
2N/A efi = video/efi_uga.c;
2N/A enable = i386_efi;
2N/A enable = x86_64_efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = jpeg;
2N/A common = video/readers/jpeg.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = png;
2N/A common = video/readers/png.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = tga;
2N/A common = video/readers/tga.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = vbe;
2N/A common = video/i386/pc/vbe.c;
2N/A enable = i386_pc;
2N/A enable = i386_coreboot;
2N/A enable = i386_multiboot;
2N/A};
2N/A
2N/Amodule = {
2N/A name = video_fb;
2N/A common = video/fb/video_fb.c;
2N/A common = video/fb/fbblit.c;
2N/A common = video/fb/fbfill.c;
2N/A common = video/fb/fbutil.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = video;
2N/A common = video/video.c;
2N/A common = video/colors.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ieee1275_fb;
2N/A ieee1275 = video/ieee1275.c;
2N/A enable = powerpc_ieee1275;
2N/A};
2N/A
2N/Amodule = {
2N/A name = sdl;
2N/A emu = video/emu/sdl.c;
2N/A enable = emu;
2N/A condition = COND_GRUB_EMU_SDL;
2N/A};
2N/A
2N/Amodule = {
2N/A name = datehook;
2N/A common = hook/datehook.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = net;
2N/A common = net/net.c;
2N/A common = net/dns.c;
2N/A common = net/bootp.c;
2N/A common = net/ip.c;
2N/A common = net/udp.c;
2N/A common = net/tcp.c;
2N/A common = net/icmp.c;
2N/A common = net/icmp6.c;
2N/A common = net/ethernet.c;
2N/A common = net/arp.c;
2N/A common = net/netbuff.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = tftp;
2N/A common = net/tftp.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = http;
2N/A common = net/http.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = ofnet;
2N/A common = net/drivers/ieee1275/ofnet.c;
2N/A enable = ieee1275;
2N/A};
2N/A
2N/Amodule = {
2N/A name = efinet;
2N/A common = net/drivers/efi/efinet.c;
2N/A enable = efi;
2N/A};
2N/A
2N/Amodule = {
2N/A name = emunet;
2N/A emu = net/drivers/emu/emunet.c;
2N/A enable = emu;
2N/A};
2N/A
2N/Amodule = {
2N/A name = legacycfg;
2N/A common = commands/legacycfg.c;
2N/A common = lib/legacy_parse.c;
2N/A emu = lib/i386/pc/vesa_modes_table.c;
2N/A enable = i386_pc;
2N/A enable = emu;
2N/A};
2N/A
2N/Amodule = {
2N/A name = test_blockarg;
2N/A common = tests/test_blockarg.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = xzio;
2N/A common = io/xzio.c;
2N/A common = lib/xzembed/xz_dec_bcj.c;
2N/A common = lib/xzembed/xz_dec_lzma2.c;
2N/A common = lib/xzembed/xz_dec_stream.c;
2N/A cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/xzembed';
2N/A};
2N/A
2N/Amodule = {
2N/A name = lzopio;
2N/A common = io/lzopio.c;
2N/A common = lib/minilzo/minilzo.c;
2N/A cflags = '$(CFLAGS_POSIX) -Wno-undef';
2N/A cppflags = '-I$(srcdir)/lib/posix_wrap -I$(srcdir)/lib/minilzo -DMINILZO_HAVE_CONFIG_H';
2N/A};
2N/A
2N/Amodule = {
2N/A name = testload;
2N/A common = commands/testload.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = lsapm;
2N/A common = commands/i386/pc/lsapm.c;
2N/A enable = i386_pc;
2N/A};
2N/A
2N/Amodule = {
2N/A name = keylayouts;
2N/A common = commands/keylayouts.c;
2N/A enable = videomodules;
2N/A};
2N/A
2N/Amodule = {
2N/A name = tr;
2N/A common = commands/tr.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = priority_queue;
2N/A common = lib/priority_queue.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = time;
2N/A common = commands/time.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = cacheinfo;
2N/A common = commands/cacheinfo.c;
2N/A condition = COND_ENABLE_CACHE_STATS;
2N/A};
2N/A
2N/Amodule = {
2N/A name = adler32;
2N/A common = lib/adler32.c;
2N/A};
2N/A
2N/Amodule = {
2N/A name = crc64;
2N/A common = lib/crc64.c;
2N/A};