]> git.proxmox.com Git - grub2.git/blame - conf/Makefile.extra-dist
kern/efi/mm: Fix possible NULL pointer dereference
[grub2.git] / conf / Makefile.extra-dist
CommitLineData
a5a3bccd
BC
1EXTRA_DIST += autogen.sh
2EXTRA_DIST += geninit.sh
3
4EXTRA_DIST += gentpl.py
34cf2b8a 5EXTRA_DIST += Makefile.util.def
2702b4e4 6EXTRA_DIST += Makefile.utilgcry.def
a5a3bccd 7
6a5c78c8 8EXTRA_DIST += asm-tests
6556eba9
BC
9EXTRA_DIST += unicode
10
11EXTRA_DIST += util/import_gcry.py
12EXTRA_DIST += util/import_unicode.py
13
a5a3bccd 14EXTRA_DIST += docs/man
4e7d433d 15EXTRA_DIST += docs/autoiso.cfg
a5a3bccd 16EXTRA_DIST += docs/grub.cfg
4e7d433d 17EXTRA_DIST += docs/osdetect.cfg
a5a3bccd 18
5f5bb107 19EXTRA_DIST += conf/i386-cygwin-img-ld.sc
a5a3bccd 20
34cf2b8a
BC
21EXTRA_DIST += grub-core/Makefile.core.def
22EXTRA_DIST += grub-core/Makefile.gcry.def
23
a5a3bccd 24EXTRA_DIST += grub-core/genmoddep.awk
466b9c35 25EXTRA_DIST += grub-core/genmod.sh.in
ea943e89 26EXTRA_DIST += grub-core/gensyminfo.sh.in
a5a3bccd
BC
27EXTRA_DIST += grub-core/gensymlist.sh
28EXTRA_DIST += grub-core/genemuinit.sh
a5a3bccd
BC
29EXTRA_DIST += grub-core/genemuinitheader.sh
30
9fbdec2f 31EXTRA_DIST += grub-core/lib/gnulib-patches/fix-base64.patch
35b90906
CW
32EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-deref.patch
33EXTRA_DIST += grub-core/lib/gnulib-patches/fix-width.patch
34EXTRA_DIST += grub-core/lib/gnulib-patches/no-abort.patch
4e7d433d 35
62b15edf
VS
36EXTRA_DIST += grub-core/lib/libgcrypt
37EXTRA_DIST += grub-core/lib/libgcrypt-grub/mpi/generic
bdf0d623 38EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
ea943e89 39EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
2702b4e4
VS
40EXTRA_DIST += grub-core/efiemu/runtime/config.h
41
42EXTRA_DIST += grub-core/lib/LzmaDec.c
43
702da5c9
AB
44EXTRA_DIST += grub-core/fs/cpio_common.c
45
2702b4e4
VS
46EXTRA_DIST += BUGS
47EXTRA_DIST += util/i386/efi/grub-dumpdevtree
62b15edf 48EXTRA_DIST += util/spkmodem-recv.c
21026747 49EXTRA_DIST += util/import_gcrypth.sed
92a52dd4 50EXTRA_DIST += util/bin2h.c
c546a259
VS
51EXTRA_DIST += util/grub-gen-asciih.c
52EXTRA_DIST += util/grub-gen-widthspec.c
c67025fa
AB
53EXTRA_DIST += util/grub-module-verifier.c
54EXTRA_DIST += util/grub-module-verifier32.c
55EXTRA_DIST += util/grub-module-verifier64.c
56EXTRA_DIST += util/grub-module-verifierXX.c
c546a259 57EXTRA_DIST += util/grub-pe2elf.c
15c69261 58
c67025fa 59
15c69261 60EXTRA_DIST += m4/gnulib-cache.m4
2702b4e4
VS
61EXTRA_DIST += m4/glibc2.m4
62EXTRA_DIST += m4/gnulib-tool.m4
63EXTRA_DIST += m4/intdiv0.m4
64EXTRA_DIST += m4/intl.m4
65EXTRA_DIST += m4/intldir.m4
66EXTRA_DIST += m4/intmax.m4
67EXTRA_DIST += m4/inttypes-pri.m4
68EXTRA_DIST += m4/lcmessage.m4
69EXTRA_DIST += m4/lock.m4
70EXTRA_DIST += m4/printf-posix.m4
71EXTRA_DIST += m4/threadlib.m4
72EXTRA_DIST += m4/uintmax_t.m4
73EXTRA_DIST += m4/visibility.m4
62b15edf 74EXTRA_DIST += m4/math_h.m4
3ff4063d 75
ed8c0887
VS
76EXTRA_DIST += grub-core/osdep/apple/hostdisk.c
77EXTRA_DIST += grub-core/osdep/aros/hostdisk.c
78EXTRA_DIST += grub-core/osdep/basic/hostdisk.c
79EXTRA_DIST += grub-core/osdep/bsd/hostdisk.c
80EXTRA_DIST += grub-core/osdep/freebsd/hostdisk.c
81EXTRA_DIST += grub-core/osdep/hurd/hostdisk.c
82EXTRA_DIST += grub-core/osdep/linux/hostdisk.c
83EXTRA_DIST += grub-core/osdep/windows/hostdisk.c
84EXTRA_DIST += grub-core/osdep/sun/hostdisk.c
20285765 85EXTRA_DIST += grub-core/osdep/haiku/hostdisk.c
ed8c0887 86
d9d68ef0
AB
87EXTRA_DIST += grub-core/osdep/basic/init.c
88EXTRA_DIST += grub-core/osdep/windows/init.c
89
ed8c0887
VS
90EXTRA_DIST += grub-core/osdep/apple/getroot.c
91EXTRA_DIST += grub-core/osdep/aros/getroot.c
92EXTRA_DIST += grub-core/osdep/basic/getroot.c
93EXTRA_DIST += grub-core/osdep/bsd/getroot.c
94EXTRA_DIST += grub-core/osdep/windows/getroot.c
95EXTRA_DIST += grub-core/osdep/freebsd/getroot.c
96EXTRA_DIST += grub-core/osdep/hurd/getroot.c
97EXTRA_DIST += grub-core/osdep/linux/getroot.c
98EXTRA_DIST += grub-core/osdep/sun/getroot.c
20285765 99EXTRA_DIST += grub-core/osdep/haiku/getroot.c
ed8c0887 100
ed8c0887
VS
101EXTRA_DIST += grub-core/osdep/basic/random.c
102EXTRA_DIST += grub-core/osdep/basic/ofpath.c
103
104EXTRA_DIST += grub-core/osdep/unix/password.c
105EXTRA_DIST += grub-core/osdep/unix/random.c
106EXTRA_DIST += grub-core/osdep/unix/sleep.c
107
ed8c0887
VS
108EXTRA_DIST += grub-core/osdep/linux/ofpath.c
109
110EXTRA_DIST += grub-core/osdep/windows/password.c
111EXTRA_DIST += grub-core/osdep/windows/random.c
112EXTRA_DIST += grub-core/osdep/windows/sleep.c
113
ac116bd6
CW
114EXTRA_DIST += po/gettext-patches/0001-Support-POTFILES-shell.patch
115EXTRA_DIST += po/gettext-patches/0002-Handle-gettext_printf-shell-function.patch
116EXTRA_DIST += po/gettext-patches/0003-Make-msgfmt-output-in-little-endian.patch
117EXTRA_DIST += po/gettext-patches/0004-Use-SHELL-rather-than-bin-sh.patch
118
119EXTRA_DIST += po/POTFILES-shell.in
120EXTRA_DIST += po/README
121EXTRA_DIST += po/Rules-translit
122EXTRA_DIST += po/Rules-windowsdir
123EXTRA_DIST += po/arabic.sed
124EXTRA_DIST += po/cyrillic.sed
125EXTRA_DIST += po/greek.sed
126EXTRA_DIST += po/grub.d.sed
127EXTRA_DIST += po/hebrew.sed
128
ed8c0887
VS
129EXTRA_DIST += tests/dfly-mbr-mbexample.mbr.img.gz
130EXTRA_DIST += tests/dfly-mbr-mbexample.dfly.img.gz
131
48eb35cd 132EXTRA_DIST += coreboot.cfg
272e0466
AB
133
134EXTRA_DIST += tests/file_filter/file
135EXTRA_DIST += tests/file_filter/file.gz
136EXTRA_DIST += tests/file_filter/file.gz.sig
137EXTRA_DIST += tests/file_filter/file.lzop
138EXTRA_DIST += tests/file_filter/file.lzop.sig
139EXTRA_DIST += tests/file_filter/file.xz
140EXTRA_DIST += tests/file_filter/file.xz.sig
141EXTRA_DIST += tests/file_filter/keys
142EXTRA_DIST += tests/file_filter/keys.pub
143EXTRA_DIST += tests/file_filter/test.cfg
251ddf26
AB
144EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/prompt.cfg
145EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/gfxboot.cfg
146EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/adtxt.cfg
147EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/isolinux.cfg
148EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/exithelp.cfg
149EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/txt.cfg
150EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/menu.cfg
151EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/stdmenu.cfg
152EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/dtmenu.cfg
153EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/po4a.cfg
154EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/rqtxt.cfg
35a492e4 155EXTRA_DIST += tests/syslinux/ubuntu10.04_grub.cfg.in