1## Makefile for the gettext-tools/examples subdirectory of GNU gettext
2## Copyright (C) 2001-2006 Free Software Foundation, Inc.
3##
4## This program is free software; you can redistribute it and/or modify
5## it under the terms of the GNU General Public License as published by
6## the Free Software Foundation; either version 2, or (at your option)
7## any later version.
8##
9## This program is distributed in the hope that it will be useful,
10## but WITHOUT ANY WARRANTY; without even the implied warranty of
11## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12## GNU General Public License for more details.
13##
14## You should have received a copy of the GNU General Public License
15## along with this program; if not, write to the Free Software Foundation,
16## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17
18## Process this file with automake to produce Makefile.in.
19
20AUTOMAKE_OPTIONS = 1.2 foreign
21ACLOCAL_AMFLAGS = -I ../../gettext-runtime/m4 -I ../../m4
22SUBDIRS = po
23EXTRA_DIST =
24
25examplesdir = $(docdir)/examples
26
27examples_DATA = installpaths
28
29EXAMPLESFILES = \
30  \
31  hello-c/INSTALL \
32  hello-c/autogen.sh \
33  hello-c/autoclean.sh \
34  hello-c/hello.c \
35  hello-c/Makefile.am \
36  hello-c/configure.ac \
37  hello-c/m4/Makefile.am \
38  hello-c/po/Makevars \
39  hello-c/po/POTFILES.in \
40  hello-c/po/LINGUAS \
41  hello-c/po/af.po \
42  hello-c/po/ca.po \
43  hello-c/po/de.po \
44  hello-c/po/el.po \
45  hello-c/po/eo.po \
46  hello-c/po/es.po \
47  hello-c/po/fr.po \
48  hello-c/po/ga.po \
49  hello-c/po/hu.po \
50  hello-c/po/id.po \
51  hello-c/po/it.po \
52  hello-c/po/ja.po \
53  hello-c/po/nl.po \
54  hello-c/po/pl.po \
55  hello-c/po/pt.po \
56  hello-c/po/ro.po \
57  hello-c/po/ru.po \
58  hello-c/po/sk.po \
59  hello-c/po/sl.po \
60  hello-c/po/sr.po \
61  hello-c/po/sv.po \
62  hello-c/po/tr.po \
63  hello-c/po/uk.po \
64  hello-c/po/vi.po \
65  hello-c/po/zh_CN.po \
66  hello-c/po/zh_HK.po \
67  hello-c/po/zh_TW.po \
68  \
69  hello-c-gnome/INSTALL \
70  hello-c-gnome/autogen.sh \
71  hello-c-gnome/autoclean.sh \
72  hello-c-gnome/hello.c \
73  hello-c-gnome/Makefile.am \
74  hello-c-gnome/configure.ac \
75  hello-c-gnome/m4/Makefile.am \
76  hello-c-gnome/m4/gnome.m4 \
77  hello-c-gnome/m4/gnome-gnorba-check.m4 \
78  hello-c-gnome/m4/gnome-orbit-check.m4 \
79  hello-c-gnome/po/Makevars \
80  hello-c-gnome/po/POTFILES.in \
81  hello-c-gnome/po/LINGUAS \
82  hello-c-gnome/po/af.po \
83  hello-c-gnome/po/ca.po \
84  hello-c-gnome/po/de.po \
85  hello-c-gnome/po/el.po \
86  hello-c-gnome/po/eo.po \
87  hello-c-gnome/po/es.po \
88  hello-c-gnome/po/fr.po \
89  hello-c-gnome/po/ga.po \
90  hello-c-gnome/po/hu.po \
91  hello-c-gnome/po/id.po \
92  hello-c-gnome/po/it.po \
93  hello-c-gnome/po/ja.po \
94  hello-c-gnome/po/nl.po \
95  hello-c-gnome/po/pl.po \
96  hello-c-gnome/po/pt.po \
97  hello-c-gnome/po/ro.po \
98  hello-c-gnome/po/ru.po \
99  hello-c-gnome/po/sk.po \
100  hello-c-gnome/po/sl.po \
101  hello-c-gnome/po/sr.po \
102  hello-c-gnome/po/sv.po \
103  hello-c-gnome/po/tr.po \
104  hello-c-gnome/po/uk.po \
105  hello-c-gnome/po/vi.po \
106  hello-c-gnome/po/zh_CN.po \
107  hello-c-gnome/po/zh_HK.po \
108  hello-c-gnome/po/zh_TW.po \
109  \
110  hello-c++/INSTALL \
111  hello-c++/autogen.sh \
112  hello-c++/autoclean.sh \
113  hello-c++/hello.cc \
114  hello-c++/Makefile.am \
115  hello-c++/configure.ac \
116  hello-c++/m4/Makefile.am \
117  hello-c++/po/Makevars \
118  hello-c++/po/POTFILES.in \
119  hello-c++/po/LINGUAS \
120  hello-c++/po/af.po \
121  hello-c++/po/ca.po \
122  hello-c++/po/de.po \
123  hello-c++/po/el.po \
124  hello-c++/po/eo.po \
125  hello-c++/po/es.po \
126  hello-c++/po/fr.po \
127  hello-c++/po/ga.po \
128  hello-c++/po/hu.po \
129  hello-c++/po/id.po \
130  hello-c++/po/it.po \
131  hello-c++/po/ja.po \
132  hello-c++/po/nl.po \
133  hello-c++/po/pl.po \
134  hello-c++/po/pt.po \
135  hello-c++/po/ro.po \
136  hello-c++/po/ru.po \
137  hello-c++/po/sk.po \
138  hello-c++/po/sl.po \
139  hello-c++/po/sr.po \
140  hello-c++/po/sv.po \
141  hello-c++/po/tr.po \
142  hello-c++/po/uk.po \
143  hello-c++/po/vi.po \
144  hello-c++/po/zh_CN.po \
145  hello-c++/po/zh_HK.po \
146  hello-c++/po/zh_TW.po \
147  \
148  hello-c++-qt/INSTALL \
149  hello-c++-qt/BUGS \
150  hello-c++-qt/autogen.sh \
151  hello-c++-qt/autoclean.sh \
152  hello-c++-qt/hello.cc \
153  hello-c++-qt/Makefile.am \
154  hello-c++-qt/configure.ac \
155  hello-c++-qt/m4/Makefile.am \
156  hello-c++-qt/m4/qt.m4 \
157  hello-c++-qt/po/Makefile.am \
158  hello-c++-qt/po/LINGUAS \
159  hello-c++-qt/po/af.po \
160  hello-c++-qt/po/ca.po \
161  hello-c++-qt/po/de.po \
162  hello-c++-qt/po/el.po \
163  hello-c++-qt/po/eo.po \
164  hello-c++-qt/po/es.po \
165  hello-c++-qt/po/fr.po \
166  hello-c++-qt/po/ga.po \
167  hello-c++-qt/po/hu.po \
168  hello-c++-qt/po/id.po \
169  hello-c++-qt/po/it.po \
170  hello-c++-qt/po/ja.po \
171  hello-c++-qt/po/nl.po \
172  hello-c++-qt/po/pl.po \
173  hello-c++-qt/po/pt.po \
174  hello-c++-qt/po/ro.po \
175  hello-c++-qt/po/ru.po \
176  hello-c++-qt/po/sk.po \
177  hello-c++-qt/po/sl.po \
178  hello-c++-qt/po/sr.po \
179  hello-c++-qt/po/sv.po \
180  hello-c++-qt/po/tr.po \
181  hello-c++-qt/po/uk.po \
182  hello-c++-qt/po/vi.po \
183  hello-c++-qt/po/zh_CN.po \
184  hello-c++-qt/po/zh_HK.po \
185  hello-c++-qt/po/zh_TW.po \
186  \
187  hello-c++-kde/INSTALL \
188  hello-c++-kde/BUGS \
189  hello-c++-kde/autogen.sh \
190  hello-c++-kde/autoclean.sh \
191  hello-c++-kde/hello.cc \
192  hello-c++-kde/hellowindow.h \
193  hello-c++-kde/hellowindow.cc \
194  hello-c++-kde/Makefile.am \
195  hello-c++-kde/configure.in.in \
196  hello-c++-kde/m4/Makefile.am \
197  hello-c++-kde/admin/acinclude.m4.in \
198  hello-c++-kde/admin/am_edit \
199  hello-c++-kde/admin/ChangeLog \
200  hello-c++-kde/admin/compile \
201  hello-c++-kde/admin/conf.change.pl \
202  hello-c++-kde/admin/config.guess \
203  hello-c++-kde/admin/config.pl \
204  hello-c++-kde/admin/config.sub \
205  hello-c++-kde/admin/configure.in.bot.end \
206  hello-c++-kde/admin/configure.in.min \
207  hello-c++-kde/admin/cvs-clean.pl \
208  hello-c++-kde/admin/cvs.sh \
209  hello-c++-kde/admin/debianrules \
210  hello-c++-kde/admin/depcomp \
211  hello-c++-kde/admin/detect-autoconf.sh \
212  hello-c++-kde/admin/Doxyfile.am \
213  hello-c++-kde/admin/Doxyfile.global \
214  hello-c++-kde/admin/install-sh \
215  hello-c++-kde/admin/libtool.m4.in \
216  hello-c++-kde/admin/ltmain.sh \
217  hello-c++-kde/admin/Makefile.common \
218  hello-c++-kde/admin/missing \
219  hello-c++-kde/admin/mkinstalldirs \
220  hello-c++-kde/admin/ylwrap \
221  hello-c++-kde/po/Makevars \
222  hello-c++-kde/po/POTFILES.in \
223  hello-c++-kde/po/LINGUAS \
224  hello-c++-kde/po/af.po \
225  hello-c++-kde/po/ca.po \
226  hello-c++-kde/po/de.po \
227  hello-c++-kde/po/el.po \
228  hello-c++-kde/po/eo.po \
229  hello-c++-kde/po/es.po \
230  hello-c++-kde/po/fr.po \
231  hello-c++-kde/po/ga.po \
232  hello-c++-kde/po/hu.po \
233  hello-c++-kde/po/id.po \
234  hello-c++-kde/po/it.po \
235  hello-c++-kde/po/ja.po \
236  hello-c++-kde/po/nl.po \
237  hello-c++-kde/po/pl.po \
238  hello-c++-kde/po/pt.po \
239  hello-c++-kde/po/ro.po \
240  hello-c++-kde/po/ru.po \
241  hello-c++-kde/po/sk.po \
242  hello-c++-kde/po/sl.po \
243  hello-c++-kde/po/sr.po \
244  hello-c++-kde/po/sv.po \
245  hello-c++-kde/po/tr.po \
246  hello-c++-kde/po/uk.po \
247  hello-c++-kde/po/vi.po \
248  hello-c++-kde/po/zh_CN.po \
249  hello-c++-kde/po/zh_HK.po \
250  hello-c++-kde/po/zh_TW.po \
251  \
252  hello-c++-gnome/INSTALL \
253  hello-c++-gnome/autogen.sh \
254  hello-c++-gnome/autoclean.sh \
255  hello-c++-gnome/hello.cc \
256  hello-c++-gnome/Makefile.am \
257  hello-c++-gnome/configure.ac \
258  hello-c++-gnome/m4/Makefile.am \
259  hello-c++-gnome/m4/gnome.m4 \
260  hello-c++-gnome/m4/gnome-gnorba-check.m4 \
261  hello-c++-gnome/m4/gnome-orbit-check.m4 \
262  hello-c++-gnome/m4/gtk.m4 \
263  hello-c++-gnome/m4/gtk--.m4 \
264  hello-c++-gnome/po/Makevars \
265  hello-c++-gnome/po/POTFILES.in \
266  hello-c++-gnome/po/LINGUAS \
267  hello-c++-gnome/po/af.po \
268  hello-c++-gnome/po/ca.po \
269  hello-c++-gnome/po/de.po \
270  hello-c++-gnome/po/el.po \
271  hello-c++-gnome/po/eo.po \
272  hello-c++-gnome/po/es.po \
273  hello-c++-gnome/po/fr.po \
274  hello-c++-gnome/po/ga.po \
275  hello-c++-gnome/po/hu.po \
276  hello-c++-gnome/po/id.po \
277  hello-c++-gnome/po/it.po \
278  hello-c++-gnome/po/ja.po \
279  hello-c++-gnome/po/nl.po \
280  hello-c++-gnome/po/pl.po \
281  hello-c++-gnome/po/pt.po \
282  hello-c++-gnome/po/ro.po \
283  hello-c++-gnome/po/ru.po \
284  hello-c++-gnome/po/sk.po \
285  hello-c++-gnome/po/sl.po \
286  hello-c++-gnome/po/sr.po \
287  hello-c++-gnome/po/sv.po \
288  hello-c++-gnome/po/tr.po \
289  hello-c++-gnome/po/uk.po \
290  hello-c++-gnome/po/vi.po \
291  hello-c++-gnome/po/zh_CN.po \
292  hello-c++-gnome/po/zh_HK.po \
293  hello-c++-gnome/po/zh_TW.po \
294  \
295  hello-c++-wxwidgets/INSTALL \
296  hello-c++-wxwidgets/autogen.sh \
297  hello-c++-wxwidgets/autoclean.sh \
298  hello-c++-wxwidgets/hello.cc \
299  hello-c++-wxwidgets/Makefile.am \
300  hello-c++-wxwidgets/configure.ac \
301  hello-c++-wxwidgets/m4/Makefile.am \
302  hello-c++-wxwidgets/m4/wxwidgets.m4 \
303  hello-c++-wxwidgets/po/Makefile.am \
304  hello-c++-wxwidgets/po/LINGUAS \
305  hello-c++-wxwidgets/po/af.po \
306  hello-c++-wxwidgets/po/ca.po \
307  hello-c++-wxwidgets/po/de.po \
308  hello-c++-wxwidgets/po/el.po \
309  hello-c++-wxwidgets/po/eo.po \
310  hello-c++-wxwidgets/po/es.po \
311  hello-c++-wxwidgets/po/fr.po \
312  hello-c++-wxwidgets/po/ga.po \
313  hello-c++-wxwidgets/po/hu.po \
314  hello-c++-wxwidgets/po/id.po \
315  hello-c++-wxwidgets/po/it.po \
316  hello-c++-wxwidgets/po/ja.po \
317  hello-c++-wxwidgets/po/nl.po \
318  hello-c++-wxwidgets/po/pl.po \
319  hello-c++-wxwidgets/po/pt.po \
320  hello-c++-wxwidgets/po/ro.po \
321  hello-c++-wxwidgets/po/ru.po \
322  hello-c++-wxwidgets/po/sk.po \
323  hello-c++-wxwidgets/po/sl.po \
324  hello-c++-wxwidgets/po/sr.po \
325  hello-c++-wxwidgets/po/sv.po \
326  hello-c++-wxwidgets/po/tr.po \
327  hello-c++-wxwidgets/po/uk.po \
328  hello-c++-wxwidgets/po/vi.po \
329  hello-c++-wxwidgets/po/zh_CN.po \
330  hello-c++-wxwidgets/po/zh_HK.po \
331  hello-c++-wxwidgets/po/zh_TW.po \
332  \
333  hello-objc/INSTALL \
334  hello-objc/autogen.sh \
335  hello-objc/autoclean.sh \
336  hello-objc/hello.m \
337  hello-objc/Makefile.am \
338  hello-objc/configure.ac \
339  hello-objc/m4/Makefile.am \
340  hello-objc/po/Makevars \
341  hello-objc/po/POTFILES.in \
342  hello-objc/po/LINGUAS \
343  hello-objc/po/af.po \
344  hello-objc/po/ca.po \
345  hello-objc/po/de.po \
346  hello-objc/po/el.po \
347  hello-objc/po/eo.po \
348  hello-objc/po/es.po \
349  hello-objc/po/fr.po \
350  hello-objc/po/ga.po \
351  hello-objc/po/hu.po \
352  hello-objc/po/id.po \
353  hello-objc/po/it.po \
354  hello-objc/po/ja.po \
355  hello-objc/po/nl.po \
356  hello-objc/po/pl.po \
357  hello-objc/po/pt.po \
358  hello-objc/po/ro.po \
359  hello-objc/po/ru.po \
360  hello-objc/po/sk.po \
361  hello-objc/po/sl.po \
362  hello-objc/po/sr.po \
363  hello-objc/po/sv.po \
364  hello-objc/po/tr.po \
365  hello-objc/po/uk.po \
366  hello-objc/po/vi.po \
367  hello-objc/po/zh_CN.po \
368  hello-objc/po/zh_HK.po \
369  hello-objc/po/zh_TW.po \
370  \
371  hello-objc-gnustep/INSTALL \
372  hello-objc-gnustep/BUGS \
373  hello-objc-gnustep/autogen.sh \
374  hello-objc-gnustep/autoclean.sh \
375  hello-objc-gnustep/main.m \
376  hello-objc-gnustep/AppController.h \
377  hello-objc-gnustep/AppController.m \
378  hello-objc-gnustep/Hello.h \
379  hello-objc-gnustep/Hello.m \
380  hello-objc-gnustep/GNUmakefile \
381  hello-objc-gnustep/po/GNUmakefile \
382  hello-objc-gnustep/po/LocaleAliases \
383  hello-objc-gnustep/po/LINGUAS \
384  hello-objc-gnustep/po/af.po \
385  hello-objc-gnustep/po/ca.po \
386  hello-objc-gnustep/po/de.po \
387  hello-objc-gnustep/po/el.po \
388  hello-objc-gnustep/po/eo.po \
389  hello-objc-gnustep/po/es.po \
390  hello-objc-gnustep/po/fr.po \
391  hello-objc-gnustep/po/ga.po \
392  hello-objc-gnustep/po/hu.po \
393  hello-objc-gnustep/po/id.po \
394  hello-objc-gnustep/po/it.po \
395  hello-objc-gnustep/po/ja.po \
396  hello-objc-gnustep/po/nl.po \
397  hello-objc-gnustep/po/pl.po \
398  hello-objc-gnustep/po/pt.po \
399  hello-objc-gnustep/po/ro.po \
400  hello-objc-gnustep/po/ru.po \
401  hello-objc-gnustep/po/sk.po \
402  hello-objc-gnustep/po/sl.po \
403  hello-objc-gnustep/po/sr.po \
404  hello-objc-gnustep/po/sv.po \
405  hello-objc-gnustep/po/tr.po \
406  hello-objc-gnustep/po/uk.po \
407  hello-objc-gnustep/po/vi.po \
408  hello-objc-gnustep/po/zh_CN.po \
409  hello-objc-gnustep/po/zh_HK.po \
410  hello-objc-gnustep/po/zh_TW.po \
411  \
412  hello-objc-gnome/INSTALL \
413  hello-objc-gnome/autogen.sh \
414  hello-objc-gnome/autoclean.sh \
415  hello-objc-gnome/hello.m \
416  hello-objc-gnome/Makefile.am \
417  hello-objc-gnome/configure.ac \
418  hello-objc-gnome/m4/Makefile.am \
419  hello-objc-gnome/m4/gnome.m4 \
420  hello-objc-gnome/m4/gnome-gnorba-check.m4 \
421  hello-objc-gnome/m4/gnome-orbit-check.m4 \
422  hello-objc-gnome/po/Makevars \
423  hello-objc-gnome/po/POTFILES.in \
424  hello-objc-gnome/po/LINGUAS \
425  hello-objc-gnome/po/af.po \
426  hello-objc-gnome/po/ca.po \
427  hello-objc-gnome/po/de.po \
428  hello-objc-gnome/po/el.po \
429  hello-objc-gnome/po/eo.po \
430  hello-objc-gnome/po/es.po \
431  hello-objc-gnome/po/fr.po \
432  hello-objc-gnome/po/ga.po \
433  hello-objc-gnome/po/hu.po \
434  hello-objc-gnome/po/id.po \
435  hello-objc-gnome/po/it.po \
436  hello-objc-gnome/po/ja.po \
437  hello-objc-gnome/po/nl.po \
438  hello-objc-gnome/po/pl.po \
439  hello-objc-gnome/po/pt.po \
440  hello-objc-gnome/po/ro.po \
441  hello-objc-gnome/po/ru.po \
442  hello-objc-gnome/po/sk.po \
443  hello-objc-gnome/po/sl.po \
444  hello-objc-gnome/po/sr.po \
445  hello-objc-gnome/po/sv.po \
446  hello-objc-gnome/po/tr.po \
447  hello-objc-gnome/po/uk.po \
448  hello-objc-gnome/po/vi.po \
449  hello-objc-gnome/po/zh_CN.po \
450  hello-objc-gnome/po/zh_HK.po \
451  hello-objc-gnome/po/zh_TW.po \
452  \
453  hello-sh/INSTALL \
454  hello-sh/autogen.sh \
455  hello-sh/autoclean.sh \
456  hello-sh/hello.sh \
457  hello-sh/Makefile.am \
458  hello-sh/configure.ac \
459  hello-sh/m4/Makefile.am \
460  hello-sh/po/Makefile.am \
461  hello-sh/po/LINGUAS \
462  hello-sh/po/af.po \
463  hello-sh/po/ca.po \
464  hello-sh/po/de.po \
465  hello-sh/po/el.po \
466  hello-sh/po/eo.po \
467  hello-sh/po/es.po \
468  hello-sh/po/fr.po \
469  hello-sh/po/ga.po \
470  hello-sh/po/hu.po \
471  hello-sh/po/id.po \
472  hello-sh/po/it.po \
473  hello-sh/po/ja.po \
474  hello-sh/po/nl.po \
475  hello-sh/po/pl.po \
476  hello-sh/po/pt.po \
477  hello-sh/po/ro.po \
478  hello-sh/po/ru.po \
479  hello-sh/po/sk.po \
480  hello-sh/po/sl.po \
481  hello-sh/po/sr.po \
482  hello-sh/po/sv.po \
483  hello-sh/po/tr.po \
484  hello-sh/po/uk.po \
485  hello-sh/po/vi.po \
486  hello-sh/po/zh_CN.po \
487  hello-sh/po/zh_HK.po \
488  hello-sh/po/zh_TW.po \
489  \
490  hello-python/INSTALL \
491  hello-python/autogen.sh \
492  hello-python/autoclean.sh \
493  hello-python/hello.py.in \
494  hello-python/Makefile.am \
495  hello-python/configure.ac \
496  hello-python/m4/Makefile.am \
497  hello-python/po/Makefile.am \
498  hello-python/po/LINGUAS \
499  hello-python/po/af.po \
500  hello-python/po/ca.po \
501  hello-python/po/de.po \
502  hello-python/po/el.po \
503  hello-python/po/eo.po \
504  hello-python/po/es.po \
505  hello-python/po/fr.po \
506  hello-python/po/ga.po \
507  hello-python/po/hu.po \
508  hello-python/po/id.po \
509  hello-python/po/it.po \
510  hello-python/po/ja.po \
511  hello-python/po/nl.po \
512  hello-python/po/pl.po \
513  hello-python/po/pt.po \
514  hello-python/po/ro.po \
515  hello-python/po/ru.po \
516  hello-python/po/sk.po \
517  hello-python/po/sl.po \
518  hello-python/po/sr.po \
519  hello-python/po/sv.po \
520  hello-python/po/tr.po \
521  hello-python/po/uk.po \
522  hello-python/po/vi.po \
523  hello-python/po/zh_CN.po \
524  hello-python/po/zh_HK.po \
525  hello-python/po/zh_TW.po \
526  \
527  hello-clisp/INSTALL \
528  hello-clisp/autogen.sh \
529  hello-clisp/autoclean.sh \
530  hello-clisp/hello.lisp.in \
531  hello-clisp/Makefile.am \
532  hello-clisp/configure.ac \
533  hello-clisp/m4/Makefile.am \
534  hello-clisp/po/Makefile.am \
535  hello-clisp/po/LINGUAS \
536  hello-clisp/po/af.po \
537  hello-clisp/po/ca.po \
538  hello-clisp/po/de.po \
539  hello-clisp/po/el.po \
540  hello-clisp/po/eo.po \
541  hello-clisp/po/es.po \
542  hello-clisp/po/fr.po \
543  hello-clisp/po/ga.po \
544  hello-clisp/po/hu.po \
545  hello-clisp/po/id.po \
546  hello-clisp/po/it.po \
547  hello-clisp/po/ja.po \
548  hello-clisp/po/nl.po \
549  hello-clisp/po/pl.po \
550  hello-clisp/po/pt.po \
551  hello-clisp/po/ro.po \
552  hello-clisp/po/ru.po \
553  hello-clisp/po/sk.po \
554  hello-clisp/po/sl.po \
555  hello-clisp/po/sr.po \
556  hello-clisp/po/sv.po \
557  hello-clisp/po/tr.po \
558  hello-clisp/po/uk.po \
559  hello-clisp/po/vi.po \
560  hello-clisp/po/zh_CN.po \
561  hello-clisp/po/zh_HK.po \
562  hello-clisp/po/zh_TW.po \
563  \
564  hello-librep/INSTALL \
565  hello-librep/autogen.sh \
566  hello-librep/autoclean.sh \
567  hello-librep/hello.jl.in \
568  hello-librep/Makefile.am \
569  hello-librep/configure.ac \
570  hello-librep/m4/Makefile.am \
571  hello-librep/po/Makefile.am \
572  hello-librep/po/LINGUAS \
573  hello-librep/po/af.po \
574  hello-librep/po/ca.po \
575  hello-librep/po/de.po \
576  hello-librep/po/el.po \
577  hello-librep/po/eo.po \
578  hello-librep/po/es.po \
579  hello-librep/po/fr.po \
580  hello-librep/po/ga.po \
581  hello-librep/po/hu.po \
582  hello-librep/po/id.po \
583  hello-librep/po/it.po \
584  hello-librep/po/ja.po \
585  hello-librep/po/nl.po \
586  hello-librep/po/pl.po \
587  hello-librep/po/pt.po \
588  hello-librep/po/ro.po \
589  hello-librep/po/ru.po \
590  hello-librep/po/sk.po \
591  hello-librep/po/sl.po \
592  hello-librep/po/sr.po \
593  hello-librep/po/sv.po \
594  hello-librep/po/tr.po \
595  hello-librep/po/uk.po \
596  hello-librep/po/vi.po \
597  hello-librep/po/zh_CN.po \
598  hello-librep/po/zh_HK.po \
599  hello-librep/po/zh_TW.po \
600  \
601  hello-guile/INSTALL \
602  hello-guile/autogen.sh \
603  hello-guile/autoclean.sh \
604  hello-guile/hello.scm \
605  hello-guile/Makefile.am \
606  hello-guile/configure.ac \
607  hello-guile/m4/Makefile.am \
608  hello-guile/po/Makefile.am \
609  hello-guile/po/LINGUAS \
610  hello-guile/po/af.po \
611  hello-guile/po/ca.po \
612  hello-guile/po/de.po \
613  hello-guile/po/el.po \
614  hello-guile/po/eo.po \
615  hello-guile/po/es.po \
616  hello-guile/po/fr.po \
617  hello-guile/po/ga.po \
618  hello-guile/po/hu.po \
619  hello-guile/po/id.po \
620  hello-guile/po/it.po \
621  hello-guile/po/ja.po \
622  hello-guile/po/nl.po \
623  hello-guile/po/pl.po \
624  hello-guile/po/pt.po \
625  hello-guile/po/ro.po \
626  hello-guile/po/ru.po \
627  hello-guile/po/sk.po \
628  hello-guile/po/sl.po \
629  hello-guile/po/sr.po \
630  hello-guile/po/sv.po \
631  hello-guile/po/tr.po \
632  hello-guile/po/uk.po \
633  hello-guile/po/vi.po \
634  hello-guile/po/zh_CN.po \
635  hello-guile/po/zh_HK.po \
636  hello-guile/po/zh_TW.po \
637  \
638  hello-smalltalk/INSTALL \
639  hello-smalltalk/autogen.sh \
640  hello-smalltalk/autoclean.sh \
641  hello-smalltalk/hello.st.in \
642  hello-smalltalk/Makefile.am \
643  hello-smalltalk/configure.ac \
644  hello-smalltalk/m4/Makefile.am \
645  hello-smalltalk/po/Makefile.am \
646  hello-smalltalk/po/LINGUAS \
647  hello-smalltalk/po/af.po \
648  hello-smalltalk/po/ca.po \
649  hello-smalltalk/po/de.po \
650  hello-smalltalk/po/el.po \
651  hello-smalltalk/po/eo.po \
652  hello-smalltalk/po/es.po \
653  hello-smalltalk/po/fr.po \
654  hello-smalltalk/po/ga.po \
655  hello-smalltalk/po/hu.po \
656  hello-smalltalk/po/id.po \
657  hello-smalltalk/po/it.po \
658  hello-smalltalk/po/ja.po \
659  hello-smalltalk/po/nl.po \
660  hello-smalltalk/po/pl.po \
661  hello-smalltalk/po/pt.po \
662  hello-smalltalk/po/ro.po \
663  hello-smalltalk/po/ru.po \
664  hello-smalltalk/po/sk.po \
665  hello-smalltalk/po/sl.po \
666  hello-smalltalk/po/sr.po \
667  hello-smalltalk/po/sv.po \
668  hello-smalltalk/po/tr.po \
669  hello-smalltalk/po/uk.po \
670  hello-smalltalk/po/vi.po \
671  hello-smalltalk/po/zh_CN.po \
672  hello-smalltalk/po/zh_HK.po \
673  hello-smalltalk/po/zh_TW.po \
674  \
675  hello-java/INSTALL \
676  hello-java/autogen.sh \
677  hello-java/autoclean.sh \
678  hello-java/Hello.java \
679  hello-java/Makefile.am \
680  hello-java/configure.ac \
681  hello-java/m4/Makefile.am \
682  hello-java/po/Makefile.am \
683  hello-java/po/LINGUAS \
684  hello-java/po/af.po \
685  hello-java/po/ca.po \
686  hello-java/po/de.po \
687  hello-java/po/el.po \
688  hello-java/po/eo.po \
689  hello-java/po/es.po \
690  hello-java/po/fr.po \
691  hello-java/po/ga.po \
692  hello-java/po/hu.po \
693  hello-java/po/id.po \
694  hello-java/po/it.po \
695  hello-java/po/ja.po \
696  hello-java/po/nl.po \
697  hello-java/po/pl.po \
698  hello-java/po/pt.po \
699  hello-java/po/ro.po \
700  hello-java/po/ru.po \
701  hello-java/po/sk.po \
702  hello-java/po/sl.po \
703  hello-java/po/sr.po \
704  hello-java/po/sv.po \
705  hello-java/po/tr.po \
706  hello-java/po/uk.po \
707  hello-java/po/vi.po \
708  hello-java/po/zh_CN.po \
709  hello-java/po/zh_HK.po \
710  hello-java/po/zh_TW.po \
711  \
712  hello-java-awt/INSTALL \
713  hello-java-awt/BUGS \
714  hello-java-awt/autogen.sh \
715  hello-java-awt/autoclean.sh \
716  hello-java-awt/Hello.java \
717  hello-java-awt/Makefile.am \
718  hello-java-awt/configure.ac \
719  hello-java-awt/m4/Makefile.am \
720  hello-java-awt/m4/TestAWT.java \
721  hello-java-awt/m4/TestAWT.class \
722  hello-java-awt/po/Makefile.am \
723  hello-java-awt/po/LINGUAS \
724  hello-java-awt/po/af.po \
725  hello-java-awt/po/ca.po \
726  hello-java-awt/po/de.po \
727  hello-java-awt/po/el.po \
728  hello-java-awt/po/eo.po \
729  hello-java-awt/po/es.po \
730  hello-java-awt/po/fr.po \
731  hello-java-awt/po/ga.po \
732  hello-java-awt/po/hu.po \
733  hello-java-awt/po/id.po \
734  hello-java-awt/po/it.po \
735  hello-java-awt/po/ja.po \
736  hello-java-awt/po/nl.po \
737  hello-java-awt/po/pl.po \
738  hello-java-awt/po/pt.po \
739  hello-java-awt/po/ro.po \
740  hello-java-awt/po/ru.po \
741  hello-java-awt/po/sk.po \
742  hello-java-awt/po/sl.po \
743  hello-java-awt/po/sr.po \
744  hello-java-awt/po/sv.po \
745  hello-java-awt/po/tr.po \
746  hello-java-awt/po/uk.po \
747  hello-java-awt/po/vi.po \
748  hello-java-awt/po/zh_CN.po \
749  hello-java-awt/po/zh_HK.po \
750  hello-java-awt/po/zh_TW.po \
751  \
752  hello-java-swing/INSTALL \
753  hello-java-swing/BUGS \
754  hello-java-swing/autogen.sh \
755  hello-java-swing/autoclean.sh \
756  hello-java-swing/Hello.java \
757  hello-java-swing/Makefile.am \
758  hello-java-swing/configure.ac \
759  hello-java-swing/m4/Makefile.am \
760  hello-java-swing/m4/TestAWT.java \
761  hello-java-swing/m4/TestAWT.class \
762  hello-java-swing/po/Makefile.am \
763  hello-java-swing/po/LINGUAS \
764  hello-java-swing/po/af.po \
765  hello-java-swing/po/ca.po \
766  hello-java-swing/po/de.po \
767  hello-java-swing/po/el.po \
768  hello-java-swing/po/eo.po \
769  hello-java-swing/po/es.po \
770  hello-java-swing/po/fr.po \
771  hello-java-swing/po/ga.po \
772  hello-java-swing/po/hu.po \
773  hello-java-swing/po/id.po \
774  hello-java-swing/po/it.po \
775  hello-java-swing/po/ja.po \
776  hello-java-swing/po/nl.po \
777  hello-java-swing/po/pl.po \
778  hello-java-swing/po/pt.po \
779  hello-java-swing/po/ro.po \
780  hello-java-swing/po/ru.po \
781  hello-java-swing/po/sk.po \
782  hello-java-swing/po/sl.po \
783  hello-java-swing/po/sr.po \
784  hello-java-swing/po/sv.po \
785  hello-java-swing/po/tr.po \
786  hello-java-swing/po/uk.po \
787  hello-java-swing/po/vi.po \
788  hello-java-swing/po/zh_CN.po \
789  hello-java-swing/po/zh_HK.po \
790  hello-java-swing/po/zh_TW.po \
791  \
792  hello-csharp/INSTALL \
793  hello-csharp/autogen.sh \
794  hello-csharp/autoclean.sh \
795  hello-csharp/hello.cs \
796  hello-csharp/Makefile.am \
797  hello-csharp/configure.ac \
798  hello-csharp/m4/Makefile.am \
799  hello-csharp/po/Makefile.am \
800  hello-csharp/po/LINGUAS \
801  hello-csharp/po/af.po \
802  hello-csharp/po/ca.po \
803  hello-csharp/po/de.po \
804  hello-csharp/po/el.po \
805  hello-csharp/po/eo.po \
806  hello-csharp/po/es.po \
807  hello-csharp/po/fr.po \
808  hello-csharp/po/ga.po \
809  hello-csharp/po/hu.po \
810  hello-csharp/po/id.po \
811  hello-csharp/po/it.po \
812  hello-csharp/po/ja.po \
813  hello-csharp/po/nl.po \
814  hello-csharp/po/pl.po \
815  hello-csharp/po/pt.po \
816  hello-csharp/po/ro.po \
817  hello-csharp/po/ru.po \
818  hello-csharp/po/sk.po \
819  hello-csharp/po/sl.po \
820  hello-csharp/po/sr.po \
821  hello-csharp/po/sv.po \
822  hello-csharp/po/tr.po \
823  hello-csharp/po/uk.po \
824  hello-csharp/po/vi.po \
825  hello-csharp/po/zh_CN.po \
826  hello-csharp/po/zh_HK.po \
827  hello-csharp/po/zh_TW.po \
828  \
829  hello-csharp-forms/INSTALL \
830  hello-csharp-forms/README \
831  hello-csharp-forms/BUGS \
832  hello-csharp-forms/autogen.sh \
833  hello-csharp-forms/autoclean.sh \
834  hello-csharp-forms/hello.cs \
835  hello-csharp-forms/Makefile.am \
836  hello-csharp-forms/configure.ac \
837  hello-csharp-forms/m4/Makefile.am \
838  hello-csharp-forms/po/Makefile.am \
839  hello-csharp-forms/po/LINGUAS \
840  hello-csharp-forms/po/af.po \
841  hello-csharp-forms/po/ca.po \
842  hello-csharp-forms/po/de.po \
843  hello-csharp-forms/po/el.po \
844  hello-csharp-forms/po/eo.po \
845  hello-csharp-forms/po/es.po \
846  hello-csharp-forms/po/fr.po \
847  hello-csharp-forms/po/ga.po \
848  hello-csharp-forms/po/hu.po \
849  hello-csharp-forms/po/id.po \
850  hello-csharp-forms/po/it.po \
851  hello-csharp-forms/po/ja.po \
852  hello-csharp-forms/po/nl.po \
853  hello-csharp-forms/po/pl.po \
854  hello-csharp-forms/po/pt.po \
855  hello-csharp-forms/po/ro.po \
856  hello-csharp-forms/po/ru.po \
857  hello-csharp-forms/po/sk.po \
858  hello-csharp-forms/po/sl.po \
859  hello-csharp-forms/po/sr.po \
860  hello-csharp-forms/po/sv.po \
861  hello-csharp-forms/po/tr.po \
862  hello-csharp-forms/po/uk.po \
863  hello-csharp-forms/po/vi.po \
864  hello-csharp-forms/po/zh_CN.po \
865  hello-csharp-forms/po/zh_HK.po \
866  hello-csharp-forms/po/zh_TW.po \
867  \
868  hello-gawk/INSTALL \
869  hello-gawk/autogen.sh \
870  hello-gawk/autoclean.sh \
871  hello-gawk/hello.awk \
872  hello-gawk/Makefile.am \
873  hello-gawk/configure.ac \
874  hello-gawk/m4/Makefile.am \
875  hello-gawk/po/Makefile.am \
876  hello-gawk/po/LINGUAS \
877  hello-gawk/po/af.po \
878  hello-gawk/po/ca.po \
879  hello-gawk/po/de.po \
880  hello-gawk/po/el.po \
881  hello-gawk/po/eo.po \
882  hello-gawk/po/es.po \
883  hello-gawk/po/fr.po \
884  hello-gawk/po/ga.po \
885  hello-gawk/po/hu.po \
886  hello-gawk/po/id.po \
887  hello-gawk/po/it.po \
888  hello-gawk/po/ja.po \
889  hello-gawk/po/nl.po \
890  hello-gawk/po/pl.po \
891  hello-gawk/po/pt.po \
892  hello-gawk/po/ro.po \
893  hello-gawk/po/ru.po \
894  hello-gawk/po/sk.po \
895  hello-gawk/po/sl.po \
896  hello-gawk/po/sr.po \
897  hello-gawk/po/sv.po \
898  hello-gawk/po/tr.po \
899  hello-gawk/po/uk.po \
900  hello-gawk/po/vi.po \
901  hello-gawk/po/zh_CN.po \
902  hello-gawk/po/zh_HK.po \
903  hello-gawk/po/zh_TW.po \
904  \
905  hello-pascal/INSTALL \
906  hello-pascal/autogen.sh \
907  hello-pascal/autoclean.sh \
908  hello-pascal/hello.pas \
909  hello-pascal/hello.rst \
910  hello-pascal/Makefile.am \
911  hello-pascal/configure.ac \
912  hello-pascal/m4/Makefile.am \
913  hello-pascal/po/Makefile.am \
914  hello-pascal/po/LINGUAS \
915  hello-pascal/po/af.po \
916  hello-pascal/po/ca.po \
917  hello-pascal/po/de.po \
918  hello-pascal/po/el.po \
919  hello-pascal/po/eo.po \
920  hello-pascal/po/es.po \
921  hello-pascal/po/fr.po \
922  hello-pascal/po/ga.po \
923  hello-pascal/po/hu.po \
924  hello-pascal/po/id.po \
925  hello-pascal/po/it.po \
926  hello-pascal/po/ja.po \
927  hello-pascal/po/nl.po \
928  hello-pascal/po/pl.po \
929  hello-pascal/po/pt.po \
930  hello-pascal/po/ro.po \
931  hello-pascal/po/ru.po \
932  hello-pascal/po/sk.po \
933  hello-pascal/po/sl.po \
934  hello-pascal/po/sr.po \
935  hello-pascal/po/sv.po \
936  hello-pascal/po/tr.po \
937  hello-pascal/po/uk.po \
938  hello-pascal/po/vi.po \
939  hello-pascal/po/zh_CN.po \
940  hello-pascal/po/zh_HK.po \
941  hello-pascal/po/zh_TW.po \
942  \
943  hello-ycp/INSTALL \
944  hello-ycp/autogen.sh \
945  hello-ycp/autoclean.sh \
946  hello-ycp/hello.ycp \
947  hello-ycp/Makefile.am \
948  hello-ycp/configure.ac \
949  hello-ycp/m4/Makefile.am \
950  hello-ycp/po/Makefile.am \
951  hello-ycp/po/LINGUAS \
952  hello-ycp/po/af.po \
953  hello-ycp/po/ca.po \
954  hello-ycp/po/de.po \
955  hello-ycp/po/el.po \
956  hello-ycp/po/eo.po \
957  hello-ycp/po/es.po \
958  hello-ycp/po/fr.po \
959  hello-ycp/po/ga.po \
960  hello-ycp/po/hu.po \
961  hello-ycp/po/id.po \
962  hello-ycp/po/it.po \
963  hello-ycp/po/ja.po \
964  hello-ycp/po/nl.po \
965  hello-ycp/po/pl.po \
966  hello-ycp/po/pt.po \
967  hello-ycp/po/ro.po \
968  hello-ycp/po/ru.po \
969  hello-ycp/po/sk.po \
970  hello-ycp/po/sl.po \
971  hello-ycp/po/sr.po \
972  hello-ycp/po/sv.po \
973  hello-ycp/po/tr.po \
974  hello-ycp/po/uk.po \
975  hello-ycp/po/vi.po \
976  hello-ycp/po/zh_CN.po \
977  hello-ycp/po/zh_HK.po \
978  hello-ycp/po/zh_TW.po \
979  \
980  hello-tcl/INSTALL \
981  hello-tcl/autogen.sh \
982  hello-tcl/autoclean.sh \
983  hello-tcl/hello.tcl \
984  hello-tcl/Makefile.am \
985  hello-tcl/configure.ac \
986  hello-tcl/m4/Makefile.am \
987  hello-tcl/po/Makefile.am \
988  hello-tcl/po/LINGUAS \
989  hello-tcl/po/af.po \
990  hello-tcl/po/ca.po \
991  hello-tcl/po/de.po \
992  hello-tcl/po/el.po \
993  hello-tcl/po/eo.po \
994  hello-tcl/po/es.po \
995  hello-tcl/po/fr.po \
996  hello-tcl/po/ga.po \
997  hello-tcl/po/hu.po \
998  hello-tcl/po/id.po \
999  hello-tcl/po/it.po \
1000  hello-tcl/po/ja.po \
1001  hello-tcl/po/nl.po \
1002  hello-tcl/po/pl.po \
1003  hello-tcl/po/pt.po \
1004  hello-tcl/po/ro.po \
1005  hello-tcl/po/ru.po \
1006  hello-tcl/po/sk.po \
1007  hello-tcl/po/sl.po \
1008  hello-tcl/po/sr.po \
1009  hello-tcl/po/sv.po \
1010  hello-tcl/po/tr.po \
1011  hello-tcl/po/uk.po \
1012  hello-tcl/po/vi.po \
1013  hello-tcl/po/zh_CN.po \
1014  hello-tcl/po/zh_HK.po \
1015  hello-tcl/po/zh_TW.po \
1016  \
1017  hello-tcl-tk/INSTALL \
1018  hello-tcl-tk/autogen.sh \
1019  hello-tcl-tk/autoclean.sh \
1020  hello-tcl-tk/hello.tcl \
1021  hello-tcl-tk/Makefile.am \
1022  hello-tcl-tk/configure.ac \
1023  hello-tcl-tk/m4/Makefile.am \
1024  hello-tcl-tk/po/Makefile.am \
1025  hello-tcl-tk/po/LINGUAS \
1026  hello-tcl-tk/po/af.po \
1027  hello-tcl-tk/po/ca.po \
1028  hello-tcl-tk/po/de.po \
1029  hello-tcl-tk/po/el.po \
1030  hello-tcl-tk/po/eo.po \
1031  hello-tcl-tk/po/es.po \
1032  hello-tcl-tk/po/fr.po \
1033  hello-tcl-tk/po/ga.po \
1034  hello-tcl-tk/po/hu.po \
1035  hello-tcl-tk/po/id.po \
1036  hello-tcl-tk/po/it.po \
1037  hello-tcl-tk/po/ja.po \
1038  hello-tcl-tk/po/nl.po \
1039  hello-tcl-tk/po/pl.po \
1040  hello-tcl-tk/po/pt.po \
1041  hello-tcl-tk/po/ro.po \
1042  hello-tcl-tk/po/ru.po \
1043  hello-tcl-tk/po/sk.po \
1044  hello-tcl-tk/po/sl.po \
1045  hello-tcl-tk/po/sr.po \
1046  hello-tcl-tk/po/sv.po \
1047  hello-tcl-tk/po/tr.po \
1048  hello-tcl-tk/po/uk.po \
1049  hello-tcl-tk/po/vi.po \
1050  hello-tcl-tk/po/zh_CN.po \
1051  hello-tcl-tk/po/zh_HK.po \
1052  hello-tcl-tk/po/zh_TW.po \
1053  \
1054  hello-perl/INSTALL \
1055  hello-perl/autogen.sh \
1056  hello-perl/autoclean.sh \
1057  hello-perl/hello-1.pl.in \
1058  hello-perl/hello-2.pl.in \
1059  hello-perl/Makefile.am \
1060  hello-perl/configure.ac \
1061  hello-perl/m4/Makefile.am \
1062  hello-perl/po/Makefile.am \
1063  hello-perl/po/LINGUAS \
1064  hello-perl/po/af.po \
1065  hello-perl/po/ca.po \
1066  hello-perl/po/de.po \
1067  hello-perl/po/el.po \
1068  hello-perl/po/eo.po \
1069  hello-perl/po/es.po \
1070  hello-perl/po/fr.po \
1071  hello-perl/po/ga.po \
1072  hello-perl/po/hu.po \
1073  hello-perl/po/id.po \
1074  hello-perl/po/it.po \
1075  hello-perl/po/ja.po \
1076  hello-perl/po/nl.po \
1077  hello-perl/po/pl.po \
1078  hello-perl/po/pt.po \
1079  hello-perl/po/ro.po \
1080  hello-perl/po/ru.po \
1081  hello-perl/po/sk.po \
1082  hello-perl/po/sl.po \
1083  hello-perl/po/sr.po \
1084  hello-perl/po/sv.po \
1085  hello-perl/po/tr.po \
1086  hello-perl/po/uk.po \
1087  hello-perl/po/vi.po \
1088  hello-perl/po/zh_CN.po \
1089  hello-perl/po/zh_HK.po \
1090  hello-perl/po/zh_TW.po \
1091  \
1092  hello-php/INSTALL \
1093  hello-php/README \
1094  hello-php/autogen.sh \
1095  hello-php/autoclean.sh \
1096  hello-php/hello.php \
1097  hello-php/Makefile.am \
1098  hello-php/configure.ac \
1099  hello-php/m4/Makefile.am \
1100  hello-php/po/Makefile.am \
1101  hello-php/po/LINGUAS \
1102  hello-php/po/af.po \
1103  hello-php/po/ca.po \
1104  hello-php/po/de.po \
1105  hello-php/po/el.po \
1106  hello-php/po/eo.po \
1107  hello-php/po/es.po \
1108  hello-php/po/fr.po \
1109  hello-php/po/ga.po \
1110  hello-php/po/hu.po \
1111  hello-php/po/id.po \
1112  hello-php/po/it.po \
1113  hello-php/po/ja.po \
1114  hello-php/po/nl.po \
1115  hello-php/po/pl.po \
1116  hello-php/po/pt.po \
1117  hello-php/po/ro.po \
1118  hello-php/po/ru.po \
1119  hello-php/po/sk.po \
1120  hello-php/po/sl.po \
1121  hello-php/po/sr.po \
1122  hello-php/po/sv.po \
1123  hello-php/po/tr.po \
1124  hello-php/po/uk.po \
1125  hello-php/po/vi.po \
1126  hello-php/po/zh_CN.po \
1127  hello-php/po/zh_HK.po \
1128  hello-php/po/zh_TW.po \
1129  \
1130  README
1131
1132install-data-local: $(EXAMPLESFILES)
1133	$(mkdir_p) $(DESTDIR)$(examplesdir)
1134	for f in $(EXAMPLESFILES); do \
1135	  d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1136	  test -z "$$d" || $(mkdir_p) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1137	  b=`echo $$f | sed -e 's,^.*/,,'`; \
1138	  if test $$b = autogen.sh || test $$b = autoclean.sh; then \
1139	    echo "$(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1140	    $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1141	  else \
1142	    echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
1143	    $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
1144	  fi; \
1145	done
1146
1147installdirs-local:
1148	$(mkdir_p) $(DESTDIR)$(examplesdir)
1149	for f in $(EXAMPLESFILES); do \
1150	  d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
1151	  test -z "$$d" || $(mkdir_p) $(DESTDIR)$(examplesdir)$$d || exit 1; \
1152	done
1153
1154uninstall-local:
1155	for f in $(EXAMPLESFILES); do \
1156	  rm -f $(DESTDIR)$(examplesdir)/$$f; \
1157	done
1158
1159# Invoked from inside automake's distdir target.
1160distdir1:
1161	cd po && $(MAKE) update-po
1162	for file in $(EXAMPLESFILES); do \
1163	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
1164	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
1165	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
1166	    $(mkdir_p) "$(distdir)/$$dir"; \
1167	  fi; \
1168	  cp -p $$d/$$file $(distdir)/$$file || exit 1; \
1169	done
1170
1171# Temporary directories created by po/Makefile.
1172CLEANFILES = tmp-hello-*
1173