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