3ac04faaaf7367303f864e62741c8072e114b059
[platform/upstream/gettext.git] / gettext-tools / examples / 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
17 VPATH = @srcdir@
18 am__is_gnu_make = { \
19   if test -z '$(MAKELEVEL)'; then \
20     false; \
21   elif test -n '$(MAKE_HOST)'; then \
22     true; \
23   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
24     true; \
25   else \
26     false; \
27   fi; \
28 }
29 am__make_running_with_option = \
30   case $${target_option-} in \
31       ?) ;; \
32       *) echo "am__make_running_with_option: internal error: invalid" \
33               "target option '$${target_option-}' specified" >&2; \
34          exit 1;; \
35   esac; \
36   has_opt=no; \
37   sane_makeflags=$$MAKEFLAGS; \
38   if $(am__is_gnu_make); then \
39     sane_makeflags=$$MFLAGS; \
40   else \
41     case $$MAKEFLAGS in \
42       *\\[\ \   ]*) \
43         bs=\\; \
44         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
45           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
46     esac; \
47   fi; \
48   skip_next=no; \
49   strip_trailopt () \
50   { \
51     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
52   }; \
53   for flg in $$sane_makeflags; do \
54     test $$skip_next = yes && { skip_next=no; continue; }; \
55     case $$flg in \
56       *=*|--*) continue;; \
57         -*I) strip_trailopt 'I'; skip_next=yes;; \
58       -*I?*) strip_trailopt 'I';; \
59         -*O) strip_trailopt 'O'; skip_next=yes;; \
60       -*O?*) strip_trailopt 'O';; \
61         -*l) strip_trailopt 'l'; skip_next=yes;; \
62       -*l?*) strip_trailopt 'l';; \
63       -[dEDm]) skip_next=yes;; \
64       -[JT]) skip_next=yes;; \
65     esac; \
66     case $$flg in \
67       *$$target_option*) has_opt=yes; break;; \
68     esac; \
69   done; \
70   test $$has_opt = yes
71 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
72 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
73 pkgdatadir = $(datadir)/@PACKAGE@
74 pkgincludedir = $(includedir)/@PACKAGE@
75 pkglibdir = $(libdir)/@PACKAGE@
76 pkglibexecdir = $(libexecdir)/@PACKAGE@
77 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
78 install_sh_DATA = $(install_sh) -c -m 644
79 install_sh_PROGRAM = $(install_sh) -c
80 install_sh_SCRIPT = $(install_sh) -c
81 INSTALL_HEADER = $(INSTALL_DATA)
82 transform = $(program_transform_name)
83 NORMAL_INSTALL = :
84 PRE_INSTALL = :
85 POST_INSTALL = :
86 NORMAL_UNINSTALL = :
87 PRE_UNINSTALL = :
88 POST_UNINSTALL = :
89 subdir = .
90 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
91 am__aclocal_m4_deps = $(top_srcdir)/../../m4/fixautomake.m4 \
92         $(top_srcdir)/../../gettext-runtime/m4/nls.m4 \
93         $(top_srcdir)/../../gettext-runtime/m4/po.m4 \
94         $(top_srcdir)/../../gettext-runtime/m4/progtest.m4 \
95         $(top_srcdir)/configure.ac
96 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97         $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
99         $(am__configure_deps) $(am__DIST_COMMON)
100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
101  configure.lineno config.status.lineno
102 mkinstalldirs = $(SHELL) $(top_srcdir)/../../build-aux/mkinstalldirs
103 CONFIG_CLEAN_FILES = installpaths
104 CONFIG_CLEAN_VPATH_FILES =
105 AM_V_P = $(am__v_P_@AM_V@)
106 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
107 am__v_P_0 = false
108 am__v_P_1 = :
109 AM_V_GEN = $(am__v_GEN_@AM_V@)
110 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
111 am__v_GEN_0 = @echo "  GEN     " $@;
112 am__v_GEN_1 = 
113 AM_V_at = $(am__v_at_@AM_V@)
114 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
115 am__v_at_0 = @
116 am__v_at_1 = 
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 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
133 am__vpath_adj = case $$p in \
134     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
135     *) f=$$p;; \
136   esac;
137 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
138 am__install_max = 40
139 am__nobase_strip_setup = \
140   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
141 am__nobase_strip = \
142   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
143 am__nobase_list = $(am__nobase_strip_setup); \
144   for p in $$list; do echo "$$p $$p"; done | \
145   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
146   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
147     if (++n[$$2] == $(am__install_max)) \
148       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
149     END { for (dir in files) print dir, files[dir] }'
150 am__base_list = \
151   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
152   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
153 am__uninstall_files_from_dir = { \
154   test -z "$$files" \
155     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
156     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
157          $(am__cd) "$$dir" && rm -f $$files; }; \
158   }
159 am__installdirs = "$(DESTDIR)$(examplesdir)"
160 DATA = $(examples_DATA)
161 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
162   distclean-recursive maintainer-clean-recursive
163 am__recursive_targets = \
164   $(RECURSIVE_TARGETS) \
165   $(RECURSIVE_CLEAN_TARGETS) \
166   $(am__extra_recursive_targets)
167 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
168         cscope distdir dist dist-all distcheck
169 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
170 # Read a list of newline-separated strings from the standard input,
171 # and print each of them once, without duplicates.  Input order is
172 # *not* preserved.
173 am__uniquify_input = $(AWK) '\
174   BEGIN { nonempty = 0; } \
175   { items[$$0] = 1; nonempty = 1; } \
176   END { if (nonempty) { for (i in items) print i; }; } \
177 '
178 # Make sure the list of sources is unique.  This is necessary because,
179 # e.g., the same source file might be shared among _SOURCES variables
180 # for different programs/libraries.
181 am__define_uniq_tagged_files = \
182   list='$(am__tagged_files)'; \
183   unique=`for i in $$list; do \
184     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
185   done | $(am__uniquify_input)`
186 ETAGS = etags
187 CTAGS = ctags
188 CSCOPE = cscope
189 DIST_SUBDIRS = $(SUBDIRS)
190 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/installpaths.in \
191         $(top_srcdir)/../../build-aux/install-sh \
192         $(top_srcdir)/../../build-aux/missing \
193         $(top_srcdir)/../../build-aux/mkinstalldirs \
194         ../../build-aux/ar-lib ../../build-aux/compile \
195         ../../build-aux/config.guess ../../build-aux/config.rpath \
196         ../../build-aux/config.sub ../../build-aux/install-sh \
197         ../../build-aux/ltmain.sh ../../build-aux/missing \
198         ../../build-aux/mkinstalldirs ../../build-aux/texinfo.tex \
199         ChangeLog README
200 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
201 distdir = $(PACKAGE)-$(VERSION)
202 top_distdir = $(distdir)
203 am__remove_distdir = \
204   if test -d "$(distdir)"; then \
205     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
206       && rm -rf "$(distdir)" \
207       || { sleep 5 && rm -rf "$(distdir)"; }; \
208   else :; fi
209 am__post_remove_distdir = $(am__remove_distdir)
210 am__relativize = \
211   dir0=`pwd`; \
212   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
213   sed_rest='s,^[^/]*/*,,'; \
214   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
215   sed_butlast='s,/*[^/]*$$,,'; \
216   while test -n "$$dir1"; do \
217     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
218     if test "$$first" != "."; then \
219       if test "$$first" = ".."; then \
220         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
221         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
222       else \
223         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
224         if test "$$first2" = "$$first"; then \
225           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
226         else \
227           dir2="../$$dir2"; \
228         fi; \
229         dir0="$$dir0"/"$$first"; \
230       fi; \
231     fi; \
232     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
233   done; \
234   reldir="$$dir2"
235 DIST_ARCHIVES = $(distdir).tar.gz
236 GZIP_ENV = --best
237 DIST_TARGETS = dist-gzip
238 distuninstallcheck_listfiles = find . -type f -print
239 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
240   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
241 distcleancheck_listfiles = find . -type f -print
242 ACLOCAL = @ACLOCAL@
243 AMTAR = @AMTAR@
244 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
245 AUTOCONF = @AUTOCONF@
246 AUTOHEADER = @AUTOHEADER@
247 AUTOMAKE = @AUTOMAKE@
248 AWK = @AWK@
249 CYGPATH_W = @CYGPATH_W@
250 DEFS = @DEFS@
251 ECHO_C = @ECHO_C@
252 ECHO_N = @ECHO_N@
253 ECHO_T = @ECHO_T@
254 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
255 GMSGFMT = @GMSGFMT@
256 GMSGFMT_015 = @GMSGFMT_015@
257 INSTALL = @INSTALL@
258 INSTALL_DATA = @INSTALL_DATA@
259 INSTALL_PROGRAM = @INSTALL_PROGRAM@
260 INSTALL_SCRIPT = @INSTALL_SCRIPT@
261 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
262 LIBOBJS = @LIBOBJS@
263 LIBS = @LIBS@
264 LTLIBOBJS = @LTLIBOBJS@
265 MAKEINFO = @MAKEINFO@
266 MKDIR_P = @MKDIR_P@
267 MSGFMT = @MSGFMT@
268 MSGFMT_015 = @MSGFMT_015@
269 MSGMERGE = @MSGMERGE@
270 PACKAGE = @PACKAGE@
271 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
272 PACKAGE_NAME = @PACKAGE_NAME@
273 PACKAGE_STRING = @PACKAGE_STRING@
274 PACKAGE_TARNAME = @PACKAGE_TARNAME@
275 PACKAGE_URL = @PACKAGE_URL@
276 PACKAGE_VERSION = @PACKAGE_VERSION@
277 PATH_SEPARATOR = @PATH_SEPARATOR@
278 SED = @SED@
279 SET_MAKE = @SET_MAKE@
280 SHELL = @SHELL@
281 STRIP = @STRIP@
282 USE_NLS = @USE_NLS@
283 VERSION = @VERSION@
284 XGETTEXT = @XGETTEXT@
285 XGETTEXT_015 = @XGETTEXT_015@
286 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
287 abs_builddir = @abs_builddir@
288 abs_srcdir = @abs_srcdir@
289 abs_top_builddir = @abs_top_builddir@
290 abs_top_srcdir = @abs_top_srcdir@
291 aclocaldir = @aclocaldir@
292 am__leading_dot = @am__leading_dot@
293 am__tar = @am__tar@
294 am__untar = @am__untar@
295 bindir = @bindir@
296 build_alias = @build_alias@
297 builddir = @builddir@
298 datadir = @datadir@
299 datarootdir = @datarootdir@
300 docdir = @docdir@
301 dvidir = @dvidir@
302 exec_prefix = @exec_prefix@
303 host_alias = @host_alias@
304 htmldir = @htmldir@
305 includedir = @includedir@
306 infodir = @infodir@
307 install_sh = @install_sh@
308 libdir = @libdir@
309 libexecdir = @libexecdir@
310 localedir = @localedir@
311 localstatedir = @localstatedir@
312 mandir = @mandir@
313 mkdir_p = @mkdir_p@
314 oldincludedir = @oldincludedir@
315 pdfdir = @pdfdir@
316 prefix = @prefix@
317 program_transform_name = @program_transform_name@
318 psdir = @psdir@
319 sbindir = @sbindir@
320 sharedstatedir = @sharedstatedir@
321 srcdir = @srcdir@
322 sysconfdir = @sysconfdir@
323 target_alias = @target_alias@
324 top_build_prefix = @top_build_prefix@
325 top_builddir = @top_builddir@
326 top_srcdir = @top_srcdir@
327 AUTOMAKE_OPTIONS = 1.2 foreign
328 ACLOCAL_AMFLAGS = -I ../../gettext-runtime/m4 -I ../../m4
329 SUBDIRS = po
330 EXTRA_DIST = 
331 examplesdir = $(docdir)/examples
332 examples_DATA = installpaths
333
334 # List of examples files, excluding the localizations.
335 EXAMPLESFILES = \
336   \
337   hello-c/INSTALL \
338   hello-c/autogen.sh \
339   hello-c/autoclean.sh \
340   hello-c/hello.c \
341   hello-c/Makefile.am \
342   hello-c/configure.ac \
343   hello-c/m4/Makefile.am \
344   hello-c/po/Makevars \
345   hello-c/po/POTFILES.in \
346   \
347   hello-c-gnome/INSTALL \
348   hello-c-gnome/autogen.sh \
349   hello-c-gnome/autoclean.sh \
350   hello-c-gnome/hello.c \
351   hello-c-gnome/Makefile.am \
352   hello-c-gnome/configure.ac \
353   hello-c-gnome/m4/Makefile.am \
354   hello-c-gnome/m4/gnome.m4 \
355   hello-c-gnome/m4/gnome-gnorba-check.m4 \
356   hello-c-gnome/m4/gnome-orbit-check.m4 \
357   hello-c-gnome/po/Makevars \
358   hello-c-gnome/po/POTFILES.in \
359   \
360   hello-c-gnome3/INSTALL \
361   hello-c-gnome3/autogen.sh \
362   hello-c-gnome3/autoclean.sh \
363   hello-c-gnome3/hello.c \
364   hello-c-gnome3/hello.desktop.in.in \
365   hello-c-gnome3/hello.gschema.xml \
366   hello-c-gnome3/hello.gresource.xml \
367   hello-c-gnome3/hello.ui \
368   hello-c-gnome3/Makefile.am \
369   hello-c-gnome3/configure.ac \
370   hello-c-gnome3/m4/Makefile.am \
371   hello-c-gnome3/po/Makevars \
372   hello-c-gnome3/po/POTFILES.in \
373   \
374   hello-c++/INSTALL \
375   hello-c++/autogen.sh \
376   hello-c++/autoclean.sh \
377   hello-c++/hello.cc \
378   hello-c++/Makefile.am \
379   hello-c++/configure.ac \
380   hello-c++/m4/Makefile.am \
381   hello-c++/po/Makevars \
382   hello-c++/po/POTFILES.in \
383   \
384   hello-c++-qt/INSTALL \
385   hello-c++-qt/BUGS \
386   hello-c++-qt/autogen.sh \
387   hello-c++-qt/autoclean.sh \
388   hello-c++-qt/hello.cc \
389   hello-c++-qt/Makefile.am \
390   hello-c++-qt/configure.ac \
391   hello-c++-qt/m4/Makefile.am \
392   hello-c++-qt/m4/qt.m4 \
393   hello-c++-qt/po/Makefile.am \
394   \
395   hello-c++-kde/INSTALL \
396   hello-c++-kde/BUGS \
397   hello-c++-kde/autogen.sh \
398   hello-c++-kde/autoclean.sh \
399   hello-c++-kde/hello.cc \
400   hello-c++-kde/hellowindow.h \
401   hello-c++-kde/hellowindow.cc \
402   hello-c++-kde/Makefile.am \
403   hello-c++-kde/configure.in.in \
404   hello-c++-kde/m4/Makefile.am \
405   hello-c++-kde/admin/acinclude.m4.in \
406   hello-c++-kde/admin/am_edit \
407   hello-c++-kde/admin/ChangeLog \
408   hello-c++-kde/admin/compile \
409   hello-c++-kde/admin/conf.change.pl \
410   hello-c++-kde/admin/config.guess \
411   hello-c++-kde/admin/config.pl \
412   hello-c++-kde/admin/config.sub \
413   hello-c++-kde/admin/configure.in.bot.end \
414   hello-c++-kde/admin/configure.in.min \
415   hello-c++-kde/admin/cvs-clean.pl \
416   hello-c++-kde/admin/cvs.sh \
417   hello-c++-kde/admin/debianrules \
418   hello-c++-kde/admin/depcomp \
419   hello-c++-kde/admin/detect-autoconf.sh \
420   hello-c++-kde/admin/Doxyfile.am \
421   hello-c++-kde/admin/Doxyfile.global \
422   hello-c++-kde/admin/install-sh \
423   hello-c++-kde/admin/libtool.m4.in \
424   hello-c++-kde/admin/ltmain.sh \
425   hello-c++-kde/admin/Makefile.common \
426   hello-c++-kde/admin/missing \
427   hello-c++-kde/admin/mkinstalldirs \
428   hello-c++-kde/admin/ylwrap \
429   hello-c++-kde/po/Makevars \
430   hello-c++-kde/po/POTFILES.in \
431   \
432   hello-c++-gnome/INSTALL \
433   hello-c++-gnome/autogen.sh \
434   hello-c++-gnome/autoclean.sh \
435   hello-c++-gnome/hello.cc \
436   hello-c++-gnome/Makefile.am \
437   hello-c++-gnome/configure.ac \
438   hello-c++-gnome/m4/Makefile.am \
439   hello-c++-gnome/m4/gnome.m4 \
440   hello-c++-gnome/m4/gnome-gnorba-check.m4 \
441   hello-c++-gnome/m4/gnome-orbit-check.m4 \
442   hello-c++-gnome/m4/gtk.m4 \
443   hello-c++-gnome/m4/gtk--.m4 \
444   hello-c++-gnome/po/Makevars \
445   hello-c++-gnome/po/POTFILES.in \
446   \
447   hello-c++-wxwidgets/INSTALL \
448   hello-c++-wxwidgets/autogen.sh \
449   hello-c++-wxwidgets/autoclean.sh \
450   hello-c++-wxwidgets/hello.cc \
451   hello-c++-wxwidgets/Makefile.am \
452   hello-c++-wxwidgets/configure.ac \
453   hello-c++-wxwidgets/m4/Makefile.am \
454   hello-c++-wxwidgets/m4/wxwidgets.m4 \
455   hello-c++-wxwidgets/po/Makefile.am \
456   \
457   hello-objc/INSTALL \
458   hello-objc/autogen.sh \
459   hello-objc/autoclean.sh \
460   hello-objc/hello.m \
461   hello-objc/Makefile.am \
462   hello-objc/configure.ac \
463   hello-objc/m4/Makefile.am \
464   hello-objc/po/Makevars \
465   hello-objc/po/POTFILES.in \
466   \
467   hello-objc-gnustep/INSTALL \
468   hello-objc-gnustep/BUGS \
469   hello-objc-gnustep/autogen.sh \
470   hello-objc-gnustep/autoclean.sh \
471   hello-objc-gnustep/main.m \
472   hello-objc-gnustep/AppController.h \
473   hello-objc-gnustep/AppController.m \
474   hello-objc-gnustep/Hello.h \
475   hello-objc-gnustep/Hello.m \
476   hello-objc-gnustep/GNUmakefile \
477   hello-objc-gnustep/po/GNUmakefile \
478   hello-objc-gnustep/po/LocaleAliases \
479   \
480   hello-objc-gnome/INSTALL \
481   hello-objc-gnome/autogen.sh \
482   hello-objc-gnome/autoclean.sh \
483   hello-objc-gnome/hello.m \
484   hello-objc-gnome/Makefile.am \
485   hello-objc-gnome/configure.ac \
486   hello-objc-gnome/m4/Makefile.am \
487   hello-objc-gnome/m4/gnome.m4 \
488   hello-objc-gnome/m4/gnome-gnorba-check.m4 \
489   hello-objc-gnome/m4/gnome-orbit-check.m4 \
490   hello-objc-gnome/po/Makevars \
491   hello-objc-gnome/po/POTFILES.in \
492   \
493   hello-sh/INSTALL \
494   hello-sh/autogen.sh \
495   hello-sh/autoclean.sh \
496   hello-sh/hello.sh \
497   hello-sh/Makefile.am \
498   hello-sh/configure.ac \
499   hello-sh/m4/Makefile.am \
500   hello-sh/po/Makefile.am \
501   \
502   hello-python/INSTALL \
503   hello-python/autogen.sh \
504   hello-python/autoclean.sh \
505   hello-python/hello.py.in \
506   hello-python/Makefile.am \
507   hello-python/configure.ac \
508   hello-python/m4/Makefile.am \
509   hello-python/po/Makefile.am \
510   \
511   hello-clisp/INSTALL \
512   hello-clisp/autogen.sh \
513   hello-clisp/autoclean.sh \
514   hello-clisp/hello.lisp.in \
515   hello-clisp/Makefile.am \
516   hello-clisp/configure.ac \
517   hello-clisp/m4/Makefile.am \
518   hello-clisp/po/Makefile.am \
519   \
520   hello-librep/INSTALL \
521   hello-librep/autogen.sh \
522   hello-librep/autoclean.sh \
523   hello-librep/hello.jl.in \
524   hello-librep/Makefile.am \
525   hello-librep/configure.ac \
526   hello-librep/m4/Makefile.am \
527   hello-librep/po/Makefile.am \
528   \
529   hello-guile/INSTALL \
530   hello-guile/autogen.sh \
531   hello-guile/autoclean.sh \
532   hello-guile/hello.scm \
533   hello-guile/Makefile.am \
534   hello-guile/configure.ac \
535   hello-guile/m4/Makefile.am \
536   hello-guile/po/Makefile.am \
537   \
538   hello-smalltalk/INSTALL \
539   hello-smalltalk/autogen.sh \
540   hello-smalltalk/autoclean.sh \
541   hello-smalltalk/hello.st.in \
542   hello-smalltalk/Makefile.am \
543   hello-smalltalk/configure.ac \
544   hello-smalltalk/m4/Makefile.am \
545   hello-smalltalk/po/Makefile.am \
546   \
547   hello-java/INSTALL \
548   hello-java/autogen.sh \
549   hello-java/autoclean.sh \
550   hello-java/Hello.java \
551   hello-java/Makefile.am \
552   hello-java/configure.ac \
553   hello-java/m4/Makefile.am \
554   hello-java/po/Makefile.am \
555   \
556   hello-java-awt/INSTALL \
557   hello-java-awt/BUGS \
558   hello-java-awt/autogen.sh \
559   hello-java-awt/autoclean.sh \
560   hello-java-awt/Hello.java \
561   hello-java-awt/Makefile.am \
562   hello-java-awt/configure.ac \
563   hello-java-awt/m4/Makefile.am \
564   hello-java-awt/m4/TestAWT.java \
565   hello-java-awt/m4/TestAWT.class \
566   hello-java-awt/po/Makefile.am \
567   \
568   hello-java-swing/INSTALL \
569   hello-java-swing/BUGS \
570   hello-java-swing/autogen.sh \
571   hello-java-swing/autoclean.sh \
572   hello-java-swing/Hello.java \
573   hello-java-swing/Makefile.am \
574   hello-java-swing/configure.ac \
575   hello-java-swing/m4/Makefile.am \
576   hello-java-swing/m4/TestAWT.java \
577   hello-java-swing/m4/TestAWT.class \
578   hello-java-swing/po/Makefile.am \
579   \
580   hello-java-qtjambi/INSTALL \
581   hello-java-qtjambi/BUGS \
582   hello-java-qtjambi/autogen.sh \
583   hello-java-qtjambi/autoclean.sh \
584   hello-java-qtjambi/Hello.java \
585   hello-java-qtjambi/Makefile.am \
586   hello-java-qtjambi/configure.ac \
587   hello-java-qtjambi/m4/Makefile.am \
588   hello-java-qtjambi/m4/Test15.java \
589   hello-java-qtjambi/m4/Test15.class \
590   hello-java-qtjambi/po/Makefile.am \
591   \
592   hello-csharp/INSTALL \
593   hello-csharp/autogen.sh \
594   hello-csharp/autoclean.sh \
595   hello-csharp/hello.cs \
596   hello-csharp/Makefile.am \
597   hello-csharp/configure.ac \
598   hello-csharp/m4/Makefile.am \
599   hello-csharp/po/Makefile.am \
600   \
601   hello-csharp-forms/INSTALL \
602   hello-csharp-forms/README \
603   hello-csharp-forms/BUGS \
604   hello-csharp-forms/autogen.sh \
605   hello-csharp-forms/autoclean.sh \
606   hello-csharp-forms/hello.cs \
607   hello-csharp-forms/Makefile.am \
608   hello-csharp-forms/configure.ac \
609   hello-csharp-forms/m4/Makefile.am \
610   hello-csharp-forms/po/Makefile.am \
611   \
612   hello-gawk/INSTALL \
613   hello-gawk/autogen.sh \
614   hello-gawk/autoclean.sh \
615   hello-gawk/hello.awk \
616   hello-gawk/Makefile.am \
617   hello-gawk/configure.ac \
618   hello-gawk/m4/Makefile.am \
619   hello-gawk/po/Makefile.am \
620   \
621   hello-pascal/INSTALL \
622   hello-pascal/autogen.sh \
623   hello-pascal/autoclean.sh \
624   hello-pascal/hello.pas \
625   hello-pascal/hello.rst \
626   hello-pascal/Makefile.am \
627   hello-pascal/configure.ac \
628   hello-pascal/m4/Makefile.am \
629   hello-pascal/po/Makefile.am \
630   \
631   hello-ycp/INSTALL \
632   hello-ycp/autogen.sh \
633   hello-ycp/autoclean.sh \
634   hello-ycp/hello.ycp \
635   hello-ycp/Makefile.am \
636   hello-ycp/configure.ac \
637   hello-ycp/m4/Makefile.am \
638   hello-ycp/po/Makefile.am \
639   \
640   hello-tcl/INSTALL \
641   hello-tcl/autogen.sh \
642   hello-tcl/autoclean.sh \
643   hello-tcl/hello.tcl \
644   hello-tcl/Makefile.am \
645   hello-tcl/configure.ac \
646   hello-tcl/m4/Makefile.am \
647   hello-tcl/po/Makefile.am \
648   \
649   hello-tcl-tk/INSTALL \
650   hello-tcl-tk/autogen.sh \
651   hello-tcl-tk/autoclean.sh \
652   hello-tcl-tk/hello.tcl \
653   hello-tcl-tk/Makefile.am \
654   hello-tcl-tk/configure.ac \
655   hello-tcl-tk/m4/Makefile.am \
656   hello-tcl-tk/po/Makefile.am \
657   \
658   hello-perl/INSTALL \
659   hello-perl/autogen.sh \
660   hello-perl/autoclean.sh \
661   hello-perl/hello-1.pl.in \
662   hello-perl/hello-2.pl.in \
663   hello-perl/Makefile.am \
664   hello-perl/configure.ac \
665   hello-perl/m4/Makefile.am \
666   hello-perl/po/Makefile.am \
667   \
668   hello-php/INSTALL \
669   hello-php/README \
670   hello-php/autogen.sh \
671   hello-php/autoclean.sh \
672   hello-php/hello.php \
673   hello-php/Makefile.am \
674   hello-php/configure.ac \
675   hello-php/m4/Makefile.am \
676   hello-php/po/Makefile.am \
677   \
678   README
679
680
681 # List of examples directories containing a po directory.
682 EXAMPLESDIRS = \
683   hello-c \
684   hello-c-gnome \
685   hello-c-gnome3 \
686   hello-c++ \
687   hello-c++-qt \
688   hello-c++-kde \
689   hello-c++-gnome \
690   hello-c++-wxwidgets \
691   hello-objc \
692   hello-objc-gnustep \
693   hello-objc-gnome \
694   hello-sh \
695   hello-python \
696   hello-clisp \
697   hello-librep \
698   hello-guile \
699   hello-smalltalk \
700   hello-java \
701   hello-java-awt \
702   hello-java-swing \
703   hello-java-qtjambi \
704   hello-csharp \
705   hello-csharp-forms \
706   hello-gawk \
707   hello-pascal \
708   hello-ycp \
709   hello-tcl \
710   hello-tcl-tk \
711   hello-perl \
712   hello-php
713
714
715 # List of files present in every example's po directory.
716 EXAMPLESPOFILES = \
717   LINGUAS \
718   af.po \
719   ast.po \
720   bg.po \
721   ca.po \
722   cs.po \
723   da.po \
724   de.po \
725   el.po \
726   eo.po \
727   es.po \
728   fi.po \
729   fr.po \
730   ga.po \
731   gl.po \
732   hr.po \
733   hu.po \
734   id.po \
735   it.po \
736   ja.po \
737   ky.po \
738   lv.po \
739   ms.po \
740   mt.po \
741   nb.po \
742   nl.po \
743   pl.po \
744   pt.po \
745   pt_BR.po \
746   ro.po \
747   ru.po \
748   sk.po \
749   sl.po \
750   sr.po \
751   sv.po \
752   tr.po \
753   uk.po \
754   vi.po \
755   zh_CN.po \
756   zh_HK.po \
757   zh_TW.po
758
759 all: all-recursive
760
761 .SUFFIXES:
762 am--refresh: Makefile
763         @:
764 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
765         @for dep in $?; do \
766           case '$(am__configure_deps)' in \
767             *$$dep*) \
768               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
769               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
770                 && exit 0; \
771               exit 1;; \
772           esac; \
773         done; \
774         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
775         $(am__cd) $(top_srcdir) && \
776           $(AUTOMAKE) --foreign Makefile
777 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
778         @case '$?' in \
779           *config.status*) \
780             echo ' $(SHELL) ./config.status'; \
781             $(SHELL) ./config.status;; \
782           *) \
783             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
784             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
785         esac;
786
787 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
788         $(SHELL) ./config.status --recheck
789
790 $(top_srcdir)/configure:  $(am__configure_deps)
791         $(am__cd) $(srcdir) && $(AUTOCONF)
792 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
793         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
794 $(am__aclocal_m4_deps):
795 installpaths: $(top_builddir)/config.status $(srcdir)/installpaths.in
796         cd $(top_builddir) && $(SHELL) ./config.status $@
797 install-examplesDATA: $(examples_DATA)
798         @$(NORMAL_INSTALL)
799         @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
800         if test -n "$$list"; then \
801           echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
802           $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
803         fi; \
804         for p in $$list; do \
805           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
806           echo "$$d$$p"; \
807         done | $(am__base_list) | \
808         while read files; do \
809           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
810           $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
811         done
812
813 uninstall-examplesDATA:
814         @$(NORMAL_UNINSTALL)
815         @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
816         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
817         dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
818
819 # This directory's subdirectories are mostly independent; you can cd
820 # into them and run 'make' without going through this Makefile.
821 # To change the values of 'make' variables: instead of editing Makefiles,
822 # (1) if the variable is set in 'config.status', edit 'config.status'
823 #     (which will cause the Makefiles to be regenerated when you run 'make');
824 # (2) otherwise, pass the desired values on the 'make' command line.
825 $(am__recursive_targets):
826         @fail=; \
827         if $(am__make_keepgoing); then \
828           failcom='fail=yes'; \
829         else \
830           failcom='exit 1'; \
831         fi; \
832         dot_seen=no; \
833         target=`echo $@ | sed s/-recursive//`; \
834         case "$@" in \
835           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
836           *) list='$(SUBDIRS)' ;; \
837         esac; \
838         for subdir in $$list; do \
839           echo "Making $$target in $$subdir"; \
840           if test "$$subdir" = "."; then \
841             dot_seen=yes; \
842             local_target="$$target-am"; \
843           else \
844             local_target="$$target"; \
845           fi; \
846           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
847           || eval $$failcom; \
848         done; \
849         if test "$$dot_seen" = "no"; then \
850           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
851         fi; test -z "$$fail"
852
853 ID: $(am__tagged_files)
854         $(am__define_uniq_tagged_files); mkid -fID $$unique
855 tags: tags-recursive
856 TAGS: tags
857
858 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
859         set x; \
860         here=`pwd`; \
861         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
862           include_option=--etags-include; \
863           empty_fix=.; \
864         else \
865           include_option=--include; \
866           empty_fix=; \
867         fi; \
868         list='$(SUBDIRS)'; for subdir in $$list; do \
869           if test "$$subdir" = .; then :; else \
870             test ! -f $$subdir/TAGS || \
871               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
872           fi; \
873         done; \
874         $(am__define_uniq_tagged_files); \
875         shift; \
876         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
877           test -n "$$unique" || unique=$$empty_fix; \
878           if test $$# -gt 0; then \
879             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
880               "$$@" $$unique; \
881           else \
882             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
883               $$unique; \
884           fi; \
885         fi
886 ctags: ctags-recursive
887
888 CTAGS: ctags
889 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
890         $(am__define_uniq_tagged_files); \
891         test -z "$(CTAGS_ARGS)$$unique" \
892           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
893              $$unique
894
895 GTAGS:
896         here=`$(am__cd) $(top_builddir) && pwd` \
897           && $(am__cd) $(top_srcdir) \
898           && gtags -i $(GTAGS_ARGS) "$$here"
899 cscope: cscope.files
900         test ! -s cscope.files \
901           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
902 clean-cscope:
903         -rm -f cscope.files
904 cscope.files: clean-cscope cscopelist
905 cscopelist: cscopelist-recursive
906
907 cscopelist-am: $(am__tagged_files)
908         list='$(am__tagged_files)'; \
909         case "$(srcdir)" in \
910           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
911           *) sdir=$(subdir)/$(srcdir) ;; \
912         esac; \
913         for i in $$list; do \
914           if test -f "$$i"; then \
915             echo "$(subdir)/$$i"; \
916           else \
917             echo "$$sdir/$$i"; \
918           fi; \
919         done >> $(top_builddir)/cscope.files
920
921 distclean-tags:
922         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
923         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
924
925 distdir: $(DISTFILES)
926         $(am__remove_distdir)
927         test -d "$(distdir)" || mkdir "$(distdir)"
928         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
929         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
930         list='$(DISTFILES)'; \
931           dist_files=`for file in $$list; do echo $$file; done | \
932           sed -e "s|^$$srcdirstrip/||;t" \
933               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
934         case $$dist_files in \
935           */*) $(MKDIR_P) `echo "$$dist_files" | \
936                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
937                            sort -u` ;; \
938         esac; \
939         for file in $$dist_files; do \
940           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
941           if test -d $$d/$$file; then \
942             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
943             if test -d "$(distdir)/$$file"; then \
944               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
945             fi; \
946             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
947               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
948               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
949             fi; \
950             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
951           else \
952             test -f "$(distdir)/$$file" \
953             || cp -p $$d/$$file "$(distdir)/$$file" \
954             || exit 1; \
955           fi; \
956         done
957         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
958           if test "$$subdir" = .; then :; else \
959             $(am__make_dryrun) \
960               || test -d "$(distdir)/$$subdir" \
961               || $(MKDIR_P) "$(distdir)/$$subdir" \
962               || exit 1; \
963             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
964             $(am__relativize); \
965             new_distdir=$$reldir; \
966             dir1=$$subdir; dir2="$(top_distdir)"; \
967             $(am__relativize); \
968             new_top_distdir=$$reldir; \
969             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
970             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
971             ($(am__cd) $$subdir && \
972               $(MAKE) $(AM_MAKEFLAGS) \
973                 top_distdir="$$new_top_distdir" \
974                 distdir="$$new_distdir" \
975                 am__remove_distdir=: \
976                 am__skip_length_check=: \
977                 am__skip_mode_fix=: \
978                 distdir) \
979               || exit 1; \
980           fi; \
981         done
982         -test -n "$(am__skip_mode_fix)" \
983         || find "$(distdir)" -type d ! -perm -755 \
984                 -exec chmod u+rwx,go+rx {} \; -o \
985           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
986           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
987           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
988         || chmod -R a+r "$(distdir)"
989 dist-gzip: distdir
990         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
991         $(am__post_remove_distdir)
992
993 dist-bzip2: distdir
994         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
995         $(am__post_remove_distdir)
996
997 dist-lzip: distdir
998         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
999         $(am__post_remove_distdir)
1000
1001 dist-xz: distdir
1002         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1003         $(am__post_remove_distdir)
1004
1005 dist-tarZ: distdir
1006         @echo WARNING: "Support for distribution archives compressed with" \
1007                        "legacy program 'compress' is deprecated." >&2
1008         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1009         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1010         $(am__post_remove_distdir)
1011
1012 dist-shar: distdir
1013         @echo WARNING: "Support for shar distribution archives is" \
1014                        "deprecated." >&2
1015         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1016         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1017         $(am__post_remove_distdir)
1018
1019 dist-zip: distdir
1020         -rm -f $(distdir).zip
1021         zip -rq $(distdir).zip $(distdir)
1022         $(am__post_remove_distdir)
1023
1024 dist dist-all:
1025         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1026         $(am__post_remove_distdir)
1027
1028 # This target untars the dist file and tries a VPATH configuration.  Then
1029 # it guarantees that the distribution is self-contained by making another
1030 # tarfile.
1031 distcheck: dist
1032         case '$(DIST_ARCHIVES)' in \
1033         *.tar.gz*) \
1034           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1035         *.tar.bz2*) \
1036           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1037         *.tar.lz*) \
1038           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1039         *.tar.xz*) \
1040           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1041         *.tar.Z*) \
1042           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1043         *.shar.gz*) \
1044           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1045         *.zip*) \
1046           unzip $(distdir).zip ;;\
1047         esac
1048         chmod -R a-w $(distdir)
1049         chmod u+w $(distdir)
1050         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1051         chmod a-w $(distdir)
1052         test -d $(distdir)/_build || exit 0; \
1053         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1054           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1055           && am__cwd=`pwd` \
1056           && $(am__cd) $(distdir)/_build/sub \
1057           && ../../configure \
1058             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1059             $(DISTCHECK_CONFIGURE_FLAGS) \
1060             --srcdir=../.. --prefix="$$dc_install_base" \
1061           && $(MAKE) $(AM_MAKEFLAGS) \
1062           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1063           && $(MAKE) $(AM_MAKEFLAGS) check \
1064           && $(MAKE) $(AM_MAKEFLAGS) install \
1065           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1066           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1067           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1068                 distuninstallcheck \
1069           && chmod -R a-w "$$dc_install_base" \
1070           && ({ \
1071                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1072                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1073                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1074                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1075                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1076               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1077           && rm -rf "$$dc_destdir" \
1078           && $(MAKE) $(AM_MAKEFLAGS) dist \
1079           && rm -rf $(DIST_ARCHIVES) \
1080           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1081           && cd "$$am__cwd" \
1082           || exit 1
1083         $(am__post_remove_distdir)
1084         @(echo "$(distdir) archives ready for distribution: "; \
1085           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1086           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1087 distuninstallcheck:
1088         @test -n '$(distuninstallcheck_dir)' || { \
1089           echo 'ERROR: trying to run $@ with an empty' \
1090                '$$(distuninstallcheck_dir)' >&2; \
1091           exit 1; \
1092         }; \
1093         $(am__cd) '$(distuninstallcheck_dir)' || { \
1094           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1095           exit 1; \
1096         }; \
1097         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1098            || { echo "ERROR: files left after uninstall:" ; \
1099                 if test -n "$(DESTDIR)"; then \
1100                   echo "  (check DESTDIR support)"; \
1101                 fi ; \
1102                 $(distuninstallcheck_listfiles) ; \
1103                 exit 1; } >&2
1104 distcleancheck: distclean
1105         @if test '$(srcdir)' = . ; then \
1106           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1107           exit 1 ; \
1108         fi
1109         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1110           || { echo "ERROR: files left in build directory after distclean:" ; \
1111                $(distcleancheck_listfiles) ; \
1112                exit 1; } >&2
1113 check-am: all-am
1114 check: check-recursive
1115 all-am: Makefile $(DATA)
1116 installdirs: installdirs-recursive
1117 installdirs-am: installdirs-local
1118         for dir in "$(DESTDIR)$(examplesdir)"; do \
1119           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1120         done
1121 install: install-recursive
1122 install-exec: install-exec-recursive
1123 install-data: install-data-recursive
1124 uninstall: uninstall-recursive
1125
1126 install-am: all-am
1127         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1128
1129 installcheck: installcheck-recursive
1130 install-strip:
1131         if test -z '$(STRIP)'; then \
1132           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1133             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1134               install; \
1135         else \
1136           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1137             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1138             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1139         fi
1140 mostlyclean-generic:
1141
1142 clean-generic:
1143
1144 distclean-generic:
1145         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1146         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1147
1148 maintainer-clean-generic:
1149         @echo "This command is intended for maintainers to use"
1150         @echo "it deletes files that may require special tools to rebuild."
1151 clean: clean-recursive
1152
1153 clean-am: clean-generic clean-local mostlyclean-am
1154
1155 distclean: distclean-recursive
1156         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1157         -rm -f Makefile
1158 distclean-am: clean-am distclean-generic distclean-tags
1159
1160 dvi: dvi-recursive
1161
1162 dvi-am:
1163
1164 html: html-recursive
1165
1166 html-am:
1167
1168 info: info-recursive
1169
1170 info-am:
1171
1172 install-data-am: install-data-local install-examplesDATA
1173
1174 install-dvi: install-dvi-recursive
1175
1176 install-dvi-am:
1177
1178 install-exec-am:
1179
1180 install-html: install-html-recursive
1181
1182 install-html-am:
1183
1184 install-info: install-info-recursive
1185
1186 install-info-am:
1187
1188 install-man:
1189
1190 install-pdf: install-pdf-recursive
1191
1192 install-pdf-am:
1193
1194 install-ps: install-ps-recursive
1195
1196 install-ps-am:
1197
1198 installcheck-am:
1199
1200 maintainer-clean: maintainer-clean-recursive
1201         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1202         -rm -rf $(top_srcdir)/autom4te.cache
1203         -rm -f Makefile
1204 maintainer-clean-am: distclean-am maintainer-clean-generic
1205
1206 mostlyclean: mostlyclean-recursive
1207
1208 mostlyclean-am: mostlyclean-generic
1209
1210 pdf: pdf-recursive
1211
1212 pdf-am:
1213
1214 ps: ps-recursive
1215
1216 ps-am:
1217
1218 uninstall-am: uninstall-examplesDATA uninstall-local
1219
1220 .MAKE: $(am__recursive_targets) install-am install-strip
1221
1222 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1223         am--refresh check check-am clean clean-cscope clean-generic \
1224         clean-local cscope cscopelist-am ctags ctags-am dist dist-all \
1225         dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
1226         dist-zip distcheck distclean distclean-generic distclean-tags \
1227         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1228         html-am info info-am install install-am install-data \
1229         install-data-am install-data-local install-dvi install-dvi-am \
1230         install-examplesDATA install-exec install-exec-am install-html \
1231         install-html-am install-info install-info-am install-man \
1232         install-pdf install-pdf-am install-ps install-ps-am \
1233         install-strip installcheck installcheck-am installdirs \
1234         installdirs-am installdirs-local maintainer-clean \
1235         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1236         pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1237         uninstall-examplesDATA uninstall-local
1238
1239 .PRECIOUS: Makefile
1240
1241
1242 install-data-local: $(EXAMPLESFILES)
1243         $(MKDIR_P) $(DESTDIR)$(examplesdir)
1244         for f in $(EXAMPLESFILES); do \
1245           d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1246           test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1247           b=`echo $$f | sed -e 's,^.*/,,'`; \
1248           if test $$b = autogen.sh || test $$b = autoclean.sh; then \
1249             echo "$(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1250             $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1251           else \
1252             echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1253             $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1254           fi; \
1255         done
1256         for f1 in $(EXAMPLESDIRS); do \
1257           for f2 in $(EXAMPLESPOFILES); do \
1258             f=$$f1/po/$$f2; \
1259             test -f $(srcdir)/$$f || { \
1260               echo "WARNING: $(srcdir)/$$f doesn't exist; do \"make dist\" to prepare" >&2; \
1261               break; \
1262             }; \
1263             d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1264             test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1265             b=`echo $$f | sed -e 's,^.*/,,'`; \
1266             echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1267             $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1268           done; \
1269         done
1270
1271 installdirs-local:
1272         $(MKDIR_P) $(DESTDIR)$(examplesdir)
1273         for f in $(EXAMPLESFILES); do \
1274           d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1275           test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1276         done
1277         for f1 in $(EXAMPLESDIRS); do \
1278           for f2 in $(EXAMPLESPOFILES); do \
1279             f=$$f1/po/$$f2; \
1280             d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1281             test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1282           done; \
1283         done
1284
1285 uninstall-local:
1286         for f in $(EXAMPLESFILES); do \
1287           rm -f $(DESTDIR)$(examplesdir)/$$f; \
1288         done
1289         for f1 in $(EXAMPLESDIRS); do \
1290           for f2 in $(EXAMPLESPOFILES); do \
1291             f=$$f1/po/$$f2; \
1292             rm -f $(DESTDIR)$(examplesdir)/$$f; \
1293           done; \
1294         done
1295
1296 # Invoked from inside automake's distdir target.
1297 distdir1:
1298         cd po && $(MAKE) update-po all
1299         for file in $(EXAMPLESFILES); do \
1300           if test -f $$file; then d=.; else d=$(srcdir); fi; \
1301           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1302           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1303             $(MKDIR_P) "$(distdir)/$$dir"; \
1304           fi; \
1305           cp -p $$d/$$file $(distdir)/$$file || exit 1; \
1306         done
1307         for f1 in $(EXAMPLESDIRS); do \
1308           for f2 in $(EXAMPLESPOFILES); do \
1309             file=$$f1/po/$$f2; \
1310             if test -f $$file; then d=.; else d=$(srcdir); fi; \
1311             dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1312             if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1313               $(MKDIR_P) "$(distdir)/$$dir"; \
1314             fi; \
1315             cp -p $$d/$$file $(distdir)/$$file || exit 1; \
1316           done; \
1317         done
1318
1319 # Temporary directories created by po/Makefile.
1320 clean-local:
1321         -rm -rf tmp-hello-*
1322
1323 maintainer-update-po: $(top_builddir)/config.status
1324         $(SHELL) ./config.status --recheck
1325         $(SHELL) ./config.status po/Makefile
1326         cd po && $(MAKE) update-po
1327
1328 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1329 # Otherwise a system limit (for SysV at least) may be exceeded.
1330 .NOEXPORT: