~ubuntu-branches/ubuntu/intrepid/fontconfig/intrepid

« back to all changes in this revision

Viewing changes to doc/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-05 14:16:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071205141640-xikzw02c8gpgndze
Tags: 2.5.0-2ubuntu1
* Merge with Debian; remaining changes:
  - conf.d/40-nonlatin.conf: Add `MgOpen Moderna' to the list of fonts
    for which we might fall back to sans-serif.
  - conf.d/60-latin.conf: Prefer DejaVu over Bitstream Vera,
    as done for dapper.
  - 52-languageselector.conf loads language-selector.conf.
  - Include 52-languageselector.conf in the lists in conf.d/Makefile.am so
    that it actually gets installed and used.  Fixes LP 73714.
  - Some hackery in the debconf config script which attempts to upgrade
    user preferences across the many changes which have occurred to the
    debconf questions.  In particular:
    + Do not attempt to divine enable_bitmaps option by reading the
      symlinks in /etc.  This leaves the only way to permanently change
      the behaviour being dpkg-reconfigure.  The divination code was
      wrong and was intended by Debian to preserve pre-debconf
      configuration.  It would be nicer to preserve handmade updates to
      the /etc directory.
    + Always create /etc/fontconfig/conf.d/ symlink for enabling or
      disabling bitmap fonts.  This records the state from debconf
      unambiguously into the filesystem and will make it possible for
      future upgrades (from Edgy or later) to preserve handmade changes.
  - Add a (optional) include for "language-selector.conf" in fonts.conf
  - debian/patches/03_preferred_symbol_font.patch:
    + prefer "Standard Symbols L" as symbol font (Ubuntu: #37745)
  - Fix incorrect location of /usr/share/X11/fonts.
  - Correctly fix the (eg) firefox vs. (eg) evince font metrics problem:
    + New FC_ANY_METRICS property, boolean.
    + Change URW Nimbus and AMT font aliases in 30-{urw,metric}-aliases.conf
      into equivalent <match> directives so that we can add an additional
      test which disables them when the anymetrics property is true.
* Link using -Bsymbolic-functions.
* debian/rules (clean): Clean doc directory.
* debian/rules: Set shell to /bin/bash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
2
 
# doc/Makefile.  Generated from Makefile.in by configure.
3
 
 
4
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
 
16
 
 
17
 
#
18
 
# $Id$
19
 
#
20
 
# Copyright © 2003 Keith Packard
21
 
#
22
 
# Permission to use, copy, modify, distribute, and sell this software and its
23
 
# documentation for any purpose is hereby granted without fee, provided that
24
 
# the above copyright notice appear in all copies and that both that
25
 
# copyright notice and this permission notice appear in supporting
26
 
# documentation, and that the name of Keith Packard not be used in
27
 
# advertising or publicity pertaining to distribution of the software without
28
 
# specific, written prior permission.  Keith Packard makes no
29
 
# representations about the suitability of this software for any purpose.  It
30
 
# is provided "as is" without express or implied warranty.
31
 
#
32
 
# KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
33
 
# INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
34
 
# EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
35
 
# CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
36
 
# DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
37
 
# TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
38
 
# PERFORMANCE OF THIS SOFTWARE.
39
 
 
40
 
 
41
 
srcdir = .
42
 
top_srcdir = ..
43
 
 
44
 
pkgdatadir = $(datadir)/fontconfig
45
 
pkglibdir = $(libdir)/fontconfig
46
 
pkgincludedir = $(includedir)/fontconfig
47
 
top_builddir = ..
48
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
49
 
INSTALL = /usr/bin/install -c
50
 
install_sh_DATA = $(install_sh) -c -m 644
51
 
install_sh_PROGRAM = $(install_sh) -c
52
 
install_sh_SCRIPT = $(install_sh) -c
53
 
INSTALL_HEADER = $(INSTALL_DATA)
54
 
transform = $(program_transform_name)
55
 
NORMAL_INSTALL = :
56
 
PRE_INSTALL = :
57
 
POST_INSTALL = :
58
 
NORMAL_UNINSTALL = :
59
 
PRE_UNINSTALL = :
60
 
POST_UNINSTALL = :
61
 
build_triplet = x86_64-pc-linux-gnu
62
 
host_triplet = x86_64-pc-linux-gnu
63
 
noinst_PROGRAMS = edit-sgml$(EXEEXT)
64
 
subdir = doc
65
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
66
 
        $(srcdir)/version.sgml.in
67
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
68
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
69
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70
 
        $(ACLOCAL_M4)
71
 
mkinstalldirs = $(install_sh) -d
72
 
CONFIG_HEADER = $(top_builddir)/config.h
73
 
CONFIG_CLEAN_FILES = version.sgml
74
 
PROGRAMS = $(noinst_PROGRAMS)
75
 
am_edit_sgml_OBJECTS = edit-sgml.$(OBJEXT)
76
 
edit_sgml_OBJECTS = $(am_edit_sgml_OBJECTS)
77
 
edit_sgml_LDADD = $(LDADD)
78
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
79
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
80
 
am__depfiles_maybe = depfiles
81
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
82
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
83
 
LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
84
 
        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
85
 
        $(AM_CFLAGS) $(CFLAGS)
86
 
CCLD = $(CC)
87
 
SOURCES = $(edit_sgml_SOURCES)
88
 
DIST_SOURCES = $(edit_sgml_SOURCES)
89
 
man3dir = $(mandir)/man3
90
 
am__installdirs = "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" \
91
 
        "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldocdir)"
92
 
man5dir = $(mandir)/man5
93
 
NROFF = nroff
94
 
MANS = $(man3_MANS) $(man5_MANS)
95
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
96
 
am__vpath_adj = case $$p in \
97
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
98
 
    *) f=$$p;; \
99
 
  esac;
100
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
101
 
docDATA_INSTALL = $(INSTALL_DATA)
102
 
htmldocDATA_INSTALL = $(INSTALL_DATA)
103
 
DATA = $(doc_DATA) $(htmldoc_DATA)
104
 
ETAGS = etags
105
 
CTAGS = ctags
106
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
107
 
ACLOCAL = ${SHELL} /home/packages/u/x/fontconfig-2.4.2/missing --run aclocal-1.9
108
 
AMDEP_FALSE = 
109
 
AMDEP_TRUE = #
110
 
AMTAR = ${SHELL} /home/packages/u/x/fontconfig-2.4.2/missing --run tar
111
 
AR = ar
112
 
ARCHITECTURE = auto
113
 
AS = as
114
 
AUTOCONF = ${SHELL} /home/packages/u/x/fontconfig-2.4.2/missing --run autoconf
115
 
AUTOHEADER = ${SHELL} /home/packages/u/x/fontconfig-2.4.2/missing --run autoheader
116
 
AUTOMAKE = ${SHELL} /home/packages/u/x/fontconfig-2.4.2/missing --run automake-1.9
117
 
AWK = gawk
118
 
CC = cc
119
 
CCDEPMODE = depmode=none
120
 
CC_FOR_BUILD = cc
121
 
CFLAGS = -g -Wall -O2
122
 
CONFDIR = ${sysconfdir}/fonts
123
 
CPP = cc -E
124
 
CPPFLAGS = 
125
 
CROSS_COMPILING_FALSE = 
126
 
CROSS_COMPILING_TRUE = #
127
 
CXX = g++
128
 
CXXCPP = g++ -E
129
 
CXXDEPMODE = depmode=none
130
 
CXXFLAGS = -g -Wall -O2
131
 
CYGPATH_W = echo
132
 
DEFS = -DHAVE_CONFIG_H
133
 
DEPDIR = .deps
134
 
DLLTOOL = dlltool
135
 
DOCDIR = ${datadir}/doc/fontconfig
136
 
DOCMAN3 = 
137
 
DOCSRC = 
138
 
ECHO = echo
139
 
ECHO_C = 
140
 
ECHO_N = -n
141
 
ECHO_T = 
142
 
EGREP = /bin/grep -E
143
 
ENABLE_DOCS_FALSE = 
144
 
ENABLE_DOCS_TRUE = #
145
 
EXEEXT = 
146
 
EXEEXT_FOR_BUILD = 
147
 
EXPAT_CFLAGS = 
148
 
EXPAT_LIBS = -lexpat
149
 
F77 = 
150
 
FC_ADD_FONTS = /usr/share/X11/fonts,/usr/local/share/fonts
151
 
FC_CACHEDIR = /var/cache/fontconfig
152
 
FC_DEFAULT_FONTS = /usr/share/fonts
153
 
FC_FONTDATE = Fri Oct  5 16:39:08 UTC 2007
154
 
FC_FONTPATH = <dir>/usr/share/X11/fonts</dir> <dir>/usr/local/share/fonts</dir>
155
 
FFLAGS = 
156
 
FREETYPE_CFLAGS = -I/usr/include/freetype2
157
 
FREETYPE_LIBS = -lfreetype -lz
158
 
GREP = /bin/grep
159
 
HASDOCBOOK = no
160
 
HAVE_EXPAT = 1
161
 
HAVE_XMLPARSE_H = 
162
 
ICONV_LIBS = 
163
 
INSTALL_DATA = ${INSTALL} -m 644
164
 
INSTALL_PROGRAM = ${INSTALL}
165
 
INSTALL_SCRIPT = ${INSTALL}
166
 
INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
167
 
LDFLAGS = 
168
 
LIBOBJS = 
169
 
LIBS = 
170
 
LIBTOOL = $(SHELL) $(top_builddir)/libtool
171
 
LIBXML2_CFLAGS = 
172
 
LIBXML2_LIBS = 
173
 
LN_S = ln -s
174
 
LTLIBOBJS = 
175
 
LT_CURRENT = 3
176
 
LT_CURRENT_MINUS_AGE = 1
177
 
LT_REVISION = 0
178
 
LT_VERSION_INFO = 3:0:2
179
 
MAINT = #
180
 
MAINTAINER_MODE_FALSE = 
181
 
MAINTAINER_MODE_TRUE = #
182
 
MAKEINFO = ${SHELL} /home/packages/u/x/fontconfig-2.4.2/missing --run makeinfo
183
 
MS_LIB_AVAILABLE_FALSE = 
184
 
MS_LIB_AVAILABLE_TRUE = #
185
 
OBJDUMP = objdump
186
 
OBJEXT = o
187
 
ORTH_FILES = aa.orth ab.orth af.orth am.orth ar.orth as.orth ast.orth ava.orth ay.orth az.orth az_ir.orth ba.orth bam.orth be.orth bg.orth bh.orth bho.orth bi.orth bin.orth bn.orth bo.orth br.orth bs.orth bua.orth ca.orth ce.orth ch.orth chm.orth chr.orth co.orth cs.orth cu.orth cv.orth cy.orth da.orth de.orth dz.orth el.orth en.orth eo.orth es.orth et.orth eu.orth fa.orth fi.orth fj.orth fo.orth fr.orth ful.orth fur.orth fy.orth ga.orth gd.orth gez.orth gl.orth gn.orth gu.orth gv.orth ha.orth haw.orth he.orth hi.orth ho.orth hr.orth hu.orth hy.orth ia.orth ibo.orth id.orth ie.orth ik.orth io.orth is.orth it.orth iu.orth ja.orth ka.orth kaa.orth ki.orth kk.orth kl.orth km.orth kn.orth ko.orth kok.orth ks.orth ku.orth ku_ir.orth kum.orth kv.orth kw.orth ky.orth la.orth lb.orth lez.orth ln.orth lo.orth lt.orth lv.orth mg.orth mh.orth mi.orth mk.orth ml.orth mn.orth mo.orth mr.orth mt.orth my.orth nb.orth nds.orth ne.orth nl.orth nn.orth no.orth ny.orth oc.orth om.orth or.orth os.orth pa.orth pl.orth ps_af.orth ps_pk.orth pt.orth rm.orth ro.orth ru.orth sa.orth sah.orth sco.orth se.orth sel.orth sh.orth si.orth sk.orth sl.orth sm.orth sma.orth smj.orth smn.orth sms.orth so.orth sq.orth sr.orth sv.orth sw.orth syr.orth ta.orth te.orth tg.orth th.orth ti_er.orth ti_et.orth tig.orth tk.orth tl.orth tn.orth to.orth tr.orth ts.orth tt.orth tw.orth tyv.orth ug.orth uk.orth ur.orth uz.orth ven.orth vi.orth vo.orth vot.orth wa.orth wen.orth wo.orth xh.orth yap.orth yi.orth yo.orth zh_cn.orth zh_hk.orth zh_mo.orth zh_sg.orth zh_tw.orth zu.orth
188
 
OS_WIN32_FALSE = 
189
 
OS_WIN32_TRUE = #
190
 
PACKAGE = fontconfig
191
 
PACKAGE_BUGREPORT = 
192
 
PACKAGE_NAME = 
193
 
PACKAGE_STRING = 
194
 
PACKAGE_TARNAME = 
195
 
PACKAGE_VERSION = 
196
 
PATH_SEPARATOR = :
197
 
PKG_CONFIG = /usr/bin/pkg-config
198
 
RANLIB = ranlib
199
 
SET_MAKE = 
200
 
SHELL = /bin/bash
201
 
STRIP = strip
202
 
USEDOCBOOK_FALSE = 
203
 
USEDOCBOOK_TRUE = #
204
 
VERSION = 2.4.2
205
 
WARN_CFLAGS = -Wall -Wpointer-arith -Wstrict-prototypes         -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing
206
 
ac_ct_CC = cc
207
 
ac_ct_CXX = 
208
 
ac_ct_F77 = 
209
 
am__fastdepCC_FALSE = 
210
 
am__fastdepCC_TRUE = #
211
 
am__fastdepCXX_FALSE = 
212
 
am__fastdepCXX_TRUE = #
213
 
am__include = include
214
 
am__leading_dot = .
215
 
am__quote = 
216
 
am__tar = ${AMTAR} chof - "$$tardir"
217
 
am__untar = ${AMTAR} xf -
218
 
bindir = ${exec_prefix}/bin
219
 
build = x86_64-pc-linux-gnu
220
 
build_alias = x86_64-linux-gnu
221
 
build_cpu = x86_64
222
 
build_os = linux-gnu
223
 
build_vendor = pc
224
 
confdir = ${sysconfdir}/fonts
225
 
datadir = ${datarootdir}
226
 
datarootdir = ${prefix}/share
227
 
docdir = ${datadir}/doc/fontconfig
228
 
dvidir = ${docdir}
229
 
exec_prefix = ${prefix}
230
 
fc_cachedir = /var/cache/fontconfig
231
 
ft_config = /usr/bin/freetype-config
232
 
host = x86_64-pc-linux-gnu
233
 
host_alias = 
234
 
host_cpu = x86_64
235
 
host_os = linux-gnu
236
 
host_vendor = pc
237
 
htmldir = ${docdir}
238
 
includedir = ${prefix}/include
239
 
infodir = ${prefix}/share/info
240
 
install_sh = /home/packages/u/x/fontconfig-2.4.2/install-sh
241
 
libdir = ${exec_prefix}/lib
242
 
libexecdir = ${prefix}/lib/fontconfig
243
 
localedir = ${datarootdir}/locale
244
 
localstatedir = /var
245
 
mandir = ${prefix}/share/man
246
 
mkdir_p = mkdir -p --
247
 
ms_librarian = 
248
 
oldincludedir = /usr/include
249
 
pdfdir = ${docdir}
250
 
prefix = /usr
251
 
program_transform_name = s,x,x,
252
 
psdir = ${docdir}
253
 
sbindir = ${exec_prefix}/sbin
254
 
sharedstatedir = ${prefix}/com
255
 
sysconfdir = /etc
256
 
target_alias = 
257
 
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
258
 
DOC_SRC = $(srcdir)
259
 
DOC_MODULE = fontconfig
260
 
DOC2HTML = docbook2html
261
 
DOC2TXT = docbook2txt
262
 
DOC2MAN = docbook2man
263
 
DOC2PDF = docbook2pdf
264
 
TXT = fontconfig-user.txt fontconfig-devel.txt
265
 
PDF = fontconfig-user.pdf fontconfig-devel.pdf
266
 
HTML_FILES = fontconfig-user.html
267
 
HTML_DIR = fontconfig-devel
268
 
SGML = fontconfig-user.sgml fontconfig-devel.sgml
269
 
FNCS_TMPL = ${DOC_SRC}/func.sgml
270
 
DOC_FUNCS_FNCS = \
271
 
        fcatomic.fncs \
272
 
        fcblanks.fncs \
273
 
        fccharset.fncs \
274
 
        fcconfig.fncs \
275
 
        fcconstant.fncs \
276
 
        fcfile.fncs \
277
 
        fcfontset.fncs \
278
 
        fcfreetype.fncs \
279
 
        fcinit.fncs \
280
 
        fcmatrix.fncs \
281
 
        fcobjectset.fncs \
282
 
        fcobjecttype.fncs \
283
 
        fcpattern.fncs \
284
 
        fcstring.fncs \
285
 
        fcstrset.fncs \
286
 
        fcvalue.fncs
287
 
 
288
 
DOC_FUNCS_SGML = \
289
 
        fcatomic.sgml \
290
 
        fcblanks.sgml \
291
 
        fccharset.sgml \
292
 
        fcconfig.sgml \
293
 
        fcconstant.sgml \
294
 
        fcfile.sgml \
295
 
        fcfontset.sgml \
296
 
        fcfreetype.sgml \
297
 
        fcinit.sgml \
298
 
        fcmatrix.sgml \
299
 
        fcobjectset.sgml \
300
 
        fcobjecttype.sgml \
301
 
        fcpattern.sgml \
302
 
        fcstring.sgml \
303
 
        fcstrset.sgml \
304
 
        fcvalue.sgml
305
 
 
306
 
man5_MANS = fonts-conf.5 
307
 
man3_MANS = $(DOCMAN3)
308
 
edit_sgml_SOURCES = edit-sgml.c
309
 
DOC_FILES = $(TXT) $(PDF) $(HTML_FILES)
310
 
LOCAL_DOCS = $(man3_MANS) $(man5_MANS) $(DOC_FILES) $(HTML_DIR)/*
311
 
EXTRA_DIST = $(LOCAL_DOCS) $(SGML) $(DOC_FUNCS_FNCS) func.sgml confdir.sgml.in
312
 
SUFFIXES = .fncs .sgml .txt .html
313
 
#STRIPNL = awk '{ if (NR > 1) printf ("\n"); printf ("%s", $$0); }'
314
 
#CLEANFILES = confdir.sgml local-fontconfig-user.sgml local-fontconfig-devel.sgml
315
 
htmldoc_DATA = $(srcdir)/$(HTML_DIR)/*
316
 
#htmldoc_DATA = $(HTML_DIR)/*
317
 
htmldocdir = $(docdir)/$(HTML_DIR)
318
 
doc_DATA = $(DOC_FILES)
319
 
all: all-am
320
 
 
321
 
.SUFFIXES:
322
 
.SUFFIXES: .fncs .sgml .txt .html .c .lo .o .obj .pdf
323
 
$(srcdir)/Makefile.in: # $(srcdir)/Makefile.am  $(am__configure_deps)
324
 
        @for dep in $?; do \
325
 
          case '$(am__configure_deps)' in \
326
 
            *$$dep*) \
327
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
328
 
                && exit 0; \
329
 
              exit 1;; \
330
 
          esac; \
331
 
        done; \
332
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  doc/Makefile'; \
333
 
        cd $(top_srcdir) && \
334
 
          $(AUTOMAKE) --gnu  doc/Makefile
335
 
.PRECIOUS: Makefile
336
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
337
 
        @case '$?' in \
338
 
          *config.status*) \
339
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
340
 
          *) \
341
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
342
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
343
 
        esac;
344
 
 
345
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
346
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
347
 
 
348
 
$(top_srcdir)/configure: # $(am__configure_deps)
349
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
350
 
$(ACLOCAL_M4): # $(am__aclocal_m4_deps)
351
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
352
 
version.sgml: $(top_builddir)/config.status $(srcdir)/version.sgml.in
353
 
        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
354
 
 
355
 
clean-noinstPROGRAMS:
356
 
        @list='$(noinst_PROGRAMS)'; for p in $$list; do \
357
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
358
 
          echo " rm -f $$p $$f"; \
359
 
          rm -f $$p $$f ; \
360
 
        done
361
 
edit-sgml$(EXEEXT): $(edit_sgml_OBJECTS) $(edit_sgml_DEPENDENCIES) 
362
 
        @rm -f edit-sgml$(EXEEXT)
363
 
        $(LINK) $(edit_sgml_LDFLAGS) $(edit_sgml_OBJECTS) $(edit_sgml_LDADD) $(LIBS)
364
 
 
365
 
mostlyclean-compile:
366
 
        -rm -f *.$(OBJEXT)
367
 
 
368
 
distclean-compile:
369
 
        -rm -f *.tab.c
370
 
 
371
 
#include ./$(DEPDIR)/edit-sgml.Po
372
 
 
373
 
.c.o:
374
 
#       if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
375
 
#       then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
376
 
#       source='$<' object='$@' libtool=no 
377
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) 
378
 
        $(COMPILE) -c $<
379
 
 
380
 
.c.obj:
381
 
#       if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
382
 
#       then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
383
 
#       source='$<' object='$@' libtool=no 
384
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) 
385
 
        $(COMPILE) -c `$(CYGPATH_W) '$<'`
386
 
 
387
 
.c.lo:
388
 
#       if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
389
 
#       then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
390
 
#       source='$<' object='$@' libtool=yes 
391
 
#       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) 
392
 
        $(LTCOMPILE) -c -o $@ $<
393
 
 
394
 
mostlyclean-libtool:
395
 
        -rm -f *.lo
396
 
 
397
 
clean-libtool:
398
 
        -rm -rf .libs _libs
399
 
 
400
 
distclean-libtool:
401
 
        -rm -f libtool
402
 
uninstall-info-am:
403
 
install-man3: $(man3_MANS) $(man_MANS)
404
 
        @$(NORMAL_INSTALL)
405
 
        test -z "$(man3dir)" || $(mkdir_p) "$(DESTDIR)$(man3dir)"
406
 
        @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
407
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
408
 
        for i in $$l2; do \
409
 
          case "$$i" in \
410
 
            *.3*) list="$$list $$i" ;; \
411
 
          esac; \
412
 
        done; \
413
 
        for i in $$list; do \
414
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
415
 
          else file=$$i; fi; \
416
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
417
 
          case "$$ext" in \
418
 
            3*) ;; \
419
 
            *) ext='3' ;; \
420
 
          esac; \
421
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
422
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
423
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
424
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
425
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst"; \
426
 
        done
427
 
uninstall-man3:
428
 
        @$(NORMAL_UNINSTALL)
429
 
        @list='$(man3_MANS) $(dist_man3_MANS) $(nodist_man3_MANS)'; \
430
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
431
 
        for i in $$l2; do \
432
 
          case "$$i" in \
433
 
            *.3*) list="$$list $$i" ;; \
434
 
          esac; \
435
 
        done; \
436
 
        for i in $$list; do \
437
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
438
 
          case "$$ext" in \
439
 
            3*) ;; \
440
 
            *) ext='3' ;; \
441
 
          esac; \
442
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
443
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
444
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
445
 
          echo " rm -f '$(DESTDIR)$(man3dir)/$$inst'"; \
446
 
          rm -f "$(DESTDIR)$(man3dir)/$$inst"; \
447
 
        done
448
 
install-man5: $(man5_MANS) $(man_MANS)
449
 
        @$(NORMAL_INSTALL)
450
 
        test -z "$(man5dir)" || $(mkdir_p) "$(DESTDIR)$(man5dir)"
451
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
452
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
453
 
        for i in $$l2; do \
454
 
          case "$$i" in \
455
 
            *.5*) list="$$list $$i" ;; \
456
 
          esac; \
457
 
        done; \
458
 
        for i in $$list; do \
459
 
          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
460
 
          else file=$$i; fi; \
461
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
462
 
          case "$$ext" in \
463
 
            5*) ;; \
464
 
            *) ext='5' ;; \
465
 
          esac; \
466
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
467
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
468
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
469
 
          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
470
 
          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
471
 
        done
472
 
uninstall-man5:
473
 
        @$(NORMAL_UNINSTALL)
474
 
        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
475
 
        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
476
 
        for i in $$l2; do \
477
 
          case "$$i" in \
478
 
            *.5*) list="$$list $$i" ;; \
479
 
          esac; \
480
 
        done; \
481
 
        for i in $$list; do \
482
 
          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
483
 
          case "$$ext" in \
484
 
            5*) ;; \
485
 
            *) ext='5' ;; \
486
 
          esac; \
487
 
          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
488
 
          inst=`echo $$inst | sed -e 's/^.*\///'`; \
489
 
          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
490
 
          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
491
 
          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
492
 
        done
493
 
install-docDATA: $(doc_DATA)
494
 
        @$(NORMAL_INSTALL)
495
 
        test -z "$(docdir)" || $(mkdir_p) "$(DESTDIR)$(docdir)"
496
 
        @list='$(doc_DATA)'; for p in $$list; do \
497
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
498
 
          f=$(am__strip_dir) \
499
 
          echo " $(docDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(docdir)/$$f'"; \
500
 
          $(docDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(docdir)/$$f"; \
501
 
        done
502
 
 
503
 
uninstall-docDATA:
504
 
        @$(NORMAL_UNINSTALL)
505
 
        @list='$(doc_DATA)'; for p in $$list; do \
506
 
          f=$(am__strip_dir) \
507
 
          echo " rm -f '$(DESTDIR)$(docdir)/$$f'"; \
508
 
          rm -f "$(DESTDIR)$(docdir)/$$f"; \
509
 
        done
510
 
install-htmldocDATA: $(htmldoc_DATA)
511
 
        @$(NORMAL_INSTALL)
512
 
        test -z "$(htmldocdir)" || $(mkdir_p) "$(DESTDIR)$(htmldocdir)"
513
 
        @list='$(htmldoc_DATA)'; for p in $$list; do \
514
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
515
 
          f=$(am__strip_dir) \
516
 
          echo " $(htmldocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(htmldocdir)/$$f'"; \
517
 
          $(htmldocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(htmldocdir)/$$f"; \
518
 
        done
519
 
 
520
 
uninstall-htmldocDATA:
521
 
        @$(NORMAL_UNINSTALL)
522
 
        @list='$(htmldoc_DATA)'; for p in $$list; do \
523
 
          f=$(am__strip_dir) \
524
 
          echo " rm -f '$(DESTDIR)$(htmldocdir)/$$f'"; \
525
 
          rm -f "$(DESTDIR)$(htmldocdir)/$$f"; \
526
 
        done
527
 
 
528
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
529
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
530
 
        unique=`for i in $$list; do \
531
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
532
 
          done | \
533
 
          $(AWK) '    { files[$$0] = 1; } \
534
 
               END { for (i in files) print i; }'`; \
535
 
        mkid -fID $$unique
536
 
tags: TAGS
537
 
 
538
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
539
 
                $(TAGS_FILES) $(LISP)
540
 
        tags=; \
541
 
        here=`pwd`; \
542
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
543
 
        unique=`for i in $$list; do \
544
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
545
 
          done | \
546
 
          $(AWK) '    { files[$$0] = 1; } \
547
 
               END { for (i in files) print i; }'`; \
548
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
549
 
          test -n "$$unique" || unique=$$empty_fix; \
550
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
551
 
            $$tags $$unique; \
552
 
        fi
553
 
ctags: CTAGS
554
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
555
 
                $(TAGS_FILES) $(LISP)
556
 
        tags=; \
557
 
        here=`pwd`; \
558
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
559
 
        unique=`for i in $$list; do \
560
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
561
 
          done | \
562
 
          $(AWK) '    { files[$$0] = 1; } \
563
 
               END { for (i in files) print i; }'`; \
564
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
565
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
566
 
             $$tags $$unique
567
 
 
568
 
GTAGS:
569
 
        here=`$(am__cd) $(top_builddir) && pwd` \
570
 
          && cd $(top_srcdir) \
571
 
          && gtags -i $(GTAGS_ARGS) $$here
572
 
 
573
 
distclean-tags:
574
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
575
 
 
576
 
distdir: $(DISTFILES)
577
 
        $(mkdir_p) $(distdir)/$(HTML_DIR)
578
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
579
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
580
 
        list='$(DISTFILES)'; for file in $$list; do \
581
 
          case $$file in \
582
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
583
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
584
 
          esac; \
585
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
586
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
587
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
588
 
            dir="/$$dir"; \
589
 
            $(mkdir_p) "$(distdir)$$dir"; \
590
 
          else \
591
 
            dir=''; \
592
 
          fi; \
593
 
          if test -d $$d/$$file; then \
594
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
595
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
596
 
            fi; \
597
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
598
 
          else \
599
 
            test -f $(distdir)/$$file \
600
 
            || cp -p $$d/$$file $(distdir)/$$file \
601
 
            || exit 1; \
602
 
          fi; \
603
 
        done
604
 
check-am: all-am
605
 
check: check-am
606
 
all-am: Makefile $(PROGRAMS) $(MANS) $(DATA) all-local
607
 
installdirs:
608
 
        for dir in "$(DESTDIR)$(man3dir)" "$(DESTDIR)$(man5dir)" "$(DESTDIR)$(docdir)" "$(DESTDIR)$(htmldocdir)"; do \
609
 
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
610
 
        done
611
 
install: install-am
612
 
install-exec: install-exec-am
613
 
install-data: install-data-am
614
 
uninstall: uninstall-am
615
 
 
616
 
install-am: all-am
617
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
618
 
 
619
 
installcheck: installcheck-am
620
 
install-strip:
621
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
622
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
623
 
          `test -z '$(STRIP)' || \
624
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
625
 
mostlyclean-generic:
626
 
 
627
 
clean-generic:
628
 
        -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
629
 
 
630
 
distclean-generic:
631
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
632
 
 
633
 
maintainer-clean-generic:
634
 
        @echo "This command is intended for maintainers to use"
635
 
        @echo "it deletes files that may require special tools to rebuild."
636
 
clean: clean-am
637
 
 
638
 
clean-am: clean-generic clean-libtool clean-local clean-noinstPROGRAMS \
639
 
        mostlyclean-am
640
 
 
641
 
distclean: distclean-am
642
 
        -rm -rf ./$(DEPDIR)
643
 
        -rm -f Makefile
644
 
distclean-am: clean-am distclean-compile distclean-generic \
645
 
        distclean-libtool distclean-tags
646
 
 
647
 
dvi: dvi-am
648
 
 
649
 
dvi-am:
650
 
 
651
 
html: html-am
652
 
 
653
 
info: info-am
654
 
 
655
 
info-am:
656
 
 
657
 
install-data-am: install-docDATA install-htmldocDATA install-man
658
 
 
659
 
install-exec-am:
660
 
 
661
 
install-info: install-info-am
662
 
 
663
 
install-man: install-man3 install-man5
664
 
 
665
 
installcheck-am:
666
 
 
667
 
maintainer-clean: maintainer-clean-am
668
 
        -rm -rf ./$(DEPDIR)
669
 
        -rm -f Makefile
670
 
maintainer-clean-am: distclean-am maintainer-clean-generic
671
 
 
672
 
mostlyclean: mostlyclean-am
673
 
 
674
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
675
 
        mostlyclean-libtool
676
 
 
677
 
pdf: pdf-am
678
 
 
679
 
pdf-am:
680
 
 
681
 
ps: ps-am
682
 
 
683
 
ps-am:
684
 
 
685
 
uninstall-am: uninstall-docDATA uninstall-htmldocDATA \
686
 
        uninstall-info-am uninstall-man
687
 
 
688
 
uninstall-man: uninstall-man3 uninstall-man5
689
 
 
690
 
.PHONY: CTAGS GTAGS all all-am all-local check check-am clean \
691
 
        clean-generic clean-libtool clean-local clean-noinstPROGRAMS \
692
 
        ctags distclean distclean-compile distclean-generic \
693
 
        distclean-libtool distclean-tags distdir dvi dvi-am html \
694
 
        html-am info info-am install install-am install-data \
695
 
        install-data-am install-docDATA install-exec install-exec-am \
696
 
        install-htmldocDATA install-info install-info-am install-man \
697
 
        install-man3 install-man5 install-strip installcheck \
698
 
        installcheck-am installdirs maintainer-clean \
699
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
700
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
701
 
        tags uninstall uninstall-am uninstall-docDATA \
702
 
        uninstall-htmldocDATA uninstall-info-am uninstall-man \
703
 
        uninstall-man3 uninstall-man5
704
 
 
705
 
 
706
 
#.fncs.sgml:
707
 
#       $(RM) $@
708
 
#       ./edit-sgml$(EXEEXT) $(FNCS_TMPL) < '$<' > $*.sgml
709
 
 
710
 
#.sgml.txt:
711
 
#       $(RM) $@
712
 
#       $(DOC2TXT) $<
713
 
 
714
 
#.sgml.pdf:
715
 
#       $(RM) $@
716
 
#       $(DOC2PDF) $<
717
 
 
718
 
#$(man3_MANS): func.refs
719
 
 
720
 
#func.refs: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
721
 
#       $(RM) func.refs
722
 
#       $(DOC2MAN) local-fontconfig-devel.sgml
723
 
#       mv manpage.refs func.refs
724
 
#       $(RM) manpage.links
725
 
 
726
 
#local-fontconfig-devel.sgml: fontconfig-devel.sgml
727
 
#       $(LN_S) $< $@
728
 
 
729
 
#$(DOC_FUNCS_SGML): edit-sgml$(EXEEXT) $(FNCS_TMPL)
730
 
 
731
 
#fonts-conf.5: local-fontconfig-user.sgml version.sgml confdir.sgml
732
 
#       $(RM) $@
733
 
#       $(DOC2MAN) local-fontconfig-user.sgml
734
 
#       $(RM) manpage.refs manpage.links
735
 
 
736
 
#local-fontconfig-user.sgml: fontconfig-user.sgml
737
 
#       $(LN_S) $< $@
738
 
 
739
 
#all-local: $(LOCAL_DOCS)
740
 
 
741
 
#clean-local:
742
 
#       $(RM) $(man3_MANS) $(man5_MANS) $(DOC_FILES) $(DOC_FUNCS_SGML) func.refs
743
 
#       $(RM) -r $(HTML_DIR)
744
 
 
745
 
#$(HTML_DIR): local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
746
 
#       $(RM) -r $(HTML_DIR)
747
 
#       $(DOC2HTML) -o $(HTML_DIR) local-fontconfig-devel.sgml
748
 
 
749
 
#fontconfig-devel.txt: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
750
 
#       $(RM) $@
751
 
#       $(DOC2TXT) local-fontconfig-devel.sgml
752
 
#       mv local-fontconfig-devel.txt $@
753
 
 
754
 
#fontconfig-devel.pdf: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
755
 
#       $(RM) $@
756
 
#       $(top_srcdir)/missing --run $(DOC2PDF) $< && mv local-$@ $@ \
757
 
#       || echo Failed to generate $@ >&2; \
758
 
#       (test -f $@ || echo $(DOC2PDF) is required to generate this file >> $@)
759
 
 
760
 
#fontconfig-user.html: local-fontconfig-user.sgml version.sgml confdir.sgml
761
 
#       $(RM) $@ local-$@ $@.tmp
762
 
#       $(DOC2HTML) -u local-fontconfig-user.sgml > $@.tmp
763
 
#       -test -f local-$@ && mv local-$@ $@
764
 
#       -test -f $@ || mv $@.tmp $@
765
 
#       -test -f $@.tmp && $(RM) $@.tmp
766
 
 
767
 
#fontconfig-user.txt: local-fontconfig-user.sgml version.sgml confdir.sgml
768
 
#       $(RM) $@
769
 
#       $(DOC2TXT) local-fontconfig-user.sgml
770
 
#       mv local-fontconfig-user.txt $@
771
 
 
772
 
#fontconfig-user.pdf: local-fontconfig-user.sgml version.sgml confdir.sgml
773
 
#       $(RM) $@
774
 
#       $(top_srcdir)/missing --run $(DOC2PDF) $< && mv local-$@ $@ \
775
 
#       || echo Failed to generate $@ >&2; \
776
 
#       (test -f $@ || echo $(DOC2PDF) is required to generate this file >> $@)
777
 
#confdir.sgml: ${DOC_SRC}/confdir.sgml.in
778
 
#       sed "s,@CONFDIR\@,${CONFDIR}," < ${DOC_SRC}/confdir.sgml.in | $(STRIPNL) > confdir.sgml
779
 
 
780
 
#$(HTML_DIR)/*: $(HTML_DIR)
781
 
 
782
 
all-local:
783
 
clean-local:
784
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
785
 
# Otherwise a system limit (for SysV at least) may be exceeded.
786
 
.NOEXPORT: