ff988eb9d305fdbff5e90bf688eb02c30c257e96
[platform/upstream/fontconfig.git] / conf.d / Makefile.in
1 # Makefile.in generated by automake 1.15.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2017 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 CYGPATH_W = @CYGPATH_W@
204 DEFS = @DEFS@
205 DEPDIR = @DEPDIR@
206 DLLTOOL = @DLLTOOL@
207 DOCMAN3 = @DOCMAN3@
208 DSYMUTIL = @DSYMUTIL@
209 DUMPBIN = @DUMPBIN@
210 ECHO_C = @ECHO_C@
211 ECHO_N = @ECHO_N@
212 ECHO_T = @ECHO_T@
213 EGREP = @EGREP@
214 EXEEXT = @EXEEXT@
215 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
216 EXPAT_CFLAGS = @EXPAT_CFLAGS@
217 EXPAT_LIBS = @EXPAT_LIBS@
218 FC_ADD_FONTS = @FC_ADD_FONTS@
219 FC_CACHEDIR = @FC_CACHEDIR@
220 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
221 FC_FONTDATE = @FC_FONTDATE@
222 FC_FONTPATH = @FC_FONTPATH@
223 FGREP = @FGREP@
224 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
225 FREETYPE_LIBS = @FREETYPE_LIBS@
226 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
227 GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
228 GIT = @GIT@
229 GMSGFMT = @GMSGFMT@
230 GMSGFMT_015 = @GMSGFMT_015@
231 GPERF = @GPERF@
232 GREP = @GREP@
233 HASDOCBOOK = @HASDOCBOOK@
234 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
235 ICONV_CFLAGS = @ICONV_CFLAGS@
236 ICONV_LIBS = @ICONV_LIBS@
237 INSTALL = @INSTALL@
238 INSTALL_DATA = @INSTALL_DATA@
239 INSTALL_PROGRAM = @INSTALL_PROGRAM@
240 INSTALL_SCRIPT = @INSTALL_SCRIPT@
241 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
242 INTLLIBS = @INTLLIBS@
243 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
244 LD = @LD@
245 LDFLAGS = @LDFLAGS@
246 LIBICONV = @LIBICONV@
247 LIBINTL = @LIBINTL@
248 LIBOBJS = @LIBOBJS@
249 LIBS = @LIBS@
250 LIBTOOL = @LIBTOOL@
251 LIBT_CURRENT = @LIBT_CURRENT@
252 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
253 LIBT_REVISION = @LIBT_REVISION@
254 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
255 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
256 LIBXML2_LIBS = @LIBXML2_LIBS@
257 LIPO = @LIPO@
258 LN_S = @LN_S@
259 LTLIBICONV = @LTLIBICONV@
260 LTLIBINTL = @LTLIBINTL@
261 LTLIBOBJS = @LTLIBOBJS@
262 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
263 MAKEINFO = @MAKEINFO@
264 MANIFEST_TOOL = @MANIFEST_TOOL@
265 MKDIR_P = @MKDIR_P@
266 MSGFMT = @MSGFMT@
267 MSGFMT_015 = @MSGFMT_015@
268 MSGMERGE = @MSGMERGE@
269 NM = @NM@
270 NMEDIT = @NMEDIT@
271 OBJDUMP = @OBJDUMP@
272 OBJEXT = @OBJEXT@
273 OTOOL = @OTOOL@
274 OTOOL64 = @OTOOL64@
275 PACKAGE = @PACKAGE@
276 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
277 PACKAGE_NAME = @PACKAGE_NAME@
278 PACKAGE_STRING = @PACKAGE_STRING@
279 PACKAGE_TARNAME = @PACKAGE_TARNAME@
280 PACKAGE_URL = @PACKAGE_URL@
281 PACKAGE_VERSION = @PACKAGE_VERSION@
282 PATH_SEPARATOR = @PATH_SEPARATOR@
283 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
284 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
285 PKG_CONFIG = @PKG_CONFIG@
286 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
287 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
288 PKG_EXPAT_CFLAGS = @PKG_EXPAT_CFLAGS@
289 PKG_EXPAT_LIBS = @PKG_EXPAT_LIBS@
290 POSUB = @POSUB@
291 PREFERRED_HINTING = @PREFERRED_HINTING@
292 PTHREAD_CC = @PTHREAD_CC@
293 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
294 PTHREAD_LIBS = @PTHREAD_LIBS@
295 RANLIB = @RANLIB@
296 RM = @RM@
297 SED = @SED@
298 SET_MAKE = @SET_MAKE@
299 SHELL = @SHELL@
300 STRIP = @STRIP@
301 TEMPLATEDIR = @TEMPLATEDIR@
302 USE_NLS = @USE_NLS@
303 UUID_CFLAGS = @UUID_CFLAGS@
304 UUID_LIBS = @UUID_LIBS@
305 VERSION = @VERSION@
306 WARN_CFLAGS = @WARN_CFLAGS@
307 XGETTEXT = @XGETTEXT@
308 XGETTEXT_015 = @XGETTEXT_015@
309 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
310 XMLDIR = @XMLDIR@
311 abs_builddir = @abs_builddir@
312 abs_srcdir = @abs_srcdir@
313 abs_top_builddir = @abs_top_builddir@
314 abs_top_srcdir = @abs_top_srcdir@
315 ac_ct_AR = @ac_ct_AR@
316 ac_ct_CC = @ac_ct_CC@
317 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
318 am__include = @am__include@
319 am__leading_dot = @am__leading_dot@
320 am__quote = @am__quote@
321 am__tar = @am__tar@
322 am__untar = @am__untar@
323 ax_pthread_config = @ax_pthread_config@
324 bindir = @bindir@
325 build = @build@
326 build_alias = @build_alias@
327 build_cpu = @build_cpu@
328 build_os = @build_os@
329 build_vendor = @build_vendor@
330 builddir = @builddir@
331 datadir = @datadir@
332 datarootdir = @datarootdir@
333 docdir = @docdir@
334 dvidir = @dvidir@
335 exec_prefix = @exec_prefix@
336 fc_cachedir = @fc_cachedir@
337 host = @host@
338 host_alias = @host_alias@
339 host_cpu = @host_cpu@
340 host_os = @host_os@
341 host_vendor = @host_vendor@
342 htmldir = @htmldir@
343 includedir = @includedir@
344 infodir = @infodir@
345 install_sh = @install_sh@
346 libdir = @libdir@
347 libexecdir = @libexecdir@
348 localedir = @localedir@
349 localstatedir = @localstatedir@
350 mandir = @mandir@
351 mkdir_p = @mkdir_p@
352 ms_librarian = @ms_librarian@
353 oldincludedir = @oldincludedir@
354 pdfdir = @pdfdir@
355 pkgconfigdir = @pkgconfigdir@
356 prefix = @prefix@
357 program_transform_name = @program_transform_name@
358 psdir = @psdir@
359 sbindir = @sbindir@
360 sharedstatedir = @sharedstatedir@
361 srcdir = @srcdir@
362 sysconfdir = @sysconfdir@
363 target_alias = @target_alias@
364 top_build_prefix = @top_build_prefix@
365 top_builddir = @top_builddir@
366 top_srcdir = @top_srcdir@
367 BUILT_SOURCES = README
368 DOC_SOURCES = README.in
369 DOC_FILES = $(DOC_SOURCES:.in=)
370 CONF_LINKS = \
371         10-hinting-$(PREFERRED_HINTING).conf    \
372         10-scale-bitmap-fonts.conf \
373         20-unhint-small-vera.conf \
374         30-metric-aliases.conf \
375         40-nonlatin.conf \
376         45-generic.conf \
377         45-latin.conf \
378         49-sansserif.conf \
379         50-user.conf \
380         51-local.conf \
381         60-generic.conf \
382         60-latin.conf \
383         65-fonts-persian.conf \
384         65-nonlatin.conf \
385         69-unifont.conf \
386         80-delicious.conf \
387         90-synthetic.conf
388
389 EXTRA_DIST = $(template_DATA) $(DOC_SOURCES)
390 CLEANFILES = $(DOC_FILES)
391 configdir = $(CONFIGDIR)
392 config_DATA = $(DOC_FILES)
393 templatedir = $(TEMPLATEDIR)
394 template_DATA = \
395         10-autohint.conf                \
396         10-hinting-full.conf            \
397         10-hinting-medium.conf          \
398         10-hinting-none.conf            \
399         10-hinting-slight.conf          \
400         10-no-sub-pixel.conf            \
401         10-scale-bitmap-fonts.conf      \
402         10-sub-pixel-bgr.conf           \
403         10-sub-pixel-rgb.conf           \
404         10-sub-pixel-vbgr.conf          \
405         10-sub-pixel-vrgb.conf          \
406         10-unhinted.conf                \
407         11-lcdfilter-default.conf       \
408         11-lcdfilter-legacy.conf        \
409         11-lcdfilter-light.conf         \
410         20-unhint-small-vera.conf       \
411         25-unhint-nonlatin.conf         \
412         30-metric-aliases.conf          \
413         40-nonlatin.conf                \
414         45-generic.conf                 \
415         45-latin.conf                   \
416         49-sansserif.conf               \
417         50-user.conf                    \
418         51-local.conf                   \
419         60-generic.conf                 \
420         60-latin.conf                   \
421         65-fonts-persian.conf           \
422         65-khmer.conf                   \
423         65-nonlatin.conf                \
424         69-unifont.conf                 \
425         70-no-bitmaps.conf              \
426         70-yes-bitmaps.conf             \
427         80-delicious.conf               \
428         90-synthetic.conf
429
430 all: $(BUILT_SOURCES)
431         $(MAKE) $(AM_MAKEFLAGS) all-am
432
433 .SUFFIXES:
434 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
435         @for dep in $?; do \
436           case '$(am__configure_deps)' in \
437             *$$dep*) \
438               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
439                 && { if test -f $@; then exit 0; else break; fi; }; \
440               exit 1;; \
441           esac; \
442         done; \
443         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu conf.d/Makefile'; \
444         $(am__cd) $(top_srcdir) && \
445           $(AUTOMAKE) --gnu conf.d/Makefile
446 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
447         @case '$?' in \
448           *config.status*) \
449             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
450           *) \
451             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
452             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
453         esac;
454
455 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
456         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
457
458 $(top_srcdir)/configure:  $(am__configure_deps)
459         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
460 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
461         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462 $(am__aclocal_m4_deps):
463
464 mostlyclean-libtool:
465         -rm -f *.lo
466
467 clean-libtool:
468         -rm -rf .libs _libs
469 install-configDATA: $(config_DATA)
470         @$(NORMAL_INSTALL)
471         @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
472         if test -n "$$list"; then \
473           echo " $(MKDIR_P) '$(DESTDIR)$(configdir)'"; \
474           $(MKDIR_P) "$(DESTDIR)$(configdir)" || exit 1; \
475         fi; \
476         for p in $$list; do \
477           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
478           echo "$$d$$p"; \
479         done | $(am__base_list) | \
480         while read files; do \
481           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(configdir)'"; \
482           $(INSTALL_DATA) $$files "$(DESTDIR)$(configdir)" || exit $$?; \
483         done
484
485 uninstall-configDATA:
486         @$(NORMAL_UNINSTALL)
487         @list='$(config_DATA)'; test -n "$(configdir)" || list=; \
488         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
489         dir='$(DESTDIR)$(configdir)'; $(am__uninstall_files_from_dir)
490 install-templateDATA: $(template_DATA)
491         @$(NORMAL_INSTALL)
492         @list='$(template_DATA)'; test -n "$(templatedir)" || list=; \
493         if test -n "$$list"; then \
494           echo " $(MKDIR_P) '$(DESTDIR)$(templatedir)'"; \
495           $(MKDIR_P) "$(DESTDIR)$(templatedir)" || exit 1; \
496         fi; \
497         for p in $$list; do \
498           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
499           echo "$$d$$p"; \
500         done | $(am__base_list) | \
501         while read files; do \
502           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(templatedir)'"; \
503           $(INSTALL_DATA) $$files "$(DESTDIR)$(templatedir)" || exit $$?; \
504         done
505
506 uninstall-templateDATA:
507         @$(NORMAL_UNINSTALL)
508         @list='$(template_DATA)'; test -n "$(templatedir)" || list=; \
509         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
510         dir='$(DESTDIR)$(templatedir)'; $(am__uninstall_files_from_dir)
511 tags TAGS:
512
513 ctags CTAGS:
514
515 cscope cscopelist:
516
517
518 distdir: $(DISTFILES)
519         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521         list='$(DISTFILES)'; \
522           dist_files=`for file in $$list; do echo $$file; done | \
523           sed -e "s|^$$srcdirstrip/||;t" \
524               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525         case $$dist_files in \
526           */*) $(MKDIR_P) `echo "$$dist_files" | \
527                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528                            sort -u` ;; \
529         esac; \
530         for file in $$dist_files; do \
531           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532           if test -d $$d/$$file; then \
533             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534             if test -d "$(distdir)/$$file"; then \
535               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536             fi; \
537             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540             fi; \
541             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542           else \
543             test -f "$(distdir)/$$file" \
544             || cp -p $$d/$$file "$(distdir)/$$file" \
545             || exit 1; \
546           fi; \
547         done
548 check-am: all-am
549 check: $(BUILT_SOURCES)
550         $(MAKE) $(AM_MAKEFLAGS) check-am
551 all-am: Makefile $(DATA)
552 installdirs:
553         for dir in "$(DESTDIR)$(configdir)" "$(DESTDIR)$(templatedir)"; do \
554           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
555         done
556 install: $(BUILT_SOURCES)
557         $(MAKE) $(AM_MAKEFLAGS) install-am
558 install-exec: install-exec-am
559 install-data: install-data-am
560 uninstall: uninstall-am
561
562 install-am: all-am
563         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
564
565 installcheck: installcheck-am
566 install-strip:
567         if test -z '$(STRIP)'; then \
568           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
569             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
570               install; \
571         else \
572           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
573             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
574             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
575         fi
576 mostlyclean-generic:
577
578 clean-generic:
579         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
580
581 distclean-generic:
582         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
583         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
584
585 maintainer-clean-generic:
586         @echo "This command is intended for maintainers to use"
587         @echo "it deletes files that may require special tools to rebuild."
588         -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
589 clean: clean-am
590
591 clean-am: clean-generic clean-libtool mostlyclean-am
592
593 distclean: distclean-am
594         -rm -f Makefile
595 distclean-am: clean-am distclean-generic
596
597 dvi: dvi-am
598
599 dvi-am:
600
601 html: html-am
602
603 html-am:
604
605 info: info-am
606
607 info-am:
608
609 install-data-am: install-configDATA install-templateDATA
610         @$(NORMAL_INSTALL)
611         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
612 install-dvi: install-dvi-am
613
614 install-dvi-am:
615
616 install-exec-am:
617
618 install-html: install-html-am
619
620 install-html-am:
621
622 install-info: install-info-am
623
624 install-info-am:
625
626 install-man:
627
628 install-pdf: install-pdf-am
629
630 install-pdf-am:
631
632 install-ps: install-ps-am
633
634 install-ps-am:
635
636 installcheck-am:
637
638 maintainer-clean: maintainer-clean-am
639         -rm -f Makefile
640 maintainer-clean-am: distclean-am maintainer-clean-generic
641
642 mostlyclean: mostlyclean-am
643
644 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
645
646 pdf: pdf-am
647
648 pdf-am:
649
650 ps: ps-am
651
652 ps-am:
653
654 uninstall-am: uninstall-configDATA uninstall-local \
655         uninstall-templateDATA
656
657 .MAKE: all check install install-am install-data-am install-strip
658
659 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
660         cscopelist-am ctags-am distclean distclean-generic \
661         distclean-libtool distdir dvi dvi-am html html-am info info-am \
662         install install-am install-configDATA install-data \
663         install-data-am install-data-hook install-dvi install-dvi-am \
664         install-exec install-exec-am install-html install-html-am \
665         install-info install-info-am install-man install-pdf \
666         install-pdf-am install-ps install-ps-am install-strip \
667         install-templateDATA installcheck installcheck-am installdirs \
668         maintainer-clean maintainer-clean-generic mostlyclean \
669         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
670         tags-am uninstall uninstall-am uninstall-configDATA \
671         uninstall-local uninstall-templateDATA
672
673 .PRECIOUS: Makefile
674
675
676 README: $(srcdir)/README.in
677         sed "s|\@TEMPLATEDIR\@|$(templatedir)|" $< > $@
678
679 install-data-hook:
680         mkdir -p $(DESTDIR)$(configdir)
681         @(echo cd $(DESTDIR)$(configdir);                       \
682           cd $(DESTDIR)$(configdir);                            \
683           for i in $(CONF_LINKS); do                            \
684             echo $(RM) $$i";" ln -s $(templatedir)/$$i .;       \
685             $(RM) $$i;                                          \
686             ln -s $(templatedir)/$$i .;                         \
687           done)
688 uninstall-local:
689         @(echo cd $(DESTDIR)$(configdir);                       \
690           cd $(DESTDIR)$(configdir);                            \
691           for i in $(CONF_LINKS); do                            \
692             echo $(RM) $$i;                                     \
693             $(RM) $$i;                                          \
694           done)
695
696 -include $(top_srcdir)/git.mk
697
698 # Tell versions [3.59,3.63) of GNU make to not export all variables.
699 # Otherwise a system limit (for SysV at least) may be exceeded.
700 .NOEXPORT: