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