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