1 ## Process this file with automake to produce Makefile.in
2 ACLOCAL_AMFLAGS=-I m4 ${ACLOCAL_FLAGS}
4 SUBDIRS = buildsystems/autotools buildsystems/cmake help tests
19 gtkdocdatadir = $(datadir)/gtk-doc/data
22 version-greater-or-equal.xsl \
27 style/left-insensitive.png \
29 style/right-insensitive.png \
31 style/up-insensitive.png \
34 pylibdatadir = $(datadir)/gtk-doc/python/gtkdoc
51 pkgconfigdir = $(datadir)/pkgconfig
52 pkgconfig_DATA = gtk-doc.pc
64 doc/sections-file.txt \
68 examples/Makefile.am \
69 tools/docpercentages.pl \
115 MAINTAINERCLEANFILES = \
116 $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
117 $(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
118 $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
124 __pycache__ gtkdoc/__pycache__ tests/__pycache__
126 -include $(top_srcdir)/git.mk
129 @if test -d "$(srcdir)/.git"; \
131 echo Creating ChangeLog && \
132 ( cd "$(top_srcdir)" && \
133 echo '# Generated by Makefile. Do not edit.'; echo; \
134 $(top_srcdir)/missing --run git log --stat ) > ChangeLog.tmp \
135 && mv -f ChangeLog.tmp $(top_distdir)/ChangeLog \
136 || ( rm -f ChangeLog.tmp ; \
137 echo Failed to generate ChangeLog >&2 ); \
139 echo A git clone is required to generate a ChangeLog >&2; \