]> git.proxmox.com Git - grub2.git/blob - conf/Makefile.extra-dist
Use Winapi on both cygwin and mingw32 to share more code between both.
[grub2.git] / conf / Makefile.extra-dist
1 EXTRA_DIST += autogen.sh
2 EXTRA_DIST += geninit.sh
3
4 EXTRA_DIST += gentpl.py
5 EXTRA_DIST += Makefile.tpl
6 EXTRA_DIST += Makefile.util.def
7 EXTRA_DIST += Makefile.utilgcry.def
8
9 EXTRA_DIST += unicode
10
11 EXTRA_DIST += util/import_gcry.py
12 EXTRA_DIST += util/import_unicode.py
13
14 EXTRA_DIST += docs/man
15 EXTRA_DIST += docs/grub.cfg
16
17 EXTRA_DIST += conf/i386-pc-cygwin-img-ld.sc
18
19 EXTRA_DIST += grub-core/Makefile.core.def
20 EXTRA_DIST += grub-core/Makefile.gcry.def
21
22 EXTRA_DIST += grub-core/genmoddep.awk
23 EXTRA_DIST += grub-core/genmod.sh.in
24 EXTRA_DIST += grub-core/gensyminfo.sh.in
25 EXTRA_DIST += grub-core/gensymlist.sh
26 EXTRA_DIST += grub-core/genemuinit.sh
27 EXTRA_DIST += grub-core/genemuinitheader.sh
28
29 EXTRA_DIST += grub-core/lib/libgcrypt
30 EXTRA_DIST += grub-core/lib/libgcrypt-grub/mpi/generic
31 EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
32 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
33 EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/gnulib -name '*.h')
34 EXTRA_DIST += grub-core/efiemu/runtime/config.h
35
36 EXTRA_DIST += grub-core/lib/LzmaDec.c
37
38 EXTRA_DIST += grub-core/fs/cpio_common.c
39
40 EXTRA_DIST += BUGS
41 EXTRA_DIST += util/i386/efi/grub-dumpdevtree
42 EXTRA_DIST += util/spkmodem-recv.c
43 EXTRA_DIST += util/import_gcrypth.sed
44 EXTRA_DIST += util/bin2h.c
45 EXTRA_DIST += util/grub-gen-asciih.c
46 EXTRA_DIST += util/grub-gen-widthspec.c
47 EXTRA_DIST += util/grub-pe2elf.c
48
49 EXTRA_DIST += m4/gnulib-cache.m4
50 EXTRA_DIST += m4/glibc2.m4
51 EXTRA_DIST += m4/gnulib-tool.m4
52 EXTRA_DIST += m4/intdiv0.m4
53 EXTRA_DIST += m4/intl.m4
54 EXTRA_DIST += m4/intldir.m4
55 EXTRA_DIST += m4/intmax.m4
56 EXTRA_DIST += m4/inttypes-pri.m4
57 EXTRA_DIST += m4/lcmessage.m4
58 EXTRA_DIST += m4/lock.m4
59 EXTRA_DIST += m4/printf-posix.m4
60 EXTRA_DIST += m4/threadlib.m4
61 EXTRA_DIST += m4/uintmax_t.m4
62 EXTRA_DIST += m4/visibility.m4
63 EXTRA_DIST += m4/math_h.m4
64
65 EXTRA_DIST += grub-core/kern/emu/hostdisk_apple.c
66 EXTRA_DIST += grub-core/kern/emu/hostdisk_basic.c
67 EXTRA_DIST += grub-core/kern/emu/hostdisk_bsd.c
68 EXTRA_DIST += grub-core/kern/emu/hostdisk_freebsd.c
69 EXTRA_DIST += grub-core/kern/emu/hostdisk_hurd.c
70 EXTRA_DIST += grub-core/kern/emu/hostdisk_linux.c
71 EXTRA_DIST += grub-core/kern/emu/hostdisk_windows.c
72 EXTRA_DIST += grub-core/kern/emu/hostdisk_sun.c
73
74 EXTRA_DIST += util/getroot_apple.c
75 EXTRA_DIST += util/getroot_basic.c
76 EXTRA_DIST += util/getroot_bsd.c
77 EXTRA_DIST += util/getroot_windows.c
78 EXTRA_DIST += util/getroot_freebsd.c
79 EXTRA_DIST += util/getroot_hurd.c
80 EXTRA_DIST += util/getroot_linux.c
81 EXTRA_DIST += util/getroot_sun.c