f3b15cfe33158bfedd8a520331969e7e2b76b622
[platform/upstream/libgpg-error.git] / Makefile.in
1 # Makefile.in generated by automake 1.10.2 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  Free Software Foundation, Inc.
6 # This Makefile.in is free software; the Free Software Foundation
7 # gives unlimited permission to copy and/or distribute it,
8 # with or without modifications, as long as this notice is preserved.
9
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 # PARTICULAR PURPOSE.
14
15 @SET_MAKE@
16
17 # Makefile.am for libgpg-error.
18 # Copyright (C) 2003, 2006, 2007 g10 Code GmbH
19
20 # This file is part of libgpg-error.
21
22 # libgpg-error is free software; you can redistribute it and/or modify
23 # it under the terms of the GNU Lesser General Public License as
24 # published by the Free Software Foundation; either version 2.1 of the
25 # License, or (at your option) any later version.
26
27 # libgpg-error is distributed in the hope that it will be useful,
28 # but WITHOUT ANY WARRANTY; without even the implied warranty of
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
30 # GNU Lesser General Public License for more details.
31
32 # You should have received a copy of the GNU Lesser General Public
33 # License along with this program; if not, write to the Free Software
34 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
35 VPATH = @srcdir@
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
40 install_sh_DATA = $(install_sh) -c -m 644
41 install_sh_PROGRAM = $(install_sh) -c
42 install_sh_SCRIPT = $(install_sh) -c
43 INSTALL_HEADER = $(INSTALL_DATA)
44 transform = $(program_transform_name)
45 NORMAL_INSTALL = :
46 PRE_INSTALL = :
47 POST_INSTALL = :
48 NORMAL_UNINSTALL = :
49 PRE_UNINSTALL = :
50 POST_UNINSTALL = :
51 build_triplet = @build@
52 host_triplet = @host@
53 subdir = .
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55         $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56         $(top_srcdir)/configure ABOUT-NLS AUTHORS COPYING COPYING.LIB \
57         ChangeLog INSTALL NEWS THANKS compile config.guess \
58         config.rpath config.sub depcomp install-sh ltmain.sh missing \
59         mkinstalldirs
60 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 am__aclocal_m4_deps = $(top_srcdir)/m4/autobuild.m4 \
62         $(top_srcdir)/m4/gettext.m4 $(top_srcdir)/m4/iconv.m4 \
63         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
64         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
65         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
66         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
67         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
68         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
69 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
70         $(ACLOCAL_M4)
71 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
72  configure.lineno config.status.lineno
73 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
74 CONFIG_HEADER = config.h
75 CONFIG_CLEAN_FILES =
76 SOURCES =
77 DIST_SOURCES =
78 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
79         html-recursive info-recursive install-data-recursive \
80         install-dvi-recursive install-exec-recursive \
81         install-html-recursive install-info-recursive \
82         install-pdf-recursive install-ps-recursive install-recursive \
83         installcheck-recursive installdirs-recursive pdf-recursive \
84         ps-recursive uninstall-recursive
85 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
86   distclean-recursive maintainer-clean-recursive
87 ETAGS = etags
88 CTAGS = ctags
89 DIST_SUBDIRS = m4 src tests po lang
90 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91 distdir = $(PACKAGE)-$(VERSION)
92 top_distdir = $(distdir)
93 am__remove_distdir = \
94   { test ! -d $(distdir) \
95     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
96          && rm -fr $(distdir); }; }
97 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
98 GZIP_ENV = --best
99 distuninstallcheck_listfiles = find . -type f -print
100 distcleancheck_listfiles = find . -type f -print
101 ACLOCAL = @ACLOCAL@
102 AMTAR = @AMTAR@
103 AR = @AR@
104 AS = @AS@
105 AUTOCONF = @AUTOCONF@
106 AUTOHEADER = @AUTOHEADER@
107 AUTOMAKE = @AUTOMAKE@
108 AWK = @AWK@
109 BUILD_FILEVERSION = @BUILD_FILEVERSION@
110 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
111 CC = @CC@
112 CCDEPMODE = @CCDEPMODE@
113 CC_FOR_BUILD = @CC_FOR_BUILD@
114 CFLAGS = @CFLAGS@
115 CPP = @CPP@
116 CPPFLAGS = @CPPFLAGS@
117 CYGPATH_W = @CYGPATH_W@
118 DEFS = @DEFS@
119 DEPDIR = @DEPDIR@
120 DLLTOOL = @DLLTOOL@
121 DSYMUTIL = @DSYMUTIL@
122 DUMPBIN = @DUMPBIN@
123 ECHO_C = @ECHO_C@
124 ECHO_N = @ECHO_N@
125 ECHO_T = @ECHO_T@
126 EGREP = @EGREP@
127 EXEEXT = @EXEEXT@
128 FGREP = @FGREP@
129 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
130 GMSGFMT = @GMSGFMT@
131 GMSGFMT_015 = @GMSGFMT_015@
132 GPG_ERROR_CONFIG_CFLAGS = @GPG_ERROR_CONFIG_CFLAGS@
133 GPG_ERROR_CONFIG_ISUBDIRAFTER = @GPG_ERROR_CONFIG_ISUBDIRAFTER@
134 GPG_ERROR_CONFIG_LIBS = @GPG_ERROR_CONFIG_LIBS@
135 GREP = @GREP@
136 INSTALL = @INSTALL@
137 INSTALL_DATA = @INSTALL_DATA@
138 INSTALL_PROGRAM = @INSTALL_PROGRAM@
139 INSTALL_SCRIPT = @INSTALL_SCRIPT@
140 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
141 INTLLIBS = @INTLLIBS@
142 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
143 LD = @LD@
144 LDFLAGS = @LDFLAGS@
145 LIBGPG_ERROR_LT_AGE = @LIBGPG_ERROR_LT_AGE@
146 LIBGPG_ERROR_LT_CURRENT = @LIBGPG_ERROR_LT_CURRENT@
147 LIBGPG_ERROR_LT_REVISION = @LIBGPG_ERROR_LT_REVISION@
148 LIBICONV = @LIBICONV@
149 LIBINTL = @LIBINTL@
150 LIBOBJS = @LIBOBJS@
151 LIBS = @LIBS@
152 LIBTOOL = @LIBTOOL@
153 LIPO = @LIPO@
154 LN_S = @LN_S@
155 LTLIBICONV = @LTLIBICONV@
156 LTLIBINTL = @LTLIBINTL@
157 LTLIBOBJS = @LTLIBOBJS@
158 MAINT = @MAINT@
159 MAKEINFO = @MAKEINFO@
160 MKDIR_P = @MKDIR_P@
161 MSGFMT = @MSGFMT@
162 MSGFMT_015 = @MSGFMT_015@
163 MSGMERGE = @MSGMERGE@
164 NM = @NM@
165 NMEDIT = @NMEDIT@
166 OBJDUMP = @OBJDUMP@
167 OBJEXT = @OBJEXT@
168 OTOOL = @OTOOL@
169 OTOOL64 = @OTOOL64@
170 PACKAGE = @PACKAGE@
171 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
172 PACKAGE_NAME = @PACKAGE_NAME@
173 PACKAGE_STRING = @PACKAGE_STRING@
174 PACKAGE_TARNAME = @PACKAGE_TARNAME@
175 PACKAGE_URL = @PACKAGE_URL@
176 PACKAGE_VERSION = @PACKAGE_VERSION@
177 PATH_SEPARATOR = @PATH_SEPARATOR@
178 POSUB = @POSUB@
179 RANLIB = @RANLIB@
180 RC = @RC@
181 SED = @SED@
182 SET_MAKE = @SET_MAKE@
183 SHELL = @SHELL@
184 STRIP = @STRIP@
185 USE_NLS = @USE_NLS@
186 VERSION = @VERSION@
187 XGETTEXT = @XGETTEXT@
188 XGETTEXT_015 = @XGETTEXT_015@
189 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
190 abs_builddir = @abs_builddir@
191 abs_srcdir = @abs_srcdir@
192 abs_top_builddir = @abs_top_builddir@
193 abs_top_srcdir = @abs_top_srcdir@
194 ac_ct_CC = @ac_ct_CC@
195 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
196 am__include = @am__include@
197 am__leading_dot = @am__leading_dot@
198 am__quote = @am__quote@
199 am__tar = @am__tar@
200 am__untar = @am__untar@
201 bindir = @bindir@
202 build = @build@
203 build_alias = @build_alias@
204 build_cpu = @build_cpu@
205 build_os = @build_os@
206 build_vendor = @build_vendor@
207 builddir = @builddir@
208 datadir = @datadir@
209 datarootdir = @datarootdir@
210 docdir = @docdir@
211 dvidir = @dvidir@
212 exec_prefix = @exec_prefix@
213 host = @host@
214 host_alias = @host_alias@
215 host_cpu = @host_cpu@
216 host_os = @host_os@
217 host_vendor = @host_vendor@
218 htmldir = @htmldir@
219 includedir = @includedir@
220 infodir = @infodir@
221 install_sh = @install_sh@
222 libdir = @libdir@
223 libexecdir = @libexecdir@
224 localedir = @localedir@
225 localstatedir = @localstatedir@
226 lt_ECHO = @lt_ECHO@
227 mandir = @mandir@
228 mkdir_p = @mkdir_p@
229 oldincludedir = @oldincludedir@
230 pdfdir = @pdfdir@
231 prefix = @prefix@
232 program_transform_name = @program_transform_name@
233 psdir = @psdir@
234 sbindir = @sbindir@
235 sharedstatedir = @sharedstatedir@
236 srcdir = @srcdir@
237 sysconfdir = @sysconfdir@
238 target_alias = @target_alias@
239 top_build_prefix = @top_build_prefix@
240 top_builddir = @top_builddir@
241 top_srcdir = @top_srcdir@
242 ACLOCAL_AMFLAGS = -I m4
243 AUTOMAKE_OPTIONS = dist-bzip2
244 EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in COPYING COPYING.LIB \
245              potomo
246
247 @LANGUAGES_SOME_FALSE@lang_subdirs = 
248 @LANGUAGES_SOME_TRUE@lang_subdirs = lang
249 SUBDIRS = m4 src tests po $(lang_subdirs)
250 all: config.h
251         $(MAKE) $(AM_MAKEFLAGS) all-recursive
252
253 .SUFFIXES:
254 am--refresh:
255         @:
256 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
257         @for dep in $?; do \
258           case '$(am__configure_deps)' in \
259             *$$dep*) \
260               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
261               cd $(srcdir) && $(AUTOMAKE) --gnu  \
262                 && exit 0; \
263               exit 1;; \
264           esac; \
265         done; \
266         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
267         cd $(top_srcdir) && \
268           $(AUTOMAKE) --gnu  Makefile
269 .PRECIOUS: Makefile
270 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
271         @case '$?' in \
272           *config.status*) \
273             echo ' $(SHELL) ./config.status'; \
274             $(SHELL) ./config.status;; \
275           *) \
276             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
277             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
278         esac;
279
280 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
281         $(SHELL) ./config.status --recheck
282
283 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
284         cd $(srcdir) && $(AUTOCONF)
285 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
286         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
287
288 config.h: stamp-h1
289         @if test ! -f $@; then \
290           rm -f stamp-h1; \
291           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
292         else :; fi
293
294 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
295         @rm -f stamp-h1
296         cd $(top_builddir) && $(SHELL) ./config.status config.h
297 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
298         cd $(top_srcdir) && $(AUTOHEADER)
299         rm -f stamp-h1
300         touch $@
301
302 distclean-hdr:
303         -rm -f config.h stamp-h1
304
305 mostlyclean-libtool:
306         -rm -f *.lo
307
308 clean-libtool:
309         -rm -rf .libs _libs
310
311 distclean-libtool:
312         -rm -f libtool config.lt
313
314 # This directory's subdirectories are mostly independent; you can cd
315 # into them and run `make' without going through this Makefile.
316 # To change the values of `make' variables: instead of editing Makefiles,
317 # (1) if the variable is set in `config.status', edit `config.status'
318 #     (which will cause the Makefiles to be regenerated when you run `make');
319 # (2) otherwise, pass the desired values on the `make' command line.
320 $(RECURSIVE_TARGETS):
321         @failcom='exit 1'; \
322         for f in x $$MAKEFLAGS; do \
323           case $$f in \
324             *=* | --[!k]*);; \
325             *k*) failcom='fail=yes';; \
326           esac; \
327         done; \
328         dot_seen=no; \
329         target=`echo $@ | sed s/-recursive//`; \
330         list='$(SUBDIRS)'; for subdir in $$list; do \
331           echo "Making $$target in $$subdir"; \
332           if test "$$subdir" = "."; then \
333             dot_seen=yes; \
334             local_target="$$target-am"; \
335           else \
336             local_target="$$target"; \
337           fi; \
338           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
339           || eval $$failcom; \
340         done; \
341         if test "$$dot_seen" = "no"; then \
342           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
343         fi; test -z "$$fail"
344
345 $(RECURSIVE_CLEAN_TARGETS):
346         @failcom='exit 1'; \
347         for f in x $$MAKEFLAGS; do \
348           case $$f in \
349             *=* | --[!k]*);; \
350             *k*) failcom='fail=yes';; \
351           esac; \
352         done; \
353         dot_seen=no; \
354         case "$@" in \
355           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
356           *) list='$(SUBDIRS)' ;; \
357         esac; \
358         rev=''; for subdir in $$list; do \
359           if test "$$subdir" = "."; then :; else \
360             rev="$$subdir $$rev"; \
361           fi; \
362         done; \
363         rev="$$rev ."; \
364         target=`echo $@ | sed s/-recursive//`; \
365         for subdir in $$rev; do \
366           echo "Making $$target in $$subdir"; \
367           if test "$$subdir" = "."; then \
368             local_target="$$target-am"; \
369           else \
370             local_target="$$target"; \
371           fi; \
372           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
373           || eval $$failcom; \
374         done && test -z "$$fail"
375 tags-recursive:
376         list='$(SUBDIRS)'; for subdir in $$list; do \
377           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
378         done
379 ctags-recursive:
380         list='$(SUBDIRS)'; for subdir in $$list; do \
381           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
382         done
383
384 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
385         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
386         unique=`for i in $$list; do \
387             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
388           done | \
389           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
390               END { if (nonempty) { for (i in files) print i; }; }'`; \
391         mkid -fID $$unique
392 tags: TAGS
393
394 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
395                 $(TAGS_FILES) $(LISP)
396         tags=; \
397         here=`pwd`; \
398         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
399           include_option=--etags-include; \
400           empty_fix=.; \
401         else \
402           include_option=--include; \
403           empty_fix=; \
404         fi; \
405         list='$(SUBDIRS)'; for subdir in $$list; do \
406           if test "$$subdir" = .; then :; else \
407             test ! -f $$subdir/TAGS || \
408               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
409           fi; \
410         done; \
411         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
412         unique=`for i in $$list; do \
413             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
414           done | \
415           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
416               END { if (nonempty) { for (i in files) print i; }; }'`; \
417         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
418           test -n "$$unique" || unique=$$empty_fix; \
419           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
420             $$tags $$unique; \
421         fi
422 ctags: CTAGS
423 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
424                 $(TAGS_FILES) $(LISP)
425         tags=; \
426         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
427         unique=`for i in $$list; do \
428             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
429           done | \
430           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
431               END { if (nonempty) { for (i in files) print i; }; }'`; \
432         test -z "$(CTAGS_ARGS)$$tags$$unique" \
433           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
434              $$tags $$unique
435
436 GTAGS:
437         here=`$(am__cd) $(top_builddir) && pwd` \
438           && cd $(top_srcdir) \
439           && gtags -i $(GTAGS_ARGS) $$here
440
441 distclean-tags:
442         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
443
444 distdir: $(DISTFILES)
445         $(am__remove_distdir)
446         test -d $(distdir) || mkdir $(distdir)
447         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
448         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
449         list='$(DISTFILES)'; \
450           dist_files=`for file in $$list; do echo $$file; done | \
451           sed -e "s|^$$srcdirstrip/||;t" \
452               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
453         case $$dist_files in \
454           */*) $(MKDIR_P) `echo "$$dist_files" | \
455                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
456                            sort -u` ;; \
457         esac; \
458         for file in $$dist_files; do \
459           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
460           if test -d $$d/$$file; then \
461             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
462             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
463               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
464             fi; \
465             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
466           else \
467             test -f $(distdir)/$$file \
468             || cp -p $$d/$$file $(distdir)/$$file \
469             || exit 1; \
470           fi; \
471         done
472         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
473           if test "$$subdir" = .; then :; else \
474             test -d "$(distdir)/$$subdir" \
475             || $(MKDIR_P) "$(distdir)/$$subdir" \
476             || exit 1; \
477             distdir=`$(am__cd) $(distdir) && pwd`; \
478             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
479             (cd $$subdir && \
480               $(MAKE) $(AM_MAKEFLAGS) \
481                 top_distdir="$$top_distdir" \
482                 distdir="$$distdir/$$subdir" \
483                 am__remove_distdir=: \
484                 am__skip_length_check=: \
485                 distdir) \
486               || exit 1; \
487           fi; \
488         done
489         $(MAKE) $(AM_MAKEFLAGS) \
490           top_distdir="$(top_distdir)" distdir="$(distdir)" \
491           dist-hook
492         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
493           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
494           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
495           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
496         || chmod -R a+r $(distdir)
497 dist-gzip: distdir
498         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
499         $(am__remove_distdir)
500 dist-bzip2: distdir
501         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
502         $(am__remove_distdir)
503
504 dist-lzma: distdir
505         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
506         $(am__remove_distdir)
507
508 dist-tarZ: distdir
509         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
510         $(am__remove_distdir)
511
512 dist-shar: distdir
513         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
514         $(am__remove_distdir)
515
516 dist-zip: distdir
517         -rm -f $(distdir).zip
518         zip -rq $(distdir).zip $(distdir)
519         $(am__remove_distdir)
520
521 dist dist-all: distdir
522         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
523         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
524         $(am__remove_distdir)
525
526 # This target untars the dist file and tries a VPATH configuration.  Then
527 # it guarantees that the distribution is self-contained by making another
528 # tarfile.
529 distcheck: dist
530         case '$(DIST_ARCHIVES)' in \
531         *.tar.gz*) \
532           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
533         *.tar.bz2*) \
534           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
535         *.tar.lzma*) \
536           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
537         *.tar.Z*) \
538           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
539         *.shar.gz*) \
540           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
541         *.zip*) \
542           unzip $(distdir).zip ;;\
543         esac
544         chmod -R a-w $(distdir); chmod a+w $(distdir)
545         mkdir $(distdir)/_build
546         mkdir $(distdir)/_inst
547         chmod a-w $(distdir)
548         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
549           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
550           && cd $(distdir)/_build \
551           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
552             $(DISTCHECK_CONFIGURE_FLAGS) \
553           && $(MAKE) $(AM_MAKEFLAGS) \
554           && $(MAKE) $(AM_MAKEFLAGS) dvi \
555           && $(MAKE) $(AM_MAKEFLAGS) check \
556           && $(MAKE) $(AM_MAKEFLAGS) install \
557           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
558           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
559           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
560                 distuninstallcheck \
561           && chmod -R a-w "$$dc_install_base" \
562           && ({ \
563                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
564                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
565                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
566                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
567                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
568               } || { rm -rf "$$dc_destdir"; exit 1; }) \
569           && rm -rf "$$dc_destdir" \
570           && $(MAKE) $(AM_MAKEFLAGS) dist \
571           && rm -rf $(DIST_ARCHIVES) \
572           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
573         $(am__remove_distdir)
574         @(echo "$(distdir) archives ready for distribution: "; \
575           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
576           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
577 distuninstallcheck:
578         @cd $(distuninstallcheck_dir) \
579         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
580            || { echo "ERROR: files left after uninstall:" ; \
581                 if test -n "$(DESTDIR)"; then \
582                   echo "  (check DESTDIR support)"; \
583                 fi ; \
584                 $(distuninstallcheck_listfiles) ; \
585                 exit 1; } >&2
586 distcleancheck: distclean
587         @if test '$(srcdir)' = . ; then \
588           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
589           exit 1 ; \
590         fi
591         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
592           || { echo "ERROR: files left in build directory after distclean:" ; \
593                $(distcleancheck_listfiles) ; \
594                exit 1; } >&2
595 check-am: all-am
596 check: check-recursive
597 all-am: Makefile config.h
598 installdirs: installdirs-recursive
599 installdirs-am:
600 install: install-recursive
601 install-exec: install-exec-recursive
602 install-data: install-data-recursive
603 uninstall: uninstall-recursive
604
605 install-am: all-am
606         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
607
608 installcheck: installcheck-recursive
609 install-strip:
610         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
611           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
612           `test -z '$(STRIP)' || \
613             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
614 mostlyclean-generic:
615
616 clean-generic:
617
618 distclean-generic:
619         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
620
621 maintainer-clean-generic:
622         @echo "This command is intended for maintainers to use"
623         @echo "it deletes files that may require special tools to rebuild."
624 @HAVE_W32_SYSTEM_FALSE@install-data-hook:
625 clean: clean-recursive
626
627 clean-am: clean-generic clean-libtool mostlyclean-am
628
629 distclean: distclean-recursive
630         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
631         -rm -f Makefile
632 distclean-am: clean-am distclean-generic distclean-hdr \
633         distclean-libtool distclean-tags
634
635 dvi: dvi-recursive
636
637 dvi-am:
638
639 html: html-recursive
640
641 info: info-recursive
642
643 info-am:
644
645 install-data-am:
646         @$(NORMAL_INSTALL)
647         $(MAKE) $(AM_MAKEFLAGS) install-data-hook
648
649 install-dvi: install-dvi-recursive
650
651 install-exec-am:
652
653 install-html: install-html-recursive
654
655 install-info: install-info-recursive
656
657 install-man:
658
659 install-pdf: install-pdf-recursive
660
661 install-ps: install-ps-recursive
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 mostlyclean-libtool
674
675 pdf: pdf-recursive
676
677 pdf-am:
678
679 ps: ps-recursive
680
681 ps-am:
682
683 uninstall-am:
684
685 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
686         install-data-am install-strip
687
688 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
689         all all-am am--refresh check check-am clean clean-generic \
690         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
691         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
692         distcheck distclean distclean-generic distclean-hdr \
693         distclean-libtool distclean-tags distcleancheck distdir \
694         distuninstallcheck dvi dvi-am html html-am info info-am \
695         install install-am install-data install-data-am \
696         install-data-hook install-dvi install-dvi-am install-exec \
697         install-exec-am install-html install-html-am install-info \
698         install-info-am install-man install-pdf install-pdf-am \
699         install-ps install-ps-am install-strip installcheck \
700         installcheck-am installdirs installdirs-am maintainer-clean \
701         maintainer-clean-generic mostlyclean mostlyclean-generic \
702         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
703         uninstall uninstall-am
704
705
706 dist-hook:
707         sed -e 's/@pkg_version@/$(VERSION)/g' \
708             $(top_srcdir)/libgpg-error.spec.in  > $(distdir)/libgpg-error.spec
709         @set -e; echo "$(VERSION)" > $(distdir)/VERSION
710
711 @HAVE_W32_SYSTEM_TRUE@install-data-hook:
712 @HAVE_W32_SYSTEM_TRUE@  set -e; \
713 @HAVE_W32_SYSTEM_TRUE@  for i in $$($(top_srcdir)/potomo --get-linguas $(top_srcdir)/po); do \
714 @HAVE_W32_SYSTEM_TRUE@           $(MKDIR_P) "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES" || true; \
715 @HAVE_W32_SYSTEM_TRUE@           rm -f "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES/libgpg-error.mo" \
716 @HAVE_W32_SYSTEM_TRUE@                                                 2>/dev/null || true; \
717 @HAVE_W32_SYSTEM_TRUE@           $(top_srcdir)/potomo $(top_srcdir)/po/$$i.po \
718 @HAVE_W32_SYSTEM_TRUE@              "$(DESTDIR)$(localedir)/$$i/LC_MESSAGES/libgpg-error.mo" ; \
719 @HAVE_W32_SYSTEM_TRUE@  done
720
721 stowinstall: 
722         $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/libgpg-error
723 # Tell versions [3.59,3.63) of GNU make to not export all variables.
724 # Otherwise a system limit (for SysV at least) may be exceeded.
725 .NOEXPORT: