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