Imported Upstream version 0.19.7
[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 runstatedir = @runstatedir@
320 sbindir = @sbindir@
321 sharedstatedir = @sharedstatedir@
322 srcdir = @srcdir@
323 sysconfdir = @sysconfdir@
324 target_alias = @target_alias@
325 top_build_prefix = @top_build_prefix@
326 top_builddir = @top_builddir@
327 top_srcdir = @top_srcdir@
328 AUTOMAKE_OPTIONS = 1.2 foreign
329 ACLOCAL_AMFLAGS = -I ../../gettext-runtime/m4 -I ../../m4
330 SUBDIRS = po
331 EXTRA_DIST = 
332 examplesdir = $(docdir)/examples
333 examples_DATA = installpaths
334
335 # List of examples files, excluding the localizations.
336 EXAMPLESFILES = \
337   \
338   hello-c/INSTALL \
339   hello-c/autogen.sh \
340   hello-c/autoclean.sh \
341   hello-c/hello.c \
342   hello-c/Makefile.am \
343   hello-c/configure.ac \
344   hello-c/m4/Makefile.am \
345   hello-c/po/Makevars \
346   hello-c/po/POTFILES.in \
347   \
348   hello-c-gnome/INSTALL \
349   hello-c-gnome/autogen.sh \
350   hello-c-gnome/autoclean.sh \
351   hello-c-gnome/hello.c \
352   hello-c-gnome/Makefile.am \
353   hello-c-gnome/configure.ac \
354   hello-c-gnome/m4/Makefile.am \
355   hello-c-gnome/m4/gnome.m4 \
356   hello-c-gnome/m4/gnome-gnorba-check.m4 \
357   hello-c-gnome/m4/gnome-orbit-check.m4 \
358   hello-c-gnome/po/Makevars \
359   hello-c-gnome/po/POTFILES.in \
360   \
361   hello-c-gnome3/INSTALL \
362   hello-c-gnome3/autogen.sh \
363   hello-c-gnome3/autoclean.sh \
364   hello-c-gnome3/hello.c \
365   hello-c-gnome3/hello.desktop.in.in \
366   hello-c-gnome3/hello.gschema.xml \
367   hello-c-gnome3/hello.gresource.xml \
368   hello-c-gnome3/hello.ui \
369   hello-c-gnome3/Makefile.am \
370   hello-c-gnome3/configure.ac \
371   hello-c-gnome3/m4/Makefile.am \
372   hello-c-gnome3/po/Makevars \
373   hello-c-gnome3/po/POTFILES.in \
374   \
375   hello-c++/INSTALL \
376   hello-c++/autogen.sh \
377   hello-c++/autoclean.sh \
378   hello-c++/hello.cc \
379   hello-c++/Makefile.am \
380   hello-c++/configure.ac \
381   hello-c++/m4/Makefile.am \
382   hello-c++/po/Makevars \
383   hello-c++/po/POTFILES.in \
384   \
385   hello-c++-qt/INSTALL \
386   hello-c++-qt/BUGS \
387   hello-c++-qt/autogen.sh \
388   hello-c++-qt/autoclean.sh \
389   hello-c++-qt/hello.cc \
390   hello-c++-qt/Makefile.am \
391   hello-c++-qt/configure.ac \
392   hello-c++-qt/m4/Makefile.am \
393   hello-c++-qt/m4/qt.m4 \
394   hello-c++-qt/po/Makefile.am \
395   \
396   hello-c++-kde/INSTALL \
397   hello-c++-kde/BUGS \
398   hello-c++-kde/autogen.sh \
399   hello-c++-kde/autoclean.sh \
400   hello-c++-kde/hello.cc \
401   hello-c++-kde/hellowindow.h \
402   hello-c++-kde/hellowindow.cc \
403   hello-c++-kde/Makefile.am \
404   hello-c++-kde/configure.in.in \
405   hello-c++-kde/m4/Makefile.am \
406   hello-c++-kde/admin/acinclude.m4.in \
407   hello-c++-kde/admin/am_edit \
408   hello-c++-kde/admin/ChangeLog \
409   hello-c++-kde/admin/compile \
410   hello-c++-kde/admin/conf.change.pl \
411   hello-c++-kde/admin/config.guess \
412   hello-c++-kde/admin/config.pl \
413   hello-c++-kde/admin/config.sub \
414   hello-c++-kde/admin/configure.in.bot.end \
415   hello-c++-kde/admin/configure.in.min \
416   hello-c++-kde/admin/cvs-clean.pl \
417   hello-c++-kde/admin/cvs.sh \
418   hello-c++-kde/admin/debianrules \
419   hello-c++-kde/admin/depcomp \
420   hello-c++-kde/admin/detect-autoconf.sh \
421   hello-c++-kde/admin/Doxyfile.am \
422   hello-c++-kde/admin/Doxyfile.global \
423   hello-c++-kde/admin/install-sh \
424   hello-c++-kde/admin/libtool.m4.in \
425   hello-c++-kde/admin/ltmain.sh \
426   hello-c++-kde/admin/Makefile.common \
427   hello-c++-kde/admin/missing \
428   hello-c++-kde/admin/mkinstalldirs \
429   hello-c++-kde/admin/ylwrap \
430   hello-c++-kde/po/Makevars \
431   hello-c++-kde/po/POTFILES.in \
432   \
433   hello-c++-gnome/INSTALL \
434   hello-c++-gnome/autogen.sh \
435   hello-c++-gnome/autoclean.sh \
436   hello-c++-gnome/hello.cc \
437   hello-c++-gnome/Makefile.am \
438   hello-c++-gnome/configure.ac \
439   hello-c++-gnome/m4/Makefile.am \
440   hello-c++-gnome/m4/gnome.m4 \
441   hello-c++-gnome/m4/gnome-gnorba-check.m4 \
442   hello-c++-gnome/m4/gnome-orbit-check.m4 \
443   hello-c++-gnome/m4/gtk.m4 \
444   hello-c++-gnome/m4/gtk--.m4 \
445   hello-c++-gnome/po/Makevars \
446   hello-c++-gnome/po/POTFILES.in \
447   \
448   hello-c++-wxwidgets/INSTALL \
449   hello-c++-wxwidgets/autogen.sh \
450   hello-c++-wxwidgets/autoclean.sh \
451   hello-c++-wxwidgets/hello.cc \
452   hello-c++-wxwidgets/Makefile.am \
453   hello-c++-wxwidgets/configure.ac \
454   hello-c++-wxwidgets/m4/Makefile.am \
455   hello-c++-wxwidgets/m4/wxwidgets.m4 \
456   hello-c++-wxwidgets/po/Makefile.am \
457   \
458   hello-objc/INSTALL \
459   hello-objc/autogen.sh \
460   hello-objc/autoclean.sh \
461   hello-objc/hello.m \
462   hello-objc/Makefile.am \
463   hello-objc/configure.ac \
464   hello-objc/m4/Makefile.am \
465   hello-objc/po/Makevars \
466   hello-objc/po/POTFILES.in \
467   \
468   hello-objc-gnustep/INSTALL \
469   hello-objc-gnustep/BUGS \
470   hello-objc-gnustep/autogen.sh \
471   hello-objc-gnustep/autoclean.sh \
472   hello-objc-gnustep/main.m \
473   hello-objc-gnustep/AppController.h \
474   hello-objc-gnustep/AppController.m \
475   hello-objc-gnustep/Hello.h \
476   hello-objc-gnustep/Hello.m \
477   hello-objc-gnustep/GNUmakefile \
478   hello-objc-gnustep/po/GNUmakefile \
479   hello-objc-gnustep/po/LocaleAliases \
480   \
481   hello-objc-gnome/INSTALL \
482   hello-objc-gnome/autogen.sh \
483   hello-objc-gnome/autoclean.sh \
484   hello-objc-gnome/hello.m \
485   hello-objc-gnome/Makefile.am \
486   hello-objc-gnome/configure.ac \
487   hello-objc-gnome/m4/Makefile.am \
488   hello-objc-gnome/m4/gnome.m4 \
489   hello-objc-gnome/m4/gnome-gnorba-check.m4 \
490   hello-objc-gnome/m4/gnome-orbit-check.m4 \
491   hello-objc-gnome/po/Makevars \
492   hello-objc-gnome/po/POTFILES.in \
493   \
494   hello-sh/INSTALL \
495   hello-sh/autogen.sh \
496   hello-sh/autoclean.sh \
497   hello-sh/hello.sh \
498   hello-sh/Makefile.am \
499   hello-sh/configure.ac \
500   hello-sh/m4/Makefile.am \
501   hello-sh/po/Makefile.am \
502   \
503   hello-python/INSTALL \
504   hello-python/autogen.sh \
505   hello-python/autoclean.sh \
506   hello-python/hello.py.in \
507   hello-python/Makefile.am \
508   hello-python/configure.ac \
509   hello-python/m4/Makefile.am \
510   hello-python/po/Makefile.am \
511   \
512   hello-clisp/INSTALL \
513   hello-clisp/autogen.sh \
514   hello-clisp/autoclean.sh \
515   hello-clisp/hello.lisp.in \
516   hello-clisp/Makefile.am \
517   hello-clisp/configure.ac \
518   hello-clisp/m4/Makefile.am \
519   hello-clisp/po/Makefile.am \
520   \
521   hello-librep/INSTALL \
522   hello-librep/autogen.sh \
523   hello-librep/autoclean.sh \
524   hello-librep/hello.jl.in \
525   hello-librep/Makefile.am \
526   hello-librep/configure.ac \
527   hello-librep/m4/Makefile.am \
528   hello-librep/po/Makefile.am \
529   \
530   hello-guile/INSTALL \
531   hello-guile/autogen.sh \
532   hello-guile/autoclean.sh \
533   hello-guile/hello.scm \
534   hello-guile/Makefile.am \
535   hello-guile/configure.ac \
536   hello-guile/m4/Makefile.am \
537   hello-guile/po/Makefile.am \
538   \
539   hello-smalltalk/INSTALL \
540   hello-smalltalk/autogen.sh \
541   hello-smalltalk/autoclean.sh \
542   hello-smalltalk/hello.st.in \
543   hello-smalltalk/Makefile.am \
544   hello-smalltalk/configure.ac \
545   hello-smalltalk/m4/Makefile.am \
546   hello-smalltalk/po/Makefile.am \
547   \
548   hello-java/INSTALL \
549   hello-java/autogen.sh \
550   hello-java/autoclean.sh \
551   hello-java/Hello.java \
552   hello-java/Makefile.am \
553   hello-java/configure.ac \
554   hello-java/m4/Makefile.am \
555   hello-java/po/Makefile.am \
556   \
557   hello-java-awt/INSTALL \
558   hello-java-awt/BUGS \
559   hello-java-awt/autogen.sh \
560   hello-java-awt/autoclean.sh \
561   hello-java-awt/Hello.java \
562   hello-java-awt/Makefile.am \
563   hello-java-awt/configure.ac \
564   hello-java-awt/m4/Makefile.am \
565   hello-java-awt/m4/TestAWT.java \
566   hello-java-awt/m4/TestAWT.class \
567   hello-java-awt/po/Makefile.am \
568   \
569   hello-java-swing/INSTALL \
570   hello-java-swing/BUGS \
571   hello-java-swing/autogen.sh \
572   hello-java-swing/autoclean.sh \
573   hello-java-swing/Hello.java \
574   hello-java-swing/Makefile.am \
575   hello-java-swing/configure.ac \
576   hello-java-swing/m4/Makefile.am \
577   hello-java-swing/m4/TestAWT.java \
578   hello-java-swing/m4/TestAWT.class \
579   hello-java-swing/po/Makefile.am \
580   \
581   hello-java-qtjambi/INSTALL \
582   hello-java-qtjambi/BUGS \
583   hello-java-qtjambi/autogen.sh \
584   hello-java-qtjambi/autoclean.sh \
585   hello-java-qtjambi/Hello.java \
586   hello-java-qtjambi/Makefile.am \
587   hello-java-qtjambi/configure.ac \
588   hello-java-qtjambi/m4/Makefile.am \
589   hello-java-qtjambi/m4/Test15.java \
590   hello-java-qtjambi/m4/Test15.class \
591   hello-java-qtjambi/po/Makefile.am \
592   \
593   hello-csharp/INSTALL \
594   hello-csharp/autogen.sh \
595   hello-csharp/autoclean.sh \
596   hello-csharp/hello.cs \
597   hello-csharp/Makefile.am \
598   hello-csharp/configure.ac \
599   hello-csharp/m4/Makefile.am \
600   hello-csharp/po/Makefile.am \
601   \
602   hello-csharp-forms/INSTALL \
603   hello-csharp-forms/README \
604   hello-csharp-forms/BUGS \
605   hello-csharp-forms/autogen.sh \
606   hello-csharp-forms/autoclean.sh \
607   hello-csharp-forms/hello.cs \
608   hello-csharp-forms/Makefile.am \
609   hello-csharp-forms/configure.ac \
610   hello-csharp-forms/m4/Makefile.am \
611   hello-csharp-forms/po/Makefile.am \
612   \
613   hello-gawk/INSTALL \
614   hello-gawk/autogen.sh \
615   hello-gawk/autoclean.sh \
616   hello-gawk/hello.awk \
617   hello-gawk/Makefile.am \
618   hello-gawk/configure.ac \
619   hello-gawk/m4/Makefile.am \
620   hello-gawk/po/Makefile.am \
621   \
622   hello-pascal/INSTALL \
623   hello-pascal/autogen.sh \
624   hello-pascal/autoclean.sh \
625   hello-pascal/hello.pas \
626   hello-pascal/hello.rst \
627   hello-pascal/Makefile.am \
628   hello-pascal/configure.ac \
629   hello-pascal/m4/Makefile.am \
630   hello-pascal/po/Makefile.am \
631   \
632   hello-ycp/INSTALL \
633   hello-ycp/autogen.sh \
634   hello-ycp/autoclean.sh \
635   hello-ycp/hello.ycp \
636   hello-ycp/Makefile.am \
637   hello-ycp/configure.ac \
638   hello-ycp/m4/Makefile.am \
639   hello-ycp/po/Makefile.am \
640   \
641   hello-tcl/INSTALL \
642   hello-tcl/autogen.sh \
643   hello-tcl/autoclean.sh \
644   hello-tcl/hello.tcl \
645   hello-tcl/Makefile.am \
646   hello-tcl/configure.ac \
647   hello-tcl/m4/Makefile.am \
648   hello-tcl/po/Makefile.am \
649   \
650   hello-tcl-tk/INSTALL \
651   hello-tcl-tk/autogen.sh \
652   hello-tcl-tk/autoclean.sh \
653   hello-tcl-tk/hello.tcl \
654   hello-tcl-tk/Makefile.am \
655   hello-tcl-tk/configure.ac \
656   hello-tcl-tk/m4/Makefile.am \
657   hello-tcl-tk/po/Makefile.am \
658   \
659   hello-perl/INSTALL \
660   hello-perl/autogen.sh \
661   hello-perl/autoclean.sh \
662   hello-perl/hello-1.pl.in \
663   hello-perl/hello-2.pl.in \
664   hello-perl/Makefile.am \
665   hello-perl/configure.ac \
666   hello-perl/m4/Makefile.am \
667   hello-perl/po/Makefile.am \
668   \
669   hello-php/INSTALL \
670   hello-php/README \
671   hello-php/autogen.sh \
672   hello-php/autoclean.sh \
673   hello-php/hello.php \
674   hello-php/Makefile.am \
675   hello-php/configure.ac \
676   hello-php/m4/Makefile.am \
677   hello-php/po/Makefile.am \
678   \
679   README
680
681
682 # List of examples directories containing a po directory.
683 EXAMPLESDIRS = \
684   hello-c \
685   hello-c-gnome \
686   hello-c-gnome3 \
687   hello-c++ \
688   hello-c++-qt \
689   hello-c++-kde \
690   hello-c++-gnome \
691   hello-c++-wxwidgets \
692   hello-objc \
693   hello-objc-gnustep \
694   hello-objc-gnome \
695   hello-sh \
696   hello-python \
697   hello-clisp \
698   hello-librep \
699   hello-guile \
700   hello-smalltalk \
701   hello-java \
702   hello-java-awt \
703   hello-java-swing \
704   hello-java-qtjambi \
705   hello-csharp \
706   hello-csharp-forms \
707   hello-gawk \
708   hello-pascal \
709   hello-ycp \
710   hello-tcl \
711   hello-tcl-tk \
712   hello-perl \
713   hello-php
714
715
716 # List of files present in every example's po directory.
717 EXAMPLESPOFILES = \
718   LINGUAS \
719   af.po \
720   ast.po \
721   bg.po \
722   ca.po \
723   cs.po \
724   da.po \
725   de.po \
726   el.po \
727   eo.po \
728   es.po \
729   fi.po \
730   fr.po \
731   ga.po \
732   gl.po \
733   hr.po \
734   hu.po \
735   id.po \
736   it.po \
737   ja.po \
738   ky.po \
739   lv.po \
740   ms.po \
741   mt.po \
742   nb.po \
743   nl.po \
744   pl.po \
745   pt.po \
746   pt_BR.po \
747   ro.po \
748   ru.po \
749   sk.po \
750   sl.po \
751   sr.po \
752   sv.po \
753   tr.po \
754   uk.po \
755   vi.po \
756   zh_CN.po \
757   zh_HK.po \
758   zh_TW.po
759
760 all: all-recursive
761
762 .SUFFIXES:
763 am--refresh: Makefile
764         @:
765 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
766         @for dep in $?; do \
767           case '$(am__configure_deps)' in \
768             *$$dep*) \
769               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
770               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
771                 && exit 0; \
772               exit 1;; \
773           esac; \
774         done; \
775         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
776         $(am__cd) $(top_srcdir) && \
777           $(AUTOMAKE) --foreign Makefile
778 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
779         @case '$?' in \
780           *config.status*) \
781             echo ' $(SHELL) ./config.status'; \
782             $(SHELL) ./config.status;; \
783           *) \
784             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
785             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
786         esac;
787
788 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
789         $(SHELL) ./config.status --recheck
790
791 $(top_srcdir)/configure:  $(am__configure_deps)
792         $(am__cd) $(srcdir) && $(AUTOCONF)
793 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
794         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
795 $(am__aclocal_m4_deps):
796 installpaths: $(top_builddir)/config.status $(srcdir)/installpaths.in
797         cd $(top_builddir) && $(SHELL) ./config.status $@
798 install-examplesDATA: $(examples_DATA)
799         @$(NORMAL_INSTALL)
800         @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
801         if test -n "$$list"; then \
802           echo " $(MKDIR_P) '$(DESTDIR)$(examplesdir)'"; \
803           $(MKDIR_P) "$(DESTDIR)$(examplesdir)" || exit 1; \
804         fi; \
805         for p in $$list; do \
806           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
807           echo "$$d$$p"; \
808         done | $(am__base_list) | \
809         while read files; do \
810           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
811           $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
812         done
813
814 uninstall-examplesDATA:
815         @$(NORMAL_UNINSTALL)
816         @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
817         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
818         dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
819
820 # This directory's subdirectories are mostly independent; you can cd
821 # into them and run 'make' without going through this Makefile.
822 # To change the values of 'make' variables: instead of editing Makefiles,
823 # (1) if the variable is set in 'config.status', edit 'config.status'
824 #     (which will cause the Makefiles to be regenerated when you run 'make');
825 # (2) otherwise, pass the desired values on the 'make' command line.
826 $(am__recursive_targets):
827         @fail=; \
828         if $(am__make_keepgoing); then \
829           failcom='fail=yes'; \
830         else \
831           failcom='exit 1'; \
832         fi; \
833         dot_seen=no; \
834         target=`echo $@ | sed s/-recursive//`; \
835         case "$@" in \
836           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
837           *) list='$(SUBDIRS)' ;; \
838         esac; \
839         for subdir in $$list; do \
840           echo "Making $$target in $$subdir"; \
841           if test "$$subdir" = "."; then \
842             dot_seen=yes; \
843             local_target="$$target-am"; \
844           else \
845             local_target="$$target"; \
846           fi; \
847           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
848           || eval $$failcom; \
849         done; \
850         if test "$$dot_seen" = "no"; then \
851           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
852         fi; test -z "$$fail"
853
854 ID: $(am__tagged_files)
855         $(am__define_uniq_tagged_files); mkid -fID $$unique
856 tags: tags-recursive
857 TAGS: tags
858
859 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
860         set x; \
861         here=`pwd`; \
862         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
863           include_option=--etags-include; \
864           empty_fix=.; \
865         else \
866           include_option=--include; \
867           empty_fix=; \
868         fi; \
869         list='$(SUBDIRS)'; for subdir in $$list; do \
870           if test "$$subdir" = .; then :; else \
871             test ! -f $$subdir/TAGS || \
872               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
873           fi; \
874         done; \
875         $(am__define_uniq_tagged_files); \
876         shift; \
877         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
878           test -n "$$unique" || unique=$$empty_fix; \
879           if test $$# -gt 0; then \
880             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
881               "$$@" $$unique; \
882           else \
883             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
884               $$unique; \
885           fi; \
886         fi
887 ctags: ctags-recursive
888
889 CTAGS: ctags
890 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
891         $(am__define_uniq_tagged_files); \
892         test -z "$(CTAGS_ARGS)$$unique" \
893           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
894              $$unique
895
896 GTAGS:
897         here=`$(am__cd) $(top_builddir) && pwd` \
898           && $(am__cd) $(top_srcdir) \
899           && gtags -i $(GTAGS_ARGS) "$$here"
900 cscope: cscope.files
901         test ! -s cscope.files \
902           || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
903 clean-cscope:
904         -rm -f cscope.files
905 cscope.files: clean-cscope cscopelist
906 cscopelist: cscopelist-recursive
907
908 cscopelist-am: $(am__tagged_files)
909         list='$(am__tagged_files)'; \
910         case "$(srcdir)" in \
911           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
912           *) sdir=$(subdir)/$(srcdir) ;; \
913         esac; \
914         for i in $$list; do \
915           if test -f "$$i"; then \
916             echo "$(subdir)/$$i"; \
917           else \
918             echo "$$sdir/$$i"; \
919           fi; \
920         done >> $(top_builddir)/cscope.files
921
922 distclean-tags:
923         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
924         -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
925
926 distdir: $(DISTFILES)
927         $(am__remove_distdir)
928         test -d "$(distdir)" || mkdir "$(distdir)"
929         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
930         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
931         list='$(DISTFILES)'; \
932           dist_files=`for file in $$list; do echo $$file; done | \
933           sed -e "s|^$$srcdirstrip/||;t" \
934               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
935         case $$dist_files in \
936           */*) $(MKDIR_P) `echo "$$dist_files" | \
937                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
938                            sort -u` ;; \
939         esac; \
940         for file in $$dist_files; do \
941           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
942           if test -d $$d/$$file; then \
943             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
944             if test -d "$(distdir)/$$file"; then \
945               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
946             fi; \
947             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
948               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
949               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
950             fi; \
951             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
952           else \
953             test -f "$(distdir)/$$file" \
954             || cp -p $$d/$$file "$(distdir)/$$file" \
955             || exit 1; \
956           fi; \
957         done
958         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
959           if test "$$subdir" = .; then :; else \
960             $(am__make_dryrun) \
961               || test -d "$(distdir)/$$subdir" \
962               || $(MKDIR_P) "$(distdir)/$$subdir" \
963               || exit 1; \
964             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
965             $(am__relativize); \
966             new_distdir=$$reldir; \
967             dir1=$$subdir; dir2="$(top_distdir)"; \
968             $(am__relativize); \
969             new_top_distdir=$$reldir; \
970             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
971             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
972             ($(am__cd) $$subdir && \
973               $(MAKE) $(AM_MAKEFLAGS) \
974                 top_distdir="$$new_top_distdir" \
975                 distdir="$$new_distdir" \
976                 am__remove_distdir=: \
977                 am__skip_length_check=: \
978                 am__skip_mode_fix=: \
979                 distdir) \
980               || exit 1; \
981           fi; \
982         done
983         -test -n "$(am__skip_mode_fix)" \
984         || find "$(distdir)" -type d ! -perm -755 \
985                 -exec chmod u+rwx,go+rx {} \; -o \
986           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
987           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
988           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
989         || chmod -R a+r "$(distdir)"
990 dist-gzip: distdir
991         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
992         $(am__post_remove_distdir)
993
994 dist-bzip2: distdir
995         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
996         $(am__post_remove_distdir)
997
998 dist-lzip: distdir
999         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1000         $(am__post_remove_distdir)
1001
1002 dist-xz: distdir
1003         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1004         $(am__post_remove_distdir)
1005
1006 dist-tarZ: distdir
1007         @echo WARNING: "Support for distribution archives compressed with" \
1008                        "legacy program 'compress' is deprecated." >&2
1009         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1010         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1011         $(am__post_remove_distdir)
1012
1013 dist-shar: distdir
1014         @echo WARNING: "Support for shar distribution archives is" \
1015                        "deprecated." >&2
1016         @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
1017         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1018         $(am__post_remove_distdir)
1019
1020 dist-zip: distdir
1021         -rm -f $(distdir).zip
1022         zip -rq $(distdir).zip $(distdir)
1023         $(am__post_remove_distdir)
1024
1025 dist dist-all:
1026         $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1027         $(am__post_remove_distdir)
1028
1029 # This target untars the dist file and tries a VPATH configuration.  Then
1030 # it guarantees that the distribution is self-contained by making another
1031 # tarfile.
1032 distcheck: dist
1033         case '$(DIST_ARCHIVES)' in \
1034         *.tar.gz*) \
1035           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1036         *.tar.bz2*) \
1037           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1038         *.tar.lz*) \
1039           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1040         *.tar.xz*) \
1041           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1042         *.tar.Z*) \
1043           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1044         *.shar.gz*) \
1045           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1046         *.zip*) \
1047           unzip $(distdir).zip ;;\
1048         esac
1049         chmod -R a-w $(distdir)
1050         chmod u+w $(distdir)
1051         mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
1052         chmod a-w $(distdir)
1053         test -d $(distdir)/_build || exit 0; \
1054         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1055           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1056           && am__cwd=`pwd` \
1057           && $(am__cd) $(distdir)/_build/sub \
1058           && ../../configure \
1059             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1060             $(DISTCHECK_CONFIGURE_FLAGS) \
1061             --srcdir=../.. --prefix="$$dc_install_base" \
1062           && $(MAKE) $(AM_MAKEFLAGS) \
1063           && $(MAKE) $(AM_MAKEFLAGS) dvi \
1064           && $(MAKE) $(AM_MAKEFLAGS) check \
1065           && $(MAKE) $(AM_MAKEFLAGS) install \
1066           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1067           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1068           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1069                 distuninstallcheck \
1070           && chmod -R a-w "$$dc_install_base" \
1071           && ({ \
1072                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1073                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1074                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1075                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1076                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1077               } || { rm -rf "$$dc_destdir"; exit 1; }) \
1078           && rm -rf "$$dc_destdir" \
1079           && $(MAKE) $(AM_MAKEFLAGS) dist \
1080           && rm -rf $(DIST_ARCHIVES) \
1081           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1082           && cd "$$am__cwd" \
1083           || exit 1
1084         $(am__post_remove_distdir)
1085         @(echo "$(distdir) archives ready for distribution: "; \
1086           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1087           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1088 distuninstallcheck:
1089         @test -n '$(distuninstallcheck_dir)' || { \
1090           echo 'ERROR: trying to run $@ with an empty' \
1091                '$$(distuninstallcheck_dir)' >&2; \
1092           exit 1; \
1093         }; \
1094         $(am__cd) '$(distuninstallcheck_dir)' || { \
1095           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1096           exit 1; \
1097         }; \
1098         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1099            || { echo "ERROR: files left after uninstall:" ; \
1100                 if test -n "$(DESTDIR)"; then \
1101                   echo "  (check DESTDIR support)"; \
1102                 fi ; \
1103                 $(distuninstallcheck_listfiles) ; \
1104                 exit 1; } >&2
1105 distcleancheck: distclean
1106         @if test '$(srcdir)' = . ; then \
1107           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1108           exit 1 ; \
1109         fi
1110         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1111           || { echo "ERROR: files left in build directory after distclean:" ; \
1112                $(distcleancheck_listfiles) ; \
1113                exit 1; } >&2
1114 check-am: all-am
1115 check: check-recursive
1116 all-am: Makefile $(DATA)
1117 installdirs: installdirs-recursive
1118 installdirs-am: installdirs-local
1119         for dir in "$(DESTDIR)$(examplesdir)"; do \
1120           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1121         done
1122 install: install-recursive
1123 install-exec: install-exec-recursive
1124 install-data: install-data-recursive
1125 uninstall: uninstall-recursive
1126
1127 install-am: all-am
1128         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1129
1130 installcheck: installcheck-recursive
1131 install-strip:
1132         if test -z '$(STRIP)'; then \
1133           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1134             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1135               install; \
1136         else \
1137           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1138             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1139             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1140         fi
1141 mostlyclean-generic:
1142
1143 clean-generic:
1144
1145 distclean-generic:
1146         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1147         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1148
1149 maintainer-clean-generic:
1150         @echo "This command is intended for maintainers to use"
1151         @echo "it deletes files that may require special tools to rebuild."
1152 clean: clean-recursive
1153
1154 clean-am: clean-generic clean-local mostlyclean-am
1155
1156 distclean: distclean-recursive
1157         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1158         -rm -f Makefile
1159 distclean-am: clean-am distclean-generic distclean-tags
1160
1161 dvi: dvi-recursive
1162
1163 dvi-am:
1164
1165 html: html-recursive
1166
1167 html-am:
1168
1169 info: info-recursive
1170
1171 info-am:
1172
1173 install-data-am: install-data-local install-examplesDATA
1174
1175 install-dvi: install-dvi-recursive
1176
1177 install-dvi-am:
1178
1179 install-exec-am:
1180
1181 install-html: install-html-recursive
1182
1183 install-html-am:
1184
1185 install-info: install-info-recursive
1186
1187 install-info-am:
1188
1189 install-man:
1190
1191 install-pdf: install-pdf-recursive
1192
1193 install-pdf-am:
1194
1195 install-ps: install-ps-recursive
1196
1197 install-ps-am:
1198
1199 installcheck-am:
1200
1201 maintainer-clean: maintainer-clean-recursive
1202         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1203         -rm -rf $(top_srcdir)/autom4te.cache
1204         -rm -f Makefile
1205 maintainer-clean-am: distclean-am maintainer-clean-generic
1206
1207 mostlyclean: mostlyclean-recursive
1208
1209 mostlyclean-am: mostlyclean-generic
1210
1211 pdf: pdf-recursive
1212
1213 pdf-am:
1214
1215 ps: ps-recursive
1216
1217 ps-am:
1218
1219 uninstall-am: uninstall-examplesDATA uninstall-local
1220
1221 .MAKE: $(am__recursive_targets) install-am install-strip
1222
1223 .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1224         am--refresh check check-am clean clean-cscope clean-generic \
1225         clean-local cscope cscopelist-am ctags ctags-am dist dist-all \
1226         dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz \
1227         dist-zip distcheck distclean distclean-generic distclean-tags \
1228         distcleancheck distdir distuninstallcheck dvi dvi-am html \
1229         html-am info info-am install install-am install-data \
1230         install-data-am install-data-local install-dvi install-dvi-am \
1231         install-examplesDATA install-exec install-exec-am install-html \
1232         install-html-am install-info install-info-am install-man \
1233         install-pdf install-pdf-am install-ps install-ps-am \
1234         install-strip installcheck installcheck-am installdirs \
1235         installdirs-am installdirs-local maintainer-clean \
1236         maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1237         pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1238         uninstall-examplesDATA uninstall-local
1239
1240 .PRECIOUS: Makefile
1241
1242
1243 install-data-local: $(EXAMPLESFILES)
1244         $(MKDIR_P) $(DESTDIR)$(examplesdir)
1245         for f in $(EXAMPLESFILES); do \
1246           d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1247           test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1248           b=`echo $$f | sed -e 's,^.*/,,'`; \
1249           if test $$b = autogen.sh || test $$b = autoclean.sh; then \
1250             echo "$(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1251             $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1252           else \
1253             echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1254             $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1255           fi; \
1256         done
1257         for f1 in $(EXAMPLESDIRS); do \
1258           for f2 in $(EXAMPLESPOFILES); do \
1259             f=$$f1/po/$$f2; \
1260             test -f $(srcdir)/$$f || { \
1261               echo "WARNING: $(srcdir)/$$f doesn't exist; do \"make dist\" to prepare" >&2; \
1262               break; \
1263             }; \
1264             d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1265             test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1266             b=`echo $$f | sed -e 's,^.*/,,'`; \
1267             echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1268             $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1269           done; \
1270         done
1271
1272 installdirs-local:
1273         $(MKDIR_P) $(DESTDIR)$(examplesdir)
1274         for f in $(EXAMPLESFILES); do \
1275           d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1276           test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1277         done
1278         for f1 in $(EXAMPLESDIRS); do \
1279           for f2 in $(EXAMPLESPOFILES); do \
1280             f=$$f1/po/$$f2; \
1281             d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1282             test -z "$$d" || $(MKDIR_P) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1283           done; \
1284         done
1285
1286 uninstall-local:
1287         for f in $(EXAMPLESFILES); do \
1288           rm -f $(DESTDIR)$(examplesdir)/$$f; \
1289         done
1290         for f1 in $(EXAMPLESDIRS); do \
1291           for f2 in $(EXAMPLESPOFILES); do \
1292             f=$$f1/po/$$f2; \
1293             rm -f $(DESTDIR)$(examplesdir)/$$f; \
1294           done; \
1295         done
1296
1297 # Invoked from inside automake's distdir target.
1298 distdir1:
1299         cd po && $(MAKE) update-po all
1300         for file in $(EXAMPLESFILES); do \
1301           if test -f $$file; then d=.; else d=$(srcdir); fi; \
1302           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1303           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1304             $(MKDIR_P) "$(distdir)/$$dir"; \
1305           fi; \
1306           cp -p $$d/$$file $(distdir)/$$file || exit 1; \
1307         done
1308         for f1 in $(EXAMPLESDIRS); do \
1309           for f2 in $(EXAMPLESPOFILES); do \
1310             file=$$f1/po/$$f2; \
1311             if test -f $$file; then d=.; else d=$(srcdir); fi; \
1312             dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1313             if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1314               $(MKDIR_P) "$(distdir)/$$dir"; \
1315             fi; \
1316             cp -p $$d/$$file $(distdir)/$$file || exit 1; \
1317           done; \
1318         done
1319
1320 # Temporary directories created by po/Makefile.
1321 clean-local:
1322         -rm -rf tmp-hello-*
1323
1324 maintainer-update-po: $(top_builddir)/config.status
1325         $(SHELL) ./config.status --recheck
1326         $(SHELL) ./config.status po/Makefile
1327         cd po && $(MAKE) update-po
1328
1329 # Tell versions [3.59,3.63) of GNU make to not export all variables.
1330 # Otherwise a system limit (for SysV at least) may be exceeded.
1331 .NOEXPORT: