2003-02-24 18:18:50 +01:00
|
|
|
#
|
2008-08-13 09:30:23 +02:00
|
|
|
# fontconfig/Makefile.am
|
2003-02-24 18:18:50 +01:00
|
|
|
#
|
2004-12-07 02:14:46 +01:00
|
|
|
# Copyright © 2003 Keith Packard
|
2003-02-24 18:18:50 +01:00
|
|
|
#
|
|
|
|
# Permission to use, copy, modify, distribute, and sell this software and its
|
|
|
|
# documentation for any purpose is hereby granted without fee, provided that
|
|
|
|
# the above copyright notice appear in all copies and that both that
|
|
|
|
# copyright notice and this permission notice appear in supporting
|
2010-11-10 22:45:42 +01:00
|
|
|
# documentation, and that the name of the author(s) not be used in
|
2003-02-24 18:18:50 +01:00
|
|
|
# advertising or publicity pertaining to distribution of the software without
|
2010-11-10 22:45:42 +01:00
|
|
|
# specific, written prior permission. The authors make no
|
2003-02-24 18:18:50 +01:00
|
|
|
# representations about the suitability of this software for any purpose. It
|
|
|
|
# is provided "as is" without express or implied warranty.
|
|
|
|
#
|
2009-03-12 21:00:08 +01:00
|
|
|
# THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
|
2003-02-24 18:18:50 +01:00
|
|
|
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
|
2009-03-12 21:00:08 +01:00
|
|
|
# EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
|
2003-02-24 18:18:50 +01:00
|
|
|
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
|
|
|
|
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
|
|
|
|
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
# PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
2017-08-04 17:17:17 +02:00
|
|
|
SUBDIRS=fontconfig fc-blanks fc-case fc-lang src \
|
2010-04-21 05:18:00 +02:00
|
|
|
fc-cache fc-cat fc-list fc-match fc-pattern fc-query fc-scan \
|
2012-09-10 09:09:04 +02:00
|
|
|
fc-validate conf.d test
|
2013-01-03 01:07:13 +01:00
|
|
|
if ENABLE_DOCS
|
|
|
|
SUBDIRS += doc
|
|
|
|
endif
|
2012-03-28 08:09:25 +02:00
|
|
|
|
2012-08-27 09:36:49 +02:00
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
2012-06-11 11:43:56 +02:00
|
|
|
|
2003-02-24 18:18:50 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
fontconfig.pc.in \
|
|
|
|
fonts.conf.in \
|
|
|
|
fonts.dtd \
|
2003-03-02 08:28:24 +01:00
|
|
|
fontconfig.spec.in \
|
2003-03-22 22:25:34 +01:00
|
|
|
fontconfig.spec \
|
2012-03-28 08:09:25 +02:00
|
|
|
fontconfig-zip.in \
|
|
|
|
config-fixups.h
|
2009-01-19 23:02:55 +01:00
|
|
|
CLEANFILES = fonts.conf
|
2009-03-16 22:59:50 +01:00
|
|
|
DISTCLEANFILES = config.cache doltcompile
|
2006-09-03 23:58:49 +02:00
|
|
|
MAINTAINERCLEANFILES = \
|
|
|
|
$(srcdir)/aclocal.m4 \
|
|
|
|
$(srcdir)/autoscan.log \
|
|
|
|
$(srcdir)/compile \
|
|
|
|
$(srcdir)/config.guess \
|
|
|
|
$(srcdir)/config.h.in \
|
|
|
|
$(srcdir)/config.sub \
|
|
|
|
$(srcdir)/configure.scan \
|
|
|
|
$(srcdir)/depcomp \
|
|
|
|
$(srcdir)/install-sh \
|
|
|
|
$(srcdir)/ltmain.sh \
|
|
|
|
$(srcdir)/missing \
|
|
|
|
$(srcdir)/mkinstalldirs \
|
2013-03-29 04:46:04 +01:00
|
|
|
$(srcdir)/test-driver \
|
2006-09-03 23:58:49 +02:00
|
|
|
`find "$(srcdir)" -type f -name Makefile.in -print`
|
2003-02-24 18:18:50 +01:00
|
|
|
|
|
|
|
pkgconfig_DATA = fontconfig.pc
|
|
|
|
|
2012-04-04 09:49:30 +02:00
|
|
|
baseconfigdir = $(BASECONFIGDIR)
|
|
|
|
configdir = $(CONFIGDIR)
|
|
|
|
|
|
|
|
xmldir = $(XMLDIR)
|
|
|
|
xml_DATA = fonts.dtd
|
2003-02-24 18:18:50 +01:00
|
|
|
|
2005-01-13 19:31:50 +01:00
|
|
|
if CROSS_COMPILING
|
|
|
|
RUN_FC_CACHE_TEST=false
|
|
|
|
else
|
|
|
|
RUN_FC_CACHE_TEST=test -z "$(DESTDIR)"
|
|
|
|
endif
|
|
|
|
|
2006-09-03 23:58:49 +02:00
|
|
|
# Creating ChangeLog from git log:
|
|
|
|
|
2009-06-24 20:43:32 +02:00
|
|
|
MAINTAINERCLEANFILES += $(srcdir)/ChangeLog
|
2006-09-03 23:58:49 +02:00
|
|
|
EXTRA_DIST += ChangeLog
|
2009-06-24 20:43:32 +02:00
|
|
|
ChangeLog: $(srcdir)/ChangeLog
|
|
|
|
$(srcdir)/ChangeLog:
|
2007-10-18 12:52:29 +02:00
|
|
|
if test -d "$(srcdir)/.git"; then \
|
2013-02-05 06:17:16 +01:00
|
|
|
(GIT_DIR=$(top_srcdir)/.git $(GIT) log --stat) | fmt --split-only > $@.tmp \
|
2006-09-03 23:58:49 +02:00
|
|
|
&& mv -f $@.tmp $@ \
|
2012-03-16 03:55:30 +01:00
|
|
|
|| ($(RM) $@.tmp; \
|
2006-09-03 23:58:49 +02:00
|
|
|
echo Failed to generate ChangeLog, your ChangeLog may be outdated >&2; \
|
|
|
|
(test -f $@ || echo git-log is required to generate this file >> $@)); \
|
|
|
|
else \
|
|
|
|
test -f $@ || \
|
|
|
|
(echo A git checkout and git-log is required to generate ChangeLog >&2 && \
|
|
|
|
echo A git checkout and git-log is required to generate this file >> $@); \
|
|
|
|
fi
|
|
|
|
|
2007-10-18 12:52:29 +02:00
|
|
|
.PHONY: ChangeLog
|
2006-09-03 23:58:49 +02:00
|
|
|
|
2013-09-30 04:30:00 +02:00
|
|
|
FC_CONFIGDIR = $(subst $(BASECONFIGDIR)/,,$(CONFIGDIR))
|
|
|
|
|
2009-01-19 23:02:55 +01:00
|
|
|
fonts.conf: fonts.conf.in Makefile
|
|
|
|
sed \
|
|
|
|
-e 's,@FC_CACHEDIR\@,$(FC_CACHEDIR),g' \
|
|
|
|
-e 's,@FC_DEFAULT_FONTS\@,$(FC_DEFAULT_FONTS),g' \
|
|
|
|
-e 's,@FC_FONTPATH\@,$(FC_FONTPATH),g' \
|
2013-09-30 04:30:00 +02:00
|
|
|
-e 's,@CONFIGDIR\@,$(FC_CONFIGDIR),g' \
|
2009-01-19 23:02:55 +01:00
|
|
|
-e 's,@PACKAGE\@,$(PACKAGE),g' \
|
|
|
|
-e 's,@VERSION\@,$(VERSION),g' \
|
2012-03-10 18:12:10 +01:00
|
|
|
$(srcdir)/$@.in > $@.tmp && \
|
2009-01-19 23:02:55 +01:00
|
|
|
mv $@.tmp $@
|
|
|
|
|
|
|
|
install-data-local: fonts.conf
|
2012-04-04 09:49:30 +02:00
|
|
|
$(mkinstalldirs) $(DESTDIR)$(baseconfigdir) $(DESTDIR)$(fc_cachedir)
|
|
|
|
if [ -f $(DESTDIR)$(baseconfigdir)/fonts.conf ]; then \
|
|
|
|
echo "backing up existing $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
|
|
mv $(DESTDIR)$(baseconfigdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf.bak; \
|
2004-12-04 20:41:10 +01:00
|
|
|
fi
|
|
|
|
if [ -f $(srcdir)/fonts.conf ]; then \
|
2012-04-04 09:49:30 +02:00
|
|
|
echo " $(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
|
|
$(INSTALL_DATA) $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
|
2004-12-04 20:41:10 +01:00
|
|
|
else if [ -f fonts.conf ]; then \
|
2012-04-04 09:49:30 +02:00
|
|
|
echo " $(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
|
|
$(INSTALL_DATA) fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; \
|
2004-12-04 20:41:10 +01:00
|
|
|
fi; fi
|
2006-09-10 06:30:06 +02:00
|
|
|
@(if $(RUN_FC_CACHE_TEST); then \
|
2010-02-25 21:10:41 +01:00
|
|
|
echo "fc-cache$(EXEEXT) -s -f -v"; \
|
|
|
|
fc-cache/fc-cache$(EXEEXT) -s -f -v; \
|
2005-01-13 19:31:50 +01:00
|
|
|
else \
|
2006-02-24 20:32:58 +01:00
|
|
|
echo "***"; \
|
|
|
|
echo "*** Warning: fonts.cache not built"; \
|
|
|
|
echo "***"; \
|
|
|
|
echo "*** Generate this file manually on host system using fc-cache"; \
|
|
|
|
echo "***"; \
|
|
|
|
fi)
|
2004-12-05 08:44:08 +01:00
|
|
|
|
|
|
|
uninstall-local:
|
|
|
|
if [ -f $(srcdir)/fonts.conf ]; then \
|
2012-04-04 09:49:30 +02:00
|
|
|
if cmp -s $(srcdir)/fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \
|
|
|
|
echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
|
|
$(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \
|
2004-12-05 08:44:08 +01:00
|
|
|
fi; \
|
|
|
|
else if [ -f fonts.conf ]; then \
|
2012-04-04 09:49:30 +02:00
|
|
|
if cmp -s fonts.conf $(DESTDIR)$(baseconfigdir)/fonts.conf; then \
|
|
|
|
echo " uninstall standard $(DESTDIR)$(baseconfigdir)/fonts.conf"; \
|
|
|
|
$(RM) $(DESTDIR)$(baseconfigdir)/fonts.conf; \
|
2004-12-05 08:44:08 +01:00
|
|
|
fi; \
|
|
|
|
fi; fi
|
2005-03-03 02:59:28 +01:00
|
|
|
|
|
|
|
debuild debuild-signed: debuild-dirs
|
|
|
|
(cd $(distdir)/debian && debuild)
|
|
|
|
|
|
|
|
debuild-unsigned: debuild-dirs
|
|
|
|
(cd $(distdir)/debian && debuild -us -uc)
|
|
|
|
|
|
|
|
debuild-dirs: distdir
|
2012-03-16 08:29:53 +01:00
|
|
|
$(RM) $(PACKAGE)_$(VERSION).orig.tar.gz
|
|
|
|
$(RM) -r $(distdir).orig
|
2005-03-03 02:59:28 +01:00
|
|
|
cp -a $(distdir) $(distdir).orig
|
2012-03-16 08:29:53 +01:00
|
|
|
$(RM) -r $(distdir).orig/debian
|
2012-10-06 23:52:39 +02:00
|
|
|
|
2013-01-03 01:07:13 +01:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS =
|
|
|
|
|
2012-10-06 23:52:39 +02:00
|
|
|
-include $(top_srcdir)/git.mk
|