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