Imported Upstream version 1.16.0
[platform/upstream/gpgme.git] / tests / opassuan / Makefile.in
1 # Makefile.in generated by automake 1.16.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994-2020 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 # Copyright (C) 2009 g10 Code GmbH
18 #
19 # This file is part of GPGME.
20 #
21 # GPGME is free software; you can redistribute it and/or modify it
22 # under the terms of the GNU Lesser General Public License as
23 # published by the Free Software Foundation; either version 2.1 of the
24 # License, or (at your option) any later version.
25 #
26 # GPGME is distributed in the hope that it will be useful, but WITHOUT
27 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
28 # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General
29 # Public License for more details.
30 #
31 # You should have received a copy of the GNU Lesser General Public
32 # License along with this program; if not, see <https://gnu.org/licenses/>.
33 # SPDX-License-Identifier: LGPL-2.1-or-later
34
35
36 VPATH = @srcdir@
37 am__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 }
48 am__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
90 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
91 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
92 pkgdatadir = $(datadir)/@PACKAGE@
93 pkgincludedir = $(includedir)/@PACKAGE@
94 pkglibdir = $(libdir)/@PACKAGE@
95 pkglibexecdir = $(libexecdir)/@PACKAGE@
96 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
97 install_sh_DATA = $(install_sh) -c -m 644
98 install_sh_PROGRAM = $(install_sh) -c
99 install_sh_SCRIPT = $(install_sh) -c
100 INSTALL_HEADER = $(INSTALL_DATA)
101 transform = $(program_transform_name)
102 NORMAL_INSTALL = :
103 PRE_INSTALL = :
104 POST_INSTALL = :
105 NORMAL_UNINSTALL = :
106 PRE_UNINSTALL = :
107 POST_UNINSTALL = :
108 build_triplet = @build@
109 host_triplet = @host@
110 TESTS =
111 noinst_PROGRAMS = $(am__EXEEXT_1) t-command$(EXEEXT)
112 subdir = tests/opassuan
113 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
114 am__aclocal_m4_deps = $(top_srcdir)/m4/ax_cxx_compile_stdcxx.m4 \
115         $(top_srcdir)/m4/ax_pkg_swig.m4 \
116         $(top_srcdir)/m4/ax_python_devel.m4 \
117         $(top_srcdir)/m4/glib-2.0.m4 $(top_srcdir)/m4/glibc21.m4 \
118         $(top_srcdir)/m4/gnupg-ttyname.m4 \
119         $(top_srcdir)/m4/gpg-error.m4 $(top_srcdir)/m4/libassuan.m4 \
120         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
121         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
122         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/pkg.m4 \
123         $(top_srcdir)/m4/python.m4 $(top_srcdir)/m4/qt.m4 \
124         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126         $(ACLOCAL_M4)
127 DIST_COMMON = $(srcdir)/Makefile.am $(noinst_HEADERS) \
128         $(am__DIST_COMMON)
129 mkinstalldirs = $(SHELL) $(top_srcdir)/build-aux/mkinstalldirs
130 CONFIG_HEADER = $(top_builddir)/conf/config.h
131 CONFIG_CLEAN_FILES =
132 CONFIG_CLEAN_VPATH_FILES =
133 am__EXEEXT_1 =
134 PROGRAMS = $(noinst_PROGRAMS)
135 t_command_SOURCES = t-command.c
136 t_command_OBJECTS = t-command.$(OBJEXT)
137 t_command_LDADD = $(LDADD)
138 t_command_DEPENDENCIES = ../../src/libgpgme.la
139 AM_V_lt = $(am__v_lt_@AM_V@)
140 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141 am__v_lt_0 = --silent
142 am__v_lt_1 = 
143 AM_V_P = $(am__v_P_@AM_V@)
144 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
145 am__v_P_0 = false
146 am__v_P_1 = :
147 AM_V_GEN = $(am__v_GEN_@AM_V@)
148 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149 am__v_GEN_0 = @echo "  GEN     " $@;
150 am__v_GEN_1 = 
151 AM_V_at = $(am__v_at_@AM_V@)
152 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153 am__v_at_0 = @
154 am__v_at_1 = 
155 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/conf
156 depcomp = $(SHELL) $(top_srcdir)/build-aux/depcomp
157 am__maybe_remake_depfiles = depfiles
158 am__depfiles_remade = ./$(DEPDIR)/t-command.Po
159 am__mv = mv -f
160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
163         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
164         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
165         $(AM_CFLAGS) $(CFLAGS)
166 AM_V_CC = $(am__v_CC_@AM_V@)
167 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
168 am__v_CC_0 = @echo "  CC      " $@;
169 am__v_CC_1 = 
170 CCLD = $(CC)
171 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
173         $(AM_LDFLAGS) $(LDFLAGS) -o $@
174 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
175 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
176 am__v_CCLD_0 = @echo "  CCLD    " $@;
177 am__v_CCLD_1 = 
178 SOURCES = t-command.c
179 DIST_SOURCES = t-command.c
180 am__can_run_installinfo = \
181   case $$AM_UPDATE_INFO_DIR in \
182     n|no|NO) false;; \
183     *) (install-info --version) >/dev/null 2>&1;; \
184   esac
185 HEADERS = $(noinst_HEADERS)
186 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
187 # Read a list of newline-separated strings from the standard input,
188 # and print each of them once, without duplicates.  Input order is
189 # *not* preserved.
190 am__uniquify_input = $(AWK) '\
191   BEGIN { nonempty = 0; } \
192   { items[$$0] = 1; nonempty = 1; } \
193   END { if (nonempty) { for (i in items) print i; }; } \
194 '
195 # Make sure the list of sources is unique.  This is necessary because,
196 # e.g., the same source file might be shared among _SOURCES variables
197 # for different programs/libraries.
198 am__define_uniq_tagged_files = \
199   list='$(am__tagged_files)'; \
200   unique=`for i in $$list; do \
201     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
202   done | $(am__uniquify_input)`
203 ETAGS = etags
204 CTAGS = ctags
205 am__tty_colors_dummy = \
206   mgn= red= grn= lgn= blu= brg= std=; \
207   am__color_tests=no
208 am__tty_colors = { \
209   $(am__tty_colors_dummy); \
210   if test "X$(AM_COLOR_TESTS)" = Xno; then \
211     am__color_tests=no; \
212   elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
213     am__color_tests=yes; \
214   elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
215     am__color_tests=yes; \
216   fi; \
217   if test $$am__color_tests = yes; then \
218     red='\e[0;31m'; \
219     grn='\e[0;32m'; \
220     lgn='\e[1;32m'; \
221     blu='\e[1;34m'; \
222     mgn='\e[0;35m'; \
223     brg='\e[1m'; \
224     std='\e[m'; \
225   fi; \
226 }
227 am__DIST_COMMON = $(srcdir)/Makefile.in \
228         $(top_srcdir)/build-aux/depcomp \
229         $(top_srcdir)/build-aux/mkinstalldirs
230 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
231 ACLOCAL = @ACLOCAL@
232 AMTAR = @AMTAR@
233 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
234 AR = @AR@
235 AS = @AS@
236 AUTOCONF = @AUTOCONF@
237 AUTOHEADER = @AUTOHEADER@
238 AUTOMAKE = @AUTOMAKE@
239 AWK = @AWK@
240 BUILD_FILEVERSION = @BUILD_FILEVERSION@
241 BUILD_REVISION = @BUILD_REVISION@
242 BUILD_TIMESTAMP = @BUILD_TIMESTAMP@
243 BUILD_VERSION = @BUILD_VERSION@
244 CC = @CC@
245 CCDEPMODE = @CCDEPMODE@
246 CC_FOR_BUILD = @CC_FOR_BUILD@
247 CFLAGS = @CFLAGS@
248 CPP = @CPP@
249 CPPFLAGS = @CPPFLAGS@
250 CXX = @CXX@
251 CXXCPP = @CXXCPP@
252 CXXDEPMODE = @CXXDEPMODE@
253 CXXFLAGS = @CXXFLAGS@
254 CYGPATH_W = @CYGPATH_W@
255 DEFS = @DEFS@
256 DEPDIR = @DEPDIR@
257 DLLTOOL = @DLLTOOL@
258 DOXYGEN = @DOXYGEN@
259 DSYMUTIL = @DSYMUTIL@
260 DUMPBIN = @DUMPBIN@
261 ECHO_C = @ECHO_C@
262 ECHO_N = @ECHO_N@
263 ECHO_T = @ECHO_T@
264 EGREP = @EGREP@
265 ENABLED_LANGUAGES = @ENABLED_LANGUAGES@
266 EXEEXT = @EXEEXT@
267 FGREP = @FGREP@
268 GITLOG_TO_CHANGELOG = @GITLOG_TO_CHANGELOG@
269 GLIBC21 = @GLIBC21@
270 GLIB_CFLAGS = @GLIB_CFLAGS@
271 GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
272 GLIB_LIBS = @GLIB_LIBS@
273 GLIB_MKENUMS = @GLIB_MKENUMS@
274 GOBJECT_QUERY = @GOBJECT_QUERY@
275 GPGME_CONFIG_API_VERSION = @GPGME_CONFIG_API_VERSION@
276 GPGME_CONFIG_AVAIL_LANG = @GPGME_CONFIG_AVAIL_LANG@
277 GPGME_CONFIG_CFLAGS = @GPGME_CONFIG_CFLAGS@
278 GPGME_CONFIG_HOST = @GPGME_CONFIG_HOST@
279 GPGME_CONFIG_LIBS = @GPGME_CONFIG_LIBS@
280 GPGME_QTTEST_CFLAGS = @GPGME_QTTEST_CFLAGS@
281 GPGME_QTTEST_LIBS = @GPGME_QTTEST_LIBS@
282 GPGME_QT_CFLAGS = @GPGME_QT_CFLAGS@
283 GPGME_QT_LIBS = @GPGME_QT_LIBS@
284 GPGRT_CONFIG = @GPGRT_CONFIG@
285 GPG_ERROR_CFLAGS = @GPG_ERROR_CFLAGS@
286 GPG_ERROR_CONFIG = @GPG_ERROR_CONFIG@
287 GPG_ERROR_LIBS = @GPG_ERROR_LIBS@
288 GPG_ERROR_MT_CFLAGS = @GPG_ERROR_MT_CFLAGS@
289 GPG_ERROR_MT_LIBS = @GPG_ERROR_MT_LIBS@
290 GRAPHVIZ = @GRAPHVIZ@
291 GREP = @GREP@
292 HAVE_CXX11 = @HAVE_CXX11@
293 HAVE_DOT = @HAVE_DOT@
294 INSTALL = @INSTALL@
295 INSTALL_DATA = @INSTALL_DATA@
296 INSTALL_PROGRAM = @INSTALL_PROGRAM@
297 INSTALL_SCRIPT = @INSTALL_SCRIPT@
298 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
299 LD = @LD@
300 LDADD_FOR_TESTS_KLUDGE = @LDADD_FOR_TESTS_KLUDGE@
301 LDFLAGS = @LDFLAGS@
302 LIBASSUAN_CFLAGS = @LIBASSUAN_CFLAGS@
303 LIBASSUAN_CONFIG = @LIBASSUAN_CONFIG@
304 LIBASSUAN_LIBS = @LIBASSUAN_LIBS@
305 LIBGPGMEPP_LT_AGE = @LIBGPGMEPP_LT_AGE@
306 LIBGPGMEPP_LT_CURRENT = @LIBGPGMEPP_LT_CURRENT@
307 LIBGPGMEPP_LT_REVISION = @LIBGPGMEPP_LT_REVISION@
308 LIBGPGME_LT_AGE = @LIBGPGME_LT_AGE@
309 LIBGPGME_LT_CURRENT = @LIBGPGME_LT_CURRENT@
310 LIBGPGME_LT_REVISION = @LIBGPGME_LT_REVISION@
311 LIBOBJS = @LIBOBJS@
312 LIBQGPGME_LT_AGE = @LIBQGPGME_LT_AGE@
313 LIBQGPGME_LT_CURRENT = @LIBQGPGME_LT_CURRENT@
314 LIBQGPGME_LT_REVISION = @LIBQGPGME_LT_REVISION@
315 LIBS = @LIBS@
316 LIBTOOL = @LIBTOOL@
317 LIPO = @LIPO@
318 LN_S = @LN_S@
319 LTLIBOBJS = @LTLIBOBJS@
320 MAINT = @MAINT@
321 MAKEINFO = @MAKEINFO@
322 MANIFEST_TOOL = @MANIFEST_TOOL@
323 MKDIR_P = @MKDIR_P@
324 MOC = @MOC@
325 MOC2 = @MOC2@
326 NEED__FILE_OFFSET_BITS = @NEED__FILE_OFFSET_BITS@
327 NM = @NM@
328 NMEDIT = @NMEDIT@
329 OBJDUMP = @OBJDUMP@
330 OBJEXT = @OBJEXT@
331 OTOOL = @OTOOL@
332 OTOOL64 = @OTOOL64@
333 PACKAGE = @PACKAGE@
334 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
335 PACKAGE_NAME = @PACKAGE_NAME@
336 PACKAGE_STRING = @PACKAGE_STRING@
337 PACKAGE_TARNAME = @PACKAGE_TARNAME@
338 PACKAGE_URL = @PACKAGE_URL@
339 PACKAGE_VERSION = @PACKAGE_VERSION@
340 PATH_SEPARATOR = @PATH_SEPARATOR@
341 PKG_CONFIG = @PKG_CONFIG@
342 PYTHON = @PYTHON@
343 PYTHONS = @PYTHONS@
344 PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
345 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
346 PYTHON_EXTRA_LDFLAGS = @PYTHON_EXTRA_LDFLAGS@
347 PYTHON_EXTRA_LIBS = @PYTHON_EXTRA_LIBS@
348 PYTHON_LDFLAGS = @PYTHON_LDFLAGS@
349 PYTHON_PLATFORM = @PYTHON_PLATFORM@
350 PYTHON_PREFIX = @PYTHON_PREFIX@
351 PYTHON_SITE_PKG = @PYTHON_SITE_PKG@
352 PYTHON_VERSION = @PYTHON_VERSION@
353 QTCHOOSER = @QTCHOOSER@
354 RANLIB = @RANLIB@
355 RC = @RC@
356 SED = @SED@
357 SET_MAKE = @SET_MAKE@
358 SHELL = @SHELL@
359 STRIP = @STRIP@
360 SWIG = @SWIG@
361 SWIG_LIB = @SWIG_LIB@
362 SYSROOT = @SYSROOT@
363 VERSION = @VERSION@
364 VERSION_MAJOR = @VERSION_MAJOR@
365 VERSION_MICRO = @VERSION_MICRO@
366 VERSION_MINOR = @VERSION_MINOR@
367 VERSION_NUMBER = @VERSION_NUMBER@
368 abs_builddir = @abs_builddir@
369 abs_srcdir = @abs_srcdir@
370 abs_top_builddir = @abs_top_builddir@
371 abs_top_srcdir = @abs_top_srcdir@
372 ac_ct_AR = @ac_ct_AR@
373 ac_ct_CC = @ac_ct_CC@
374 ac_ct_CXX = @ac_ct_CXX@
375 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
376 am__include = @am__include@
377 am__leading_dot = @am__leading_dot@
378 am__quote = @am__quote@
379 am__tar = @am__tar@
380 am__untar = @am__untar@
381 bindir = @bindir@
382 build = @build@
383 build_alias = @build_alias@
384 build_cpu = @build_cpu@
385 build_os = @build_os@
386 build_vendor = @build_vendor@
387 builddir = @builddir@
388 datadir = @datadir@
389 datarootdir = @datarootdir@
390 docdir = @docdir@
391 dvidir = @dvidir@
392 emacs_local_vars_begin = @emacs_local_vars_begin@
393 emacs_local_vars_end = @emacs_local_vars_end@
394 emacs_local_vars_read_only = @emacs_local_vars_read_only@
395 exec_prefix = @exec_prefix@
396 host = @host@
397 host_alias = @host_alias@
398 host_cpu = @host_cpu@
399 host_os = @host_os@
400 host_vendor = @host_vendor@
401 htmldir = @htmldir@
402 includedir = @includedir@
403 infodir = @infodir@
404 install_sh = @install_sh@
405 libdir = @libdir@
406 libexecdir = @libexecdir@
407 localedir = @localedir@
408 localstatedir = @localstatedir@
409 mandir = @mandir@
410 mkdir_p = @mkdir_p@
411 oldincludedir = @oldincludedir@
412 pdfdir = @pdfdir@
413 pkgpyexecdir = @pkgpyexecdir@
414 pkgpythondir = @pkgpythondir@
415 prefix = @prefix@
416 program_transform_name = @program_transform_name@
417 psdir = @psdir@
418 pyexecdir = @pyexecdir@
419 pythondir = @pythondir@
420 runstatedir = @runstatedir@
421 sbindir = @sbindir@
422 sharedstatedir = @sharedstatedir@
423 srcdir = @srcdir@
424 sysconfdir = @sysconfdir@
425 target_alias = @target_alias@
426 top_build_prefix = @top_build_prefix@
427 top_builddir = @top_builddir@
428 top_srcdir = @top_srcdir@
429 GNUPGHOME = $(abs_builddir)
430 TESTS_ENVIRONMENT = GNUPGHOME=$(GNUPGHOME) GPG_AGENT_INFO=
431 noinst_HEADERS = 
432 EXTRA_DIST = 
433 AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
434 LDADD = ../../src/libgpgme.la @LDADD_FOR_TESTS_KLUDGE@
435 DISTCLEANFILES = 
436 all: all-am
437
438 .SUFFIXES:
439 .SUFFIXES: .c .lo .o .obj
440 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
441         @for dep in $?; do \
442           case '$(am__configure_deps)' in \
443             *$$dep*) \
444               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
445                 && { if test -f $@; then exit 0; else break; fi; }; \
446               exit 1;; \
447           esac; \
448         done; \
449         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/opassuan/Makefile'; \
450         $(am__cd) $(top_srcdir) && \
451           $(AUTOMAKE) --gnu tests/opassuan/Makefile
452 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
453         @case '$?' in \
454           *config.status*) \
455             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
456           *) \
457             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
458             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
459         esac;
460
461 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
462         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
463
464 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
465         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
466 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
467         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
468 $(am__aclocal_m4_deps):
469
470 clean-noinstPROGRAMS:
471         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
472         echo " rm -f" $$list; \
473         rm -f $$list || exit $$?; \
474         test -n "$(EXEEXT)" || exit 0; \
475         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
476         echo " rm -f" $$list; \
477         rm -f $$list
478
479 t-command$(EXEEXT): $(t_command_OBJECTS) $(t_command_DEPENDENCIES) $(EXTRA_t_command_DEPENDENCIES) 
480         @rm -f t-command$(EXEEXT)
481         $(AM_V_CCLD)$(LINK) $(t_command_OBJECTS) $(t_command_LDADD) $(LIBS)
482
483 mostlyclean-compile:
484         -rm -f *.$(OBJEXT)
485
486 distclean-compile:
487         -rm -f *.tab.c
488
489 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-command.Po@am__quote@ # am--include-marker
490
491 $(am__depfiles_remade):
492         @$(MKDIR_P) $(@D)
493         @echo '# dummy' >$@-t && $(am__mv) $@-t $@
494
495 am--depfiles: $(am__depfiles_remade)
496
497 .c.o:
498 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
499 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
500 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
501 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
502 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
503
504 .c.obj:
505 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
506 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
507 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
508 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
509 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
510
511 .c.lo:
512 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
513 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
514 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
515 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
517
518 mostlyclean-libtool:
519         -rm -f *.lo
520
521 clean-libtool:
522         -rm -rf .libs _libs
523
524 ID: $(am__tagged_files)
525         $(am__define_uniq_tagged_files); mkid -fID $$unique
526 tags: tags-am
527 TAGS: tags
528
529 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
530         set x; \
531         here=`pwd`; \
532         $(am__define_uniq_tagged_files); \
533         shift; \
534         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
535           test -n "$$unique" || unique=$$empty_fix; \
536           if test $$# -gt 0; then \
537             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
538               "$$@" $$unique; \
539           else \
540             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
541               $$unique; \
542           fi; \
543         fi
544 ctags: ctags-am
545
546 CTAGS: ctags
547 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
548         $(am__define_uniq_tagged_files); \
549         test -z "$(CTAGS_ARGS)$$unique" \
550           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
551              $$unique
552
553 GTAGS:
554         here=`$(am__cd) $(top_builddir) && pwd` \
555           && $(am__cd) $(top_srcdir) \
556           && gtags -i $(GTAGS_ARGS) "$$here"
557 cscopelist: cscopelist-am
558
559 cscopelist-am: $(am__tagged_files)
560         list='$(am__tagged_files)'; \
561         case "$(srcdir)" in \
562           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
563           *) sdir=$(subdir)/$(srcdir) ;; \
564         esac; \
565         for i in $$list; do \
566           if test -f "$$i"; then \
567             echo "$(subdir)/$$i"; \
568           else \
569             echo "$$sdir/$$i"; \
570           fi; \
571         done >> $(top_builddir)/cscope.files
572
573 distclean-tags:
574         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
575
576 check-TESTS: $(TESTS)
577         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
578         srcdir=$(srcdir); export srcdir; \
579         list=' $(TESTS) '; \
580         $(am__tty_colors); \
581         if test -n "$$list"; then \
582           for tst in $$list; do \
583             if test -f ./$$tst; then dir=./; \
584             elif test -f $$tst; then dir=; \
585             else dir="$(srcdir)/"; fi; \
586             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
587               all=`expr $$all + 1`; \
588               case " $(XFAIL_TESTS) " in \
589               *[\ \     ]$$tst[\ \      ]*) \
590                 xpass=`expr $$xpass + 1`; \
591                 failed=`expr $$failed + 1`; \
592                 col=$$red; res=XPASS; \
593               ;; \
594               *) \
595                 col=$$grn; res=PASS; \
596               ;; \
597               esac; \
598             elif test $$? -ne 77; then \
599               all=`expr $$all + 1`; \
600               case " $(XFAIL_TESTS) " in \
601               *[\ \     ]$$tst[\ \      ]*) \
602                 xfail=`expr $$xfail + 1`; \
603                 col=$$lgn; res=XFAIL; \
604               ;; \
605               *) \
606                 failed=`expr $$failed + 1`; \
607                 col=$$red; res=FAIL; \
608               ;; \
609               esac; \
610             else \
611               skip=`expr $$skip + 1`; \
612               col=$$blu; res=SKIP; \
613             fi; \
614             echo "$${col}$$res$${std}: $$tst"; \
615           done; \
616           if test "$$all" -eq 1; then \
617             tests="test"; \
618             All=""; \
619           else \
620             tests="tests"; \
621             All="All "; \
622           fi; \
623           if test "$$failed" -eq 0; then \
624             if test "$$xfail" -eq 0; then \
625               banner="$$All$$all $$tests passed"; \
626             else \
627               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
628               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
629             fi; \
630           else \
631             if test "$$xpass" -eq 0; then \
632               banner="$$failed of $$all $$tests failed"; \
633             else \
634               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
635               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
636             fi; \
637           fi; \
638           dashes="$$banner"; \
639           skipped=""; \
640           if test "$$skip" -ne 0; then \
641             if test "$$skip" -eq 1; then \
642               skipped="($$skip test was not run)"; \
643             else \
644               skipped="($$skip tests were not run)"; \
645             fi; \
646             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
647               dashes="$$skipped"; \
648           fi; \
649           report=""; \
650           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
651             report="Please report to $(PACKAGE_BUGREPORT)"; \
652             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
653               dashes="$$report"; \
654           fi; \
655           dashes=`echo "$$dashes" | sed s/./=/g`; \
656           if test "$$failed" -eq 0; then \
657             col="$$grn"; \
658           else \
659             col="$$red"; \
660           fi; \
661           echo "$${col}$$dashes$${std}"; \
662           echo "$${col}$$banner$${std}"; \
663           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
664           test -z "$$report" || echo "$${col}$$report$${std}"; \
665           echo "$${col}$$dashes$${std}"; \
666           test "$$failed" -eq 0; \
667         else :; fi
668
669 distdir: $(BUILT_SOURCES)
670         $(MAKE) $(AM_MAKEFLAGS) distdir-am
671
672 distdir-am: $(DISTFILES)
673         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
674         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
675         list='$(DISTFILES)'; \
676           dist_files=`for file in $$list; do echo $$file; done | \
677           sed -e "s|^$$srcdirstrip/||;t" \
678               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
679         case $$dist_files in \
680           */*) $(MKDIR_P) `echo "$$dist_files" | \
681                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
682                            sort -u` ;; \
683         esac; \
684         for file in $$dist_files; do \
685           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
686           if test -d $$d/$$file; then \
687             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
688             if test -d "$(distdir)/$$file"; then \
689               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
690             fi; \
691             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
692               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
693               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
694             fi; \
695             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
696           else \
697             test -f "$(distdir)/$$file" \
698             || cp -p $$d/$$file "$(distdir)/$$file" \
699             || exit 1; \
700           fi; \
701         done
702 check-am: all-am
703         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
704 check: check-am
705 all-am: Makefile $(PROGRAMS) $(HEADERS)
706 installdirs:
707 install: install-am
708 install-exec: install-exec-am
709 install-data: install-data-am
710 uninstall: uninstall-am
711
712 install-am: all-am
713         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
714
715 installcheck: installcheck-am
716 install-strip:
717         if test -z '$(STRIP)'; then \
718           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
719             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
720               install; \
721         else \
722           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
723             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
724             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
725         fi
726 mostlyclean-generic:
727
728 clean-generic:
729
730 distclean-generic:
731         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
732         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
733         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
734
735 maintainer-clean-generic:
736         @echo "This command is intended for maintainers to use"
737         @echo "it deletes files that may require special tools to rebuild."
738 clean: clean-am
739
740 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
741         mostlyclean-am
742
743 distclean: distclean-am
744                 -rm -f ./$(DEPDIR)/t-command.Po
745         -rm -f Makefile
746 distclean-am: clean-am distclean-compile distclean-generic \
747         distclean-tags
748
749 dvi: dvi-am
750
751 dvi-am:
752
753 html: html-am
754
755 html-am:
756
757 info: info-am
758
759 info-am:
760
761 install-data-am:
762
763 install-dvi: install-dvi-am
764
765 install-dvi-am:
766
767 install-exec-am:
768
769 install-html: install-html-am
770
771 install-html-am:
772
773 install-info: install-info-am
774
775 install-info-am:
776
777 install-man:
778
779 install-pdf: install-pdf-am
780
781 install-pdf-am:
782
783 install-ps: install-ps-am
784
785 install-ps-am:
786
787 installcheck-am:
788
789 maintainer-clean: maintainer-clean-am
790                 -rm -f ./$(DEPDIR)/t-command.Po
791         -rm -f Makefile
792 maintainer-clean-am: distclean-am maintainer-clean-generic
793
794 mostlyclean: mostlyclean-am
795
796 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
797         mostlyclean-libtool
798
799 pdf: pdf-am
800
801 pdf-am:
802
803 ps: ps-am
804
805 ps-am:
806
807 uninstall-am:
808
809 .MAKE: check-am install-am install-strip
810
811 .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \
812         check-am clean clean-generic clean-libtool \
813         clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \
814         distclean-compile distclean-generic distclean-libtool \
815         distclean-tags distdir dvi dvi-am html html-am info info-am \
816         install install-am install-data install-data-am install-dvi \
817         install-dvi-am install-exec install-exec-am install-html \
818         install-html-am install-info install-info-am install-man \
819         install-pdf install-pdf-am install-ps install-ps-am \
820         install-strip installcheck installcheck-am installdirs \
821         maintainer-clean maintainer-clean-generic mostlyclean \
822         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
823         pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
824
825 .PRECIOUS: Makefile
826
827
828 # Tell versions [3.59,3.63) of GNU make to not export all variables.
829 # Otherwise a system limit (for SysV at least) may be exceeded.
830 .NOEXPORT: