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