Imported Upstream version 1.5.0
[platform/upstream/gpgme.git] / lang / Makefile.in
1 # Makefile.in generated by automake 1.11.6 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 # Makefile.am for gpgme/lang.
19 # Copyright (C) 2003, 2006 g10 Code GmbH
20 #
21 # This file is part of GPGME.
22 #
23 # GPGME is free software; you can redistribute it and/or modify it
24 # under the terms of the GNU Lesser General Public License as
25 # published by the Free Software Foundation; either version 2.1 of the
26 # License, or (at your option) any later version.
27 #
28 # GPGME is distributed in the hope that it will be useful, but WITHOUT
29 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
30 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
31 # Public License for more details.
32 #
33 # You should have received a copy of the GNU Lesser General Public
34 # License along with this program; if not, write to the Free Software
35 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
36 VPATH = @srcdir@
37 am__make_dryrun = \
38   { \
39     am__dry=no; \
40     case $$MAKEFLAGS in \
41       *\\[\ \   ]*) \
42         echo 'am--echo: ; @echo "AM"  OK' | $(MAKE) -f - 2>/dev/null \
43           | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
44       *) \
45         for am__flg in $$MAKEFLAGS; do \
46           case $$am__flg in \
47             *=*|--*) ;; \
48             *n*) am__dry=yes; break;; \
49           esac; \
50         done;; \
51     esac; \
52     test $$am__dry = yes; \
53   }
54 pkgdatadir = $(datadir)/@PACKAGE@
55 pkgincludedir = $(includedir)/@PACKAGE@
56 pkglibdir = $(libdir)/@PACKAGE@
57 pkglibexecdir = $(libexecdir)/@PACKAGE@
58 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
59 install_sh_DATA = $(install_sh) -c -m 644
60 install_sh_PROGRAM = $(install_sh) -c
61 install_sh_SCRIPT = $(install_sh) -c
62 INSTALL_HEADER = $(INSTALL_DATA)
63 transform = $(program_transform_name)
64 NORMAL_INSTALL = :
65 PRE_INSTALL = :
66 POST_INSTALL = :
67 NORMAL_UNINSTALL = :
68 PRE_UNINSTALL = :
69 POST_UNINSTALL = :
70 build_triplet = @build@
71 host_triplet = @host@
72 subdir = lang
73 DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 am__aclocal_m4_deps = $(top_srcdir)/m4/glib-2.0.m4 \
76         $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gnupg-ttyname.m4 \
77         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
78         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
79         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
80         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/acinclude.m4 \
81         $(top_srcdir)/configure.ac
82 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
83         $(ACLOCAL_M4)
84 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
85 CONFIG_HEADER = $(top_builddir)/config.h
86 CONFIG_CLEAN_FILES =
87 CONFIG_CLEAN_VPATH_FILES =
88 AM_V_GEN = $(am__v_GEN_@AM_V@)
89 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
90 am__v_GEN_0 = @echo "  GEN   " $@;
91 AM_V_at = $(am__v_at_@AM_V@)
92 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
93 am__v_at_0 = @
94 SOURCES =
95 DIST_SOURCES =
96 RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
97         html-recursive info-recursive install-data-recursive \
98         install-dvi-recursive install-exec-recursive \
99         install-html-recursive install-info-recursive \
100         install-pdf-recursive install-ps-recursive install-recursive \
101         installcheck-recursive installdirs-recursive pdf-recursive \
102         ps-recursive uninstall-recursive
103 am__can_run_installinfo = \
104   case $$AM_UPDATE_INFO_DIR in \
105     n|no|NO) false;; \
106     *) (install-info --version) >/dev/null 2>&1;; \
107   esac
108 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
109   distclean-recursive maintainer-clean-recursive
110 AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
111         $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
112         distdir
113 ETAGS = etags
114 CTAGS = ctags
115 DIST_SUBDIRS = $(SUBDIRS)
116 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
117 am__relativize = \
118   dir0=`pwd`; \
119   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
120   sed_rest='s,^[^/]*/*,,'; \
121   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
122   sed_butlast='s,/*[^/]*$$,,'; \
123   while test -n "$$dir1"; do \
124     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
125     if test "$$first" != "."; then \
126       if test "$$first" = ".."; then \
127         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
128         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
129       else \
130         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
131         if test "$$first2" = "$$first"; then \
132           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
133         else \
134           dir2="../$$dir2"; \
135         fi; \
136         dir0="$$dir0"/"$$first"; \
137       fi; \
138     fi; \
139     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
140   done; \
141   reldir="$$dir2"
142 ACLOCAL = @ACLOCAL@
143 AMTAR = @AMTAR@
144 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145 AR = @AR@
146 AS = @AS@
147 AUTOCONF = @AUTOCONF@
148 AUTOHEADER = @AUTOHEADER@
149 AUTOMAKE = @AUTOMAKE@
150 AWK = @AWK@
151 BUILD_FILEVERSION = @BUILD_FILEVERSION@
152 BUILD_REVISION = @BUILD_REVISION@
153 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
154 CC = @CC@
155 CCDEPMODE = @CCDEPMODE@
156 CFLAGS = @CFLAGS@
157 CPP = @CPP@
158 CPPFLAGS = @CPPFLAGS@
159 CXX = @CXX@
160 CXXCPP = @CXXCPP@
161 CXXDEPMODE = @CXXDEPMODE@
162 CXXFLAGS = @CXXFLAGS@
163 CYGPATH_W = @CYGPATH_W@
164 DEFS = @DEFS@
165 DEPDIR = @DEPDIR@
166 DLLTOOL = @DLLTOOL@
167 DSYMUTIL = @DSYMUTIL@
168 DUMPBIN = @DUMPBIN@
169 ECHO_C = @ECHO_C@
170 ECHO_N = @ECHO_N@
171 ECHO_T = @ECHO_T@
172 EGREP = @EGREP@
173 EXEEXT = @EXEEXT@
174 FGREP = @FGREP@
175 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
176 GLIBC21 = @GLIBC21@
177 GLIB_CFLAGS = @GLIB_CFLAGS@
178 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
179 GLIB_LIBS = @GLIB_LIBS@
180 GLIB_MKENUMS = @GLIB_MKENUMS@
181 GOBJECT_QUERY = @GOBJECT_QUERY@
182 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
183 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
184 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
185 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
186 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
187 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
188 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
189 GREP = @GREP@
190 INSTALL = @INSTALL@
191 INSTALL_DATA = @INSTALL_DATA@
192 INSTALL_PROGRAM = @INSTALL_PROGRAM@
193 INSTALL_SCRIPT = @INSTALL_SCRIPT@
194 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
195 LD = @LD@
196 LDFLAGS = @LDFLAGS@
197 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
198 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
199 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
200 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
201 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
202 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
203 LIBOBJS = @LIBOBJS@
204 LIBS = @LIBS@
205 LIBTOOL = @LIBTOOL@
206 LIPO = @LIPO@
207 LN_S = @LN_S@
208 LTLIBOBJS = @LTLIBOBJS@
209 MAINT = @MAINT@
210 MAKEINFO = @MAKEINFO@
211 MANIFEST_TOOL = @MANIFEST_TOOL@
212 MKDIR_P = @MKDIR_P@
213 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
214 NM = @NM@
215 NMEDIT = @NMEDIT@
216 OBJDUMP = @OBJDUMP@
217 OBJEXT = @OBJEXT@
218 OTOOL = @OTOOL@
219 OTOOL64 = @OTOOL64@
220 PACKAGE = @PACKAGE@
221 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
222 PACKAGE_NAME = @PACKAGE_NAME@
223 PACKAGE_STRING = @PACKAGE_STRING@
224 PACKAGE_TARNAME = @PACKAGE_TARNAME@
225 PACKAGE_URL = @PACKAGE_URL@
226 PACKAGE_VERSION = @PACKAGE_VERSION@
227 PATH_SEPARATOR = @PATH_SEPARATOR@
228 PKG_CONFIG = @PKG_CONFIG@
229 QT4_CORE_CFLAGS = @QT4_CORE_CFLAGS@
230 QT4_CORE_LIBS = @QT4_CORE_LIBS@
231 RANLIB = @RANLIB@
232 RC = @RC@
233 SED = @SED@
234 SET_MAKE = @SET_MAKE@
235 SHELL = @SHELL@
236 STRIP = @STRIP@
237 VERSION = @VERSION@
238 VERSION_NUMBER = @VERSION_NUMBER@
239 abs_builddir = @abs_builddir@
240 abs_srcdir = @abs_srcdir@
241 abs_top_builddir = @abs_top_builddir@
242 abs_top_srcdir = @abs_top_srcdir@
243 ac_ct_AR = @ac_ct_AR@
244 ac_ct_CC = @ac_ct_CC@
245 ac_ct_CXX = @ac_ct_CXX@
246 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247 am__include = @am__include@
248 am__leading_dot = @am__leading_dot@
249 am__quote = @am__quote@
250 am__tar = @am__tar@
251 am__untar = @am__untar@
252 bindir = @bindir@
253 build = @build@
254 build_alias = @build_alias@
255 build_cpu = @build_cpu@
256 build_os = @build_os@
257 build_vendor = @build_vendor@
258 builddir = @builddir@
259 datadir = @datadir@
260 datarootdir = @datarootdir@
261 docdir = @docdir@
262 dvidir = @dvidir@
263 emacs_local_vars_begin = @emacs_local_vars_begin@
264 emacs_local_vars_end = @emacs_local_vars_end@
265 emacs_local_vars_read_only = @emacs_local_vars_read_only@
266 exec_prefix = @exec_prefix@
267 host = @host@
268 host_alias = @host_alias@
269 host_cpu = @host_cpu@
270 host_os = @host_os@
271 host_vendor = @host_vendor@
272 htmldir = @htmldir@
273 includedir = @includedir@
274 infodir = @infodir@
275 install_sh = @install_sh@
276 libdir = @libdir@
277 libexecdir = @libexecdir@
278 localedir = @localedir@
279 localstatedir = @localstatedir@
280 mandir = @mandir@
281 mkdir_p = @mkdir_p@
282 oldincludedir = @oldincludedir@
283 pdfdir = @pdfdir@
284 prefix = @prefix@
285 program_transform_name = @program_transform_name@
286 psdir = @psdir@
287 sbindir = @sbindir@
288 sharedstatedir = @sharedstatedir@
289 srcdir = @srcdir@
290 sysconfdir = @sysconfdir@
291 target_alias = @target_alias@
292 top_build_prefix = @top_build_prefix@
293 top_builddir = @top_builddir@
294 top_srcdir = @top_srcdir@
295 SUBDIRS = cl
296 EXTRA_DIST = README
297 all: all-recursive
298
299 .SUFFIXES:
300 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
301         @for dep in $?; do \
302           case '$(am__configure_deps)' in \
303             *$$dep*) \
304               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
305                 && { if test -f $@; then exit 0; else break; fi; }; \
306               exit 1;; \
307           esac; \
308         done; \
309         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lang/Makefile'; \
310         $(am__cd) $(top_srcdir) && \
311           $(AUTOMAKE) --gnu lang/Makefile
312 .PRECIOUS: Makefile
313 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
314         @case '$?' in \
315           *config.status*) \
316             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
317           *) \
318             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
319             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
320         esac;
321
322 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
323         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
324
325 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
326         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
327 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
328         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329 $(am__aclocal_m4_deps):
330
331 mostlyclean-libtool:
332         -rm -f *.lo
333
334 clean-libtool:
335         -rm -rf .libs _libs
336
337 # This directory's subdirectories are mostly independent; you can cd
338 # into them and run `make' without going through this Makefile.
339 # To change the values of `make' variables: instead of editing Makefiles,
340 # (1) if the variable is set in `config.status', edit `config.status'
341 #     (which will cause the Makefiles to be regenerated when you run `make');
342 # (2) otherwise, pass the desired values on the `make' command line.
343 $(RECURSIVE_TARGETS):
344         @fail= failcom='exit 1'; \
345         for f in x $$MAKEFLAGS; do \
346           case $$f in \
347             *=* | --[!k]*);; \
348             *k*) failcom='fail=yes';; \
349           esac; \
350         done; \
351         dot_seen=no; \
352         target=`echo $@ | sed s/-recursive//`; \
353         list='$(SUBDIRS)'; for subdir in $$list; do \
354           echo "Making $$target in $$subdir"; \
355           if test "$$subdir" = "."; then \
356             dot_seen=yes; \
357             local_target="$$target-am"; \
358           else \
359             local_target="$$target"; \
360           fi; \
361           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
362           || eval $$failcom; \
363         done; \
364         if test "$$dot_seen" = "no"; then \
365           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
366         fi; test -z "$$fail"
367
368 $(RECURSIVE_CLEAN_TARGETS):
369         @fail= failcom='exit 1'; \
370         for f in x $$MAKEFLAGS; do \
371           case $$f in \
372             *=* | --[!k]*);; \
373             *k*) failcom='fail=yes';; \
374           esac; \
375         done; \
376         dot_seen=no; \
377         case "$@" in \
378           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
379           *) list='$(SUBDIRS)' ;; \
380         esac; \
381         rev=''; for subdir in $$list; do \
382           if test "$$subdir" = "."; then :; else \
383             rev="$$subdir $$rev"; \
384           fi; \
385         done; \
386         rev="$$rev ."; \
387         target=`echo $@ | sed s/-recursive//`; \
388         for subdir in $$rev; do \
389           echo "Making $$target in $$subdir"; \
390           if test "$$subdir" = "."; then \
391             local_target="$$target-am"; \
392           else \
393             local_target="$$target"; \
394           fi; \
395           ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
396           || eval $$failcom; \
397         done && test -z "$$fail"
398 tags-recursive:
399         list='$(SUBDIRS)'; for subdir in $$list; do \
400           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
401         done
402 ctags-recursive:
403         list='$(SUBDIRS)'; for subdir in $$list; do \
404           test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
405         done
406
407 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
408         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
409         unique=`for i in $$list; do \
410             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
411           done | \
412           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
413               END { if (nonempty) { for (i in files) print i; }; }'`; \
414         mkid -fID $$unique
415 tags: TAGS
416
417 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
418                 $(TAGS_FILES) $(LISP)
419         set x; \
420         here=`pwd`; \
421         if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
422           include_option=--etags-include; \
423           empty_fix=.; \
424         else \
425           include_option=--include; \
426           empty_fix=; \
427         fi; \
428         list='$(SUBDIRS)'; for subdir in $$list; do \
429           if test "$$subdir" = .; then :; else \
430             test ! -f $$subdir/TAGS || \
431               set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
432           fi; \
433         done; \
434         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
435         unique=`for i in $$list; do \
436             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
437           done | \
438           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
439               END { if (nonempty) { for (i in files) print i; }; }'`; \
440         shift; \
441         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
442           test -n "$$unique" || unique=$$empty_fix; \
443           if test $$# -gt 0; then \
444             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
445               "$$@" $$unique; \
446           else \
447             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
448               $$unique; \
449           fi; \
450         fi
451 ctags: CTAGS
452 CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
453                 $(TAGS_FILES) $(LISP)
454         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
455         unique=`for i in $$list; do \
456             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
457           done | \
458           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
459               END { if (nonempty) { for (i in files) print i; }; }'`; \
460         test -z "$(CTAGS_ARGS)$$unique" \
461           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
462              $$unique
463
464 GTAGS:
465         here=`$(am__cd) $(top_builddir) && pwd` \
466           && $(am__cd) $(top_srcdir) \
467           && gtags -i $(GTAGS_ARGS) "$$here"
468
469 distclean-tags:
470         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
471
472 distdir: $(DISTFILES)
473         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
474         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
475         list='$(DISTFILES)'; \
476           dist_files=`for file in $$list; do echo $$file; done | \
477           sed -e "s|^$$srcdirstrip/||;t" \
478               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
479         case $$dist_files in \
480           */*) $(MKDIR_P) `echo "$$dist_files" | \
481                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
482                            sort -u` ;; \
483         esac; \
484         for file in $$dist_files; do \
485           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
486           if test -d $$d/$$file; then \
487             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
488             if test -d "$(distdir)/$$file"; then \
489               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
490             fi; \
491             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
492               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
493               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
494             fi; \
495             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
496           else \
497             test -f "$(distdir)/$$file" \
498             || cp -p $$d/$$file "$(distdir)/$$file" \
499             || exit 1; \
500           fi; \
501         done
502         @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
503           if test "$$subdir" = .; then :; else \
504             $(am__make_dryrun) \
505               || test -d "$(distdir)/$$subdir" \
506               || $(MKDIR_P) "$(distdir)/$$subdir" \
507               || exit 1; \
508             dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
509             $(am__relativize); \
510             new_distdir=$$reldir; \
511             dir1=$$subdir; dir2="$(top_distdir)"; \
512             $(am__relativize); \
513             new_top_distdir=$$reldir; \
514             echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
515             echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
516             ($(am__cd) $$subdir && \
517               $(MAKE) $(AM_MAKEFLAGS) \
518                 top_distdir="$$new_top_distdir" \
519                 distdir="$$new_distdir" \
520                 am__remove_distdir=: \
521                 am__skip_length_check=: \
522                 am__skip_mode_fix=: \
523                 distdir) \
524               || exit 1; \
525           fi; \
526         done
527 check-am: all-am
528 check: check-recursive
529 all-am: Makefile
530 installdirs: installdirs-recursive
531 installdirs-am:
532 install: install-recursive
533 install-exec: install-exec-recursive
534 install-data: install-data-recursive
535 uninstall: uninstall-recursive
536
537 install-am: all-am
538         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
539
540 installcheck: installcheck-recursive
541 install-strip:
542         if test -z '$(STRIP)'; then \
543           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
544             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
545               install; \
546         else \
547           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
548             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
549             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
550         fi
551 mostlyclean-generic:
552
553 clean-generic:
554
555 distclean-generic:
556         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
557         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
558
559 maintainer-clean-generic:
560         @echo "This command is intended for maintainers to use"
561         @echo "it deletes files that may require special tools to rebuild."
562 clean: clean-recursive
563
564 clean-am: clean-generic clean-libtool mostlyclean-am
565
566 distclean: distclean-recursive
567         -rm -f Makefile
568 distclean-am: clean-am distclean-generic distclean-tags
569
570 dvi: dvi-recursive
571
572 dvi-am:
573
574 html: html-recursive
575
576 html-am:
577
578 info: info-recursive
579
580 info-am:
581
582 install-data-am:
583
584 install-dvi: install-dvi-recursive
585
586 install-dvi-am:
587
588 install-exec-am:
589
590 install-html: install-html-recursive
591
592 install-html-am:
593
594 install-info: install-info-recursive
595
596 install-info-am:
597
598 install-man:
599
600 install-pdf: install-pdf-recursive
601
602 install-pdf-am:
603
604 install-ps: install-ps-recursive
605
606 install-ps-am:
607
608 installcheck-am:
609
610 maintainer-clean: maintainer-clean-recursive
611         -rm -f Makefile
612 maintainer-clean-am: distclean-am maintainer-clean-generic
613
614 mostlyclean: mostlyclean-recursive
615
616 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
617
618 pdf: pdf-recursive
619
620 pdf-am:
621
622 ps: ps-recursive
623
624 ps-am:
625
626 uninstall-am:
627
628 .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
629         install-am install-strip tags-recursive
630
631 .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
632         all all-am check check-am clean clean-generic clean-libtool \
633         ctags ctags-recursive distclean distclean-generic \
634         distclean-libtool distclean-tags distdir dvi dvi-am html \
635         html-am info info-am install install-am install-data \
636         install-data-am install-dvi install-dvi-am install-exec \
637         install-exec-am install-html install-html-am install-info \
638         install-info-am install-man install-pdf install-pdf-am \
639         install-ps install-ps-am install-strip installcheck \
640         installcheck-am installdirs installdirs-am maintainer-clean \
641         maintainer-clean-generic mostlyclean mostlyclean-generic \
642         mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
643         uninstall uninstall-am
644
645
646 # Tell versions [3.59,3.63) of GNU make to not export all variables.
647 # Otherwise a system limit (for SysV at least) may be exceeded.
648 .NOEXPORT: