1## Makefile for the gettext-tools/examples subdirectory of GNU gettext
2## Copyright (C) 2001-2005 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
16## Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
18## Process this file with automake to produce Makefile.in.
19
20AUTOMAKE_OPTIONS = 1.2 gnits
21SUBDIRS = po
22EXTRA_DIST =
23
24docdir = @docdir@
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/es.po \
46  hello-c/po/fr.po \
47  hello-c/po/ga.po \
48  hello-c/po/it.po \
49  hello-c/po/ja.po \
50  hello-c/po/nl.po \
51  hello-c/po/pl.po \
52  hello-c/po/ro.po \
53  hello-c/po/ru.po \
54  hello-c/po/sk.po \
55  hello-c/po/sr.po \
56  hello-c/po/sv.po \
57  hello-c/po/tr.po \
58  hello-c/po/uk.po \
59  hello-c/po/vi.po \
60  hello-c/po/zh_CN.po \
61  \
62  hello-c-gnome/INSTALL \
63  hello-c-gnome/autogen.sh \
64  hello-c-gnome/autoclean.sh \
65  hello-c-gnome/hello.c \
66  hello-c-gnome/Makefile.am \
67  hello-c-gnome/configure.ac \
68  hello-c-gnome/m4/Makefile.am \
69  hello-c-gnome/m4/gnome.m4 \
70  hello-c-gnome/m4/gnome-gnorba-check.m4 \
71  hello-c-gnome/m4/gnome-orbit-check.m4 \
72  hello-c-gnome/po/Makevars \
73  hello-c-gnome/po/POTFILES.in \
74  hello-c-gnome/po/LINGUAS \
75  hello-c-gnome/po/af.po \
76  hello-c-gnome/po/ca.po \
77  hello-c-gnome/po/de.po \
78  hello-c-gnome/po/el.po \
79  hello-c-gnome/po/es.po \
80  hello-c-gnome/po/fr.po \
81  hello-c-gnome/po/ga.po \
82  hello-c-gnome/po/it.po \
83  hello-c-gnome/po/ja.po \
84  hello-c-gnome/po/nl.po \
85  hello-c-gnome/po/pl.po \
86  hello-c-gnome/po/ro.po \
87  hello-c-gnome/po/ru.po \
88  hello-c-gnome/po/sk.po \
89  hello-c-gnome/po/sr.po \
90  hello-c-gnome/po/sv.po \
91  hello-c-gnome/po/tr.po \
92  hello-c-gnome/po/uk.po \
93  hello-c-gnome/po/vi.po \
94  hello-c-gnome/po/zh_CN.po \
95  \
96  hello-c++/INSTALL \
97  hello-c++/autogen.sh \
98  hello-c++/autoclean.sh \
99  hello-c++/hello.cc \
100  hello-c++/Makefile.am \
101  hello-c++/configure.ac \
102  hello-c++/m4/Makefile.am \
103  hello-c++/po/Makevars \
104  hello-c++/po/POTFILES.in \
105  hello-c++/po/LINGUAS \
106  hello-c++/po/af.po \
107  hello-c++/po/ca.po \
108  hello-c++/po/de.po \
109  hello-c++/po/el.po \
110  hello-c++/po/es.po \
111  hello-c++/po/fr.po \
112  hello-c++/po/ga.po \
113  hello-c++/po/it.po \
114  hello-c++/po/ja.po \
115  hello-c++/po/nl.po \
116  hello-c++/po/pl.po \
117  hello-c++/po/ro.po \
118  hello-c++/po/ru.po \
119  hello-c++/po/sk.po \
120  hello-c++/po/sr.po \
121  hello-c++/po/sv.po \
122  hello-c++/po/tr.po \
123  hello-c++/po/uk.po \
124  hello-c++/po/vi.po \
125  hello-c++/po/zh_CN.po \
126  \
127  hello-c++-qt/INSTALL \
128  hello-c++-qt/BUGS \
129  hello-c++-qt/autogen.sh \
130  hello-c++-qt/autoclean.sh \
131  hello-c++-qt/hello.cc \
132  hello-c++-qt/Makefile.am \
133  hello-c++-qt/configure.ac \
134  hello-c++-qt/m4/Makefile.am \
135  hello-c++-qt/m4/qt.m4 \
136  hello-c++-qt/po/Makefile.am \
137  hello-c++-qt/po/LINGUAS \
138  hello-c++-qt/po/af.po \
139  hello-c++-qt/po/ca.po \
140  hello-c++-qt/po/de.po \
141  hello-c++-qt/po/el.po \
142  hello-c++-qt/po/es.po \
143  hello-c++-qt/po/fr.po \
144  hello-c++-qt/po/ga.po \
145  hello-c++-qt/po/it.po \
146  hello-c++-qt/po/ja.po \
147  hello-c++-qt/po/nl.po \
148  hello-c++-qt/po/pl.po \
149  hello-c++-qt/po/ro.po \
150  hello-c++-qt/po/ru.po \
151  hello-c++-qt/po/sk.po \
152  hello-c++-qt/po/sr.po \
153  hello-c++-qt/po/sv.po \
154  hello-c++-qt/po/tr.po \
155  hello-c++-qt/po/uk.po \
156  hello-c++-qt/po/vi.po \
157  hello-c++-qt/po/zh_CN.po \
158  \
159  hello-c++-kde/INSTALL \
160  hello-c++-kde/BUGS \
161  hello-c++-kde/autogen.sh \
162  hello-c++-kde/autoclean.sh \
163  hello-c++-kde/hello.cc \
164  hello-c++-kde/hellowindow.h \
165  hello-c++-kde/hellowindow.cc \
166  hello-c++-kde/Makefile.am \
167  hello-c++-kde/configure.in.in \
168  hello-c++-kde/m4/Makefile.am \
169  hello-c++-kde/admin/acinclude.m4.in \
170  hello-c++-kde/admin/am_edit \
171  hello-c++-kde/admin/ChangeLog \
172  hello-c++-kde/admin/compile \
173  hello-c++-kde/admin/conf.change.pl \
174  hello-c++-kde/admin/config.guess \
175  hello-c++-kde/admin/config.pl \
176  hello-c++-kde/admin/config.sub \
177  hello-c++-kde/admin/configure.in.bot.end \
178  hello-c++-kde/admin/configure.in.min \
179  hello-c++-kde/admin/cvs-clean.pl \
180  hello-c++-kde/admin/cvs.sh \
181  hello-c++-kde/admin/debianrules \
182  hello-c++-kde/admin/depcomp \
183  hello-c++-kde/admin/detect-autoconf.sh \
184  hello-c++-kde/admin/Doxyfile.am \
185  hello-c++-kde/admin/Doxyfile.global \
186  hello-c++-kde/admin/install-sh \
187  hello-c++-kde/admin/libtool.m4.in \
188  hello-c++-kde/admin/ltmain.sh \
189  hello-c++-kde/admin/Makefile.common \
190  hello-c++-kde/admin/missing \
191  hello-c++-kde/admin/mkinstalldirs \
192  hello-c++-kde/admin/ylwrap \
193  hello-c++-kde/po/Makevars \
194  hello-c++-kde/po/POTFILES.in \
195  hello-c++-kde/po/LINGUAS \
196  hello-c++-kde/po/af.po \
197  hello-c++-kde/po/ca.po \
198  hello-c++-kde/po/de.po \
199  hello-c++-kde/po/el.po \
200  hello-c++-kde/po/es.po \
201  hello-c++-kde/po/fr.po \
202  hello-c++-kde/po/ga.po \
203  hello-c++-kde/po/it.po \
204  hello-c++-kde/po/ja.po \
205  hello-c++-kde/po/nl.po \
206  hello-c++-kde/po/pl.po \
207  hello-c++-kde/po/ro.po \
208  hello-c++-kde/po/ru.po \
209  hello-c++-kde/po/sk.po \
210  hello-c++-kde/po/sr.po \
211  hello-c++-kde/po/sv.po \
212  hello-c++-kde/po/tr.po \
213  hello-c++-kde/po/uk.po \
214  hello-c++-kde/po/vi.po \
215  hello-c++-kde/po/zh_CN.po \
216  \
217  hello-c++-gnome/INSTALL \
218  hello-c++-gnome/autogen.sh \
219  hello-c++-gnome/autoclean.sh \
220  hello-c++-gnome/hello.cc \
221  hello-c++-gnome/Makefile.am \
222  hello-c++-gnome/configure.ac \
223  hello-c++-gnome/m4/Makefile.am \
224  hello-c++-gnome/m4/gnome.m4 \
225  hello-c++-gnome/m4/gnome-gnorba-check.m4 \
226  hello-c++-gnome/m4/gnome-orbit-check.m4 \
227  hello-c++-gnome/m4/gtk.m4 \
228  hello-c++-gnome/m4/gtk--.m4 \
229  hello-c++-gnome/po/Makevars \
230  hello-c++-gnome/po/POTFILES.in \
231  hello-c++-gnome/po/LINGUAS \
232  hello-c++-gnome/po/af.po \
233  hello-c++-gnome/po/ca.po \
234  hello-c++-gnome/po/de.po \
235  hello-c++-gnome/po/el.po \
236  hello-c++-gnome/po/es.po \
237  hello-c++-gnome/po/fr.po \
238  hello-c++-gnome/po/ga.po \
239  hello-c++-gnome/po/it.po \
240  hello-c++-gnome/po/ja.po \
241  hello-c++-gnome/po/nl.po \
242  hello-c++-gnome/po/pl.po \
243  hello-c++-gnome/po/ro.po \
244  hello-c++-gnome/po/ru.po \
245  hello-c++-gnome/po/sk.po \
246  hello-c++-gnome/po/sr.po \
247  hello-c++-gnome/po/sv.po \
248  hello-c++-gnome/po/tr.po \
249  hello-c++-gnome/po/uk.po \
250  hello-c++-gnome/po/vi.po \
251  hello-c++-gnome/po/zh_CN.po \
252  \
253  hello-objc/INSTALL \
254  hello-objc/autogen.sh \
255  hello-objc/autoclean.sh \
256  hello-objc/hello.m \
257  hello-objc/Makefile.am \
258  hello-objc/configure.ac \
259  hello-objc/m4/Makefile.am \
260  hello-objc/po/Makevars \
261  hello-objc/po/POTFILES.in \
262  hello-objc/po/LINGUAS \
263  hello-objc/po/af.po \
264  hello-objc/po/ca.po \
265  hello-objc/po/de.po \
266  hello-objc/po/el.po \
267  hello-objc/po/es.po \
268  hello-objc/po/fr.po \
269  hello-objc/po/ga.po \
270  hello-objc/po/it.po \
271  hello-objc/po/ja.po \
272  hello-objc/po/nl.po \
273  hello-objc/po/pl.po \
274  hello-objc/po/ro.po \
275  hello-objc/po/ru.po \
276  hello-objc/po/sk.po \
277  hello-objc/po/sr.po \
278  hello-objc/po/sv.po \
279  hello-objc/po/tr.po \
280  hello-objc/po/uk.po \
281  hello-objc/po/vi.po \
282  hello-objc/po/zh_CN.po \
283  \
284  hello-objc-gnustep/INSTALL \
285  hello-objc-gnustep/BUGS \
286  hello-objc-gnustep/autogen.sh \
287  hello-objc-gnustep/autoclean.sh \
288  hello-objc-gnustep/main.m \
289  hello-objc-gnustep/AppController.h \
290  hello-objc-gnustep/AppController.m \
291  hello-objc-gnustep/Hello.h \
292  hello-objc-gnustep/Hello.m \
293  hello-objc-gnustep/GNUmakefile \
294  hello-objc-gnustep/po/GNUmakefile \
295  hello-objc-gnustep/po/LocaleAliases \
296  hello-objc-gnustep/po/LINGUAS \
297  hello-objc-gnustep/po/af.po \
298  hello-objc-gnustep/po/ca.po \
299  hello-objc-gnustep/po/de.po \
300  hello-objc-gnustep/po/el.po \
301  hello-objc-gnustep/po/es.po \
302  hello-objc-gnustep/po/fr.po \
303  hello-objc-gnustep/po/ga.po \
304  hello-objc-gnustep/po/it.po \
305  hello-objc-gnustep/po/ja.po \
306  hello-objc-gnustep/po/nl.po \
307  hello-objc-gnustep/po/pl.po \
308  hello-objc-gnustep/po/ro.po \
309  hello-objc-gnustep/po/ru.po \
310  hello-objc-gnustep/po/sk.po \
311  hello-objc-gnustep/po/sr.po \
312  hello-objc-gnustep/po/sv.po \
313  hello-objc-gnustep/po/tr.po \
314  hello-objc-gnustep/po/uk.po \
315  hello-objc-gnustep/po/vi.po \
316  hello-objc-gnustep/po/zh_CN.po \
317  \
318  hello-objc-gnome/INSTALL \
319  hello-objc-gnome/autogen.sh \
320  hello-objc-gnome/autoclean.sh \
321  hello-objc-gnome/hello.m \
322  hello-objc-gnome/Makefile.am \
323  hello-objc-gnome/configure.ac \
324  hello-objc-gnome/m4/Makefile.am \
325  hello-objc-gnome/m4/gnome.m4 \
326  hello-objc-gnome/m4/gnome-gnorba-check.m4 \
327  hello-objc-gnome/m4/gnome-orbit-check.m4 \
328  hello-objc-gnome/po/Makevars \
329  hello-objc-gnome/po/POTFILES.in \
330  hello-objc-gnome/po/LINGUAS \
331  hello-objc-gnome/po/af.po \
332  hello-objc-gnome/po/ca.po \
333  hello-objc-gnome/po/de.po \
334  hello-objc-gnome/po/el.po \
335  hello-objc-gnome/po/es.po \
336  hello-objc-gnome/po/fr.po \
337  hello-objc-gnome/po/ga.po \
338  hello-objc-gnome/po/it.po \
339  hello-objc-gnome/po/ja.po \
340  hello-objc-gnome/po/nl.po \
341  hello-objc-gnome/po/pl.po \
342  hello-objc-gnome/po/ro.po \
343  hello-objc-gnome/po/ru.po \
344  hello-objc-gnome/po/sk.po \
345  hello-objc-gnome/po/sr.po \
346  hello-objc-gnome/po/sv.po \
347  hello-objc-gnome/po/tr.po \
348  hello-objc-gnome/po/uk.po \
349  hello-objc-gnome/po/vi.po \
350  hello-objc-gnome/po/zh_CN.po \
351  \
352  hello-sh/INSTALL \
353  hello-sh/autogen.sh \
354  hello-sh/autoclean.sh \
355  hello-sh/hello.sh \
356  hello-sh/Makefile.am \
357  hello-sh/configure.ac \
358  hello-sh/m4/Makefile.am \
359  hello-sh/po/Makefile.am \
360  hello-sh/po/LINGUAS \
361  hello-sh/po/af.po \
362  hello-sh/po/ca.po \
363  hello-sh/po/de.po \
364  hello-sh/po/el.po \
365  hello-sh/po/es.po \
366  hello-sh/po/fr.po \
367  hello-sh/po/ga.po \
368  hello-sh/po/it.po \
369  hello-sh/po/ja.po \
370  hello-sh/po/nl.po \
371  hello-sh/po/pl.po \
372  hello-sh/po/ro.po \
373  hello-sh/po/ru.po \
374  hello-sh/po/sk.po \
375  hello-sh/po/sr.po \
376  hello-sh/po/sv.po \
377  hello-sh/po/tr.po \
378  hello-sh/po/uk.po \
379  hello-sh/po/vi.po \
380  hello-sh/po/zh_CN.po \
381  \
382  hello-python/INSTALL \
383  hello-python/autogen.sh \
384  hello-python/autoclean.sh \
385  hello-python/hello.py.in \
386  hello-python/Makefile.am \
387  hello-python/configure.ac \
388  hello-python/m4/Makefile.am \
389  hello-python/po/Makefile.am \
390  hello-python/po/LINGUAS \
391  hello-python/po/af.po \
392  hello-python/po/ca.po \
393  hello-python/po/de.po \
394  hello-python/po/el.po \
395  hello-python/po/es.po \
396  hello-python/po/fr.po \
397  hello-python/po/ga.po \
398  hello-python/po/it.po \
399  hello-python/po/ja.po \
400  hello-python/po/nl.po \
401  hello-python/po/pl.po \
402  hello-python/po/ro.po \
403  hello-python/po/ru.po \
404  hello-python/po/sk.po \
405  hello-python/po/sr.po \
406  hello-python/po/sv.po \
407  hello-python/po/tr.po \
408  hello-python/po/uk.po \
409  hello-python/po/vi.po \
410  hello-python/po/zh_CN.po \
411  \
412  hello-clisp/INSTALL \
413  hello-clisp/autogen.sh \
414  hello-clisp/autoclean.sh \
415  hello-clisp/hello.lisp.in \
416  hello-clisp/Makefile.am \
417  hello-clisp/configure.ac \
418  hello-clisp/m4/Makefile.am \
419  hello-clisp/po/Makefile.am \
420  hello-clisp/po/LINGUAS \
421  hello-clisp/po/af.po \
422  hello-clisp/po/ca.po \
423  hello-clisp/po/de.po \
424  hello-clisp/po/el.po \
425  hello-clisp/po/es.po \
426  hello-clisp/po/fr.po \
427  hello-clisp/po/ga.po \
428  hello-clisp/po/it.po \
429  hello-clisp/po/ja.po \
430  hello-clisp/po/nl.po \
431  hello-clisp/po/pl.po \
432  hello-clisp/po/ro.po \
433  hello-clisp/po/ru.po \
434  hello-clisp/po/sk.po \
435  hello-clisp/po/sr.po \
436  hello-clisp/po/sv.po \
437  hello-clisp/po/tr.po \
438  hello-clisp/po/uk.po \
439  hello-clisp/po/vi.po \
440  hello-clisp/po/zh_CN.po \
441  \
442  hello-librep/INSTALL \
443  hello-librep/autogen.sh \
444  hello-librep/autoclean.sh \
445  hello-librep/hello.jl.in \
446  hello-librep/Makefile.am \
447  hello-librep/configure.ac \
448  hello-librep/m4/Makefile.am \
449  hello-librep/po/Makefile.am \
450  hello-librep/po/LINGUAS \
451  hello-librep/po/af.po \
452  hello-librep/po/ca.po \
453  hello-librep/po/de.po \
454  hello-librep/po/el.po \
455  hello-librep/po/es.po \
456  hello-librep/po/fr.po \
457  hello-librep/po/ga.po \
458  hello-librep/po/it.po \
459  hello-librep/po/ja.po \
460  hello-librep/po/nl.po \
461  hello-librep/po/pl.po \
462  hello-librep/po/ro.po \
463  hello-librep/po/ru.po \
464  hello-librep/po/sk.po \
465  hello-librep/po/sr.po \
466  hello-librep/po/sv.po \
467  hello-librep/po/tr.po \
468  hello-librep/po/uk.po \
469  hello-librep/po/vi.po \
470  hello-librep/po/zh_CN.po \
471  \
472  hello-guile/INSTALL \
473  hello-guile/autogen.sh \
474  hello-guile/autoclean.sh \
475  hello-guile/hello.scm \
476  hello-guile/Makefile.am \
477  hello-guile/configure.ac \
478  hello-guile/m4/Makefile.am \
479  hello-guile/po/Makefile.am \
480  hello-guile/po/LINGUAS \
481  hello-guile/po/af.po \
482  hello-guile/po/ca.po \
483  hello-guile/po/de.po \
484  hello-guile/po/el.po \
485  hello-guile/po/es.po \
486  hello-guile/po/fr.po \
487  hello-guile/po/ga.po \
488  hello-guile/po/it.po \
489  hello-guile/po/ja.po \
490  hello-guile/po/nl.po \
491  hello-guile/po/pl.po \
492  hello-guile/po/ro.po \
493  hello-guile/po/ru.po \
494  hello-guile/po/sk.po \
495  hello-guile/po/sr.po \
496  hello-guile/po/sv.po \
497  hello-guile/po/tr.po \
498  hello-guile/po/uk.po \
499  hello-guile/po/vi.po \
500  hello-guile/po/zh_CN.po \
501  \
502  hello-smalltalk/INSTALL \
503  hello-smalltalk/autogen.sh \
504  hello-smalltalk/autoclean.sh \
505  hello-smalltalk/hello.st.in \
506  hello-smalltalk/Makefile.am \
507  hello-smalltalk/configure.ac \
508  hello-smalltalk/m4/Makefile.am \
509  hello-smalltalk/po/Makefile.am \
510  hello-smalltalk/po/LINGUAS \
511  hello-smalltalk/po/af.po \
512  hello-smalltalk/po/ca.po \
513  hello-smalltalk/po/de.po \
514  hello-smalltalk/po/el.po \
515  hello-smalltalk/po/es.po \
516  hello-smalltalk/po/fr.po \
517  hello-smalltalk/po/ga.po \
518  hello-smalltalk/po/it.po \
519  hello-smalltalk/po/ja.po \
520  hello-smalltalk/po/nl.po \
521  hello-smalltalk/po/pl.po \
522  hello-smalltalk/po/ro.po \
523  hello-smalltalk/po/ru.po \
524  hello-smalltalk/po/sk.po \
525  hello-smalltalk/po/sr.po \
526  hello-smalltalk/po/sv.po \
527  hello-smalltalk/po/tr.po \
528  hello-smalltalk/po/uk.po \
529  hello-smalltalk/po/vi.po \
530  hello-smalltalk/po/zh_CN.po \
531  \
532  hello-java/INSTALL \
533  hello-java/autogen.sh \
534  hello-java/autoclean.sh \
535  hello-java/Hello.java \
536  hello-java/Makefile.am \
537  hello-java/configure.ac \
538  hello-java/m4/Makefile.am \
539  hello-java/po/Makefile.am \
540  hello-java/po/LINGUAS \
541  hello-java/po/af.po \
542  hello-java/po/ca.po \
543  hello-java/po/de.po \
544  hello-java/po/el.po \
545  hello-java/po/es.po \
546  hello-java/po/fr.po \
547  hello-java/po/ga.po \
548  hello-java/po/it.po \
549  hello-java/po/ja.po \
550  hello-java/po/nl.po \
551  hello-java/po/pl.po \
552  hello-java/po/ro.po \
553  hello-java/po/ru.po \
554  hello-java/po/sk.po \
555  hello-java/po/sr.po \
556  hello-java/po/sv.po \
557  hello-java/po/tr.po \
558  hello-java/po/uk.po \
559  hello-java/po/vi.po \
560  hello-java/po/zh_CN.po \
561  \
562  hello-java-awt/INSTALL \
563  hello-java-awt/BUGS \
564  hello-java-awt/autogen.sh \
565  hello-java-awt/autoclean.sh \
566  hello-java-awt/Hello.java \
567  hello-java-awt/Makefile.am \
568  hello-java-awt/configure.ac \
569  hello-java-awt/m4/Makefile.am \
570  hello-java-awt/m4/TestAWT.java \
571  hello-java-awt/m4/TestAWT.class \
572  hello-java-awt/po/Makefile.am \
573  hello-java-awt/po/LINGUAS \
574  hello-java-awt/po/af.po \
575  hello-java-awt/po/ca.po \
576  hello-java-awt/po/de.po \
577  hello-java-awt/po/el.po \
578  hello-java-awt/po/es.po \
579  hello-java-awt/po/fr.po \
580  hello-java-awt/po/ga.po \
581  hello-java-awt/po/it.po \
582  hello-java-awt/po/ja.po \
583  hello-java-awt/po/nl.po \
584  hello-java-awt/po/pl.po \
585  hello-java-awt/po/ro.po \
586  hello-java-awt/po/ru.po \
587  hello-java-awt/po/sk.po \
588  hello-java-awt/po/sr.po \
589  hello-java-awt/po/sv.po \
590  hello-java-awt/po/tr.po \
591  hello-java-awt/po/uk.po \
592  hello-java-awt/po/vi.po \
593  hello-java-awt/po/zh_CN.po \
594  \
595  hello-java-swing/INSTALL \
596  hello-java-swing/BUGS \
597  hello-java-swing/autogen.sh \
598  hello-java-swing/autoclean.sh \
599  hello-java-swing/Hello.java \
600  hello-java-swing/Makefile.am \
601  hello-java-swing/configure.ac \
602  hello-java-swing/m4/Makefile.am \
603  hello-java-swing/m4/TestAWT.java \
604  hello-java-swing/m4/TestAWT.class \
605  hello-java-swing/po/Makefile.am \
606  hello-java-swing/po/LINGUAS \
607  hello-java-swing/po/af.po \
608  hello-java-swing/po/ca.po \
609  hello-java-swing/po/de.po \
610  hello-java-swing/po/el.po \
611  hello-java-swing/po/es.po \
612  hello-java-swing/po/fr.po \
613  hello-java-swing/po/ga.po \
614  hello-java-swing/po/it.po \
615  hello-java-swing/po/ja.po \
616  hello-java-swing/po/nl.po \
617  hello-java-swing/po/pl.po \
618  hello-java-swing/po/ro.po \
619  hello-java-swing/po/ru.po \
620  hello-java-swing/po/sk.po \
621  hello-java-swing/po/sr.po \
622  hello-java-swing/po/sv.po \
623  hello-java-swing/po/tr.po \
624  hello-java-swing/po/uk.po \
625  hello-java-swing/po/vi.po \
626  hello-java-swing/po/zh_CN.po \
627  \
628  hello-csharp/INSTALL \
629  hello-csharp/autogen.sh \
630  hello-csharp/autoclean.sh \
631  hello-csharp/hello.cs \
632  hello-csharp/Makefile.am \
633  hello-csharp/configure.ac \
634  hello-csharp/m4/Makefile.am \
635  hello-csharp/po/Makefile.am \
636  hello-csharp/po/LINGUAS \
637  hello-csharp/po/af.po \
638  hello-csharp/po/ca.po \
639  hello-csharp/po/de.po \
640  hello-csharp/po/el.po \
641  hello-csharp/po/es.po \
642  hello-csharp/po/fr.po \
643  hello-csharp/po/ga.po \
644  hello-csharp/po/it.po \
645  hello-csharp/po/ja.po \
646  hello-csharp/po/nl.po \
647  hello-csharp/po/pl.po \
648  hello-csharp/po/ro.po \
649  hello-csharp/po/ru.po \
650  hello-csharp/po/sk.po \
651  hello-csharp/po/sr.po \
652  hello-csharp/po/sv.po \
653  hello-csharp/po/tr.po \
654  hello-csharp/po/uk.po \
655  hello-csharp/po/vi.po \
656  hello-csharp/po/zh_CN.po \
657  \
658  hello-csharp-forms/INSTALL \
659  hello-csharp-forms/BUGS \
660  hello-csharp-forms/autogen.sh \
661  hello-csharp-forms/autoclean.sh \
662  hello-csharp-forms/hello.cs \
663  hello-csharp-forms/Makefile.am \
664  hello-csharp-forms/configure.ac \
665  hello-csharp-forms/m4/Makefile.am \
666  hello-csharp-forms/po/Makefile.am \
667  hello-csharp-forms/po/LINGUAS \
668  hello-csharp-forms/po/af.po \
669  hello-csharp-forms/po/ca.po \
670  hello-csharp-forms/po/de.po \
671  hello-csharp-forms/po/el.po \
672  hello-csharp-forms/po/es.po \
673  hello-csharp-forms/po/fr.po \
674  hello-csharp-forms/po/ga.po \
675  hello-csharp-forms/po/it.po \
676  hello-csharp-forms/po/ja.po \
677  hello-csharp-forms/po/nl.po \
678  hello-csharp-forms/po/pl.po \
679  hello-csharp-forms/po/ro.po \
680  hello-csharp-forms/po/ru.po \
681  hello-csharp-forms/po/sk.po \
682  hello-csharp-forms/po/sr.po \
683  hello-csharp-forms/po/sv.po \
684  hello-csharp-forms/po/tr.po \
685  hello-csharp-forms/po/uk.po \
686  hello-csharp-forms/po/vi.po \
687  hello-csharp-forms/po/zh_CN.po \
688  \
689  hello-gawk/INSTALL \
690  hello-gawk/autogen.sh \
691  hello-gawk/autoclean.sh \
692  hello-gawk/hello.awk \
693  hello-gawk/Makefile.am \
694  hello-gawk/configure.ac \
695  hello-gawk/m4/Makefile.am \
696  hello-gawk/po/Makefile.am \
697  hello-gawk/po/LINGUAS \
698  hello-gawk/po/af.po \
699  hello-gawk/po/ca.po \
700  hello-gawk/po/de.po \
701  hello-gawk/po/el.po \
702  hello-gawk/po/es.po \
703  hello-gawk/po/fr.po \
704  hello-gawk/po/ga.po \
705  hello-gawk/po/it.po \
706  hello-gawk/po/ja.po \
707  hello-gawk/po/nl.po \
708  hello-gawk/po/pl.po \
709  hello-gawk/po/ro.po \
710  hello-gawk/po/ru.po \
711  hello-gawk/po/sk.po \
712  hello-gawk/po/sr.po \
713  hello-gawk/po/sv.po \
714  hello-gawk/po/tr.po \
715  hello-gawk/po/uk.po \
716  hello-gawk/po/vi.po \
717  hello-gawk/po/zh_CN.po \
718  \
719  hello-pascal/INSTALL \
720  hello-pascal/autogen.sh \
721  hello-pascal/autoclean.sh \
722  hello-pascal/hello.pas \
723  hello-pascal/hello.rst \
724  hello-pascal/Makefile.am \
725  hello-pascal/configure.ac \
726  hello-pascal/m4/Makefile.am \
727  hello-pascal/po/Makefile.am \
728  hello-pascal/po/LINGUAS \
729  hello-pascal/po/af.po \
730  hello-pascal/po/ca.po \
731  hello-pascal/po/de.po \
732  hello-pascal/po/el.po \
733  hello-pascal/po/es.po \
734  hello-pascal/po/fr.po \
735  hello-pascal/po/ga.po \
736  hello-pascal/po/it.po \
737  hello-pascal/po/ja.po \
738  hello-pascal/po/nl.po \
739  hello-pascal/po/pl.po \
740  hello-pascal/po/ro.po \
741  hello-pascal/po/ru.po \
742  hello-pascal/po/sk.po \
743  hello-pascal/po/sr.po \
744  hello-pascal/po/sv.po \
745  hello-pascal/po/tr.po \
746  hello-pascal/po/uk.po \
747  hello-pascal/po/vi.po \
748  hello-pascal/po/zh_CN.po \
749  \
750  hello-ycp/INSTALL \
751  hello-ycp/autogen.sh \
752  hello-ycp/autoclean.sh \
753  hello-ycp/hello.ycp \
754  hello-ycp/Makefile.am \
755  hello-ycp/configure.ac \
756  hello-ycp/m4/Makefile.am \
757  hello-ycp/po/Makefile.am \
758  hello-ycp/po/LINGUAS \
759  hello-ycp/po/af.po \
760  hello-ycp/po/ca.po \
761  hello-ycp/po/de.po \
762  hello-ycp/po/el.po \
763  hello-ycp/po/es.po \
764  hello-ycp/po/fr.po \
765  hello-ycp/po/ga.po \
766  hello-ycp/po/it.po \
767  hello-ycp/po/ja.po \
768  hello-ycp/po/nl.po \
769  hello-ycp/po/pl.po \
770  hello-ycp/po/ro.po \
771  hello-ycp/po/ru.po \
772  hello-ycp/po/sk.po \
773  hello-ycp/po/sr.po \
774  hello-ycp/po/sv.po \
775  hello-ycp/po/tr.po \
776  hello-ycp/po/uk.po \
777  hello-ycp/po/vi.po \
778  hello-ycp/po/zh_CN.po \
779  \
780  hello-tcl/INSTALL \
781  hello-tcl/autogen.sh \
782  hello-tcl/autoclean.sh \
783  hello-tcl/hello.tcl \
784  hello-tcl/Makefile.am \
785  hello-tcl/configure.ac \
786  hello-tcl/m4/Makefile.am \
787  hello-tcl/po/Makefile.am \
788  hello-tcl/po/LINGUAS \
789  hello-tcl/po/af.po \
790  hello-tcl/po/ca.po \
791  hello-tcl/po/de.po \
792  hello-tcl/po/el.po \
793  hello-tcl/po/es.po \
794  hello-tcl/po/fr.po \
795  hello-tcl/po/ga.po \
796  hello-tcl/po/it.po \
797  hello-tcl/po/ja.po \
798  hello-tcl/po/nl.po \
799  hello-tcl/po/pl.po \
800  hello-tcl/po/ro.po \
801  hello-tcl/po/ru.po \
802  hello-tcl/po/sk.po \
803  hello-tcl/po/sr.po \
804  hello-tcl/po/sv.po \
805  hello-tcl/po/tr.po \
806  hello-tcl/po/uk.po \
807  hello-tcl/po/vi.po \
808  hello-tcl/po/zh_CN.po \
809  \
810  hello-tcl-tk/INSTALL \
811  hello-tcl-tk/autogen.sh \
812  hello-tcl-tk/autoclean.sh \
813  hello-tcl-tk/hello.tcl \
814  hello-tcl-tk/Makefile.am \
815  hello-tcl-tk/configure.ac \
816  hello-tcl-tk/m4/Makefile.am \
817  hello-tcl-tk/po/Makefile.am \
818  hello-tcl-tk/po/LINGUAS \
819  hello-tcl-tk/po/af.po \
820  hello-tcl-tk/po/ca.po \
821  hello-tcl-tk/po/de.po \
822  hello-tcl-tk/po/el.po \
823  hello-tcl-tk/po/es.po \
824  hello-tcl-tk/po/fr.po \
825  hello-tcl-tk/po/ga.po \
826  hello-tcl-tk/po/it.po \
827  hello-tcl-tk/po/ja.po \
828  hello-tcl-tk/po/nl.po \
829  hello-tcl-tk/po/pl.po \
830  hello-tcl-tk/po/ro.po \
831  hello-tcl-tk/po/ru.po \
832  hello-tcl-tk/po/sk.po \
833  hello-tcl-tk/po/sr.po \
834  hello-tcl-tk/po/sv.po \
835  hello-tcl-tk/po/tr.po \
836  hello-tcl-tk/po/uk.po \
837  hello-tcl-tk/po/vi.po \
838  hello-tcl-tk/po/zh_CN.po \
839  \
840  hello-perl/INSTALL \
841  hello-perl/autogen.sh \
842  hello-perl/autoclean.sh \
843  hello-perl/hello-1.pl.in \
844  hello-perl/hello-2.pl.in \
845  hello-perl/Makefile.am \
846  hello-perl/configure.ac \
847  hello-perl/m4/Makefile.am \
848  hello-perl/po/Makefile.am \
849  hello-perl/po/LINGUAS \
850  hello-perl/po/af.po \
851  hello-perl/po/ca.po \
852  hello-perl/po/de.po \
853  hello-perl/po/el.po \
854  hello-perl/po/es.po \
855  hello-perl/po/fr.po \
856  hello-perl/po/ga.po \
857  hello-perl/po/it.po \
858  hello-perl/po/ja.po \
859  hello-perl/po/nl.po \
860  hello-perl/po/pl.po \
861  hello-perl/po/ro.po \
862  hello-perl/po/ru.po \
863  hello-perl/po/sk.po \
864  hello-perl/po/sr.po \
865  hello-perl/po/sv.po \
866  hello-perl/po/tr.po \
867  hello-perl/po/uk.po \
868  hello-perl/po/vi.po \
869  hello-perl/po/zh_CN.po \
870  \
871  hello-php/INSTALL \
872  hello-php/README \
873  hello-php/autogen.sh \
874  hello-php/autoclean.sh \
875  hello-php/hello.php \
876  hello-php/Makefile.am \
877  hello-php/configure.ac \
878  hello-php/m4/Makefile.am \
879  hello-php/po/Makefile.am \
880  hello-php/po/LINGUAS \
881  hello-php/po/af.po \
882  hello-php/po/ca.po \
883  hello-php/po/de.po \
884  hello-php/po/el.po \
885  hello-php/po/es.po \
886  hello-php/po/fr.po \
887  hello-php/po/ga.po \
888  hello-php/po/it.po \
889  hello-php/po/ja.po \
890  hello-php/po/nl.po \
891  hello-php/po/pl.po \
892  hello-php/po/ro.po \
893  hello-php/po/ru.po \
894  hello-php/po/sk.po \
895  hello-php/po/sr.po \
896  hello-php/po/sv.po \
897  hello-php/po/tr.po \
898  hello-php/po/uk.po \
899  hello-php/po/vi.po \
900  hello-php/po/zh_CN.po \
901  \
902  README
903
904install-data-local: $(EXAMPLESFILES)
905	$(mkinstalldirs) $(DESTDIR)$(examplesdir)
906	for f in $(EXAMPLESFILES); do \
907	  d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
908	  test -z "$$d" || $(mkinstalldirs) $(DESTDIR)$(examplesdir)$$d || exit 1; \
909	  b=`echo $$f | sed -e 's,^.*/,,'`; \
910	  if test $$b = autogen.sh || test $$b = autoclean.sh; then \
911	    echo "$(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
912	    $(INSTALL_SCRIPT) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
913	  else \
914	    echo "$(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f"; \
915	    $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)$(examplesdir)/$$f; \
916	  fi; \
917	done
918
919installdirs-local:
920	$(mkinstalldirs) $(DESTDIR)$(examplesdir)
921	for f in $(EXAMPLESFILES); do \
922	  d=`echo /$$f | sed -e 's,/[^/]*$$,,'`; \
923	  test -z "$$d" || $(mkinstalldirs) $(DESTDIR)$(examplesdir)$$d || exit 1; \
924	done
925
926uninstall-local:
927	for f in $(EXAMPLESFILES); do \
928	  rm -f $(DESTDIR)$(examplesdir)/$$f; \
929	done
930
931# Hidden from automake, but really activated. Works around an automake-1.5 bug.
932#distdir: distdir1
933distdir1:
934	cd po && $(MAKE) update-po
935	for file in $(EXAMPLESFILES); do \
936	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
937	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
938	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
939	    $(mkinstalldirs) "$(distdir)/$$dir"; \
940	  fi; \
941	  cp -p $$d/$$file $(distdir)/$$file || exit 1; \
942	done
943
944# Temporary directories created by po/Makefile.
945CLEANFILES = tmp-hello-*
946
947
948# VMS support.
949
950EXTRA_DIST += Makefile.vms
951
952
953# Woe32 support.
954
955EXTRA_DIST += Makefile.msvc
956