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