3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = harfbuzz.pc
9 MAINTAINERCLEANFILES = \
11 $(srcdir)/aclocal.m4 \
12 $(srcdir)/autoscan.log \
14 $(srcdir)/config.guess \
15 $(srcdir)/config.h.in \
16 $(srcdir)/config.sub \
17 $(srcdir)/configure.scan \
19 $(srcdir)/install-sh \
22 $(srcdir)/mkinstalldirs \
24 `find "$(srcdir)" -type f -name Makefile.in -print`
28 ChangeLog: $(srcdir)/ChangeLog
30 $(AM_V_GEN) if test -d "$(srcdir)/.git"; then \
31 (GIT_DIR=$(top_srcdir)/.git ./missing --run \
32 git log $(CHANGELOG_RANGE) --stat) | fmt --split-only > $@.tmp \
35 echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
36 (test -f $@ || echo git-log is required to generate this file >> $@)); \
39 (echo A git checkout and git-log is required to generate ChangeLog >&2 && \
40 echo A git checkout and git-log is required to generate this file >> $@); \
42 .PHONY: $(srcdir)/ChangeLog
45 -include $(top_srcdir)/git.mk