52b860b521ec0f66eec6de101bf0837174fda441
[platform/upstream/fontconfig.git] / fc-blanks / Makefile.in
1 # Makefile.in generated by automake 1.14.1 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 # -*- encoding: utf-8 -*-
18 #
19 # Copyright © 2003  Keith Packard
20 #
21 # Permission to use, copy, modify, distribute, and sell this software and its
22 # documentation for any purpose is hereby granted without fee, provided that
23 # the above copyright notice appear in all copies and that both that
24 # copyright notice and this permission notice appear in supporting
25 # documentation, and that the name of the author(s) not be used in
26 # advertising or publicity pertaining to distribution of the software without
27 # specific, written prior permission.  The authors make no
28 # representations about the suitability of this software for any purpose.  It
29 # is provided "as is" without express or implied warranty.
30 #
31 # THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
32 # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
33 # EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
34 # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
35 # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
36 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
37 # PERFORMANCE OF THIS SOFTWARE.
38
39
40 VPATH = @srcdir@
41 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
42 am__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
84 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
85 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
86 pkgdatadir = $(datadir)/@PACKAGE@
87 pkgincludedir = $(includedir)/@PACKAGE@
88 pkglibdir = $(libdir)/@PACKAGE@
89 pkglibexecdir = $(libexecdir)/@PACKAGE@
90 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
91 install_sh_DATA = $(install_sh) -c -m 644
92 install_sh_PROGRAM = $(install_sh) -c
93 install_sh_SCRIPT = $(install_sh) -c
94 INSTALL_HEADER = $(INSTALL_DATA)
95 transform = $(program_transform_name)
96 NORMAL_INSTALL = :
97 PRE_INSTALL = :
98 POST_INSTALL = :
99 NORMAL_UNINSTALL = :
100 PRE_UNINSTALL = :
101 POST_UNINSTALL = :
102 build_triplet = @build@
103 host_triplet = @host@
104 subdir = fc-blanks
105 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
106         $(noinst_HEADERS)
107 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
108 am__aclocal_m4_deps = $(top_srcdir)/m4/ac_check_symbol.m4 \
109         $(top_srcdir)/m4/ax_cc_for_build.m4 \
110         $(top_srcdir)/m4/ax_create_stdint_h.m4 \
111         $(top_srcdir)/m4/ax_pthread.m4 $(top_srcdir)/m4/libtool.m4 \
112         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
113         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
114         $(top_srcdir)/m4/pkg.m4 $(top_srcdir)/configure.ac
115 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
116         $(ACLOCAL_M4)
117 mkinstalldirs = $(install_sh) -d
118 CONFIG_HEADER = $(top_builddir)/config.h
119 CONFIG_CLEAN_FILES =
120 CONFIG_CLEAN_VPATH_FILES =
121 SCRIPTS = $(noinst_SCRIPTS)
122 AM_V_P = $(am__v_P_@AM_V@)
123 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
124 am__v_P_0 = false
125 am__v_P_1 = :
126 AM_V_GEN = $(am__v_GEN_@AM_V@)
127 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
128 am__v_GEN_0 = @echo "  GEN     " $@;
129 am__v_GEN_1 = 
130 AM_V_at = $(am__v_at_@AM_V@)
131 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
132 am__v_at_0 = @
133 am__v_at_1 = 
134 SOURCES =
135 DIST_SOURCES =
136 am__can_run_installinfo = \
137   case $$AM_UPDATE_INFO_DIR in \
138     n|no|NO) false;; \
139     *) (install-info --version) >/dev/null 2>&1;; \
140   esac
141 HEADERS = $(noinst_HEADERS)
142 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
143 # Read a list of newline-separated strings from the standard input,
144 # and print each of them once, without duplicates.  Input order is
145 # *not* preserved.
146 am__uniquify_input = $(AWK) '\
147   BEGIN { nonempty = 0; } \
148   { items[$$0] = 1; nonempty = 1; } \
149   END { if (nonempty) { for (i in items) print i; }; } \
150 '
151 # Make sure the list of sources is unique.  This is necessary because,
152 # e.g., the same source file might be shared among _SOURCES variables
153 # for different programs/libraries.
154 am__define_uniq_tagged_files = \
155   list='$(am__tagged_files)'; \
156   unique=`for i in $$list; do \
157     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
158   done | $(am__uniquify_input)`
159 ETAGS = etags
160 CTAGS = ctags
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 ACLOCAL = @ACLOCAL@
163 AMTAR = @AMTAR@
164 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
165 AR = @AR@
166 AS = @AS@
167 AUTOCONF = @AUTOCONF@
168 AUTOHEADER = @AUTOHEADER@
169 AUTOMAKE = @AUTOMAKE@
170 AWK = @AWK@
171 BASECONFIGDIR = @BASECONFIGDIR@
172 CC = @CC@
173 CCDEPMODE = @CCDEPMODE@
174 CC_FOR_BUILD = @CC_FOR_BUILD@
175 CFLAGS = @CFLAGS@
176 CONFIGDIR = @CONFIGDIR@
177 CPP = @CPP@
178 CPPFLAGS = @CPPFLAGS@
179 CYGPATH_W = @CYGPATH_W@
180 DEFS = @DEFS@
181 DEPDIR = @DEPDIR@
182 DLLTOOL = @DLLTOOL@
183 DOCMAN3 = @DOCMAN3@
184 DSYMUTIL = @DSYMUTIL@
185 DUMPBIN = @DUMPBIN@
186 ECHO_C = @ECHO_C@
187 ECHO_N = @ECHO_N@
188 ECHO_T = @ECHO_T@
189 EGREP = @EGREP@
190 EXEEXT = @EXEEXT@
191 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
192 EXPAT_CFLAGS = @EXPAT_CFLAGS@
193 EXPAT_LIBS = @EXPAT_LIBS@
194 FC_ADD_FONTS = @FC_ADD_FONTS@
195 FC_CACHEDIR = @FC_CACHEDIR@
196 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
197 FC_FONTDATE = @FC_FONTDATE@
198 FC_FONTPATH = @FC_FONTPATH@
199 FGREP = @FGREP@
200 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
201 FREETYPE_LIBS = @FREETYPE_LIBS@
202 GIT = @GIT@
203 GPERF = @GPERF@
204 GREP = @GREP@
205 HASDOCBOOK = @HASDOCBOOK@
206 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
207 ICONV_CFLAGS = @ICONV_CFLAGS@
208 ICONV_LIBS = @ICONV_LIBS@
209 INSTALL = @INSTALL@
210 INSTALL_DATA = @INSTALL_DATA@
211 INSTALL_PROGRAM = @INSTALL_PROGRAM@
212 INSTALL_SCRIPT = @INSTALL_SCRIPT@
213 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214 LD = @LD@
215 LDFLAGS = @LDFLAGS@
216 LIBOBJS = @LIBOBJS@
217 LIBS = @LIBS@
218 LIBTOOL = @LIBTOOL@
219 LIBT_CURRENT = @LIBT_CURRENT@
220 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
221 LIBT_REVISION = @LIBT_REVISION@
222 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
223 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
224 LIBXML2_LIBS = @LIBXML2_LIBS@
225 LIPO = @LIPO@
226 LN_S = @LN_S@
227 LTLIBOBJS = @LTLIBOBJS@
228 MAKEINFO = @MAKEINFO@
229 MANIFEST_TOOL = @MANIFEST_TOOL@
230 MKDIR_P = @MKDIR_P@
231 NM = @NM@
232 NMEDIT = @NMEDIT@
233 OBJDUMP = @OBJDUMP@
234 OBJEXT = @OBJEXT@
235 OTOOL = @OTOOL@
236 OTOOL64 = @OTOOL64@
237 PACKAGE = @PACKAGE@
238 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
239 PACKAGE_NAME = @PACKAGE_NAME@
240 PACKAGE_STRING = @PACKAGE_STRING@
241 PACKAGE_TARNAME = @PACKAGE_TARNAME@
242 PACKAGE_URL = @PACKAGE_URL@
243 PACKAGE_VERSION = @PACKAGE_VERSION@
244 PATH_SEPARATOR = @PATH_SEPARATOR@
245 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
246 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
247 PKG_CONFIG = @PKG_CONFIG@
248 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
249 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
250 PTHREAD_CC = @PTHREAD_CC@
251 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
252 PTHREAD_LIBS = @PTHREAD_LIBS@
253 PYTHON = @PYTHON@
254 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
255 PYTHON_PLATFORM = @PYTHON_PLATFORM@
256 PYTHON_PREFIX = @PYTHON_PREFIX@
257 PYTHON_VERSION = @PYTHON_VERSION@
258 RANLIB = @RANLIB@
259 RM = @RM@
260 SED = @SED@
261 SET_MAKE = @SET_MAKE@
262 SHELL = @SHELL@
263 STRIP = @STRIP@
264 TEMPLATEDIR = @TEMPLATEDIR@
265 VERSION = @VERSION@
266 WARN_CFLAGS = @WARN_CFLAGS@
267 XMLDIR = @XMLDIR@
268 abs_builddir = @abs_builddir@
269 abs_srcdir = @abs_srcdir@
270 abs_top_builddir = @abs_top_builddir@
271 abs_top_srcdir = @abs_top_srcdir@
272 ac_ct_AR = @ac_ct_AR@
273 ac_ct_CC = @ac_ct_CC@
274 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
275 am__include = @am__include@
276 am__leading_dot = @am__leading_dot@
277 am__quote = @am__quote@
278 am__tar = @am__tar@
279 am__untar = @am__untar@
280 ax_pthread_config = @ax_pthread_config@
281 bindir = @bindir@
282 build = @build@
283 build_alias = @build_alias@
284 build_cpu = @build_cpu@
285 build_os = @build_os@
286 build_vendor = @build_vendor@
287 builddir = @builddir@
288 datadir = @datadir@
289 datarootdir = @datarootdir@
290 docdir = @docdir@
291 dvidir = @dvidir@
292 exec_prefix = @exec_prefix@
293 fc_cachedir = @fc_cachedir@
294 host = @host@
295 host_alias = @host_alias@
296 host_cpu = @host_cpu@
297 host_os = @host_os@
298 host_vendor = @host_vendor@
299 htmldir = @htmldir@
300 includedir = @includedir@
301 infodir = @infodir@
302 install_sh = @install_sh@
303 libdir = @libdir@
304 libexecdir = @libexecdir@
305 localedir = @localedir@
306 localstatedir = @localstatedir@
307 mandir = @mandir@
308 mkdir_p = @mkdir_p@
309 ms_librarian = @ms_librarian@
310 oldincludedir = @oldincludedir@
311 pdfdir = @pdfdir@
312 pkgconfigdir = @pkgconfigdir@
313 pkgpyexecdir = @pkgpyexecdir@
314 pkgpythondir = @pkgpythondir@
315 prefix = @prefix@
316 program_transform_name = @program_transform_name@
317 psdir = @psdir@
318 pyexecdir = @pyexecdir@
319 pythondir = @pythondir@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 srcdir = @srcdir@
323 sysconfdir = @sysconfdir@
324 target_alias = @target_alias@
325 top_build_prefix = @top_build_prefix@
326 top_builddir = @top_builddir@
327 top_srcdir = @top_srcdir@
328 NULL = 
329 BLANKSPY = fc-blanks.py
330 BLANKS_H = fcblanks.h
331 TMPL = fcblanks.tmpl.h
332 noinst_SCRIPTS = $(BLANKSPY)
333 noinst_HEADERS = $(BLANKS_H)
334 EXTRA_DIST = \
335         $(BLANKSPY)     \
336         $(BLANKS_H)     \
337         $(TMPL)         \
338         $(NULL)
339
340 DISTCLEANFILES = $(BLANKS_H)
341 all: all-am
342
343 .SUFFIXES:
344 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
345         @for dep in $?; do \
346           case '$(am__configure_deps)' in \
347             *$$dep*) \
348               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
349                 && { if test -f $@; then exit 0; else break; fi; }; \
350               exit 1;; \
351           esac; \
352         done; \
353         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-blanks/Makefile'; \
354         $(am__cd) $(top_srcdir) && \
355           $(AUTOMAKE) --gnu fc-blanks/Makefile
356 .PRECIOUS: Makefile
357 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
358         @case '$?' in \
359           *config.status*) \
360             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
361           *) \
362             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
363             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
364         esac;
365
366 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
367         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368
369 $(top_srcdir)/configure:  $(am__configure_deps)
370         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
371 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
372         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
373 $(am__aclocal_m4_deps):
374
375 mostlyclean-libtool:
376         -rm -f *.lo
377
378 clean-libtool:
379         -rm -rf .libs _libs
380
381 ID: $(am__tagged_files)
382         $(am__define_uniq_tagged_files); mkid -fID $$unique
383 tags: tags-am
384 TAGS: tags
385
386 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
387         set x; \
388         here=`pwd`; \
389         $(am__define_uniq_tagged_files); \
390         shift; \
391         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
392           test -n "$$unique" || unique=$$empty_fix; \
393           if test $$# -gt 0; then \
394             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
395               "$$@" $$unique; \
396           else \
397             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
398               $$unique; \
399           fi; \
400         fi
401 ctags: ctags-am
402
403 CTAGS: ctags
404 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
405         $(am__define_uniq_tagged_files); \
406         test -z "$(CTAGS_ARGS)$$unique" \
407           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
408              $$unique
409
410 GTAGS:
411         here=`$(am__cd) $(top_builddir) && pwd` \
412           && $(am__cd) $(top_srcdir) \
413           && gtags -i $(GTAGS_ARGS) "$$here"
414 cscopelist: cscopelist-am
415
416 cscopelist-am: $(am__tagged_files)
417         list='$(am__tagged_files)'; \
418         case "$(srcdir)" in \
419           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
420           *) sdir=$(subdir)/$(srcdir) ;; \
421         esac; \
422         for i in $$list; do \
423           if test -f "$$i"; then \
424             echo "$(subdir)/$$i"; \
425           else \
426             echo "$$sdir/$$i"; \
427           fi; \
428         done >> $(top_builddir)/cscope.files
429
430 distclean-tags:
431         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
432
433 distdir: $(DISTFILES)
434         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
435         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436         list='$(DISTFILES)'; \
437           dist_files=`for file in $$list; do echo $$file; done | \
438           sed -e "s|^$$srcdirstrip/||;t" \
439               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
440         case $$dist_files in \
441           */*) $(MKDIR_P) `echo "$$dist_files" | \
442                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
443                            sort -u` ;; \
444         esac; \
445         for file in $$dist_files; do \
446           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
447           if test -d $$d/$$file; then \
448             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
449             if test -d "$(distdir)/$$file"; then \
450               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
451             fi; \
452             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
453               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
454               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
455             fi; \
456             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
457           else \
458             test -f "$(distdir)/$$file" \
459             || cp -p $$d/$$file "$(distdir)/$$file" \
460             || exit 1; \
461           fi; \
462         done
463 check-am: all-am
464 check: check-am
465 all-am: Makefile $(SCRIPTS) $(HEADERS)
466 installdirs:
467 install: install-am
468 install-exec: install-exec-am
469 install-data: install-data-am
470 uninstall: uninstall-am
471
472 install-am: all-am
473         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
474
475 installcheck: installcheck-am
476 install-strip:
477         if test -z '$(STRIP)'; then \
478           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
479             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
480               install; \
481         else \
482           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
483             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
484             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
485         fi
486 mostlyclean-generic:
487
488 clean-generic:
489
490 distclean-generic:
491         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
492         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
493         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
494
495 maintainer-clean-generic:
496         @echo "This command is intended for maintainers to use"
497         @echo "it deletes files that may require special tools to rebuild."
498 clean: clean-am
499
500 clean-am: clean-generic clean-libtool mostlyclean-am
501
502 distclean: distclean-am
503         -rm -f Makefile
504 distclean-am: clean-am distclean-generic distclean-tags
505
506 dvi: dvi-am
507
508 dvi-am:
509
510 html: html-am
511
512 html-am:
513
514 info: info-am
515
516 info-am:
517
518 install-data-am:
519
520 install-dvi: install-dvi-am
521
522 install-dvi-am:
523
524 install-exec-am:
525
526 install-html: install-html-am
527
528 install-html-am:
529
530 install-info: install-info-am
531
532 install-info-am:
533
534 install-man:
535
536 install-pdf: install-pdf-am
537
538 install-pdf-am:
539
540 install-ps: install-ps-am
541
542 install-ps-am:
543
544 installcheck-am:
545
546 maintainer-clean: maintainer-clean-am
547         -rm -f Makefile
548 maintainer-clean-am: distclean-am maintainer-clean-generic
549
550 mostlyclean: mostlyclean-am
551
552 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
553
554 pdf: pdf-am
555
556 pdf-am:
557
558 ps: ps-am
559
560 ps-am:
561
562 uninstall-am:
563
564 .MAKE: install-am install-strip
565
566 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
567         clean-libtool cscopelist-am ctags ctags-am distclean \
568         distclean-generic distclean-libtool distclean-tags distdir dvi \
569         dvi-am html html-am info info-am install install-am \
570         install-data install-data-am install-dvi install-dvi-am \
571         install-exec install-exec-am install-html install-html-am \
572         install-info install-info-am install-man install-pdf \
573         install-pdf-am install-ps install-ps-am install-strip \
574         installcheck installcheck-am installdirs maintainer-clean \
575         maintainer-clean-generic mostlyclean mostlyclean-generic \
576         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
577         uninstall-am
578
579
580 $(BLANKS_H): $(TMPL) $(BLANKSPY)
581         $(AM_V_GEN) $(PYTHON) $(srcdir)/$(BLANKSPY) < $< > $(BLANKS_H).tmp && \
582         mv $(BLANKS_H).tmp $(BLANKS_H) || ($(RM) $(BLANKS_H).tmp && false)
583
584 -include $(top_srcdir)/git.mk
585
586 # Tell versions [3.59,3.63) of GNU make to not export all variables.
587 # Otherwise a system limit (for SysV at least) may be exceeded.
588 .NOEXPORT: