resetting manifest requested domain to floor
[platform/upstream/gettext.git] / Makefile.in
1 # Makefile.in generated by automake 1.14 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 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18 am__make_running_with_option = \
19   case $${target_option-} in \
20       ?) ;; \
21       *) echo "am__make_running_with_option: internal error: invalid" \
22               "target option '$${target_option-}' specified" >&2; \
23          exit 1;; \
24   esac; \
25   has_opt=no; \
26   sane_makeflags=$$MAKEFLAGS; \
27   if $(am__is_gnu_make); then \
28     sane_makeflags=$$MFLAGS; \
29   else \
30     case $$MAKEFLAGS in \
31       *\\[\ \   ]*) \
32         bs=\\; \
33         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
35     esac; \
36   fi; \
37   skip_next=no; \
38   strip_trailopt () \
39   { \
40     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41   }; \
42   for flg in $$sane_makeflags; do \
43     test $$skip_next = yes && { skip_next=no; continue; }; \
44     case $$flg in \
45       *=*|--*) continue;; \
46         -*I) strip_trailopt 'I'; skip_next=yes;; \
47       -*I?*) strip_trailopt 'I';; \
48         -*O) strip_trailopt 'O'; skip_next=yes;; \
49       -*O?*) strip_trailopt 'O';; \
50         -*l) strip_trailopt 'l'; skip_next=yes;; \
51       -*l?*) strip_trailopt 'l';; \
52       -[dEDm]) skip_next=yes;; \
53       -[JT]) skip_next=yes;; \
54     esac; \
55     case $$flg in \
56       *$$target_option*) has_opt=yes; break;; \
57     esac; \
58   done; \
59   test $$has_opt = yes
60 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 pkgdatadir = $(datadir)/@PACKAGE@
63 pkgincludedir = $(includedir)/@PACKAGE@
64 pkglibdir = $(libdir)/@PACKAGE@
65 pkglibexecdir = $(libexecdir)/@PACKAGE@
66 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
67 install_sh_DATA = $(install_sh) -c -m 644
68 install_sh_PROGRAM = $(install_sh) -c
69 install_sh_SCRIPT = $(install_sh) -c
70 INSTALL_HEADER = $(INSTALL_DATA)
71 transform = $(program_transform_name)
72 NORMAL_INSTALL = :
73 PRE_INSTALL = :
74 POST_INSTALL = :
75 NORMAL_UNINSTALL = :
76 PRE_UNINSTALL = :
77 POST_UNINSTALL = :
78 build_triplet = @build@
79 host_triplet = @host@
80 subdir = .
81 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82         $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83         $(top_srcdir)/configure $(am__configure_deps) \
84         $(top_srcdir)/build-aux/mkinstalldirs COPYING THANKS \
85         build-aux/compile build-aux/config.guess \
86         build-aux/config.rpath build-aux/config.sub build-aux/depcomp \
87         build-aux/install-sh build-aux/mdate-sh build-aux/missing \
88         build-aux/mkinstalldirs build-aux/texinfo.tex build-aux/ylwrap \
89         build-aux/ltmain.sh $(top_srcdir)/build-aux/config.guess \
90         $(top_srcdir)/build-aux/config.sub \
91         $(top_srcdir)/build-aux/install-sh \
92         $(top_srcdir)/build-aux/missing
93 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
94 am__aclocal_m4_deps = $(top_srcdir)/m4/init-package-version.m4 \
95         $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
99  configure.lineno config.status.lineno
100 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
101 CONFIG_CLEAN_FILES =
102 CONFIG_CLEAN_VPATH_FILES =
103 AM_V_P = $(am__v_P_@AM_V@)
104 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
105 am__v_P_0 = false
106 am__v_P_1 = :
107 AM_V_GEN = $(am__v_GEN_@AM_V@)
108 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
109 am__v_GEN_0 = @echo "  GEN     " $@;
110 am__v_GEN_1 = 
111 AM_V_at = $(am__v_at_@AM_V@)
112 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
113 am__v_at_0 = @
114 am__v_at_1 = 
115 depcomp =
116 am__depfiles_maybe =
117 SOURCES =
118 DIST_SOURCES =
119 RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
120         ctags-recursive dvi-recursive html-recursive info-recursive \
121         install-data-recursive install-dvi-recursive \
122         install-exec-recursive install-html-recursive \
123         install-info-recursive install-pdf-recursive \
124         install-ps-recursive install-recursive installcheck-recursive \
125         installdirs-recursive pdf-recursive ps-recursive \
126         tags-recursive uninstall-recursive
127 am__can_run_installinfo = \
128   case $$AM_UPDATE_INFO_DIR in \
129     n|no|NO) false;; \
130     *) (install-info --version) >/dev/null 2>&1;; \
131   esac
132 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
133   distclean-recursive maintainer-clean-recursive
134 am__recursive_targets = \
135   $(RECURSIVE_TARGETS) \
136   $(RECURSIVE_CLEAN_TARGETS) \
137   $(am__extra_recursive_targets)
138 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
139         cscope distdir dist dist-all distcheck
140 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141 # Read a list of newline-separated strings from the standard input,
142 # and print each of them once, without duplicates.  Input order is
143 # *not* preserved.
144 am__uniquify_input = $(AWK) '\
145   BEGIN { nonempty = 0; } \
146   { items[$$0] = 1; nonempty = 1; } \
147   END { if (nonempty) { for (i in items) print i; }; } \
148 '
149 # Make sure the list of sources is unique.  This is necessary because,
150 # e.g., the same source file might be shared among _SOURCES variables
151 # for different programs/libraries.
152 am__define_uniq_tagged_files = \
153   list='$(am__tagged_files)'; \
154   unique=`for i in $$list; do \
155     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
156   done | $(am__uniquify_input)`
157 ETAGS = etags
158 CTAGS = ctags
159 CSCOPE = cscope
160 DIST_SUBDIRS = $(SUBDIRS)
161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
162 distdir = $(PACKAGE)-$(VERSION)
163 top_distdir = $(distdir)
164 am__remove_distdir = \
165   if test -d "$(distdir)"; then \
166     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
167       && rm -rf "$(distdir)" \
168       || { sleep 5 && rm -rf "$(distdir)"; }; \
169   else :; fi
170 am__post_remove_distdir = $(am__remove_distdir)
171 am__relativize = \
172   dir0=`pwd`; \
173   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
174   sed_rest='s,^[^/]*/*,,'; \
175   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
176   sed_butlast='s,/*[^/]*$$,,'; \
177   while test -n "$$dir1"; do \
178     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
179     if test "$$first" != "."; then \
180       if test "$$first" = ".."; then \
181         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
182         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
183       else \
184         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
185         if test "$$first2" = "$$first"; then \
186           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
187         else \
188           dir2="../$$dir2"; \
189         fi; \
190         dir0="$$dir0"/"$$first"; \
191       fi; \
192     fi; \
193     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
194   done; \
195   reldir="$$dir2"
196 DIST_ARCHIVES = $(distdir).tar.gz
197 GZIP_ENV = --best
198 DIST_TARGETS = dist-gzip
199 distuninstallcheck_listfiles = find . -type f -print
200 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
201   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
202 distcleancheck_listfiles = find . -type f -print
203 ACLOCAL = @ACLOCAL@
204 AMTAR = @AMTAR@
205 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
206 AUTOCONF = @AUTOCONF@
207 AUTOHEADER = @AUTOHEADER@
208 AUTOMAKE = @AUTOMAKE@
209 AWK = @AWK@
210 CC = @CC@
211 CFLAGS = @CFLAGS@
212 CPP = @CPP@
213 CPPFLAGS = @CPPFLAGS@
214 CXX = @CXX@
215 CXXCPP = @CXXCPP@
216 CXXFLAGS = @CXXFLAGS@
217 CYGPATH_W = @CYGPATH_W@
218 DEFS = @DEFS@
219 ECHO_C = @ECHO_C@
220 ECHO_N = @ECHO_N@
221 ECHO_T = @ECHO_T@
222 EMACS = @EMACS@
223 EMACSLOADPATH = @EMACSLOADPATH@
224 GCJ = @GCJ@
225 GCJFLAGS = @GCJFLAGS@
226 INSTALL = @INSTALL@
227 INSTALL_DATA = @INSTALL_DATA@
228 INSTALL_PROGRAM = @INSTALL_PROGRAM@
229 INSTALL_SCRIPT = @INSTALL_SCRIPT@
230 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231 LDFLAGS = @LDFLAGS@
232 LIBOBJS = @LIBOBJS@
233 LIBS = @LIBS@
234 LTLIBOBJS = @LTLIBOBJS@
235 MAKEINFO = @MAKEINFO@
236 MKDIR_P = @MKDIR_P@
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 SET_MAKE = @SET_MAKE@
246 SHELL = @SHELL@
247 STRIP = @STRIP@
248 VERSION = @VERSION@
249 YACC = @YACC@
250 YFLAGS = @YFLAGS@
251 abs_builddir = @abs_builddir@
252 abs_srcdir = @abs_srcdir@
253 abs_top_builddir = @abs_top_builddir@
254 abs_top_srcdir = @abs_top_srcdir@
255 am__leading_dot = @am__leading_dot@
256 am__tar = @am__tar@
257 am__untar = @am__untar@
258 bindir = @bindir@
259 build = @build@
260 build_alias = @build_alias@
261 build_cpu = @build_cpu@
262 build_os = @build_os@
263 build_vendor = @build_vendor@
264 builddir = @builddir@
265 datadir = @datadir@
266 datarootdir = @datarootdir@
267 docdir = @docdir@
268 dvidir = @dvidir@
269 exec_prefix = @exec_prefix@
270 host = @host@
271 host_alias = @host_alias@
272 host_cpu = @host_cpu@
273 host_os = @host_os@
274 host_vendor = @host_vendor@
275 htmldir = @htmldir@
276 includedir = @includedir@
277 infodir = @infodir@
278 install_sh = @install_sh@
279 libdir = @libdir@
280 libexecdir = @libexecdir@
281 localedir = @localedir@
282 localstatedir = @localstatedir@
283 mandir = @mandir@
284 mkdir_p = @mkdir_p@
285 oldincludedir = @oldincludedir@
286 pdfdir = @pdfdir@
287 prefix = @prefix@
288 program_transform_name = @program_transform_name@
289 psdir = @psdir@
290 sbindir = @sbindir@
291 sharedstatedir = @sharedstatedir@
292 srcdir = @srcdir@
293 subdirs = @subdirs@
294 sysconfdir = @sysconfdir@
295 target_alias = @target_alias@
296 top_build_prefix = @top_build_prefix@
297 top_builddir = @top_builddir@
298 top_srcdir = @top_srcdir@
299 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
300 ACLOCAL_AMFLAGS = -I m4
301 SUBDIRS = gnulib-local gettext-runtime gettext-tools
302
303 # DJGPP port.
304
305 # OS/2 port.
306
307 # Woe32 support.
308 EXTRA_DIST = version.sh DEPENDENCIES PACKAGING HACKING ChangeLog.0 \
309         autogen.sh build-aux/ac-help.sed build-aux/moopp \
310         m4/fixautomake.m4 m4/woe32-dll.m4 m4/libtool.m4 \
311         djgpp/COPYING.DJ djgpp/Makefile.maint djgpp/README.DJ \
312         djgpp/README.in djgpp/README djgpp/config.bat djgpp/config.in \
313         djgpp/config.sed djgpp/config.site djgpp/djpwd.h \
314         djgpp/edtests.bat djgpp/fnchange.in djgpp/fnchange.lst \
315         djgpp/getpwnam.c djgpp/msginit.sed djgpp/tscript.sed \
316         djgpp/unsetenv.c os2/README.OS2 os2/Makefile os2/backward.def \
317         os2/configure.awk README.woe32 windows/windres-options \
318         windows/gettext.rc
319 all: all-recursive
320
321 .SUFFIXES:
322 am--refresh: Makefile
323         @:
324 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
325         @for dep in $?; do \
326           case '$(am__configure_deps)' in \
327             *$$dep*) \
328               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
329               $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
330                 && exit 0; \
331               exit 1;; \
332           esac; \
333         done; \
334         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
335         $(am__cd) $(top_srcdir) && \
336           $(AUTOMAKE) --gnu Makefile
337 .PRECIOUS: Makefile
338 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
339         @case '$?' in \
340           *config.status*) \
341             echo ' $(SHELL) ./config.status'; \
342             $(SHELL) ./config.status;; \
343           *) \
344             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
345             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
346         esac;
347
348 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
349         $(SHELL) ./config.status --recheck
350
351 $(top_srcdir)/configure:  $(am__configure_deps)
352         $(am__cd) $(srcdir) && $(AUTOCONF)
353 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
354         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
355 $(am__aclocal_m4_deps):
356
357 # This directory's subdirectories are mostly independent; you can cd
358 # into them and run 'make' without going through this Makefile.
359 # To change the values of 'make' variables: instead of editing Makefiles,
360 # (1) if the variable is set in 'config.status', edit 'config.status'
361 #     (which will cause the Makefiles to be regenerated when you run 'make');
362 # (2) otherwise, pass the desired values on the 'make' command line.
363 $(am__recursive_targets):
364         @fail=; \
365         if $(am__make_keepgoing); then \
366           failcom='fail=yes'; \
367         else \
368           failcom='exit 1'; \
369         fi; \
370         dot_seen=no; \
371         target=`echo $@ | sed s/-recursive//`; \
372         case "$@" in \
373           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
374           *) list='$(SUBDIRS)' ;; \
375         esac; \
376         for subdir in $$list; do \
377           echo "Making $$target in $$subdir"; \
378           if test "$$subdir" = "."; then \
379             dot_seen=yes; \
380             local_target="$$target-am"; \
381           else \
382             local_target="$$target"; \
383           fi; \
384           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
385           || eval $$failcom; \
386         done; \
387         if test "$$dot_seen" = "no"; then \
388           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
389         fi; test -z "$$fail"
390
391 ID: $(am__tagged_files)
392         $(am__define_uniq_tagged_files); mkid -fID $$unique
393 tags: tags-recursive
394 TAGS: tags
395
396 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
397         set x; \
398         here=`pwd`; \
399         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
400           include_option=--etags-include; \
401           empty_fix=.; \
402         else \
403           include_option=--include; \
404           empty_fix=; \
405         fi; \
406         list='$(SUBDIRS)'; for subdir in $$list; do \
407           if test "$$subdir" = .; then :; else \
408             test ! -f $$subdir/TAGS || \
409               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
410           fi; \
411         done; \
412         $(am__define_uniq_tagged_files); \
413         shift; \
414         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
415           test -n "$$unique" || unique=$$empty_fix; \
416           if test $$# -gt 0; then \
417             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
418               "$$@" $$unique; \
419           else \
420             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
421               $$unique; \
422           fi; \
423         fi
424 ctags: ctags-recursive
425
426 CTAGS: ctags
427 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
428         $(am__define_uniq_tagged_files); \
429         test -z "$(CTAGS_ARGS)$$unique" \
430           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
431              $$unique
432
433 GTAGS:
434         here=`$(am__cd) $(top_builddir) && pwd` \
435           && $(am__cd) $(top_srcdir) \
436           && gtags -i $(GTAGS_ARGS) "$$here"
437 cscope: cscope.files
438         test ! -s cscope.files \
439           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
440 clean-cscope:
441         -rm -f cscope.files
442 cscope.files: clean-cscope cscopelist
443 cscopelist: cscopelist-recursive
444
445 cscopelist-am: $(am__tagged_files)
446         list='$(am__tagged_files)'; \
447         case "$(srcdir)" in \
448           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
449           *) sdir=$(subdir)/$(srcdir) ;; \
450         esac; \
451         for i in $$list; do \
452           if test -f "$$i"; then \
453             echo "$(subdir)/$$i"; \
454           else \
455             echo "$$sdir/$$i"; \
456           fi; \
457         done >> $(top_builddir)/cscope.files
458
459 distclean-tags:
460         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
461         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
462
463 distdir: $(DISTFILES)
464         $(am__remove_distdir)
465         test -d "$(distdir)" || mkdir "$(distdir)"
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
495         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
496           if test "$$subdir" = .; then :; else \
497             $(am__make_dryrun) \
498               || test -d "$(distdir)/$$subdir" \
499               || $(MKDIR_P) "$(distdir)/$$subdir" \
500               || exit 1; \
501             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
502             $(am__relativize); \
503             new_distdir=$$reldir; \
504             dir1=$$subdir; dir2="$(top_distdir)"; \
505             $(am__relativize); \
506             new_top_distdir=$$reldir; \
507             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
508             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
509             ($(am__cd) $$subdir && \
510               $(MAKE) $(AM_MAKEFLAGS) \
511                 top_distdir="$$new_top_distdir" \
512                 distdir="$$new_distdir" \
513                 am__remove_distdir=: \
514                 am__skip_length_check=: \
515                 am__skip_mode_fix=: \
516                 distdir) \
517               || exit 1; \
518           fi; \
519         done
520         -test -n "$(am__skip_mode_fix)" \
521         || find "$(distdir)" -type d ! -perm -755 \
522                 -exec chmod u+rwx,go+rx {} \; -o \
523           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
524           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
525           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
526         || chmod -R a+r "$(distdir)"
527 dist-gzip: distdir
528         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
529         $(am__post_remove_distdir)
530
531 dist-bzip2: distdir
532         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
533         $(am__post_remove_distdir)
534
535 dist-lzip: distdir
536         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
537         $(am__post_remove_distdir)
538
539 dist-xz: distdir
540         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
541         $(am__post_remove_distdir)
542
543 dist-tarZ: distdir
544         @echo WARNING: "Support for shar distribution archives is" \
545                        "deprecated." >&2
546         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
547         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
548         $(am__post_remove_distdir)
549
550 dist-shar: distdir
551         @echo WARNING: "Support for distribution archives compressed with" \
552                        "legacy program 'compress' is deprecated." >&2
553         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
554         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
555         $(am__post_remove_distdir)
556
557 dist-zip: distdir
558         -rm -f $(distdir).zip
559         zip -rq $(distdir).zip $(distdir)
560         $(am__post_remove_distdir)
561
562 dist dist-all:
563         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
564         $(am__post_remove_distdir)
565
566 # This target untars the dist file and tries a VPATH configuration.  Then
567 # it guarantees that the distribution is self-contained by making another
568 # tarfile.
569 distcheck: dist
570         case '$(DIST_ARCHIVES)' in \
571         *.tar.gz*) \
572           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
573         *.tar.bz2*) \
574           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
575         *.tar.lz*) \
576           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
577         *.tar.xz*) \
578           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
579         *.tar.Z*) \
580           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
581         *.shar.gz*) \
582           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
583         *.zip*) \
584           unzip $(distdir).zip ;;\
585         esac
586         chmod -R a-w $(distdir)
587         chmod u+w $(distdir)
588         mkdir $(distdir)/_build $(distdir)/_inst
589         chmod a-w $(distdir)
590         test -d $(distdir)/_build || exit 0; \
591         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
592           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
593           && $(MAKE) $(AM_MAKEFLAGS) distcheck-hook \
594           && am__cwd=`pwd` \
595           && $(am__cd) $(distdir)/_build \
596           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
597             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
598             $(DISTCHECK_CONFIGURE_FLAGS) \
599           && $(MAKE) $(AM_MAKEFLAGS) \
600           && $(MAKE) $(AM_MAKEFLAGS) dvi \
601           && $(MAKE) $(AM_MAKEFLAGS) check \
602           && $(MAKE) $(AM_MAKEFLAGS) install \
603           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
604           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
605           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
606                 distuninstallcheck \
607           && chmod -R a-w "$$dc_install_base" \
608           && ({ \
609                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
610                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
611                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
612                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
613                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
614               } || { rm -rf "$$dc_destdir"; exit 1; }) \
615           && rm -rf "$$dc_destdir" \
616           && $(MAKE) $(AM_MAKEFLAGS) dist \
617           && rm -rf $(DIST_ARCHIVES) \
618           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
619           && cd "$$am__cwd" \
620           || exit 1
621         $(am__post_remove_distdir)
622         @(echo "$(distdir) archives ready for distribution: "; \
623           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
624           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
625 distuninstallcheck:
626         @test -n '$(distuninstallcheck_dir)' || { \
627           echo 'ERROR: trying to run $@ with an empty' \
628                '$$(distuninstallcheck_dir)' >&2; \
629           exit 1; \
630         }; \
631         $(am__cd) '$(distuninstallcheck_dir)' || { \
632           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
633           exit 1; \
634         }; \
635         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
636            || { echo "ERROR: files left after uninstall:" ; \
637                 if test -n "$(DESTDIR)"; then \
638                   echo "  (check DESTDIR support)"; \
639                 fi ; \
640                 $(distuninstallcheck_listfiles) ; \
641                 exit 1; } >&2
642 distcleancheck: distclean
643         @if test '$(srcdir)' = . ; then \
644           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
645           exit 1 ; \
646         fi
647         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
648           || { echo "ERROR: files left in build directory after distclean:" ; \
649                $(distcleancheck_listfiles) ; \
650                exit 1; } >&2
651 check-am: all-am
652 check: check-recursive
653 all-am: Makefile
654 installdirs: installdirs-recursive
655 installdirs-am:
656 install: install-recursive
657 install-exec: install-exec-recursive
658 install-data: install-data-recursive
659 uninstall: uninstall-recursive
660
661 install-am: all-am
662         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
663
664 installcheck: installcheck-recursive
665 install-strip:
666         if test -z '$(STRIP)'; then \
667           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
668             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
669               install; \
670         else \
671           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
672             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
673             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
674         fi
675 mostlyclean-generic:
676
677 clean-generic:
678
679 distclean-generic:
680         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
681         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
682
683 maintainer-clean-generic:
684         @echo "This command is intended for maintainers to use"
685         @echo "it deletes files that may require special tools to rebuild."
686 clean: clean-recursive
687
688 clean-am: clean-generic mostlyclean-am
689
690 distclean: distclean-recursive
691         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
692         -rm -f Makefile
693 distclean-am: clean-am distclean-generic distclean-tags
694
695 dvi: dvi-recursive
696
697 dvi-am:
698
699 html: html-recursive
700
701 html-am:
702
703 info: info-recursive
704
705 info-am:
706
707 install-data-am:
708
709 install-dvi: install-dvi-recursive
710
711 install-dvi-am:
712
713 install-exec-am:
714
715 install-html: install-html-recursive
716
717 install-html-am:
718
719 install-info: install-info-recursive
720
721 install-info-am:
722
723 install-man:
724
725 install-pdf: install-pdf-recursive
726
727 install-pdf-am:
728
729 install-ps: install-ps-recursive
730
731 install-ps-am:
732
733 installcheck-am:
734
735 maintainer-clean: maintainer-clean-recursive
736         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
737         -rm -rf $(top_srcdir)/autom4te.cache
738         -rm -f Makefile
739 maintainer-clean-am: distclean-am maintainer-clean-generic
740
741 mostlyclean: mostlyclean-recursive
742
743 mostlyclean-am: mostlyclean-generic
744
745 pdf: pdf-recursive
746
747 pdf-am:
748
749 ps: ps-recursive
750
751 ps-am:
752
753 uninstall-am:
754
755 .MAKE: $(am__recursive_targets) install-am install-strip
756
757 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
758         am--refresh check check-am clean clean-cscope clean-generic \
759         cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
760         dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
761         distcheck distclean distclean-generic distclean-tags \
762         distcleancheck distdir distuninstallcheck dvi dvi-am html \
763         html-am info info-am install install-am install-data \
764         install-data-am install-dvi install-dvi-am install-exec \
765         install-exec-am install-html install-html-am install-info \
766         install-info-am install-man install-pdf install-pdf-am \
767         install-ps install-ps-am install-strip installcheck \
768         installcheck-am installdirs installdirs-am maintainer-clean \
769         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
770         pdf-am ps ps-am tags tags-am uninstall uninstall-am
771
772
773 # Additional dependencies for configure, due to the use of autoconf --trace.
774 $(srcdir)/configure: $(srcdir)/gettext-runtime/configure.ac $(srcdir)/gettext-tools/configure.ac 
775
776 # Verify that some files are the same.
777 distcheck-hook:
778         cmp -s gettext-runtime/po/Makefile.in.in gettext-tools/po/Makefile.in.in
779         cmp -s gettext-runtime/po/Rules-quot gettext-tools/po/Rules-quot
780         cmp -s gettext-runtime/po/boldquot.sed gettext-tools/po/boldquot.sed
781         cmp -s gettext-runtime/po/quot.sed gettext-tools/po/quot.sed
782         cmp -s gettext-runtime/po/en@quot.header gettext-tools/po/en@quot.header
783         cmp -s gettext-runtime/po/en@boldquot.header gettext-tools/po/en@boldquot.header
784         cmp -s gettext-runtime/po/insert-header.sin gettext-tools/po/insert-header.sin
785         cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/po/remove-potcdate.sin
786         cmp -s gettext-runtime/po/remove-potcdate.sin gettext-tools/examples/po/remove-potcdate.sin
787         cmp -s gettext-runtime/m4/codeset.m4 gettext-tools/gnulib-m4/codeset.m4
788         cmp -s gettext-runtime/m4/extern-inline.m4 gettext-tools/gnulib-m4/extern-inline.m4
789         cmp -s gettext-runtime/m4/fcntl-o.m4 gettext-tools/gnulib-m4/fcntl-o.m4
790         cmp -s gettext-runtime/m4/gettext.m4 gettext-tools/gnulib-m4/gettext.m4
791         cmp -s gettext-runtime/m4/glibc2.m4 gettext-tools/gnulib-m4/glibc2.m4
792         cmp -s gettext-runtime/m4/glibc21.m4 gettext-tools/gnulib-m4/glibc21.m4
793         cmp -s gettext-runtime/m4/iconv.m4 gettext-tools/gnulib-m4/iconv.m4
794         cmp -s gettext-runtime/m4/intdiv0.m4 gettext-tools/gnulib-m4/intdiv0.m4
795         cmp -s gettext-runtime/m4/intl.m4 gettext-tools/gnulib-m4/intl.m4
796         cmp -s gettext-runtime/m4/intldir.m4 gettext-tools/gnulib-m4/intldir.m4
797         cmp -s gettext-runtime/m4/intlmacosx.m4 gettext-tools/gnulib-m4/intlmacosx.m4
798         cmp -s gettext-runtime/m4/intmax.m4 gettext-tools/gnulib-m4/intmax.m4
799         cmp -s gettext-runtime/m4/inttypes-pri.m4 gettext-tools/gnulib-m4/inttypes-pri.m4
800         cmp -s gettext-runtime/m4/inttypes_h.m4 gettext-tools/gnulib-m4/inttypes_h.m4
801         cmp -s gettext-runtime/m4/lcmessage.m4 gettext-tools/gnulib-m4/lcmessage.m4
802         cmp -s gettext-runtime/m4/lock.m4 gettext-tools/gnulib-m4/lock.m4
803         cmp -s gettext-runtime/m4/longlong.m4 gettext-tools/gnulib-m4/longlong.m4
804         cmp -s gettext-runtime/m4/nls.m4 gettext-tools/gnulib-m4/nls.m4
805         cmp -s gettext-runtime/m4/po.m4 gettext-tools/gnulib-m4/po.m4
806         cmp -s gettext-runtime/m4/gettext.m4 gettext-tools/gnulib-m4/gettext.m4
807         cmp -s gettext-runtime/m4/printf-posix.m4 gettext-tools/gnulib-m4/printf-posix.m4
808         cmp -s gettext-runtime/m4/progtest.m4 gettext-tools/gnulib-m4/progtest.m4
809         cmp -s gettext-runtime/m4/size_max.m4 gettext-tools/gnulib-m4/size_max.m4
810         cmp -s gettext-runtime/m4/stdint_h.m4 gettext-tools/gnulib-m4/stdint_h.m4
811         cmp -s gettext-runtime/m4/threadlib.m4 gettext-tools/gnulib-m4/threadlib.m4
812         cmp -s gettext-runtime/m4/uintmax_t.m4 gettext-tools/gnulib-m4/uintmax_t.m4
813         cmp -s gettext-runtime/m4/visibility.m4 gettext-tools/gnulib-m4/visibility.m4
814         cmp -s gettext-runtime/m4/wchar_t.m4 gettext-tools/gnulib-m4/wchar_t.m4
815         cmp -s gettext-runtime/m4/wint_t.m4 gettext-tools/gnulib-m4/wint_t.m4
816         cmp -s gettext-runtime/m4/xsize.m4 gettext-tools/gnulib-m4/xsize.m4
817         cmp -s gettext-runtime/libasprintf/gnulib-m4/intmax_t.m4 gettext-tools/gnulib-m4/intmax_t.m4
818         test "`sed 1,17d gettext-runtime/intl/config.charset | md5sum`" = "`sed 1,17d gettext-tools/gnulib-lib/config.charset | md5sum`"
819         test "`sed 1,16d gettext-runtime/intl/localcharset.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localcharset.h | md5sum`"
820         test "`sed 1,16d gettext-runtime/intl/localcharset.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localcharset.c | md5sum`"
821         test "`sed 1,16d gettext-runtime/intl/localename.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/localename.c | md5sum`"
822         test "`sed 1,15d gettext-runtime/intl/lock.h | md5sum`" = "`sed 1,15d gettext-tools/gnulib-lib/glthread/lock.h | md5sum`"
823         test "`sed 1,15d gettext-runtime/intl/lock.c | md5sum`" = "`sed -e 1,15d -e 's,glthread/,,g' gettext-tools/gnulib-lib/glthread/lock.c | md5sum`"
824         test "`sed 1,16d gettext-runtime/intl/verify.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/verify.h | md5sum`"
825         cmp -s gettext-runtime/intl/printf-args.h gettext-runtime/libasprintf/printf-args.h
826         cmp -s gettext-runtime/intl/printf-args.c gettext-runtime/libasprintf/printf-args.c
827         cmp -s gettext-runtime/intl/printf-parse.h gettext-runtime/libasprintf/printf-parse.h
828         cmp -s gettext-runtime/intl/printf-parse.c gettext-runtime/libasprintf/printf-parse.c
829         cmp -s gettext-runtime/intl/verify.h gettext-runtime/libasprintf/verify.h
830         test "`sed 1,16d gettext-runtime/intl/ref-add.sin | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/ref-add.sin | md5sum`"
831         test "`sed 1,16d gettext-runtime/intl/ref-del.sin | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/ref-del.sin | md5sum`"
832         test "`sed 1,18d gettext-runtime/intl/relocatable.h | md5sum`" = "`sed 1,18d gettext-tools/gnulib-lib/relocatable.h | md5sum`"
833         test "`sed 1,18d gettext-runtime/intl/relocatable.c | md5sum`" = "`sed 1,18d gettext-tools/gnulib-lib/relocatable.c | md5sum`"
834         cmp -s gettext-runtime/intl/vasnprintf.h gettext-runtime/libasprintf/vasnprintf.h
835         test "`sed 1,16d gettext-runtime/intl/vasnprintf.c | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/vasnprintf.c | md5sum`"
836         cmp -s gettext-runtime/intl/vasnprintf.c gettext-runtime/libasprintf/vasnprintf.c
837         cmp -s gettext-runtime/intl/xsize.h gettext-runtime/libasprintf/xsize.h
838         test "`sed 1,16d gettext-runtime/intl/xsize.h | md5sum`" = "`sed 1,16d gettext-tools/gnulib-lib/xsize.h | md5sum`"
839         cmp -s gettext-runtime/man/help2man gettext-tools/man/help2man
840         cmp -s gettext-runtime/man/x-to-1.in gettext-tools/man/x-to-1.in
841         cmp -s gettext-runtime/libasprintf/texi2html gettext-tools/doc/texi2html
842         cmp -s gettext-tools/examples/hello-java-awt/m4/TestAWT.java gettext-tools/examples/hello-java-swing/m4/TestAWT.java
843         cmp -s gettext-tools/examples/hello-java-awt/m4/TestAWT.class gettext-tools/examples/hello-java-swing/m4/TestAWT.class
844         test "`sed 1,15d gnulib-local/lib/alloca.in.h | md5sum`" = "`sed 1,15d gettext-runtime/libasprintf/alloca.in.h | md5sum`"
845
846 # Tell versions [3.59,3.63) of GNU make to not export all variables.
847 # Otherwise a system limit (for SysV at least) may be exceeded.
848 .NOEXPORT: