1MAINTAINERCLEANFILES = \
2	configure \
3	Makefile.in \
4	config.h.in \
5	config.h.in~ \
6	chromium-bsu-config.h.in \
7	chromium-bsu-config.h.in~ \
8	config.sub \
9	config.guess \
10	aclocal.m4 \
11	compile \
12	depcomp \
13	install-sh \
14	missing \
15	ABOUT-NLS \
16	config.rpath \
17	mkinstalldirs \
18	mkinstalldirs~ \
19	po/Makefile.in.in \
20	po/Makevars.template \
21	po/Rules-quot \
22	po/boldquot.sed \
23	po/en@boldquot.header \
24	po/en@quot.header \
25	po/insert-header.sin \
26	po/quot.sed \
27	po/remove-potcdate.sin \
28	po/*.pot \
29	po/*.po~ \
30	m4/fcntl-o.m4 \
31	m4/intl.m4 \
32	m4/intldir.m4 \
33	m4/threadlib.m4 \
34	m4/acx_pthread.m4 \
35	m4/ax_check_gl.m4 \
36	m4/ax_check_glu.m4 \
37	m4/ax_check_glut.m4 \
38	m4/ax_lang_compiler_ms.m4 \
39	m4/codeset.m4 \
40	m4/gettext.m4 \
41	m4/glibc2.m4 \
42	m4/glibc21.m4 \
43	m4/iconv.m4 \
44	m4/intdiv0.m4 \
45	m4/intlmacosx.m4 \
46	m4/intmax.m4 \
47	m4/inttypes-pri.m4 \
48	m4/inttypes.m4 \
49	m4/inttypes_h.m4 \
50	m4/inttypes-h.m4 \
51	m4/isc-posix.m4 \
52	m4/lcmessage.m4 \
53	m4/lib-ld.m4 \
54	m4/lib-link.m4 \
55	m4/lib-prefix.m4 \
56	m4/lock.m4 \
57	m4/longdouble.m4 \
58	m4/longlong.m4 \
59	m4/nls.m4 \
60	m4/po.m4 \
61	m4/printf-posix.m4 \
62	m4/progtest.m4 \
63	m4/signed.m4 \
64	m4/size_max.m4 \
65	m4/stdint_h.m4 \
66	m4/uintmax_t.m4 \
67	m4/ulonglong.m4 \
68	m4/visibility.m4 \
69	m4/wchar_t.m4 \
70	m4/wint_t.m4 \
71	m4/xsize.m4 \
72	m4/pkg.m4
73
74EXTRA_DIST = \
75	autogen.sh \
76	config.rpath \
77	README.install
78
79ACLOCAL_AMFLAGS = -I m4 --install
80
81SUBDIRS = \
82	po \
83	misc \
84	src \
85	m4 \
86	data
87
88dist-hook:
89	if test -d .git -a \( ! -e $(distdir)/ChangeLog -o -w $(distdir)/ChangeLog \) ; then \
90		LC_ALL=C git log --pretty --numstat --summary $(VERSION) | git2cl > $(distdir)/ChangeLog ; \
91	fi
92