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