Imported Upstream version 2.14.2
[platform/upstream/fontconfig.git] / conf.d / Makefile.in
1 # Makefile.in generated by automake 1.16.5 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2021 Free Software Foundation, Inc.
5
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 @SET_MAKE@
16
17 #
18 #  fontconfig/conf.d/Makefile.am
19 #
20 #  Copyright © 2005 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 the author(s) not be used in
27 #  advertising or publicity pertaining to distribution of the software without
28 #  specific, written prior permission.  The authors make 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 #  THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
33 #  INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
34 #  EVENT SHALL THE AUTHOR(S) 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 VPATH = @srcdir@
41 am__is_gnu_make = { \
42   if test -z '$(MAKELEVEL)'; then \
43     false; \
44   elif test -n '$(MAKE_HOST)'; then \
45     true; \
46   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
47     true; \
48   else \
49     false; \
50   fi; \
51 }
52 am__make_running_with_option = \
53   case $${target_option-} in \
54       ?) ;; \
55       *) echo "am__make_running_with_option: internal error: invalid" \
56               "target option '$${target_option-}' specified" >&2; \
57          exit 1;; \
58   esac; \
59   has_opt=no; \
60   sane_makeflags=$$MAKEFLAGS; \
61   if $(am__is_gnu_make); then \
62     sane_makeflags=$$MFLAGS; \
63   else \
64     case $$MAKEFLAGS in \
65       *\\[\ \   ]*) \
66         bs=\\; \
67         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
68           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
69     esac; \
70   fi; \
71   skip_next=no; \
72   strip_trailopt () \
73   { \
74     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
75   }; \
76   for flg in $$sane_makeflags; do \
77     test $$skip_next = yes && { skip_next=no; continue; }; \
78     case $$flg in \
79       *=*|--*) continue;; \
80         -*I) strip_trailopt 'I'; skip_next=yes;; \
81       -*I?*) strip_trailopt 'I';; \
82         -*O) strip_trailopt 'O'; skip_next=yes;; \
83       -*O?*) strip_trailopt 'O';; \
84         -*l) strip_trailopt 'l'; skip_next=yes;; \
85       -*l?*) strip_trailopt 'l';; \
86       -[dEDm]) skip_next=yes;; \
87       -[JT]) skip_next=yes;; \
88     esac; \
89     case $$flg in \
90       *$$target_option*) has_opt=yes; break;; \
91     esac; \
92   done; \
93   test $$has_opt = yes
94 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
95 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
96 pkgdatadir = $(datadir)/@PACKAGE@
97 pkgincludedir = $(includedir)/@PACKAGE@
98 pkglibdir = $(libdir)/@PACKAGE@
99 pkglibexecdir = $(libexecdir)/@PACKAGE@
100 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
101 install_sh_DATA = $(install_sh) -c -m 644
102 install_sh_PROGRAM = $(install_sh) -c
103 install_sh_SCRIPT = $(install_sh) -c
104 INSTALL_HEADER = $(INSTALL_DATA)
105 transform = $(program_transform_name)
106 NORMAL_INSTALL = :
107 PRE_INSTALL = :
108 POST_INSTALL = :
109 NORMAL_UNINSTALL = :
110 PRE_UNINSTALL = :
111 POST_UNINSTALL = :
112 build_triplet = @build@
113 host_triplet = @host@
114 subdir = conf.d
115 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
116 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \
117         $(top_srcdir)/m4/ax_cc_for_build.m4 \
118         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
119         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/gettext.m4 \
120         $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/intlmacosx.m4 \
121         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
122         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
123         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
124         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
125         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/pkg.m4 \
126         $(top_srcdir)/m4/po.m4 $(top_srcdir)/m4/progtest.m4 \
127         $(top_srcdir)/configure.ac
128 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
129         $(ACLOCAL_M4)
130 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
131 mkinstalldirs = $(install_sh) -d
132 CONFIG_HEADER = $(top_builddir)/config.h
133 CONFIG_CLEAN_FILES =
134 CONFIG_CLEAN_VPATH_FILES =
135 AM_V_P = $(am__v_P_@AM_V@)
136 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
137 am__v_P_0 = false
138 am__v_P_1 = :
139 AM_V_GEN = $(am__v_GEN_@AM_V@)
140 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
141 am__v_GEN_0 = @echo "  GEN     " $@;
142 am__v_GEN_1 = 
143 AM_V_at = $(am__v_at_@AM_V@)
144 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145 am__v_at_0 = @
146 am__v_at_1 = 
147 SOURCES =
148 DIST_SOURCES =
149 am__can_run_installinfo = \
150   case $$AM_UPDATE_INFO_DIR in \
151     n|no|NO) false;; \
152     *) (install-info --version) >/dev/null 2>&1;; \
153   esac
154 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
155 am__vpath_adj = case $$p in \
156     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
157     *) f=$$p;; \
158   esac;
159 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
160 am__install_max = 40
161 am__nobase_strip_setup = \
162   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
163 am__nobase_strip = \
164   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
165 am__nobase_list = $(am__nobase_strip_setup); \
166   for p in $$list; do echo "$$p $$p"; done | \
167   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
168   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
169     if (++n[$$2] == $(am__install_max)) \
170       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
171     END { for (dir in files) print dir, files[dir] }'
172 am__base_list = \
173   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
174   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
175 am__uninstall_files_from_dir = { \
176   test -z "$$files" \
177     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
178     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
179          $(am__cd) "$$dir" && rm -f $$files; }; \
180   }
181 am__installdirs = "$(DESTDIR)$(configdir)" "$(DESTDIR)$(templatedir)"
182 DATA = $(config_DATA) $(template_DATA)
183 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184 am__DIST_COMMON = $(srcdir)/Makefile.in README
185 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
186 ACLOCAL = @ACLOCAL@
187 AMTAR = @AMTAR@
188 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
189 AR = @AR@
190 AS = @AS@
191 AUTOCONF = @AUTOCONF@
192 AUTOHEADER = @AUTOHEADER@
193 AUTOMAKE = @AUTOMAKE@
194 AWK = @AWK@
195 BASECONFIGDIR = @BASECONFIGDIR@
196 CC = @CC@
197 CCDEPMODE = @CCDEPMODE@
198 CC_FOR_BUILD = @CC_FOR_BUILD@
199 CFLAGS = @CFLAGS@
200 CONFIGDIR = @CONFIGDIR@
201 CPP = @CPP@
202 CPPFLAGS = @CPPFLAGS@
203 CSCOPE = @CSCOPE@
204 CTAGS = @CTAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DEFS = @DEFS@
207 DEPDIR = @DEPDIR@
208 DLLTOOL = @DLLTOOL@
209 DOCMAN3 = @DOCMAN3@
210 DSYMUTIL = @DSYMUTIL@
211 DUMPBIN = @DUMPBIN@
212 ECHO_C = @ECHO_C@
213 ECHO_N = @ECHO_N@
214 ECHO_T = @ECHO_T@
215 EGREP = @EGREP@
216 ETAGS = @ETAGS@
217 EXEEXT = @EXEEXT@
218 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
219 EXPAT_CFLAGS = @EXPAT_CFLAGS@
220 EXPAT_LIBS = @EXPAT_LIBS@
221 FC_ADD_FONTS = @FC_ADD_FONTS@
222 FC_CACHEDIR = @FC_CACHEDIR@
223 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
224 FC_FONTDATE = @FC_FONTDATE@
225 FC_FONTPATH = @FC_FONTPATH@
226 FGREP = @FGREP@
227 FILECMD = @FILECMD@
228 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
229 FREETYPE_LIBS = @FREETYPE_LIBS@
230 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
231 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
232 GIT = @GIT@
233 GMSGFMT = @GMSGFMT@
234 GMSGFMT_015 = @GMSGFMT_015@
235 GPERF = @GPERF@
236 GREP = @GREP@
237 HASDOCBOOK = @HASDOCBOOK@
238 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
239 ICONV_CFLAGS = @ICONV_CFLAGS@
240 ICONV_LIBS = @ICONV_LIBS@
241 INSTALL = @INSTALL@
242 INSTALL_DATA = @INSTALL_DATA@
243 INSTALL_PROGRAM = @INSTALL_PROGRAM@
244 INSTALL_SCRIPT = @INSTALL_SCRIPT@
245 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
246 INTLLIBS = @INTLLIBS@
247 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
248 JSONC_CFLAGS = @JSONC_CFLAGS@
249 JSONC_LIBS = @JSONC_LIBS@
250 LD = @LD@
251 LDFLAGS = @LDFLAGS@
252 LIBICONV = @LIBICONV@
253 LIBINTL = @LIBINTL@
254 LIBOBJS = @LIBOBJS@
255 LIBS = @LIBS@
256 LIBTOOL = @LIBTOOL@
257 LIBT_CURRENT = @LIBT_CURRENT@
258 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
259 LIBT_REVISION = @LIBT_REVISION@
260 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
261 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
262 LIBXML2_LIBS = @LIBXML2_LIBS@
263 LIPO = @LIPO@
264 LN_S = @LN_S@
265 LTLIBICONV = @LTLIBICONV@
266 LTLIBINTL = @LTLIBINTL@
267 LTLIBOBJS = @LTLIBOBJS@
268 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
269 MAKEINFO = @MAKEINFO@
270 MANIFEST_TOOL = @MANIFEST_TOOL@
271 MKDIR_P = @MKDIR_P@
272 MSGFMT = @MSGFMT@
273 MSGFMT_015 = @MSGFMT_015@
274 MSGMERGE = @MSGMERGE@
275 NM = @NM@
276 NMEDIT = @NMEDIT@
277 OBJDUMP = @OBJDUMP@
278 OBJEXT = @OBJEXT@
279 OTOOL = @OTOOL@
280 OTOOL64 = @OTOOL64@
281 PACKAGE = @PACKAGE@
282 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
283 PACKAGE_NAME = @PACKAGE_NAME@
284 PACKAGE_STRING = @PACKAGE_STRING@
285 PACKAGE_TARNAME = @PACKAGE_TARNAME@
286 PACKAGE_URL = @PACKAGE_URL@
287 PACKAGE_VERSION = @PACKAGE_VERSION@
288 PATH_SEPARATOR = @PATH_SEPARATOR@
289 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
290 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
291 PKG_CONFIG = @PKG_CONFIG@
292 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
293 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
294 PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@
295 PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@
296 POSUB = @POSUB@
297 PREFERRED_HINTING = @PREFERRED_HINTING@
298 PREFERRED_SUB_PIXEL_RENDERING = @PREFERRED_SUB_PIXEL_RENDERING@
299 PTHREAD_CC = @PTHREAD_CC@
300 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
301 PTHREAD_LIBS = @PTHREAD_LIBS@
302 PYTHON = @PYTHON@
303 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
304 PYTHON_PLATFORM = @PYTHON_PLATFORM@
305 PYTHON_PREFIX = @PYTHON_PREFIX@
306 PYTHON_VERSION = @PYTHON_VERSION@
307 RANLIB = @RANLIB@
308 RM = @RM@
309 SED = @SED@
310 SET_MAKE = @SET_MAKE@
311 SHELL = @SHELL@
312 STRIP = @STRIP@
313 TEMPLATEDIR = @TEMPLATEDIR@
314 USE_NLS = @USE_NLS@
315 VERSION = @VERSION@
316 WARN_CFLAGS = @WARN_CFLAGS@
317 XGETTEXT = @XGETTEXT@
318 XGETTEXT_015 = @XGETTEXT_015@
319 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
320 XMLDIR = @XMLDIR@
321 abs_builddir = @abs_builddir@
322 abs_srcdir = @abs_srcdir@
323 abs_top_builddir = @abs_top_builddir@
324 abs_top_srcdir = @abs_top_srcdir@
325 ac_ct_AR = @ac_ct_AR@
326 ac_ct_CC = @ac_ct_CC@
327 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328 am__include = @am__include@
329 am__leading_dot = @am__leading_dot@
330 am__quote = @am__quote@
331 am__tar = @am__tar@
332 am__untar = @am__untar@
333 ax_pthread_config = @ax_pthread_config@
334 bindir = @bindir@
335 build = @build@
336 build_alias = @build_alias@
337 build_cpu = @build_cpu@
338 build_os = @build_os@
339 build_vendor = @build_vendor@
340 builddir = @builddir@
341 datadir = @datadir@
342 datarootdir = @datarootdir@
343 docdir = @docdir@
344 dvidir = @dvidir@
345 exec_prefix = @exec_prefix@
346 fc_cachedir = @fc_cachedir@
347 host = @host@
348 host_alias = @host_alias@
349 host_cpu = @host_cpu@
350 host_os = @host_os@
351 host_vendor = @host_vendor@
352 htmldir = @htmldir@
353 includedir = @includedir@
354 infodir = @infodir@
355 install_sh = @install_sh@
356 libdir = @libdir@
357 libexecdir = @libexecdir@
358 localedir = @localedir@
359 localstatedir = @localstatedir@
360 mandir = @mandir@
361 mkdir_p = @mkdir_p@
362 ms_librarian = @ms_librarian@
363 oldincludedir = @oldincludedir@
364 pdfdir = @pdfdir@
365 pkgconfigdir = @pkgconfigdir@
366 pkgpyexecdir = @pkgpyexecdir@
367 pkgpythondir = @pkgpythondir@
368 prefix = @prefix@
369 program_transform_name = @program_transform_name@
370 psdir = @psdir@
371 pyexecdir = @pyexecdir@
372 pythondir = @pythondir@
373 runstatedir = @runstatedir@
374 sbindir = @sbindir@
375 sharedstatedir = @sharedstatedir@
376 srcdir = @srcdir@
377 sysconfdir = @sysconfdir@
378 target_alias = @target_alias@
379 top_build_prefix = @top_build_prefix@
380 top_builddir = @top_builddir@
381 top_srcdir = @top_srcdir@
382 NULL = 
383 BUILT_SOURCES = \
384         README                  \
385         35-lang-normalize.conf  \
386         $(NULL)
387
388 DOC_SOURCES = README.in
389 DOC_FILES = $(DOC_SOURCES:.in=)
390 CONF_LINKS = \
391         10-hinting-$(PREFERRED_HINTING).conf    \
392         10-scale-bitmap-fonts.conf \
393         10-yes-antialias.conf   \
394         10-sub-pixel-$(PREFERRED_SUB_PIXEL_RENDERING).conf      \
395         11-lcdfilter-default.conf \
396         20-unhint-small-vera.conf \
397         30-metric-aliases.conf \
398         40-nonlatin.conf \
399         45-generic.conf \
400         45-latin.conf \
401         48-spacing.conf \
402         49-sansserif.conf \
403         50-user.conf \
404         51-local.conf \
405         60-generic.conf \
406         60-latin.conf \
407         65-fonts-persian.conf \
408         65-nonlatin.conf \
409         69-unifont.conf \
410         80-delicious.conf \
411         90-synthetic.conf
412
413 EXTRA_DIST = $(template_DATA) $(DOC_SOURCES)
414 CLEANFILES = $(DOC_FILES)
415 configdir = $(CONFIGDIR)
416 config_DATA = $(DOC_FILES)
417 templatedir = $(TEMPLATEDIR)
418 template_DATA = \
419         05-reset-dirs-sample.conf       \
420         09-autohint-if-no-hinting.conf  \
421         10-autohint.conf                \
422         10-hinting-full.conf            \
423         10-hinting-medium.conf          \
424         10-hinting-none.conf            \
425         10-hinting-slight.conf          \
426         10-no-antialias.conf            \
427         10-scale-bitmap-fonts.conf      \
428         10-sub-pixel-bgr.conf           \
429         10-sub-pixel-none.conf          \
430         10-sub-pixel-rgb.conf           \
431         10-sub-pixel-vbgr.conf          \
432         10-sub-pixel-vrgb.conf          \
433         10-unhinted.conf                \
434         10-yes-antialias.conf           \
435         11-lcdfilter-default.conf       \
436         11-lcdfilter-legacy.conf        \
437         11-lcdfilter-light.conf         \
438         20-unhint-small-vera.conf       \
439         25-unhint-nonlatin.conf         \
440         30-metric-aliases.conf          \
441         35-lang-normalize.conf          \
442         40-nonlatin.conf                \
443         45-generic.conf                 \
444         45-latin.conf                   \
445         48-spacing.conf                 \
446         49-sansserif.conf               \
447         50-user.conf                    \
448         51-local.conf                   \
449         60-generic.conf                 \
450         60-latin.conf                   \
451         65-fonts-persian.conf           \
452         65-khmer.conf                   \
453         65-nonlatin.conf                \
454         69-unifont.conf                 \
455         70-no-bitmaps.conf              \
456         70-yes-bitmaps.conf             \
457         80-delicious.conf               \
458         90-synthetic.conf
459
460 all: $(BUILT_SOURCES)
461         $(MAKE) $(AM_MAKEFLAGS) all-am
462
463 .SUFFIXES:
464 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
465         @for dep in $?; do \
466           case '$(am__configure_deps)' in \
467             *$$dep*) \
468               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
469                 && { if test -f $@; then exit 0; else break; fi; }; \
470               exit 1;; \
471           esac; \
472         done; \
473         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf.d/Makefile'; \
474         $(am__cd) $(top_srcdir) && \
475           $(AUTOMAKE) --gnu conf.d/Makefile
476 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
477         @case '$?' in \
478           *config.status*) \
479             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
480           *) \
481             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
482             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
483         esac;
484
485 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
486         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
487
488 $(top_srcdir)/configure:  $(am__configure_deps)
489         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
490 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
491         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
492 $(am__aclocal_m4_deps):
493
494 mostlyclean-libtool:
495         -rm -f *.lo
496
497 clean-libtool:
498         -rm -rf .libs _libs
499 install-configDATA: $(config_DATA)
500         @$(NORMAL_INSTALL)
501         @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
502         if test -n "$$list"; then \
503           echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \
504           $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \
505         fi; \
506         for p in $$list; do \
507           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
508           echo "$$d$$p"; \
509         done | $(am__base_list) | \
510         while read files; do \
511           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \
512           $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \
513         done
514
515 uninstall-configDATA:
516         @$(NORMAL_UNINSTALL)
517         @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
518         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
519         dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir)
520 install-templateDATA: $(template_DATA)
521         @$(NORMAL_INSTALL)
522         @list='$(template_DATA)'; test -n "$(templatedir)" || list=; \
523         if test -n "$$list"; then \
524           echo " $(MKDIR_P) '$(DESTDIR)$(templatedir)'"; \
525           $(MKDIR_P) "$(DESTDIR)$(templatedir)" || exit 1; \
526         fi; \
527         for p in $$list; do \
528           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
529           echo "$$d$$p"; \
530         done | $(am__base_list) | \
531         while read files; do \
532           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatedir)'"; \
533           $(INSTALL_DATA) $$files "$(DESTDIR)$(templatedir)" || exit $$?; \
534         done
535
536 uninstall-templateDATA:
537         @$(NORMAL_UNINSTALL)
538         @list='$(template_DATA)'; test -n "$(templatedir)" || list=; \
539         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
540         dir='$(DESTDIR)$(templatedir)'; $(am__uninstall_files_from_dir)
541 tags TAGS:
542
543 ctags CTAGS:
544
545 cscope cscopelist:
546
547 distdir: $(BUILT_SOURCES)
548         $(MAKE) $(AM_MAKEFLAGS) distdir-am
549
550 distdir-am: $(DISTFILES)
551         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
552         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
553         list='$(DISTFILES)'; \
554           dist_files=`for file in $$list; do echo $$file; done | \
555           sed -e "s|^$$srcdirstrip/||;t" \
556               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
557         case $$dist_files in \
558           */*) $(MKDIR_P) `echo "$$dist_files" | \
559                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
560                            sort -u` ;; \
561         esac; \
562         for file in $$dist_files; do \
563           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
564           if test -d $$d/$$file; then \
565             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
566             if test -d "$(distdir)/$$file"; then \
567               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
568             fi; \
569             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
570               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
571               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
572             fi; \
573             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
574           else \
575             test -f "$(distdir)/$$file" \
576             || cp -p $$d/$$file "$(distdir)/$$file" \
577             || exit 1; \
578           fi; \
579         done
580 check-am: all-am
581 check: $(BUILT_SOURCES)
582         $(MAKE) $(AM_MAKEFLAGS) check-am
583 all-am: Makefile $(DATA)
584 installdirs:
585         for dir in "$(DESTDIR)$(configdir)" "$(DESTDIR)$(templatedir)"; do \
586           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
587         done
588 install: $(BUILT_SOURCES)
589         $(MAKE) $(AM_MAKEFLAGS) install-am
590 install-exec: $(BUILT_SOURCES)
591         $(MAKE) $(AM_MAKEFLAGS) install-exec-am
592 install-data: install-data-am
593 uninstall: uninstall-am
594
595 install-am: all-am
596         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
597
598 installcheck: installcheck-am
599 install-strip:
600         if test -z '$(STRIP)'; then \
601           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
602             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
603               install; \
604         else \
605           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
606             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
607             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
608         fi
609 mostlyclean-generic:
610
611 clean-generic:
612         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
613
614 distclean-generic:
615         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
616         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
617
618 maintainer-clean-generic:
619         @echo "This command is intended for maintainers to use"
620         @echo "it deletes files that may require special tools to rebuild."
621         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
622 clean: clean-am
623
624 clean-am: clean-generic clean-libtool mostlyclean-am
625
626 distclean: distclean-am
627         -rm -f Makefile
628 distclean-am: clean-am distclean-generic
629
630 dvi: dvi-am
631
632 dvi-am:
633
634 html: html-am
635
636 html-am:
637
638 info: info-am
639
640 info-am:
641
642 install-data-am: install-configDATA install-templateDATA
643         @$(NORMAL_INSTALL)
644         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
645 install-dvi: install-dvi-am
646
647 install-dvi-am:
648
649 install-exec-am:
650
651 install-html: install-html-am
652
653 install-html-am:
654
655 install-info: install-info-am
656
657 install-info-am:
658
659 install-man:
660
661 install-pdf: install-pdf-am
662
663 install-pdf-am:
664
665 install-ps: install-ps-am
666
667 install-ps-am:
668
669 installcheck-am:
670
671 maintainer-clean: maintainer-clean-am
672         -rm -f Makefile
673 maintainer-clean-am: distclean-am maintainer-clean-generic
674
675 mostlyclean: mostlyclean-am
676
677 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
678
679 pdf: pdf-am
680
681 pdf-am:
682
683 ps: ps-am
684
685 ps-am:
686
687 uninstall-am: uninstall-configDATA uninstall-local \
688         uninstall-templateDATA
689
690 .MAKE: all check install install-am install-data-am install-exec \
691         install-strip
692
693 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
694         cscopelist-am ctags-am distclean distclean-generic \
695         distclean-libtool distdir dvi dvi-am html html-am info info-am \
696         install install-am install-configDATA install-data \
697         install-data-am install-data-hook install-dvi install-dvi-am \
698         install-exec install-exec-am install-html install-html-am \
699         install-info install-info-am install-man install-pdf \
700         install-pdf-am install-ps install-ps-am install-strip \
701         install-templateDATA installcheck installcheck-am installdirs \
702         maintainer-clean maintainer-clean-generic mostlyclean \
703         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
704         tags-am uninstall uninstall-am uninstall-configDATA \
705         uninstall-local uninstall-templateDATA
706
707 .PRECIOUS: Makefile
708
709
710 README: $(srcdir)/README.in
711         sed "s|\@TEMPLATEDIR\@|$(templatedir)|" $< > $@
712
713 35-lang-normalize.conf: ../fc-lang/Makefile.am
714         cd ../fc-lang && $(MAKE) $(AM_MAKEFLAGS) $(top_builddir)/conf.d/35-lang-normalize.conf
715
716 install-data-hook:
717         mkdir -p $(DESTDIR)$(configdir)
718         @(echo cd $(DESTDIR)$(configdir);                       \
719           cd $(DESTDIR)$(configdir);                            \
720           for i in $(CONF_LINKS); do                            \
721             echo $(RM) $$i";" ln -s $(templatedir)/$$i .;       \
722             $(RM) $$i;                                          \
723             ln -s $(templatedir)/$$i .;                         \
724           done)
725 uninstall-local:
726         @(echo cd $(DESTDIR)$(configdir);                       \
727           cd $(DESTDIR)$(configdir);                            \
728           for i in $(CONF_LINKS); do                            \
729             echo $(RM) $$i;                                     \
730             $(RM) $$i;                                          \
731           done)
732
733 -include $(top_srcdir)/git.mk
734
735 # Tell versions [3.59,3.63) of GNU make to not export all variables.
736 # Otherwise a system limit (for SysV at least) may be exceeded.
737 .NOEXPORT: