Imported Upstream version 3.36
[platform/upstream/iso-codes.git] / Makefile.in
1 # Makefile.in generated by automake 1.11.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6 # Foundation, Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 subdir = .
36 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
37         $(srcdir)/Makefile.in $(srcdir)/iso-codes.pc.in \
38         $(top_srcdir)/configure ChangeLog INSTALL TODO install-sh \
39         missing
40 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
41 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
42 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
43         $(ACLOCAL_M4)
44 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
45  configure.lineno config.status.lineno
46 mkinstalldirs = $(install_sh) -d
47 CONFIG_CLEAN_FILES = iso-codes.pc
48 CONFIG_CLEAN_VPATH_FILES =
49 SOURCES =
50 DIST_SOURCES =
51 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
52         html-recursive info-recursive install-data-recursive \
53         install-dvi-recursive install-exec-recursive \
54         install-html-recursive install-info-recursive \
55         install-pdf-recursive install-ps-recursive install-recursive \
56         installcheck-recursive installdirs-recursive pdf-recursive \
57         ps-recursive uninstall-recursive
58 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
59 am__vpath_adj = case $$p in \
60     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
61     *) f=$$p;; \
62   esac;
63 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
64 am__install_max = 40
65 am__nobase_strip_setup = \
66   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
67 am__nobase_strip = \
68   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
69 am__nobase_list = $(am__nobase_strip_setup); \
70   for p in $$list; do echo "$$p $$p"; done | \
71   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
72   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
73     if (++n[$$2] == $(am__install_max)) \
74       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
75     END { for (dir in files) print dir, files[dir] }'
76 am__base_list = \
77   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
78   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
79 am__uninstall_files_from_dir = { \
80   test -z "$$files" \
81     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
82     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
83          $(am__cd) "$$dir" && rm -f $$files; }; \
84   }
85 am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
86 DATA = $(pkgconfig_DATA)
87 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
88   distclean-recursive maintainer-clean-recursive
89 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
90         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
91         distdir dist dist-all distcheck
92 ETAGS = etags
93 CTAGS = ctags
94 DIST_SUBDIRS = $(SUBDIRS)
95 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
96 distdir = $(PACKAGE)-$(VERSION)
97 top_distdir = $(distdir)
98 am__remove_distdir = \
99   if test -d "$(distdir)"; then \
100     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
101       && rm -rf "$(distdir)" \
102       || { sleep 5 && rm -rf "$(distdir)"; }; \
103   else :; fi
104 am__relativize = \
105   dir0=`pwd`; \
106   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
107   sed_rest='s,^[^/]*/*,,'; \
108   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
109   sed_butlast='s,/*[^/]*$$,,'; \
110   while test -n "$$dir1"; do \
111     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
112     if test "$$first" != "."; then \
113       if test "$$first" = ".."; then \
114         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
115         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
116       else \
117         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
118         if test "$$first2" = "$$first"; then \
119           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
120         else \
121           dir2="../$$dir2"; \
122         fi; \
123         dir0="$$dir0"/"$$first"; \
124       fi; \
125     fi; \
126     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
127   done; \
128   reldir="$$dir2"
129 GZIP_ENV = --best
130 DIST_ARCHIVES = $(distdir).tar.bz2
131 distuninstallcheck_listfiles = find . -type f -print
132 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
133   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
134 distcleancheck_listfiles = find . -type f -print
135 ACLOCAL = @ACLOCAL@
136 ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
137 AMTAR = @AMTAR@
138 AUTOCONF = @AUTOCONF@
139 AUTOHEADER = @AUTOHEADER@
140 AUTOMAKE = @AUTOMAKE@
141 AWK = @AWK@
142 CYGPATH_W = @CYGPATH_W@
143 DEFS = @DEFS@
144 DOMAINS = @DOMAINS@
145 ECHO_C = @ECHO_C@
146 ECHO_N = @ECHO_N@
147 ECHO_T = @ECHO_T@
148 INSTALL = @INSTALL@
149 INSTALL_DATA = @INSTALL_DATA@
150 INSTALL_PROGRAM = @INSTALL_PROGRAM@
151 INSTALL_SCRIPT = @INSTALL_SCRIPT@
152 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
153 LIBOBJS = @LIBOBJS@
154 LIBS = @LIBS@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MKDIR_P = @MKDIR_P@
159 MSGFMT = @MSGFMT@
160 MSGFMT_FLAGS = @MSGFMT_FLAGS@
161 MSGMERGE = @MSGMERGE@
162 PACKAGE = @PACKAGE@
163 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
164 PACKAGE_NAME = @PACKAGE_NAME@
165 PACKAGE_STRING = @PACKAGE_STRING@
166 PACKAGE_TARNAME = @PACKAGE_TARNAME@
167 PACKAGE_URL = @PACKAGE_URL@
168 PACKAGE_VERSION = @PACKAGE_VERSION@
169 PATH_SEPARATOR = @PATH_SEPARATOR@
170 RECODE_SR_LATIN = @RECODE_SR_LATIN@
171 SET_MAKE = @SET_MAKE@
172 SHELL = @SHELL@
173 STRIP = @STRIP@
174 VERSION = @VERSION@
175 abs_builddir = @abs_builddir@
176 abs_srcdir = @abs_srcdir@
177 abs_top_builddir = @abs_top_builddir@
178 abs_top_srcdir = @abs_top_srcdir@
179 am__leading_dot = @am__leading_dot@
180 am__tar = @am__tar@
181 am__untar = @am__untar@
182 bindir = @bindir@
183 build_alias = @build_alias@
184 builddir = @builddir@
185 datadir = @datadir@
186 datarootdir = @datarootdir@
187 docdir = @docdir@
188 dvidir = @dvidir@
189 exec_prefix = @exec_prefix@
190 host_alias = @host_alias@
191 htmldir = @htmldir@
192 includedir = @includedir@
193 infodir = @infodir@
194 install_sh = @install_sh@
195 libdir = @libdir@
196 libexecdir = @libexecdir@
197 localedir = @localedir@
198 localstatedir = @localstatedir@
199 mandir = @mandir@
200 mkdir_p = @mkdir_p@
201 oldincludedir = @oldincludedir@
202 pdfdir = @pdfdir@
203 prefix = @prefix@
204 program_transform_name = @program_transform_name@
205 psdir = @psdir@
206 sbindir = @sbindir@
207 sharedstatedir = @sharedstatedir@
208 srcdir = @srcdir@
209 sysconfdir = @sysconfdir@
210 target_alias = @target_alias@
211 top_build_prefix = @top_build_prefix@
212 top_builddir = @top_builddir@
213 top_srcdir = @top_srcdir@
214 SUBDIRS = iso_15924 iso_3166 iso_3166_2 iso_4217 iso_639 iso_639_3
215 pkgconfigdir = $(datadir)/pkgconfig
216 pkgconfig_DATA = iso-codes.pc
217 EXTRA_DIST = \
218         LICENSE                 \
219         rules.make              \
220         iso2pot.py              \
221         check_valid_utf8.pl
222
223 DISTCLEANFILES = $(pkgconfig_DATA)
224 all: all-recursive
225
226 .SUFFIXES:
227 am--refresh: Makefile
228         @:
229 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
230         @for dep in $?; do \
231           case '$(am__configure_deps)' in \
232             *$$dep*) \
233               echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
234               $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
235                 && exit 0; \
236               exit 1;; \
237           esac; \
238         done; \
239         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
240         $(am__cd) $(top_srcdir) && \
241           $(AUTOMAKE) --foreign Makefile
242 .PRECIOUS: Makefile
243 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
244         @case '$?' in \
245           *config.status*) \
246             echo ' $(SHELL) ./config.status'; \
247             $(SHELL) ./config.status;; \
248           *) \
249             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
250             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
251         esac;
252
253 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
254         $(SHELL) ./config.status --recheck
255
256 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
257         $(am__cd) $(srcdir) && $(AUTOCONF)
258 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
259         $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
260 $(am__aclocal_m4_deps):
261 iso-codes.pc: $(top_builddir)/config.status $(srcdir)/iso-codes.pc.in
262         cd $(top_builddir) && $(SHELL) ./config.status $@
263 install-pkgconfigDATA: $(pkgconfig_DATA)
264         @$(NORMAL_INSTALL)
265         test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
266         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
267         for p in $$list; do \
268           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
269           echo "$$d$$p"; \
270         done | $(am__base_list) | \
271         while read files; do \
272           echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
273           $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
274         done
275
276 uninstall-pkgconfigDATA:
277         @$(NORMAL_UNINSTALL)
278         @list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
279         files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
280         dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
281
282 # This directory's subdirectories are mostly independent; you can cd
283 # into them and run `make' without going through this Makefile.
284 # To change the values of `make' variables: instead of editing Makefiles,
285 # (1) if the variable is set in `config.status', edit `config.status'
286 #     (which will cause the Makefiles to be regenerated when you run `make');
287 # (2) otherwise, pass the desired values on the `make' command line.
288 $(RECURSIVE_TARGETS):
289         @fail= failcom='exit 1'; \
290         for f in x $$MAKEFLAGS; do \
291           case $$f in \
292             *=* | --[!k]*);; \
293             *k*) failcom='fail=yes';; \
294           esac; \
295         done; \
296         dot_seen=no; \
297         target=`echo $@ | sed s/-recursive//`; \
298         list='$(SUBDIRS)'; for subdir in $$list; do \
299           echo "Making $$target in $$subdir"; \
300           if test "$$subdir" = "."; then \
301             dot_seen=yes; \
302             local_target="$$target-am"; \
303           else \
304             local_target="$$target"; \
305           fi; \
306           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
307           || eval $$failcom; \
308         done; \
309         if test "$$dot_seen" = "no"; then \
310           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
311         fi; test -z "$$fail"
312
313 $(RECURSIVE_CLEAN_TARGETS):
314         @fail= failcom='exit 1'; \
315         for f in x $$MAKEFLAGS; do \
316           case $$f in \
317             *=* | --[!k]*);; \
318             *k*) failcom='fail=yes';; \
319           esac; \
320         done; \
321         dot_seen=no; \
322         case "$@" in \
323           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
324           *) list='$(SUBDIRS)' ;; \
325         esac; \
326         rev=''; for subdir in $$list; do \
327           if test "$$subdir" = "."; then :; else \
328             rev="$$subdir $$rev"; \
329           fi; \
330         done; \
331         rev="$$rev ."; \
332         target=`echo $@ | sed s/-recursive//`; \
333         for subdir in $$rev; do \
334           echo "Making $$target in $$subdir"; \
335           if test "$$subdir" = "."; then \
336             local_target="$$target-am"; \
337           else \
338             local_target="$$target"; \
339           fi; \
340           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
341           || eval $$failcom; \
342         done && test -z "$$fail"
343 tags-recursive:
344         list='$(SUBDIRS)'; for subdir in $$list; do \
345           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
346         done
347 ctags-recursive:
348         list='$(SUBDIRS)'; for subdir in $$list; do \
349           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
350         done
351
352 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
353         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
354         unique=`for i in $$list; do \
355             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356           done | \
357           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
358               END { if (nonempty) { for (i in files) print i; }; }'`; \
359         mkid -fID $$unique
360 tags: TAGS
361
362 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
363                 $(TAGS_FILES) $(LISP)
364         set x; \
365         here=`pwd`; \
366         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
367           include_option=--etags-include; \
368           empty_fix=.; \
369         else \
370           include_option=--include; \
371           empty_fix=; \
372         fi; \
373         list='$(SUBDIRS)'; for subdir in $$list; do \
374           if test "$$subdir" = .; then :; else \
375             test ! -f $$subdir/TAGS || \
376               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
377           fi; \
378         done; \
379         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380         unique=`for i in $$list; do \
381             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382           done | \
383           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
384               END { if (nonempty) { for (i in files) print i; }; }'`; \
385         shift; \
386         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
387           test -n "$$unique" || unique=$$empty_fix; \
388           if test $$# -gt 0; then \
389             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
390               "$$@" $$unique; \
391           else \
392             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
393               $$unique; \
394           fi; \
395         fi
396 ctags: CTAGS
397 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
398                 $(TAGS_FILES) $(LISP)
399         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
400         unique=`for i in $$list; do \
401             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
402           done | \
403           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
404               END { if (nonempty) { for (i in files) print i; }; }'`; \
405         test -z "$(CTAGS_ARGS)$$unique" \
406           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
407              $$unique
408
409 GTAGS:
410         here=`$(am__cd) $(top_builddir) && pwd` \
411           && $(am__cd) $(top_srcdir) \
412           && gtags -i $(GTAGS_ARGS) "$$here"
413
414 distclean-tags:
415         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
416
417 distdir: $(DISTFILES)
418         $(am__remove_distdir)
419         test -d "$(distdir)" || mkdir "$(distdir)"
420         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
421         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
422         list='$(DISTFILES)'; \
423           dist_files=`for file in $$list; do echo $$file; done | \
424           sed -e "s|^$$srcdirstrip/||;t" \
425               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
426         case $$dist_files in \
427           */*) $(MKDIR_P) `echo "$$dist_files" | \
428                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
429                            sort -u` ;; \
430         esac; \
431         for file in $$dist_files; do \
432           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
433           if test -d $$d/$$file; then \
434             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
435             if test -d "$(distdir)/$$file"; then \
436               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
437             fi; \
438             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
439               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
440               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
441             fi; \
442             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
443           else \
444             test -f "$(distdir)/$$file" \
445             || cp -p $$d/$$file "$(distdir)/$$file" \
446             || exit 1; \
447           fi; \
448         done
449         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
450           if test "$$subdir" = .; then :; else \
451             test -d "$(distdir)/$$subdir" \
452             || $(MKDIR_P) "$(distdir)/$$subdir" \
453             || exit 1; \
454           fi; \
455         done
456         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
457           if test "$$subdir" = .; then :; else \
458             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
459             $(am__relativize); \
460             new_distdir=$$reldir; \
461             dir1=$$subdir; dir2="$(top_distdir)"; \
462             $(am__relativize); \
463             new_top_distdir=$$reldir; \
464             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
465             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
466             ($(am__cd) $$subdir && \
467               $(MAKE) $(AM_MAKEFLAGS) \
468                 top_distdir="$$new_top_distdir" \
469                 distdir="$$new_distdir" \
470                 am__remove_distdir=: \
471                 am__skip_length_check=: \
472                 am__skip_mode_fix=: \
473                 distdir) \
474               || exit 1; \
475           fi; \
476         done
477         -test -n "$(am__skip_mode_fix)" \
478         || find "$(distdir)" -type d ! -perm -755 \
479                 -exec chmod u+rwx,go+rx {} \; -o \
480           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
481           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
482           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
483         || chmod -R a+r "$(distdir)"
484 dist-gzip: distdir
485         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
486         $(am__remove_distdir)
487 dist-bzip2: distdir
488         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
489         $(am__remove_distdir)
490
491 dist-lzip: distdir
492         tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
493         $(am__remove_distdir)
494
495 dist-lzma: distdir
496         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
497         $(am__remove_distdir)
498
499 dist-xz: distdir
500         tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
501         $(am__remove_distdir)
502
503 dist-tarZ: distdir
504         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
505         $(am__remove_distdir)
506
507 dist-shar: distdir
508         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
509         $(am__remove_distdir)
510
511 dist-zip: distdir
512         -rm -f $(distdir).zip
513         zip -rq $(distdir).zip $(distdir)
514         $(am__remove_distdir)
515
516 dist dist-all: distdir
517         tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
518         $(am__remove_distdir)
519
520 # This target untars the dist file and tries a VPATH configuration.  Then
521 # it guarantees that the distribution is self-contained by making another
522 # tarfile.
523 distcheck: dist
524         case '$(DIST_ARCHIVES)' in \
525         *.tar.gz*) \
526           GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
527         *.tar.bz2*) \
528           bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
529         *.tar.lzma*) \
530           lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
531         *.tar.lz*) \
532           lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
533         *.tar.xz*) \
534           xz -dc $(distdir).tar.xz | $(am__untar) ;;\
535         *.tar.Z*) \
536           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
537         *.shar.gz*) \
538           GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
539         *.zip*) \
540           unzip $(distdir).zip ;;\
541         esac
542         chmod -R a-w $(distdir); chmod a+w $(distdir)
543         mkdir $(distdir)/_build
544         mkdir $(distdir)/_inst
545         chmod a-w $(distdir)
546         test -d $(distdir)/_build || exit 0; \
547         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
548           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
549           && am__cwd=`pwd` \
550           && $(am__cd) $(distdir)/_build \
551           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
552             $(AM_DISTCHECK_CONFIGURE_FLAGS) \
553             $(DISTCHECK_CONFIGURE_FLAGS) \
554           && $(MAKE) $(AM_MAKEFLAGS) \
555           && $(MAKE) $(AM_MAKEFLAGS) dvi \
556           && $(MAKE) $(AM_MAKEFLAGS) check \
557           && $(MAKE) $(AM_MAKEFLAGS) install \
558           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
559           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
560           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
561                 distuninstallcheck \
562           && chmod -R a-w "$$dc_install_base" \
563           && ({ \
564                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
565                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
566                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
567                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
568                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
569               } || { rm -rf "$$dc_destdir"; exit 1; }) \
570           && rm -rf "$$dc_destdir" \
571           && $(MAKE) $(AM_MAKEFLAGS) dist \
572           && rm -rf $(DIST_ARCHIVES) \
573           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
574           && cd "$$am__cwd" \
575           || exit 1
576         $(am__remove_distdir)
577         @(echo "$(distdir) archives ready for distribution: "; \
578           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
579           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
580 distuninstallcheck:
581         @test -n '$(distuninstallcheck_dir)' || { \
582           echo 'ERROR: trying to run $@ with an empty' \
583                '$$(distuninstallcheck_dir)' >&2; \
584           exit 1; \
585         }; \
586         $(am__cd) '$(distuninstallcheck_dir)' || { \
587           echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
588           exit 1; \
589         }; \
590         test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
591            || { echo "ERROR: files left after uninstall:" ; \
592                 if test -n "$(DESTDIR)"; then \
593                   echo "  (check DESTDIR support)"; \
594                 fi ; \
595                 $(distuninstallcheck_listfiles) ; \
596                 exit 1; } >&2
597 distcleancheck: distclean
598         @if test '$(srcdir)' = . ; then \
599           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
600           exit 1 ; \
601         fi
602         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
603           || { echo "ERROR: files left in build directory after distclean:" ; \
604                $(distcleancheck_listfiles) ; \
605                exit 1; } >&2
606 check-am: all-am
607 check: check-recursive
608 all-am: Makefile $(DATA)
609 installdirs: installdirs-recursive
610 installdirs-am:
611         for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
612           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
613         done
614 install: install-recursive
615 install-exec: install-exec-recursive
616 install-data: install-data-recursive
617 uninstall: uninstall-recursive
618
619 install-am: all-am
620         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
621
622 installcheck: installcheck-recursive
623 install-strip:
624         if test -z '$(STRIP)'; then \
625           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
626             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
627               install; \
628         else \
629           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
630             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
631             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
632         fi
633 mostlyclean-generic:
634
635 clean-generic:
636
637 distclean-generic:
638         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
639         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
640         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
641
642 maintainer-clean-generic:
643         @echo "This command is intended for maintainers to use"
644         @echo "it deletes files that may require special tools to rebuild."
645 clean: clean-recursive
646
647 clean-am: clean-generic mostlyclean-am
648
649 distclean: distclean-recursive
650         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
651         -rm -f Makefile
652 distclean-am: clean-am distclean-generic distclean-tags
653
654 dvi: dvi-recursive
655
656 dvi-am:
657
658 html: html-recursive
659
660 html-am:
661
662 info: info-recursive
663
664 info-am:
665
666 install-data-am: install-pkgconfigDATA
667
668 install-dvi: install-dvi-recursive
669
670 install-dvi-am:
671
672 install-exec-am:
673
674 install-html: install-html-recursive
675
676 install-html-am:
677
678 install-info: install-info-recursive
679
680 install-info-am:
681
682 install-man:
683
684 install-pdf: install-pdf-recursive
685
686 install-pdf-am:
687
688 install-ps: install-ps-recursive
689
690 install-ps-am:
691
692 installcheck-am:
693
694 maintainer-clean: maintainer-clean-recursive
695         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
696         -rm -rf $(top_srcdir)/autom4te.cache
697         -rm -f Makefile
698 maintainer-clean-am: distclean-am maintainer-clean-generic
699
700 mostlyclean: mostlyclean-recursive
701
702 mostlyclean-am: mostlyclean-generic
703
704 pdf: pdf-recursive
705
706 pdf-am:
707
708 ps: ps-recursive
709
710 ps-am:
711
712 uninstall-am: uninstall-pkgconfigDATA
713
714 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
715         install-am install-strip tags-recursive
716
717 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
718         all all-am am--refresh check check-am clean clean-generic \
719         ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
720         dist-lzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
721         distcheck distclean distclean-generic distclean-tags \
722         distcleancheck distdir distuninstallcheck dvi dvi-am html \
723         html-am info info-am install install-am install-data \
724         install-data-am install-dvi install-dvi-am install-exec \
725         install-exec-am install-html install-html-am install-info \
726         install-info-am install-man install-pdf install-pdf-am \
727         install-pkgconfigDATA install-ps install-ps-am install-strip \
728         installcheck installcheck-am installdirs installdirs-am \
729         maintainer-clean maintainer-clean-generic mostlyclean \
730         mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
731         uninstall uninstall-am uninstall-pkgconfigDATA
732
733
734 .PHONY: release
735 release: update-po check distcheck
736
737 .PHONY: update-po
738 update-po:
739         for domain in $(SUBDIRS); do \
740                 cd $$domain && make update-po && cd ..; \
741         done
742
743 .PHONY: sign-release
744 sign-release: iso-codes-$(VERSION).tar.bz2
745         rm -f iso-codes-$(VERSION).tar.bz2.sig
746         gpg --detach-sign iso-codes-$(VERSION).tar.bz2
747
748 .PHONY: upload
749 upload:
750         @if [[ "$(ALIOTH_USERNAME)" == "" ]]; then \
751                 ALIOTH_USERNAME="$(USERNAME)"; \
752         fi
753         @if [[ -f "iso-codes-$(VERSION).tar.bz2" ]] \
754         && [[ -f "iso-codes-$(VERSION).tar.bz2.sig" ]] \
755         && [[ -n "$(ALIOTH_USERNAME)" ]]; then \
756                 scp iso-codes-$(VERSION).tar.* \
757                 $(ALIOTH_USERNAME)@alioth.debian.org:/srv/home/groups/pkg-isocodes/htdocs/downloads; \
758         fi
759
760 # Tell versions [3.59,3.63) of GNU make to not export all variables.
761 # Otherwise a system limit (for SysV at least) may be exceeded.
762 .NOEXPORT: