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