d6cccb50110259c16efe50d8ce20337f6e2e4c84
[platform/upstream/fontconfig.git] / fc-case / 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 # 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
67 VPATH = @srcdir@
68 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
69 am__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
111 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
112 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
113 pkgdatadir = $(datadir)/@PACKAGE@
114 pkgincludedir = $(includedir)/@PACKAGE@
115 pkglibdir = $(libdir)/@PACKAGE@
116 pkglibexecdir = $(libexecdir)/@PACKAGE@
117 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
118 install_sh_DATA = $(install_sh) -c -m 644
119 install_sh_PROGRAM = $(install_sh) -c
120 install_sh_SCRIPT = $(install_sh) -c
121 INSTALL_HEADER = $(INSTALL_DATA)
122 transform = $(program_transform_name)
123 NORMAL_INSTALL = :
124 PRE_INSTALL = :
125 POST_INSTALL = :
126 NORMAL_UNINSTALL = :
127 PRE_UNINSTALL = :
128 POST_UNINSTALL = :
129 build_triplet = @build@
130 host_triplet = @host@
131 DIST_COMMON = $(top_srcdir)/Tools.mk $(srcdir)/Makefile.in \
132         $(srcdir)/Makefile.am $(noinst_HEADERS)
133 subdir = fc-case
134 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
135 am__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)/m4/pkg.m4 $(top_srcdir)/configure.ac
142 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
143         $(ACLOCAL_M4)
144 mkinstalldirs = $(install_sh) -d
145 CONFIG_HEADER = $(top_builddir)/config.h
146 CONFIG_CLEAN_FILES =
147 CONFIG_CLEAN_VPATH_FILES =
148 AM_V_P = $(am__v_P_@AM_V@)
149 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150 am__v_P_0 = false
151 am__v_P_1 = :
152 AM_V_GEN = $(am__v_GEN_@AM_V@)
153 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
154 am__v_GEN_0 = @echo "  GEN     " $@;
155 am__v_GEN_1 = 
156 AM_V_at = $(am__v_at_@AM_V@)
157 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158 am__v_at_0 = @
159 am__v_at_1 = 
160 SOURCES =
161 DIST_SOURCES =
162 am__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
167 HEADERS = $(noinst_HEADERS)
168 am__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.
172 am__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.
180 am__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)`
185 ETAGS = etags
186 CTAGS = ctags
187 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
188 ACLOCAL = @ACLOCAL@
189 AMTAR = @AMTAR@
190 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
191 AR = @AR@
192 AS = @AS@
193 AUTOCONF = @AUTOCONF@
194 AUTOHEADER = @AUTOHEADER@
195 AUTOMAKE = @AUTOMAKE@
196 AWK = @AWK@
197 BASECONFIGDIR = @BASECONFIGDIR@
198 CC = @CC@
199 CCDEPMODE = @CCDEPMODE@
200 CC_FOR_BUILD = @CC_FOR_BUILD@
201 CFLAGS = @CFLAGS@
202 CONFIGDIR = @CONFIGDIR@
203 CPP = @CPP@
204 CPPFLAGS = @CPPFLAGS@
205 CYGPATH_W = @CYGPATH_W@
206 DEFS = @DEFS@
207 DEPDIR = @DEPDIR@
208 DLLTOOL = @DLLTOOL@
209 DOCMAN3 = @DOCMAN3@
210 DSYMUTIL = @DSYMUTIL@
211 DUMPBIN = @DUMPBIN@
212 ECHO_C = @ECHO_C@
213 ECHO_N = @ECHO_N@
214 ECHO_T = @ECHO_T@
215 EGREP = @EGREP@
216 EXEEXT = @EXEEXT@
217 EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@
218 EXPAT_CFLAGS = @EXPAT_CFLAGS@
219 EXPAT_LIBS = @EXPAT_LIBS@
220 FC_ADD_FONTS = @FC_ADD_FONTS@
221 FC_CACHEDIR = @FC_CACHEDIR@
222 FC_DEFAULT_FONTS = @FC_DEFAULT_FONTS@
223 FC_FONTDATE = @FC_FONTDATE@
224 FC_FONTPATH = @FC_FONTPATH@
225 FGREP = @FGREP@
226 FREETYPE_CFLAGS = @FREETYPE_CFLAGS@
227 FREETYPE_LIBS = @FREETYPE_LIBS@
228 GIT = @GIT@
229 GPERF = @GPERF@
230 GREP = @GREP@
231 HASDOCBOOK = @HASDOCBOOK@
232 HAVE_XMLPARSE_H = @HAVE_XMLPARSE_H@
233 ICONV_CFLAGS = @ICONV_CFLAGS@
234 ICONV_LIBS = @ICONV_LIBS@
235 INSTALL = @INSTALL@
236 INSTALL_DATA = @INSTALL_DATA@
237 INSTALL_PROGRAM = @INSTALL_PROGRAM@
238 INSTALL_SCRIPT = @INSTALL_SCRIPT@
239 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
240 LD = @LD@
241 LDFLAGS = @LDFLAGS@
242 LIBOBJS = @LIBOBJS@
243 LIBS = @LIBS@
244 LIBTOOL = @LIBTOOL@
245 LIBT_CURRENT = @LIBT_CURRENT@
246 LIBT_CURRENT_MINUS_AGE = @LIBT_CURRENT_MINUS_AGE@
247 LIBT_REVISION = @LIBT_REVISION@
248 LIBT_VERSION_INFO = @LIBT_VERSION_INFO@
249 LIBXML2_CFLAGS = @LIBXML2_CFLAGS@
250 LIBXML2_LIBS = @LIBXML2_LIBS@
251 LIPO = @LIPO@
252 LN_S = @LN_S@
253 LTLIBOBJS = @LTLIBOBJS@
254 MAKEINFO = @MAKEINFO@
255 MANIFEST_TOOL = @MANIFEST_TOOL@
256 MKDIR_P = @MKDIR_P@
257 NM = @NM@
258 NMEDIT = @NMEDIT@
259 OBJDUMP = @OBJDUMP@
260 OBJEXT = @OBJEXT@
261 OTOOL = @OTOOL@
262 OTOOL64 = @OTOOL64@
263 PACKAGE = @PACKAGE@
264 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
265 PACKAGE_NAME = @PACKAGE_NAME@
266 PACKAGE_STRING = @PACKAGE_STRING@
267 PACKAGE_TARNAME = @PACKAGE_TARNAME@
268 PACKAGE_URL = @PACKAGE_URL@
269 PACKAGE_VERSION = @PACKAGE_VERSION@
270 PATH_SEPARATOR = @PATH_SEPARATOR@
271 PKGCONFIG_REQUIRES = @PKGCONFIG_REQUIRES@
272 PKGCONFIG_REQUIRES_PRIVATELY = @PKGCONFIG_REQUIRES_PRIVATELY@
273 PKG_CONFIG = @PKG_CONFIG@
274 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
275 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
276 PTHREAD_CC = @PTHREAD_CC@
277 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
278 PTHREAD_LIBS = @PTHREAD_LIBS@
279 PYTHON = @PYTHON@
280 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
281 PYTHON_PLATFORM = @PYTHON_PLATFORM@
282 PYTHON_PREFIX = @PYTHON_PREFIX@
283 PYTHON_VERSION = @PYTHON_VERSION@
284 RANLIB = @RANLIB@
285 RM = @RM@
286 SED = @SED@
287 SET_MAKE = @SET_MAKE@
288 SHELL = @SHELL@
289 STRIP = @STRIP@
290 TEMPLATEDIR = @TEMPLATEDIR@
291 VERSION = @VERSION@
292 WARN_CFLAGS = @WARN_CFLAGS@
293 XMLDIR = @XMLDIR@
294 abs_builddir = @abs_builddir@
295 abs_srcdir = @abs_srcdir@
296 abs_top_builddir = @abs_top_builddir@
297 abs_top_srcdir = @abs_top_srcdir@
298 ac_ct_AR = @ac_ct_AR@
299 ac_ct_CC = @ac_ct_CC@
300 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
301 am__include = @am__include@
302 am__leading_dot = @am__leading_dot@
303 am__quote = @am__quote@
304 am__tar = @am__tar@
305 am__untar = @am__untar@
306 ax_pthread_config = @ax_pthread_config@
307 bindir = @bindir@
308 build = @build@
309 build_alias = @build_alias@
310 build_cpu = @build_cpu@
311 build_os = @build_os@
312 build_vendor = @build_vendor@
313 builddir = @builddir@
314 datadir = @datadir@
315 datarootdir = @datarootdir@
316 docdir = @docdir@
317 dvidir = @dvidir@
318 exec_prefix = @exec_prefix@
319 fc_cachedir = @fc_cachedir@
320 host = @host@
321 host_alias = @host_alias@
322 host_cpu = @host_cpu@
323 host_os = @host_os@
324 host_vendor = @host_vendor@
325 htmldir = @htmldir@
326 includedir = @includedir@
327 infodir = @infodir@
328 install_sh = @install_sh@
329 libdir = @libdir@
330 libexecdir = @libexecdir@
331 localedir = @localedir@
332 localstatedir = @localstatedir@
333 mandir = @mandir@
334 mkdir_p = @mkdir_p@
335 ms_librarian = @ms_librarian@
336 oldincludedir = @oldincludedir@
337 pdfdir = @pdfdir@
338 pkgconfigdir = @pkgconfigdir@
339 pkgpyexecdir = @pkgpyexecdir@
340 pkgpythondir = @pkgpythondir@
341 prefix = @prefix@
342 program_transform_name = @program_transform_name@
343 psdir = @psdir@
344 pyexecdir = @pyexecdir@
345 pythondir = @pythondir@
346 sbindir = @sbindir@
347 sharedstatedir = @sharedstatedir@
348 srcdir = @srcdir@
349 sysconfdir = @sysconfdir@
350 target_alias = @target_alias@
351 top_build_prefix = @top_build_prefix@
352 top_builddir = @top_builddir@
353 top_srcdir = @top_srcdir@
354 TAG = case
355 DEPS = $(srcdir)/CaseFolding.txt
356 ARGS = $(srcdir)/CaseFolding.txt
357 DIST = $(srcdir)/CaseFolding.txt
358 DIR = fc-$(TAG)
359 OUT = fc$(TAG)
360 TMPL = $(OUT).tmpl.h
361 TARG = $(OUT).h
362 TSRC = $(DIR).c
363 TOOL = ./$(DIR)$(EXEEXT_FOR_BUILD)
364 EXTRA_DIST = $(TARG) $(TMPL) $(TSRC) $(DIST)
365 AM_CPPFLAGS = \
366            -I$(builddir) \
367            -I$(srcdir) \
368            -I$(top_builddir)/src \
369            -I$(top_srcdir)/src \
370            -I$(top_builddir) \
371            -I$(top_srcdir) \
372            -DHAVE_CONFIG_H \
373            $(WARN_CFLAGS)
374
375 noinst_HEADERS = $(TARG)
376 ALIAS_FILES = fcalias.h fcaliastail.h
377 BUILT_SOURCES = $(ALIAS_FILES)
378 CLEANFILES = $(ALIAS_FILES) $(TOOL)
379 MAINTAINERCLEANFILES = $(TARG)
380 all: $(BUILT_SOURCES)
381         $(MAKE) $(AM_MAKEFLAGS) all-am
382
383 .SUFFIXES:
384 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Tools.mk $(am__configure_deps)
385         @for dep in $?; do \
386           case '$(am__configure_deps)' in \
387             *$$dep*) \
388               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
389                 && { if test -f $@; then exit 0; else break; fi; }; \
390               exit 1;; \
391           esac; \
392         done; \
393         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu fc-case/Makefile'; \
394         $(am__cd) $(top_srcdir) && \
395           $(AUTOMAKE) --gnu fc-case/Makefile
396 .PRECIOUS: Makefile
397 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
398         @case '$?' in \
399           *config.status*) \
400             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
401           *) \
402             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
403             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
404         esac;
405 $(top_srcdir)/Tools.mk:
406
407 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
408         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409
410 $(top_srcdir)/configure:  $(am__configure_deps)
411         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
412 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
413         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
414 $(am__aclocal_m4_deps):
415
416 mostlyclean-libtool:
417         -rm -f *.lo
418
419 clean-libtool:
420         -rm -rf .libs _libs
421
422 ID: $(am__tagged_files)
423         $(am__define_uniq_tagged_files); mkid -fID $$unique
424 tags: tags-am
425 TAGS: tags
426
427 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428         set x; \
429         here=`pwd`; \
430         $(am__define_uniq_tagged_files); \
431         shift; \
432         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
433           test -n "$$unique" || unique=$$empty_fix; \
434           if test $$# -gt 0; then \
435             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
436               "$$@" $$unique; \
437           else \
438             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
439               $$unique; \
440           fi; \
441         fi
442 ctags: ctags-am
443
444 CTAGS: ctags
445 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
446         $(am__define_uniq_tagged_files); \
447         test -z "$(CTAGS_ARGS)$$unique" \
448           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
449              $$unique
450
451 GTAGS:
452         here=`$(am__cd) $(top_builddir) && pwd` \
453           && $(am__cd) $(top_srcdir) \
454           && gtags -i $(GTAGS_ARGS) "$$here"
455 cscopelist: cscopelist-am
456
457 cscopelist-am: $(am__tagged_files)
458         list='$(am__tagged_files)'; \
459         case "$(srcdir)" in \
460           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
461           *) sdir=$(subdir)/$(srcdir) ;; \
462         esac; \
463         for i in $$list; do \
464           if test -f "$$i"; then \
465             echo "$(subdir)/$$i"; \
466           else \
467             echo "$$sdir/$$i"; \
468           fi; \
469         done >> $(top_builddir)/cscope.files
470
471 distclean-tags:
472         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473
474 distdir: $(DISTFILES)
475         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477         list='$(DISTFILES)'; \
478           dist_files=`for file in $$list; do echo $$file; done | \
479           sed -e "s|^$$srcdirstrip/||;t" \
480               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
481         case $$dist_files in \
482           */*) $(MKDIR_P) `echo "$$dist_files" | \
483                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
484                            sort -u` ;; \
485         esac; \
486         for file in $$dist_files; do \
487           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
488           if test -d $$d/$$file; then \
489             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
490             if test -d "$(distdir)/$$file"; then \
491               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492             fi; \
493             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
494               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
495               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496             fi; \
497             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
498           else \
499             test -f "$(distdir)/$$file" \
500             || cp -p $$d/$$file "$(distdir)/$$file" \
501             || exit 1; \
502           fi; \
503         done
504 check-am: all-am
505 check: $(BUILT_SOURCES)
506         $(MAKE) $(AM_MAKEFLAGS) check-am
507 all-am: Makefile $(HEADERS)
508 installdirs:
509 install: $(BUILT_SOURCES)
510         $(MAKE) $(AM_MAKEFLAGS) install-am
511 install-exec: install-exec-am
512 install-data: install-data-am
513 uninstall: uninstall-am
514
515 install-am: all-am
516         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
517
518 installcheck: installcheck-am
519 install-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
529 mostlyclean-generic:
530
531 clean-generic:
532         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
533
534 distclean-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
538 maintainer-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)
542         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
543 clean: clean-am
544
545 clean-am: clean-generic clean-libtool mostlyclean-am
546
547 distclean: distclean-am
548         -rm -f Makefile
549 distclean-am: clean-am distclean-generic distclean-tags
550
551 dvi: dvi-am
552
553 dvi-am:
554
555 html: html-am
556
557 html-am:
558
559 info: info-am
560
561 info-am:
562
563 install-data-am:
564
565 install-dvi: install-dvi-am
566
567 install-dvi-am:
568
569 install-exec-am:
570
571 install-html: install-html-am
572
573 install-html-am:
574
575 install-info: install-info-am
576
577 install-info-am:
578
579 install-man:
580
581 install-pdf: install-pdf-am
582
583 install-pdf-am:
584
585 install-ps: install-ps-am
586
587 install-ps-am:
588
589 installcheck-am:
590
591 maintainer-clean: maintainer-clean-am
592         -rm -f Makefile
593 maintainer-clean-am: distclean-am maintainer-clean-generic
594
595 mostlyclean: mostlyclean-am
596
597 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
598
599 pdf: pdf-am
600
601 pdf-am:
602
603 ps: ps-am
604
605 ps-am:
606
607 uninstall-am:
608
609 .MAKE: all check install install-am install-strip
610
611 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
612         clean-libtool cscopelist-am ctags ctags-am distclean \
613         distclean-generic distclean-libtool distclean-tags distdir dvi \
614         dvi-am html html-am info info-am install install-am \
615         install-data install-data-am install-dvi install-dvi-am \
616         install-exec install-exec-am install-html install-html-am \
617         install-info install-info-am install-man install-pdf \
618         install-pdf-am install-ps install-ps-am install-strip \
619         installcheck installcheck-am installdirs maintainer-clean \
620         maintainer-clean-generic mostlyclean mostlyclean-generic \
621         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
622         uninstall-am
623
624
625 $(TOOL): $(TSRC) $(ALIAS_FILES)
626         $(AM_V_GEN) $(CC_FOR_BUILD) -o $(TOOL) $< $(AM_CPPFLAGS)
627
628 $(TARG): $(TMPL) $(TSRC) $(DEPS)
629         $(AM_V_GEN) $(MAKE) $(TOOL) && \
630         $(RM) $(TARG) && \
631         $(TOOL) $(ARGS) < $< > $(TARG).tmp && \
632         mv $(TARG).tmp $(TARG) || ( $(RM) $(TARG).tmp && false )
633
634 $(ALIAS_FILES):
635         $(AM_V_GEN) touch $@
636
637 -include $(top_srcdir)/git.mk
638
639 # Tell versions [3.59,3.63) of GNU make to not export all variables.
640 # Otherwise a system limit (for SysV at least) may be exceeded.
641 .NOEXPORT: