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