Imported Upstream version 1.5.0
[platform/upstream/libX11.git] / specs / i18n / Makefile.in
1 # Makefile.in generated by automake 1.11.2 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 #
19 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
20 #
21 # Permission is hereby granted, free of charge, to any person obtaining a
22 # copy of this software and associated documentation files (the "Software"),
23 # to deal in the Software without restriction, including without limitation
24 # the rights to use, copy, modify, merge, publish, distribute, sublicense,
25 # and/or sell copies of the Software, and to permit persons to whom the
26 # Software is furnished to do so, subject to the following conditions:
27 #
28 # The above copyright notice and this permission notice (including the next
29 # paragraph) shall be included in all copies or substantial portions of the
30 # Software.
31 #
32 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
35 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
37 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
38 # DEALINGS IN THE SOFTWARE.
39 #
40 VPATH = @srcdir@
41 pkgdatadir = $(datadir)/@PACKAGE@
42 pkgincludedir = $(includedir)/@PACKAGE@
43 pkglibdir = $(libdir)/@PACKAGE@
44 pkglibexecdir = $(libexecdir)/@PACKAGE@
45 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
46 install_sh_DATA = $(install_sh) -c -m 644
47 install_sh_PROGRAM = $(install_sh) -c
48 install_sh_SCRIPT = $(install_sh) -c
49 INSTALL_HEADER = $(INSTALL_DATA)
50 transform = $(program_transform_name)
51 NORMAL_INSTALL = :
52 PRE_INSTALL = :
53 POST_INSTALL = :
54 NORMAL_UNINSTALL = :
55 PRE_UNINSTALL = :
56 POST_UNINSTALL = :
57 build_triplet = @build@
58 host_triplet = @host@
59 subdir = specs/i18n
60 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
61 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
62 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_define_dir.m4 \
63         $(top_srcdir)/configure.ac
64 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
65         $(ACLOCAL_M4)
66 mkinstalldirs = $(install_sh) -d
67 CONFIG_HEADER = $(top_builddir)/src/config.h \
68         $(top_builddir)/include/X11/XlibConf.h
69 CONFIG_CLEAN_FILES =
70 CONFIG_CLEAN_VPATH_FILES =
71 AM_V_GEN = $(am__v_GEN_$(V))
72 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
73 am__v_GEN_0 = @echo "  GEN   " $@;
74 AM_V_at = $(am__v_at_$(V))
75 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
76 am__v_at_0 = @
77 SOURCES =
78 DIST_SOURCES =
79 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
80         html-recursive info-recursive install-data-recursive \
81         install-dvi-recursive install-exec-recursive \
82         install-html-recursive install-info-recursive \
83         install-pdf-recursive install-ps-recursive install-recursive \
84         installcheck-recursive installdirs-recursive pdf-recursive \
85         ps-recursive uninstall-recursive
86 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
87   distclean-recursive maintainer-clean-recursive
88 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
89         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
90         distdir
91 ETAGS = etags
92 CTAGS = ctags
93 DIST_SUBDIRS = $(SUBDIRS)
94 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
95 am__relativize = \
96   dir0=`pwd`; \
97   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
98   sed_rest='s,^[^/]*/*,,'; \
99   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
100   sed_butlast='s,/*[^/]*$$,,'; \
101   while test -n "$$dir1"; do \
102     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
103     if test "$$first" != "."; then \
104       if test "$$first" = ".."; then \
105         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
106         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
107       else \
108         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
109         if test "$$first2" = "$$first"; then \
110           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
111         else \
112           dir2="../$$dir2"; \
113         fi; \
114         dir0="$$dir0"/"$$first"; \
115       fi; \
116     fi; \
117     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
118   done; \
119   reldir="$$dir2"
120 ACLOCAL = @ACLOCAL@
121 ADMIN_MAN_DIR = @ADMIN_MAN_DIR@
122 ADMIN_MAN_SUFFIX = @ADMIN_MAN_SUFFIX@
123 AMTAR = @AMTAR@
124 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
125 APP_MAN_DIR = @APP_MAN_DIR@
126 APP_MAN_SUFFIX = @APP_MAN_SUFFIX@
127 AR = @AR@
128 AUTOCONF = @AUTOCONF@
129 AUTOHEADER = @AUTOHEADER@
130 AUTOMAKE = @AUTOMAKE@
131 AWK = @AWK@
132 BASE_CFLAGS = @BASE_CFLAGS@
133 BIGFONT_CFLAGS = @BIGFONT_CFLAGS@
134 BIGFONT_LIBS = @BIGFONT_LIBS@
135 CC = @CC@
136 CCDEPMODE = @CCDEPMODE@
137 CC_FOR_BUILD = @CC_FOR_BUILD@
138 CFLAGS = @CFLAGS@
139 CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@
140 CHANGELOG_CMD = @CHANGELOG_CMD@
141 CPP = @CPP@
142 CPPFLAGS = @CPPFLAGS@
143 CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
144 CWARNFLAGS = @CWARNFLAGS@
145 CYGPATH_W = @CYGPATH_W@
146 DEFS = @DEFS@
147 DEPDIR = @DEPDIR@
148 DLLTOOL = @DLLTOOL@
149 DRIVER_MAN_DIR = @DRIVER_MAN_DIR@
150 DRIVER_MAN_SUFFIX = @DRIVER_MAN_SUFFIX@
151 DSYMUTIL = @DSYMUTIL@
152 DUMPBIN = @DUMPBIN@
153 ECHO_C = @ECHO_C@
154 ECHO_N = @ECHO_N@
155 ECHO_T = @ECHO_T@
156 EGREP = @EGREP@
157 EXEEXT = @EXEEXT@
158 FGREP = @FGREP@
159 FILE_MAN_DIR = @FILE_MAN_DIR@
160 FILE_MAN_SUFFIX = @FILE_MAN_SUFFIX@
161 FOP = @FOP@
162 GREP = @GREP@
163 I18N_MODULE_LIBS = @I18N_MODULE_LIBS@
164 INSTALL = @INSTALL@
165 INSTALL_CMD = @INSTALL_CMD@
166 INSTALL_DATA = @INSTALL_DATA@
167 INSTALL_PROGRAM = @INSTALL_PROGRAM@
168 INSTALL_SCRIPT = @INSTALL_SCRIPT@
169 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
170 KEYSYMDEFS = @KEYSYMDEFS@
171 LAUNCHD = @LAUNCHD@
172 LD = @LD@
173 LDFLAGS = @LDFLAGS@
174 LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@
175 LIBOBJS = @LIBOBJS@
176 LIBS = @LIBS@
177 LIBTOOL = @LIBTOOL@
178 LIB_MAN_DIR = @LIB_MAN_DIR@
179 LIB_MAN_SUFFIX = @LIB_MAN_SUFFIX@
180 LINT = @LINT@
181 LINTLIB = @LINTLIB@
182 LINT_FLAGS = @LINT_FLAGS@
183 LIPO = @LIPO@
184 LN_S = @LN_S@
185 LTLIBOBJS = @LTLIBOBJS@
186 MAINT = @MAINT@
187 MAKEINFO = @MAKEINFO@
188 MALLOC_ZERO_CFLAGS = @MALLOC_ZERO_CFLAGS@
189 MANIFEST_TOOL = @MANIFEST_TOOL@
190 MAN_SUBSTS = @MAN_SUBSTS@
191 MISC_MAN_DIR = @MISC_MAN_DIR@
192 MISC_MAN_SUFFIX = @MISC_MAN_SUFFIX@
193 MKDIR_P = @MKDIR_P@
194 NM = @NM@
195 NMEDIT = @NMEDIT@
196 OBJDUMP = @OBJDUMP@
197 OBJEXT = @OBJEXT@
198 OTOOL = @OTOOL@
199 OTOOL64 = @OTOOL64@
200 PACKAGE = @PACKAGE@
201 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
202 PACKAGE_NAME = @PACKAGE_NAME@
203 PACKAGE_STRING = @PACKAGE_STRING@
204 PACKAGE_TARNAME = @PACKAGE_TARNAME@
205 PACKAGE_URL = @PACKAGE_URL@
206 PACKAGE_VERSION = @PACKAGE_VERSION@
207 PATH_SEPARATOR = @PATH_SEPARATOR@
208 PERL = @PERL@
209 PKG_CONFIG = @PKG_CONFIG@
210 RANLIB = @RANLIB@
211 RAWCPP = @RAWCPP@
212 RAWCPPFLAGS = @RAWCPPFLAGS@
213 SED = @SED@
214 SET_MAKE = @SET_MAKE@
215 SHELL = @SHELL@
216 STRICT_CFLAGS = @STRICT_CFLAGS@
217 STRIP = @STRIP@
218 STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
219 VERSION = @VERSION@
220 WCHAR32 = @WCHAR32@
221 X11_CFLAGS = @X11_CFLAGS@
222 X11_DATADIR = @X11_DATADIR@
223 X11_EXTRA_DEPS = @X11_EXTRA_DEPS@
224 X11_LIBDIR = @X11_LIBDIR@
225 X11_LIBS = @X11_LIBS@
226 X11_LOCALEDATADIR = @X11_LOCALEDATADIR@
227 X11_LOCALEDIR = @X11_LOCALEDIR@
228 X11_LOCALELIBDIR = @X11_LOCALELIBDIR@
229 XERRORDB = @XERRORDB@
230 XKBPROTO_REQUIRES = @XKBPROTO_REQUIRES@
231 XKEYSYMDB = @XKEYSYMDB@
232 XLOCALEDATADIR = @XLOCALEDATADIR@
233 XLOCALEDIR = @XLOCALEDIR@
234 XLOCALELIBDIR = @XLOCALELIBDIR@
235 XMALLOC_ZERO_CFLAGS = @XMALLOC_ZERO_CFLAGS@
236 XMLTO = @XMLTO@
237 XORG_MAN_PAGE = @XORG_MAN_PAGE@
238 XORG_SGML_PATH = @XORG_SGML_PATH@
239 XSLTPROC = @XSLTPROC@
240 XSL_STYLESHEET = @XSL_STYLESHEET@
241 XTHREADLIB = @XTHREADLIB@
242 XTHREAD_CFLAGS = @XTHREAD_CFLAGS@
243 XTMALLOC_ZERO_CFLAGS = @XTMALLOC_ZERO_CFLAGS@
244 abs_builddir = @abs_builddir@
245 abs_srcdir = @abs_srcdir@
246 abs_top_builddir = @abs_top_builddir@
247 abs_top_srcdir = @abs_top_srcdir@
248 ac_ct_AR = @ac_ct_AR@
249 ac_ct_CC = @ac_ct_CC@
250 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
251 am__include = @am__include@
252 am__leading_dot = @am__leading_dot@
253 am__quote = @am__quote@
254 am__tar = @am__tar@
255 am__untar = @am__untar@
256 bindir = @bindir@
257 build = @build@
258 build_alias = @build_alias@
259 build_cpu = @build_cpu@
260 build_os = @build_os@
261 build_vendor = @build_vendor@
262 builddir = @builddir@
263 datadir = @datadir@
264 datarootdir = @datarootdir@
265 docdir = @docdir@
266 dvidir = @dvidir@
267 exec_prefix = @exec_prefix@
268 host = @host@
269 host_alias = @host_alias@
270 host_cpu = @host_cpu@
271 host_os = @host_os@
272 host_vendor = @host_vendor@
273 htmldir = @htmldir@
274 includedir = @includedir@
275 infodir = @infodir@
276 install_sh = @install_sh@
277 libdir = @libdir@
278 libexecdir = @libexecdir@
279 localedir = @localedir@
280 locales = @locales@
281 localstatedir = @localstatedir@
282 mandir = @mandir@
283 mkdir_p = @mkdir_p@
284 oldincludedir = @oldincludedir@
285 pdfdir = @pdfdir@
286 prefix = @prefix@
287 program_transform_name = @program_transform_name@
288 psdir = @psdir@
289 sbindir = @sbindir@
290 sharedstatedir = @sharedstatedir@
291 srcdir = @srcdir@
292 sysconfdir = @sysconfdir@
293 target_alias = @target_alias@
294 top_build_prefix = @top_build_prefix@
295 top_builddir = @top_builddir@
296 top_srcdir = @top_srcdir@
297 SUBDIRS = compose framework localedb trans
298 all: all-recursive
299
300 .SUFFIXES:
301 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
302         @for dep in $?; do \
303           case '$(am__configure_deps)' in \
304             *$$dep*) \
305               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
306                 && { if test -f $@; then exit 0; else break; fi; }; \
307               exit 1;; \
308           esac; \
309         done; \
310         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign specs/i18n/Makefile'; \
311         $(am__cd) $(top_srcdir) && \
312           $(AUTOMAKE) --foreign specs/i18n/Makefile
313 .PRECIOUS: Makefile
314 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
315         @case '$?' in \
316           *config.status*) \
317             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
318           *) \
319             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
320             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
321         esac;
322
323 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
324         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
325
326 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
327         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
328 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
329         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
330 $(am__aclocal_m4_deps):
331
332 mostlyclean-libtool:
333         -rm -f *.lo
334
335 clean-libtool:
336         -rm -rf .libs _libs
337
338 # This directory's subdirectories are mostly independent; you can cd
339 # into them and run `make' without going through this Makefile.
340 # To change the values of `make' variables: instead of editing Makefiles,
341 # (1) if the variable is set in `config.status', edit `config.status'
342 #     (which will cause the Makefiles to be regenerated when you run `make');
343 # (2) otherwise, pass the desired values on the `make' command line.
344 $(RECURSIVE_TARGETS):
345         @fail= failcom='exit 1'; \
346         for f in x $$MAKEFLAGS; do \
347           case $$f in \
348             *=* | --[!k]*);; \
349             *k*) failcom='fail=yes';; \
350           esac; \
351         done; \
352         dot_seen=no; \
353         target=`echo $@ | sed s/-recursive//`; \
354         list='$(SUBDIRS)'; for subdir in $$list; do \
355           echo "Making $$target in $$subdir"; \
356           if test "$$subdir" = "."; then \
357             dot_seen=yes; \
358             local_target="$$target-am"; \
359           else \
360             local_target="$$target"; \
361           fi; \
362           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
363           || eval $$failcom; \
364         done; \
365         if test "$$dot_seen" = "no"; then \
366           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
367         fi; test -z "$$fail"
368
369 $(RECURSIVE_CLEAN_TARGETS):
370         @fail= failcom='exit 1'; \
371         for f in x $$MAKEFLAGS; do \
372           case $$f in \
373             *=* | --[!k]*);; \
374             *k*) failcom='fail=yes';; \
375           esac; \
376         done; \
377         dot_seen=no; \
378         case "$@" in \
379           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
380           *) list='$(SUBDIRS)' ;; \
381         esac; \
382         rev=''; for subdir in $$list; do \
383           if test "$$subdir" = "."; then :; else \
384             rev="$$subdir $$rev"; \
385           fi; \
386         done; \
387         rev="$$rev ."; \
388         target=`echo $@ | sed s/-recursive//`; \
389         for subdir in $$rev; do \
390           echo "Making $$target in $$subdir"; \
391           if test "$$subdir" = "."; then \
392             local_target="$$target-am"; \
393           else \
394             local_target="$$target"; \
395           fi; \
396           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
397           || eval $$failcom; \
398         done && test -z "$$fail"
399 tags-recursive:
400         list='$(SUBDIRS)'; for subdir in $$list; do \
401           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
402         done
403 ctags-recursive:
404         list='$(SUBDIRS)'; for subdir in $$list; do \
405           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
406         done
407
408 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
409         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
410         unique=`for i in $$list; do \
411             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
412           done | \
413           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
414               END { if (nonempty) { for (i in files) print i; }; }'`; \
415         mkid -fID $$unique
416 tags: TAGS
417
418 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
419                 $(TAGS_FILES) $(LISP)
420         set x; \
421         here=`pwd`; \
422         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
423           include_option=--etags-include; \
424           empty_fix=.; \
425         else \
426           include_option=--include; \
427           empty_fix=; \
428         fi; \
429         list='$(SUBDIRS)'; for subdir in $$list; do \
430           if test "$$subdir" = .; then :; else \
431             test ! -f $$subdir/TAGS || \
432               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
433           fi; \
434         done; \
435         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
436         unique=`for i in $$list; do \
437             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
438           done | \
439           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
440               END { if (nonempty) { for (i in files) print i; }; }'`; \
441         shift; \
442         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
443           test -n "$$unique" || unique=$$empty_fix; \
444           if test $$# -gt 0; then \
445             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
446               "$$@" $$unique; \
447           else \
448             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
449               $$unique; \
450           fi; \
451         fi
452 ctags: CTAGS
453 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
454                 $(TAGS_FILES) $(LISP)
455         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
456         unique=`for i in $$list; do \
457             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
458           done | \
459           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
460               END { if (nonempty) { for (i in files) print i; }; }'`; \
461         test -z "$(CTAGS_ARGS)$$unique" \
462           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
463              $$unique
464
465 GTAGS:
466         here=`$(am__cd) $(top_builddir) && pwd` \
467           && $(am__cd) $(top_srcdir) \
468           && gtags -i $(GTAGS_ARGS) "$$here"
469
470 distclean-tags:
471         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
472
473 distdir: $(DISTFILES)
474         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         list='$(DISTFILES)'; \
477           dist_files=`for file in $$list; do echo $$file; done | \
478           sed -e "s|^$$srcdirstrip/||;t" \
479               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
480         case $$dist_files in \
481           */*) $(MKDIR_P) `echo "$$dist_files" | \
482                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
483                            sort -u` ;; \
484         esac; \
485         for file in $$dist_files; do \
486           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
487           if test -d $$d/$$file; then \
488             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
489             if test -d "$(distdir)/$$file"; then \
490               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
491             fi; \
492             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
493               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
494               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
495             fi; \
496             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
497           else \
498             test -f "$(distdir)/$$file" \
499             || cp -p $$d/$$file "$(distdir)/$$file" \
500             || exit 1; \
501           fi; \
502         done
503         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
504           if test "$$subdir" = .; then :; else \
505             test -d "$(distdir)/$$subdir" \
506             || $(MKDIR_P) "$(distdir)/$$subdir" \
507             || exit 1; \
508           fi; \
509         done
510         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
511           if test "$$subdir" = .; then :; else \
512             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
513             $(am__relativize); \
514             new_distdir=$$reldir; \
515             dir1=$$subdir; dir2="$(top_distdir)"; \
516             $(am__relativize); \
517             new_top_distdir=$$reldir; \
518             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
519             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
520             ($(am__cd) $$subdir && \
521               $(MAKE) $(AM_MAKEFLAGS) \
522                 top_distdir="$$new_top_distdir" \
523                 distdir="$$new_distdir" \
524                 am__remove_distdir=: \
525                 am__skip_length_check=: \
526                 am__skip_mode_fix=: \
527                 distdir) \
528               || exit 1; \
529           fi; \
530         done
531 check-am: all-am
532 check: check-recursive
533 all-am: Makefile
534 installdirs: installdirs-recursive
535 installdirs-am:
536 install: install-recursive
537 install-exec: install-exec-recursive
538 install-data: install-data-recursive
539 uninstall: uninstall-recursive
540
541 install-am: all-am
542         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
543
544 installcheck: installcheck-recursive
545 install-strip:
546         if test -z '$(STRIP)'; then \
547           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549               install; \
550         else \
551           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
552             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
553             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
554         fi
555 mostlyclean-generic:
556
557 clean-generic:
558
559 distclean-generic:
560         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
561         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
562
563 maintainer-clean-generic:
564         @echo "This command is intended for maintainers to use"
565         @echo "it deletes files that may require special tools to rebuild."
566 clean: clean-recursive
567
568 clean-am: clean-generic clean-libtool mostlyclean-am
569
570 distclean: distclean-recursive
571         -rm -f Makefile
572 distclean-am: clean-am distclean-generic distclean-tags
573
574 dvi: dvi-recursive
575
576 dvi-am:
577
578 html: html-recursive
579
580 html-am:
581
582 info: info-recursive
583
584 info-am:
585
586 install-data-am:
587
588 install-dvi: install-dvi-recursive
589
590 install-dvi-am:
591
592 install-exec-am:
593
594 install-html: install-html-recursive
595
596 install-html-am:
597
598 install-info: install-info-recursive
599
600 install-info-am:
601
602 install-man:
603
604 install-pdf: install-pdf-recursive
605
606 install-pdf-am:
607
608 install-ps: install-ps-recursive
609
610 install-ps-am:
611
612 installcheck-am:
613
614 maintainer-clean: maintainer-clean-recursive
615         -rm -f Makefile
616 maintainer-clean-am: distclean-am maintainer-clean-generic
617
618 mostlyclean: mostlyclean-recursive
619
620 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
621
622 pdf: pdf-recursive
623
624 pdf-am:
625
626 ps: ps-recursive
627
628 ps-am:
629
630 uninstall-am:
631
632 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
633         install-am install-strip tags-recursive
634
635 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
636         all all-am check check-am clean clean-generic clean-libtool \
637         ctags ctags-recursive distclean distclean-generic \
638         distclean-libtool distclean-tags distdir dvi dvi-am html \
639         html-am info info-am install install-am install-data \
640         install-data-am install-dvi install-dvi-am install-exec \
641         install-exec-am install-html install-html-am install-info \
642         install-info-am install-man install-pdf install-pdf-am \
643         install-ps install-ps-am install-strip installcheck \
644         installcheck-am installdirs installdirs-am maintainer-clean \
645         maintainer-clean-generic mostlyclean mostlyclean-generic \
646         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
647         uninstall uninstall-am
648
649
650 # Tell versions [3.59,3.63) of GNU make to not export all variables.
651 # Otherwise a system limit (for SysV at least) may be exceeded.
652 .NOEXPORT: