Tizen 2.1 base
[external/libgpg-error.git] / Makefile.in
1 # Makefile.in generated by automake 1.10.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  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/nls.m4 $(top_srcdir)/m4/po.m4 \
66         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/configure.ac
67 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
68         $(ACLOCAL_M4)
69 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
70  configure.lineno config.status.lineno
71 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
72 CONFIG_HEADER = config.h
73 CONFIG_CLEAN_FILES =
74 SOURCES =
75 DIST_SOURCES =
76 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
77         html-recursive info-recursive install-data-recursive \
78         install-dvi-recursive install-exec-recursive \
79         install-html-recursive install-info-recursive \
80         install-pdf-recursive install-ps-recursive install-recursive \
81         installcheck-recursive installdirs-recursive pdf-recursive \
82         ps-recursive uninstall-recursive
83 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
84   distclean-recursive maintainer-clean-recursive
85 ETAGS = etags
86 CTAGS = ctags
87 DIST_SUBDIRS = m4 src tests po lang
88 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
89 distdir = $(PACKAGE)-$(VERSION)
90 top_distdir = $(distdir)
91 am__remove_distdir = \
92   { test ! -d $(distdir) \
93     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
94          && rm -fr $(distdir); }; }
95 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
96 GZIP_ENV = --best
97 distuninstallcheck_listfiles = find . -type f -print
98 distcleancheck_listfiles = find . -type f -print
99 ACLOCAL = @ACLOCAL@
100 AMTAR = @AMTAR@
101 AR = @AR@
102 AS = @AS@
103 AUTOCONF = @AUTOCONF@
104 AUTOHEADER = @AUTOHEADER@
105 AUTOMAKE = @AUTOMAKE@
106 AWK = @AWK@
107 BUILD_FILEVERSION = @BUILD_FILEVERSION@
108 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
109 CC = @CC@
110 CCDEPMODE = @CCDEPMODE@
111 CC_FOR_BUILD = @CC_FOR_BUILD@
112 CFLAGS = @CFLAGS@
113 CPP = @CPP@
114 CPPFLAGS = @CPPFLAGS@
115 CXX = @CXX@
116 CXXCPP = @CXXCPP@
117 CXXDEPMODE = @CXXDEPMODE@
118 CXXFLAGS = @CXXFLAGS@
119 CYGPATH_W = @CYGPATH_W@
120 DEFS = @DEFS@
121 DEPDIR = @DEPDIR@
122 DLLTOOL = @DLLTOOL@
123 ECHO = @ECHO@
124 ECHO_C = @ECHO_C@
125 ECHO_N = @ECHO_N@
126 ECHO_T = @ECHO_T@
127 EGREP = @EGREP@
128 EXEEXT = @EXEEXT@
129 F77 = @F77@
130 FFLAGS = @FFLAGS@
131 GMSGFMT = @GMSGFMT@
132 GMSGFMT_015 = @GMSGFMT_015@
133 GPG_ERROR_CONFIG_CFLAGS = @GPG_ERROR_CONFIG_CFLAGS@
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 LDFLAGS = @LDFLAGS@
144 LIBGPG_ERROR_LT_AGE = @LIBGPG_ERROR_LT_AGE@
145 LIBGPG_ERROR_LT_CURRENT = @LIBGPG_ERROR_LT_CURRENT@
146 LIBGPG_ERROR_LT_REVISION = @LIBGPG_ERROR_LT_REVISION@
147 LIBICONV = @LIBICONV@
148 LIBINTL = @LIBINTL@
149 LIBOBJS = @LIBOBJS@
150 LIBS = @LIBS@
151 LIBTOOL = @LIBTOOL@
152 LN_S = @LN_S@
153 LTLIBICONV = @LTLIBICONV@
154 LTLIBINTL = @LTLIBINTL@
155 LTLIBOBJS = @LTLIBOBJS@
156 MAINT = @MAINT@
157 MAKEINFO = @MAKEINFO@
158 MKDIR_P = @MKDIR_P@
159 MSGFMT = @MSGFMT@
160 MSGFMT_015 = @MSGFMT_015@
161 MSGMERGE = @MSGMERGE@
162 OBJDUMP = @OBJDUMP@
163 OBJEXT = @OBJEXT@
164 PACKAGE = @PACKAGE@
165 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
166 PACKAGE_NAME = @PACKAGE_NAME@
167 PACKAGE_STRING = @PACKAGE_STRING@
168 PACKAGE_TARNAME = @PACKAGE_TARNAME@
169 PACKAGE_VERSION = @PACKAGE_VERSION@
170 PATH_SEPARATOR = @PATH_SEPARATOR@
171 POSUB = @POSUB@
172 RANLIB = @RANLIB@
173 RC = @RC@
174 SET_MAKE = @SET_MAKE@
175 SHELL = @SHELL@
176 STRIP = @STRIP@
177 USE_NLS = @USE_NLS@
178 VERSION = @VERSION@
179 XGETTEXT = @XGETTEXT@
180 XGETTEXT_015 = @XGETTEXT_015@
181 abs_builddir = @abs_builddir@
182 abs_srcdir = @abs_srcdir@
183 abs_top_builddir = @abs_top_builddir@
184 abs_top_srcdir = @abs_top_srcdir@
185 ac_ct_CC = @ac_ct_CC@
186 ac_ct_CXX = @ac_ct_CXX@
187 ac_ct_F77 = @ac_ct_F77@
188 am__include = @am__include@
189 am__leading_dot = @am__leading_dot@
190 am__quote = @am__quote@
191 am__tar = @am__tar@
192 am__untar = @am__untar@
193 bindir = @bindir@
194 build = @build@
195 build_alias = @build_alias@
196 build_cpu = @build_cpu@
197 build_os = @build_os@
198 build_vendor = @build_vendor@
199 builddir = @builddir@
200 datadir = @datadir@
201 datarootdir = @datarootdir@
202 docdir = @docdir@
203 dvidir = @dvidir@
204 exec_prefix = @exec_prefix@
205 host = @host@
206 host_alias = @host_alias@
207 host_cpu = @host_cpu@
208 host_os = @host_os@
209 host_vendor = @host_vendor@
210 htmldir = @htmldir@
211 includedir = @includedir@
212 infodir = @infodir@
213 install_sh = @install_sh@
214 libdir = @libdir@
215 libexecdir = @libexecdir@
216 localedir = @localedir@
217 localstatedir = @localstatedir@
218 mandir = @mandir@
219 mkdir_p = @mkdir_p@
220 oldincludedir = @oldincludedir@
221 pdfdir = @pdfdir@
222 prefix = @prefix@
223 program_transform_name = @program_transform_name@
224 psdir = @psdir@
225 sbindir = @sbindir@
226 sharedstatedir = @sharedstatedir@
227 srcdir = @srcdir@
228 sysconfdir = @sysconfdir@
229 target_alias = @target_alias@
230 top_builddir = @top_builddir@
231 top_srcdir = @top_srcdir@
232 ACLOCAL_AMFLAGS = -I m4
233 AUTOMAKE_OPTIONS = dist-bzip2
234 EXTRA_DIST = autogen.sh config.rpath libgpg-error.spec.in COPYING COPYING.LIB
235 @LANGUAGES_SOME_FALSE@lang_subdirs = 
236 @LANGUAGES_SOME_TRUE@lang_subdirs = lang
237 SUBDIRS = m4 src tests po $(lang_subdirs)
238 all: config.h
239         $(MAKE) $(AM_MAKEFLAGS) all-recursive
240
241 .SUFFIXES:
242 am--refresh:
243         @:
244 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
245         @for dep in $?; do \
246           case '$(am__configure_deps)' in \
247             *$$dep*) \
248               echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
249               cd $(srcdir) && $(AUTOMAKE) --gnu  \
250                 && exit 0; \
251               exit 1;; \
252           esac; \
253         done; \
254         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
255         cd $(top_srcdir) && \
256           $(AUTOMAKE) --gnu  Makefile
257 .PRECIOUS: Makefile
258 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
259         @case '$?' in \
260           *config.status*) \
261             echo ' $(SHELL) ./config.status'; \
262             $(SHELL) ./config.status;; \
263           *) \
264             echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
265             cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
266         esac;
267
268 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
269         $(SHELL) ./config.status --recheck
270
271 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
272         cd $(srcdir) && $(AUTOCONF)
273 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
274         cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
275
276 config.h: stamp-h1
277         @if test ! -f $@; then \
278           rm -f stamp-h1; \
279           $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
280         else :; fi
281
282 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
283         @rm -f stamp-h1
284         cd $(top_builddir) && $(SHELL) ./config.status config.h
285 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
286         cd $(top_srcdir) && $(AUTOHEADER)
287         rm -f stamp-h1
288         touch $@
289
290 distclean-hdr:
291         -rm -f config.h stamp-h1
292
293 mostlyclean-libtool:
294         -rm -f *.lo
295
296 clean-libtool:
297         -rm -rf .libs _libs
298
299 distclean-libtool:
300         -rm -f libtool
301
302 # This directory's subdirectories are mostly independent; you can cd
303 # into them and run `make' without going through this Makefile.
304 # To change the values of `make' variables: instead of editing Makefiles,
305 # (1) if the variable is set in `config.status', edit `config.status'
306 #     (which will cause the Makefiles to be regenerated when you run `make');
307 # (2) otherwise, pass the desired values on the `make' command line.
308 $(RECURSIVE_TARGETS):
309         @failcom='exit 1'; \
310         for f in x $$MAKEFLAGS; do \
311           case $$f in \
312             *=* | --[!k]*);; \
313             *k*) failcom='fail=yes';; \
314           esac; \
315         done; \
316         dot_seen=no; \
317         target=`echo $@ | sed s/-recursive//`; \
318         list='$(SUBDIRS)'; for subdir in $$list; do \
319           echo "Making $$target in $$subdir"; \
320           if test "$$subdir" = "."; then \
321             dot_seen=yes; \
322             local_target="$$target-am"; \
323           else \
324             local_target="$$target"; \
325           fi; \
326           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
327           || eval $$failcom; \
328         done; \
329         if test "$$dot_seen" = "no"; then \
330           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
331         fi; test -z "$$fail"
332
333 $(RECURSIVE_CLEAN_TARGETS):
334         @failcom='exit 1'; \
335         for f in x $$MAKEFLAGS; do \
336           case $$f in \
337             *=* | --[!k]*);; \
338             *k*) failcom='fail=yes';; \
339           esac; \
340         done; \
341         dot_seen=no; \
342         case "$@" in \
343           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
344           *) list='$(SUBDIRS)' ;; \
345         esac; \
346         rev=''; for subdir in $$list; do \
347           if test "$$subdir" = "."; then :; else \
348             rev="$$subdir $$rev"; \
349           fi; \
350         done; \
351         rev="$$rev ."; \
352         target=`echo $@ | sed s/-recursive//`; \
353         for subdir in $$rev; do \
354           echo "Making $$target in $$subdir"; \
355           if test "$$subdir" = "."; then \
356             local_target="$$target-am"; \
357           else \
358             local_target="$$target"; \
359           fi; \
360           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
361           || eval $$failcom; \
362         done && test -z "$$fail"
363 tags-recursive:
364         list='$(SUBDIRS)'; for subdir in $$list; do \
365           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
366         done
367 ctags-recursive:
368         list='$(SUBDIRS)'; for subdir in $$list; do \
369           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
370         done
371
372 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
373         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
374         unique=`for i in $$list; do \
375             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
376           done | \
377           $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
378               END { if (nonempty) { for (i in files) print i; }; }'`; \
379         mkid -fID $$unique
380 tags: TAGS
381
382 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
383                 $(TAGS_FILES) $(LISP)
384         tags=; \
385         here=`pwd`; \
386         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
387           include_option=--etags-include; \
388           empty_fix=.; \
389         else \
390           include_option=--include; \
391           empty_fix=; \
392         fi; \
393         list='$(SUBDIRS)'; for subdir in $$list; do \
394           if test "$$subdir" = .; then :; else \
395             test ! -f $$subdir/TAGS || \
396               tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
397           fi; \
398         done; \
399         list='$(SOURCES) $(HEADERS) config.h.in $(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         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
406           test -n "$$unique" || unique=$$empty_fix; \
407           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
408             $$tags $$unique; \
409         fi
410 ctags: CTAGS
411 CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
412                 $(TAGS_FILES) $(LISP)
413         tags=; \
414         list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
415         unique=`for i in $$list; do \
416             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
417           done | \
418           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
419               END { if (nonempty) { for (i in files) print i; }; }'`; \
420         test -z "$(CTAGS_ARGS)$$tags$$unique" \
421           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
422              $$tags $$unique
423
424 GTAGS:
425         here=`$(am__cd) $(top_builddir) && pwd` \
426           && cd $(top_srcdir) \
427           && gtags -i $(GTAGS_ARGS) $$here
428
429 distclean-tags:
430         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
431
432 distdir: $(DISTFILES)
433         $(am__remove_distdir)
434         test -d $(distdir) || mkdir $(distdir)
435         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
436         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
437         list='$(DISTFILES)'; \
438           dist_files=`for file in $$list; do echo $$file; done | \
439           sed -e "s|^$$srcdirstrip/||;t" \
440               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
441         case $$dist_files in \
442           */*) $(MKDIR_P) `echo "$$dist_files" | \
443                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
444                            sort -u` ;; \
445         esac; \
446         for file in $$dist_files; do \
447           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
448           if test -d $$d/$$file; then \
449             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
450             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
451               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
452             fi; \
453             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
454           else \
455             test -f $(distdir)/$$file \
456             || cp -p $$d/$$file $(distdir)/$$file \
457             || exit 1; \
458           fi; \
459         done
460         list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
461           if test "$$subdir" = .; then :; else \
462             test -d "$(distdir)/$$subdir" \
463             || $(MKDIR_P) "$(distdir)/$$subdir" \
464             || exit 1; \
465             distdir=`$(am__cd) $(distdir) && pwd`; \
466             top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
467             (cd $$subdir && \
468               $(MAKE) $(AM_MAKEFLAGS) \
469                 top_distdir="$$top_distdir" \
470                 distdir="$$distdir/$$subdir" \
471                 am__remove_distdir=: \
472                 am__skip_length_check=: \
473                 distdir) \
474               || exit 1; \
475           fi; \
476         done
477         $(MAKE) $(AM_MAKEFLAGS) \
478           top_distdir="$(top_distdir)" distdir="$(distdir)" \
479           dist-hook
480         -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
481           ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
482           ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
483           ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
484         || chmod -R a+r $(distdir)
485 dist-gzip: distdir
486         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
487         $(am__remove_distdir)
488 dist-bzip2: distdir
489         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
490         $(am__remove_distdir)
491
492 dist-lzma: distdir
493         tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
494         $(am__remove_distdir)
495
496 dist-tarZ: distdir
497         tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
498         $(am__remove_distdir)
499
500 dist-shar: distdir
501         shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
502         $(am__remove_distdir)
503
504 dist-zip: distdir
505         -rm -f $(distdir).zip
506         zip -rq $(distdir).zip $(distdir)
507         $(am__remove_distdir)
508
509 dist dist-all: distdir
510         tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
511         tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
512         $(am__remove_distdir)
513
514 # This target untars the dist file and tries a VPATH configuration.  Then
515 # it guarantees that the distribution is self-contained by making another
516 # tarfile.
517 distcheck: dist
518         case '$(DIST_ARCHIVES)' in \
519         *.tar.gz*) \
520           GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
521         *.tar.bz2*) \
522           bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
523         *.tar.lzma*) \
524           unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
525         *.tar.Z*) \
526           uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
527         *.shar.gz*) \
528           GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
529         *.zip*) \
530           unzip $(distdir).zip ;;\
531         esac
532         chmod -R a-w $(distdir); chmod a+w $(distdir)
533         mkdir $(distdir)/_build
534         mkdir $(distdir)/_inst
535         chmod a-w $(distdir)
536         dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
537           && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
538           && cd $(distdir)/_build \
539           && ../configure --srcdir=.. --prefix="$$dc_install_base" \
540             $(DISTCHECK_CONFIGURE_FLAGS) \
541           && $(MAKE) $(AM_MAKEFLAGS) \
542           && $(MAKE) $(AM_MAKEFLAGS) dvi \
543           && $(MAKE) $(AM_MAKEFLAGS) check \
544           && $(MAKE) $(AM_MAKEFLAGS) install \
545           && $(MAKE) $(AM_MAKEFLAGS) installcheck \
546           && $(MAKE) $(AM_MAKEFLAGS) uninstall \
547           && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
548                 distuninstallcheck \
549           && chmod -R a-w "$$dc_install_base" \
550           && ({ \
551                (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
552                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
553                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
554                && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
555                     distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
556               } || { rm -rf "$$dc_destdir"; exit 1; }) \
557           && rm -rf "$$dc_destdir" \
558           && $(MAKE) $(AM_MAKEFLAGS) dist \
559           && rm -rf $(DIST_ARCHIVES) \
560           && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
561         $(am__remove_distdir)
562         @(echo "$(distdir) archives ready for distribution: "; \
563           list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
564           sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
565 distuninstallcheck:
566         @cd $(distuninstallcheck_dir) \
567         && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
568            || { echo "ERROR: files left after uninstall:" ; \
569                 if test -n "$(DESTDIR)"; then \
570                   echo "  (check DESTDIR support)"; \
571                 fi ; \
572                 $(distuninstallcheck_listfiles) ; \
573                 exit 1; } >&2
574 distcleancheck: distclean
575         @if test '$(srcdir)' = . ; then \
576           echo "ERROR: distcleancheck can only run from a VPATH build" ; \
577           exit 1 ; \
578         fi
579         @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
580           || { echo "ERROR: files left in build directory after distclean:" ; \
581                $(distcleancheck_listfiles) ; \
582                exit 1; } >&2
583 check-am: all-am
584 check: check-recursive
585 all-am: Makefile config.h
586 installdirs: installdirs-recursive
587 installdirs-am:
588 install: install-recursive
589 install-exec: install-exec-recursive
590 install-data: install-data-recursive
591 uninstall: uninstall-recursive
592
593 install-am: all-am
594         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
595
596 installcheck: installcheck-recursive
597 install-strip:
598         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
599           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
600           `test -z '$(STRIP)' || \
601             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
602 mostlyclean-generic:
603
604 clean-generic:
605
606 distclean-generic:
607         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
608
609 maintainer-clean-generic:
610         @echo "This command is intended for maintainers to use"
611         @echo "it deletes files that may require special tools to rebuild."
612 clean: clean-recursive
613
614 clean-am: clean-generic clean-libtool mostlyclean-am
615
616 distclean: distclean-recursive
617         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
618         -rm -f Makefile
619 distclean-am: clean-am distclean-generic distclean-hdr \
620         distclean-libtool distclean-tags
621
622 dvi: dvi-recursive
623
624 dvi-am:
625
626 html: html-recursive
627
628 info: info-recursive
629
630 info-am:
631
632 install-data-am:
633
634 install-dvi: install-dvi-recursive
635
636 install-exec-am:
637
638 install-html: install-html-recursive
639
640 install-info: install-info-recursive
641
642 install-man:
643
644 install-pdf: install-pdf-recursive
645
646 install-ps: install-ps-recursive
647
648 installcheck-am:
649
650 maintainer-clean: maintainer-clean-recursive
651         -rm -f $(am__CONFIG_DISTCLEAN_FILES)
652         -rm -rf $(top_srcdir)/autom4te.cache
653         -rm -f Makefile
654 maintainer-clean-am: distclean-am maintainer-clean-generic
655
656 mostlyclean: mostlyclean-recursive
657
658 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
659
660 pdf: pdf-recursive
661
662 pdf-am:
663
664 ps: ps-recursive
665
666 ps-am:
667
668 uninstall-am:
669
670 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
671         install-strip
672
673 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
674         all all-am am--refresh check check-am clean clean-generic \
675         clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
676         dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
677         distcheck distclean distclean-generic distclean-hdr \
678         distclean-libtool distclean-tags distcleancheck distdir \
679         distuninstallcheck dvi dvi-am html html-am info info-am \
680         install install-am install-data install-data-am install-dvi \
681         install-dvi-am install-exec install-exec-am install-html \
682         install-html-am install-info install-info-am install-man \
683         install-pdf install-pdf-am install-ps install-ps-am \
684         install-strip installcheck installcheck-am installdirs \
685         installdirs-am maintainer-clean maintainer-clean-generic \
686         mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
687         ps ps-am tags tags-recursive uninstall uninstall-am
688
689
690 dist-hook:
691         sed -e 's/@pkg_version@/$(VERSION)/g' \
692             $(top_srcdir)/libgpg-error.spec.in  > $(distdir)/libgpg-error.spec
693         @set -e; echo "$(VERSION)" > $(distdir)/VERSION
694
695 stowinstall: 
696         $(MAKE) $(AM_MAKEFLAGS) install prefix=/usr/local/stow/libgpg-error
697 # Tell versions [3.59,3.63) of GNU make to not export all variables.
698 # Otherwise a system limit (for SysV at least) may be exceeded.
699 .NOEXPORT: