]> git.proxmox.com Git - grub2.git/blame - conf/Makefile.extra-dist
New upstream release (2.06)
[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 32EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-deref.patch
3a37bf12 33EXTRA_DIST += grub-core/lib/gnulib-patches/fix-null-state-deref.patch
03477085 34EXTRA_DIST += grub-core/lib/gnulib-patches/fix-regcomp-uninit-token.patch
0b7f3476 35EXTRA_DIST += grub-core/lib/gnulib-patches/fix-regexec-null-deref.patch
75c3d3ce 36EXTRA_DIST += grub-core/lib/gnulib-patches/fix-uninit-structure.patch
a983d36b 37EXTRA_DIST += grub-core/lib/gnulib-patches/fix-unused-value.patch
35b90906
CW
38EXTRA_DIST += grub-core/lib/gnulib-patches/fix-width.patch
39EXTRA_DIST += grub-core/lib/gnulib-patches/no-abort.patch
4e7d433d 40
62b15edf
VS
41EXTRA_DIST += grub-core/lib/libgcrypt
42EXTRA_DIST += grub-core/lib/libgcrypt-grub/mpi/generic
bdf0d623 43EXTRA_DIST += $(shell find $(top_srcdir)/include -name '*.h')
ea943e89 44EXTRA_DIST += $(shell find $(top_srcdir)/grub-core/lib -name '*.h')
2702b4e4
VS
45EXTRA_DIST += grub-core/efiemu/runtime/config.h
46
47EXTRA_DIST += grub-core/lib/LzmaDec.c
48
702da5c9
AB
49EXTRA_DIST += grub-core/fs/cpio_common.c
50
2702b4e4
VS
51EXTRA_DIST += BUGS
52EXTRA_DIST += util/i386/efi/grub-dumpdevtree
62b15edf 53EXTRA_DIST += util/spkmodem-recv.c
21026747 54EXTRA_DIST += util/import_gcrypth.sed
92a52dd4 55EXTRA_DIST += util/bin2h.c
c546a259
VS
56EXTRA_DIST += util/grub-gen-asciih.c
57EXTRA_DIST += util/grub-gen-widthspec.c
c67025fa
AB
58EXTRA_DIST += util/grub-module-verifier.c
59EXTRA_DIST += util/grub-module-verifier32.c
60EXTRA_DIST += util/grub-module-verifier64.c
61EXTRA_DIST += util/grub-module-verifierXX.c
c546a259 62EXTRA_DIST += util/grub-pe2elf.c
15c69261 63
c67025fa 64
15c69261 65EXTRA_DIST += m4/gnulib-cache.m4
2702b4e4
VS
66EXTRA_DIST += m4/glibc2.m4
67EXTRA_DIST += m4/gnulib-tool.m4
68EXTRA_DIST += m4/intdiv0.m4
69EXTRA_DIST += m4/intl.m4
70EXTRA_DIST += m4/intldir.m4
71EXTRA_DIST += m4/intmax.m4
72EXTRA_DIST += m4/inttypes-pri.m4
73EXTRA_DIST += m4/lcmessage.m4
74EXTRA_DIST += m4/lock.m4
75EXTRA_DIST += m4/printf-posix.m4
76EXTRA_DIST += m4/threadlib.m4
77EXTRA_DIST += m4/uintmax_t.m4
78EXTRA_DIST += m4/visibility.m4
62b15edf 79EXTRA_DIST += m4/math_h.m4
3ff4063d 80
ed8c0887
VS
81EXTRA_DIST += grub-core/osdep/apple/hostdisk.c
82EXTRA_DIST += grub-core/osdep/aros/hostdisk.c
83EXTRA_DIST += grub-core/osdep/basic/hostdisk.c
84EXTRA_DIST += grub-core/osdep/bsd/hostdisk.c
85EXTRA_DIST += grub-core/osdep/freebsd/hostdisk.c
86EXTRA_DIST += grub-core/osdep/hurd/hostdisk.c
87EXTRA_DIST += grub-core/osdep/linux/hostdisk.c
88EXTRA_DIST += grub-core/osdep/windows/hostdisk.c
89EXTRA_DIST += grub-core/osdep/sun/hostdisk.c
20285765 90EXTRA_DIST += grub-core/osdep/haiku/hostdisk.c
ed8c0887 91
d9d68ef0
AB
92EXTRA_DIST += grub-core/osdep/basic/init.c
93EXTRA_DIST += grub-core/osdep/windows/init.c
94
ed8c0887
VS
95EXTRA_DIST += grub-core/osdep/apple/getroot.c
96EXTRA_DIST += grub-core/osdep/aros/getroot.c
97EXTRA_DIST += grub-core/osdep/basic/getroot.c
98EXTRA_DIST += grub-core/osdep/bsd/getroot.c
99EXTRA_DIST += grub-core/osdep/windows/getroot.c
100EXTRA_DIST += grub-core/osdep/freebsd/getroot.c
101EXTRA_DIST += grub-core/osdep/hurd/getroot.c
102EXTRA_DIST += grub-core/osdep/linux/getroot.c
103EXTRA_DIST += grub-core/osdep/sun/getroot.c
20285765 104EXTRA_DIST += grub-core/osdep/haiku/getroot.c
ed8c0887 105
ed8c0887
VS
106EXTRA_DIST += grub-core/osdep/basic/random.c
107EXTRA_DIST += grub-core/osdep/basic/ofpath.c
108
109EXTRA_DIST += grub-core/osdep/unix/password.c
110EXTRA_DIST += grub-core/osdep/unix/random.c
111EXTRA_DIST += grub-core/osdep/unix/sleep.c
112
ed8c0887
VS
113EXTRA_DIST += grub-core/osdep/linux/ofpath.c
114
115EXTRA_DIST += grub-core/osdep/windows/password.c
116EXTRA_DIST += grub-core/osdep/windows/random.c
117EXTRA_DIST += grub-core/osdep/windows/sleep.c
118
ac116bd6
CW
119EXTRA_DIST += po/gettext-patches/0001-Support-POTFILES-shell.patch
120EXTRA_DIST += po/gettext-patches/0002-Handle-gettext_printf-shell-function.patch
121EXTRA_DIST += po/gettext-patches/0003-Make-msgfmt-output-in-little-endian.patch
122EXTRA_DIST += po/gettext-patches/0004-Use-SHELL-rather-than-bin-sh.patch
123
124EXTRA_DIST += po/POTFILES-shell.in
125EXTRA_DIST += po/README
126EXTRA_DIST += po/Rules-translit
127EXTRA_DIST += po/Rules-windowsdir
128EXTRA_DIST += po/arabic.sed
129EXTRA_DIST += po/cyrillic.sed
130EXTRA_DIST += po/greek.sed
131EXTRA_DIST += po/grub.d.sed
132EXTRA_DIST += po/hebrew.sed
133
ed8c0887
VS
134EXTRA_DIST += tests/dfly-mbr-mbexample.mbr.img.gz
135EXTRA_DIST += tests/dfly-mbr-mbexample.dfly.img.gz
136
48eb35cd 137EXTRA_DIST += coreboot.cfg
272e0466
AB
138
139EXTRA_DIST += tests/file_filter/file
140EXTRA_DIST += tests/file_filter/file.gz
141EXTRA_DIST += tests/file_filter/file.gz.sig
142EXTRA_DIST += tests/file_filter/file.lzop
143EXTRA_DIST += tests/file_filter/file.lzop.sig
144EXTRA_DIST += tests/file_filter/file.xz
145EXTRA_DIST += tests/file_filter/file.xz.sig
146EXTRA_DIST += tests/file_filter/keys
147EXTRA_DIST += tests/file_filter/keys.pub
148EXTRA_DIST += tests/file_filter/test.cfg
251ddf26
AB
149EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/prompt.cfg
150EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/gfxboot.cfg
151EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/adtxt.cfg
152EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/isolinux.cfg
153EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/exithelp.cfg
154EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/txt.cfg
155EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/menu.cfg
156EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/stdmenu.cfg
157EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/dtmenu.cfg
158EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/po4a.cfg
159EXTRA_DIST += tests/syslinux/ubuntu10.04/isolinux/rqtxt.cfg
35a492e4 160EXTRA_DIST += tests/syslinux/ubuntu10.04_grub.cfg.in