5afbeca38afc298dce6c858cae0aab08c98e1523
[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 QTCHOOSER = @QTCHOOSER@
337 RANLIB = @RANLIB@
338 RC = @RC@
339 SED = @SED@
340 SET_MAKE = @SET_MAKE@
341 SHELL = @SHELL@
342 STRIP = @STRIP@
343 SWIG = @SWIG@
344 SWIG_LIB = @SWIG_LIB@
345 SYSROOT = @SYSROOT@
346 VERSION = @VERSION@
347 VERSION_MAJOR = @VERSION_MAJOR@
348 VERSION_MICRO = @VERSION_MICRO@
349 VERSION_MINOR = @VERSION_MINOR@
350 VERSION_NUMBER = @VERSION_NUMBER@
351 abs_builddir = @abs_builddir@
352 abs_srcdir = @abs_srcdir@
353 abs_top_builddir = @abs_top_builddir@
354 abs_top_srcdir = @abs_top_srcdir@
355 ac_ct_AR = @ac_ct_AR@
356 ac_ct_CC = @ac_ct_CC@
357 ac_ct_CXX = @ac_ct_CXX@
358 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
359 am__include = @am__include@
360 am__leading_dot = @am__leading_dot@
361 am__quote = @am__quote@
362 am__tar = @am__tar@
363 am__untar = @am__untar@
364 bindir = @bindir@
365 build = @build@
366 build_alias = @build_alias@
367 build_cpu = @build_cpu@
368 build_os = @build_os@
369 build_vendor = @build_vendor@
370 builddir = @builddir@
371 datadir = @datadir@
372 datarootdir = @datarootdir@
373 docdir = @docdir@
374 dvidir = @dvidir@
375 emacs_local_vars_begin = @emacs_local_vars_begin@
376 emacs_local_vars_end = @emacs_local_vars_end@
377 emacs_local_vars_read_only = @emacs_local_vars_read_only@
378 exec_prefix = @exec_prefix@
379 host = @host@
380 host_alias = @host_alias@
381 host_cpu = @host_cpu@
382 host_os = @host_os@
383 host_vendor = @host_vendor@
384 htmldir = @htmldir@
385 includedir = @includedir@
386 infodir = @infodir@
387 install_sh = @install_sh@
388 libdir = @libdir@
389 libexecdir = @libexecdir@
390 localedir = @localedir@
391 localstatedir = @localstatedir@
392 mandir = @mandir@
393 mkdir_p = @mkdir_p@
394 oldincludedir = @oldincludedir@
395 pdfdir = @pdfdir@
396 pkgpyexecdir = @pkgpyexecdir@
397 pkgpythondir = @pkgpythondir@
398 prefix = @prefix@
399 program_transform_name = @program_transform_name@
400 psdir = @psdir@
401 pyexecdir = @pyexecdir@
402 pythondir = @pythondir@
403 sbindir = @sbindir@
404 sharedstatedir = @sharedstatedir@
405 srcdir = @srcdir@
406 sysconfdir = @sysconfdir@
407 target_alias = @target_alias@
408 top_build_prefix = @top_build_prefix@
409 top_builddir = @top_builddir@
410 top_srcdir = @top_srcdir@
411 TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO=
412 noinst_HEADERS = 
413 EXTRA_DIST = 
414 AM_CPPFLAGS = -I$(top_builddir)/src @GPG_ERROR_CFLAGS@
415 LDADD = ../../src/libgpgme.la
416 DISTCLEANFILES = 
417 all: all-am
418
419 .SUFFIXES:
420 .SUFFIXES: .c .lo .o .obj
421 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
422         @for dep in $?; do \
423           case '$(am__configure_deps)' in \
424             *$$dep*) \
425               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
426                 && { if test -f $@; then exit 0; else break; fi; }; \
427               exit 1;; \
428           esac; \
429         done; \
430         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/opassuan/Makefile'; \
431         $(am__cd) $(top_srcdir) && \
432           $(AUTOMAKE) --gnu tests/opassuan/Makefile
433 .PRECIOUS: Makefile
434 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
435         @case '$?' in \
436           *config.status*) \
437             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
438           *) \
439             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
440             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
441         esac;
442
443 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
444         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
445
446 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
447         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
448 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
449         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
450 $(am__aclocal_m4_deps):
451
452 clean-noinstPROGRAMS:
453         @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
454         echo " rm -f" $$list; \
455         rm -f $$list || exit $$?; \
456         test -n "$(EXEEXT)" || exit 0; \
457         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
458         echo " rm -f" $$list; \
459         rm -f $$list
460
461 t-command$(EXEEXT): $(t_command_OBJECTS) $(t_command_DEPENDENCIES) $(EXTRA_t_command_DEPENDENCIES) 
462         @rm -f t-command$(EXEEXT)
463         $(AM_V_CCLD)$(LINK) $(t_command_OBJECTS) $(t_command_LDADD) $(LIBS)
464
465 mostlyclean-compile:
466         -rm -f *.$(OBJEXT)
467
468 distclean-compile:
469         -rm -f *.tab.c
470
471 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-command.Po@am__quote@
472
473 .c.o:
474 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
475 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
476 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
477 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
478 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
479
480 .c.obj:
481 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
482 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
483 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
484 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
486
487 .c.lo:
488 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
489 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
490 @AMDEP_TRUE@@am__fastdepCC_FALSE@       $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
491 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492 @am__fastdepCC_FALSE@   $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
493
494 mostlyclean-libtool:
495         -rm -f *.lo
496
497 clean-libtool:
498         -rm -rf .libs _libs
499
500 ID: $(am__tagged_files)
501         $(am__define_uniq_tagged_files); mkid -fID $$unique
502 tags: tags-am
503 TAGS: tags
504
505 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
506         set x; \
507         here=`pwd`; \
508         $(am__define_uniq_tagged_files); \
509         shift; \
510         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
511           test -n "$$unique" || unique=$$empty_fix; \
512           if test $$# -gt 0; then \
513             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
514               "$$@" $$unique; \
515           else \
516             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
517               $$unique; \
518           fi; \
519         fi
520 ctags: ctags-am
521
522 CTAGS: ctags
523 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
524         $(am__define_uniq_tagged_files); \
525         test -z "$(CTAGS_ARGS)$$unique" \
526           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
527              $$unique
528
529 GTAGS:
530         here=`$(am__cd) $(top_builddir) && pwd` \
531           && $(am__cd) $(top_srcdir) \
532           && gtags -i $(GTAGS_ARGS) "$$here"
533 cscopelist: cscopelist-am
534
535 cscopelist-am: $(am__tagged_files)
536         list='$(am__tagged_files)'; \
537         case "$(srcdir)" in \
538           [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
539           *) sdir=$(subdir)/$(srcdir) ;; \
540         esac; \
541         for i in $$list; do \
542           if test -f "$$i"; then \
543             echo "$(subdir)/$$i"; \
544           else \
545             echo "$$sdir/$$i"; \
546           fi; \
547         done >> $(top_builddir)/cscope.files
548
549 distclean-tags:
550         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
551
552 check-TESTS: $(TESTS)
553         @failed=0; all=0; xfail=0; xpass=0; skip=0; \
554         srcdir=$(srcdir); export srcdir; \
555         list=' $(TESTS) '; \
556         $(am__tty_colors); \
557         if test -n "$$list"; then \
558           for tst in $$list; do \
559             if test -f ./$$tst; then dir=./; \
560             elif test -f $$tst; then dir=; \
561             else dir="$(srcdir)/"; fi; \
562             if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
563               all=`expr $$all + 1`; \
564               case " $(XFAIL_TESTS) " in \
565               *[\ \     ]$$tst[\ \      ]*) \
566                 xpass=`expr $$xpass + 1`; \
567                 failed=`expr $$failed + 1`; \
568                 col=$$red; res=XPASS; \
569               ;; \
570               *) \
571                 col=$$grn; res=PASS; \
572               ;; \
573               esac; \
574             elif test $$? -ne 77; then \
575               all=`expr $$all + 1`; \
576               case " $(XFAIL_TESTS) " in \
577               *[\ \     ]$$tst[\ \      ]*) \
578                 xfail=`expr $$xfail + 1`; \
579                 col=$$lgn; res=XFAIL; \
580               ;; \
581               *) \
582                 failed=`expr $$failed + 1`; \
583                 col=$$red; res=FAIL; \
584               ;; \
585               esac; \
586             else \
587               skip=`expr $$skip + 1`; \
588               col=$$blu; res=SKIP; \
589             fi; \
590             echo "$${col}$$res$${std}: $$tst"; \
591           done; \
592           if test "$$all" -eq 1; then \
593             tests="test"; \
594             All=""; \
595           else \
596             tests="tests"; \
597             All="All "; \
598           fi; \
599           if test "$$failed" -eq 0; then \
600             if test "$$xfail" -eq 0; then \
601               banner="$$All$$all $$tests passed"; \
602             else \
603               if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
604               banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
605             fi; \
606           else \
607             if test "$$xpass" -eq 0; then \
608               banner="$$failed of $$all $$tests failed"; \
609             else \
610               if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
611               banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
612             fi; \
613           fi; \
614           dashes="$$banner"; \
615           skipped=""; \
616           if test "$$skip" -ne 0; then \
617             if test "$$skip" -eq 1; then \
618               skipped="($$skip test was not run)"; \
619             else \
620               skipped="($$skip tests were not run)"; \
621             fi; \
622             test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
623               dashes="$$skipped"; \
624           fi; \
625           report=""; \
626           if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
627             report="Please report to $(PACKAGE_BUGREPORT)"; \
628             test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
629               dashes="$$report"; \
630           fi; \
631           dashes=`echo "$$dashes" | sed s/./=/g`; \
632           if test "$$failed" -eq 0; then \
633             col="$$grn"; \
634           else \
635             col="$$red"; \
636           fi; \
637           echo "$${col}$$dashes$${std}"; \
638           echo "$${col}$$banner$${std}"; \
639           test -z "$$skipped" || echo "$${col}$$skipped$${std}"; \
640           test -z "$$report" || echo "$${col}$$report$${std}"; \
641           echo "$${col}$$dashes$${std}"; \
642           test "$$failed" -eq 0; \
643         else :; fi
644
645 distdir: $(DISTFILES)
646         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
647         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
648         list='$(DISTFILES)'; \
649           dist_files=`for file in $$list; do echo $$file; done | \
650           sed -e "s|^$$srcdirstrip/||;t" \
651               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
652         case $$dist_files in \
653           */*) $(MKDIR_P) `echo "$$dist_files" | \
654                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
655                            sort -u` ;; \
656         esac; \
657         for file in $$dist_files; do \
658           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
659           if test -d $$d/$$file; then \
660             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
661             if test -d "$(distdir)/$$file"; then \
662               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
663             fi; \
664             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
665               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
666               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
667             fi; \
668             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
669           else \
670             test -f "$(distdir)/$$file" \
671             || cp -p $$d/$$file "$(distdir)/$$file" \
672             || exit 1; \
673           fi; \
674         done
675 check-am: all-am
676         $(MAKE) $(AM_MAKEFLAGS) check-TESTS
677 check: check-am
678 all-am: Makefile $(PROGRAMS) $(HEADERS)
679 installdirs:
680 install: install-am
681 install-exec: install-exec-am
682 install-data: install-data-am
683 uninstall: uninstall-am
684
685 install-am: all-am
686         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
687
688 installcheck: installcheck-am
689 install-strip:
690         if test -z '$(STRIP)'; then \
691           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
692             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
693               install; \
694         else \
695           $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
696             install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
697             "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
698         fi
699 mostlyclean-generic:
700
701 clean-generic:
702
703 distclean-generic:
704         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
705         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
706         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
707
708 maintainer-clean-generic:
709         @echo "This command is intended for maintainers to use"
710         @echo "it deletes files that may require special tools to rebuild."
711 clean: clean-am
712
713 clean-am: clean-generic clean-libtool clean-noinstPROGRAMS \
714         mostlyclean-am
715
716 distclean: distclean-am
717         -rm -rf ./$(DEPDIR)
718         -rm -f Makefile
719 distclean-am: clean-am distclean-compile distclean-generic \
720         distclean-tags
721
722 dvi: dvi-am
723
724 dvi-am:
725
726 html: html-am
727
728 html-am:
729
730 info: info-am
731
732 info-am:
733
734 install-data-am:
735
736 install-dvi: install-dvi-am
737
738 install-dvi-am:
739
740 install-exec-am:
741
742 install-html: install-html-am
743
744 install-html-am:
745
746 install-info: install-info-am
747
748 install-info-am:
749
750 install-man:
751
752 install-pdf: install-pdf-am
753
754 install-pdf-am:
755
756 install-ps: install-ps-am
757
758 install-ps-am:
759
760 installcheck-am:
761
762 maintainer-clean: maintainer-clean-am
763         -rm -rf ./$(DEPDIR)
764         -rm -f Makefile
765 maintainer-clean-am: distclean-am maintainer-clean-generic
766
767 mostlyclean: mostlyclean-am
768
769 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
770         mostlyclean-libtool
771
772 pdf: pdf-am
773
774 pdf-am:
775
776 ps: ps-am
777
778 ps-am:
779
780 uninstall-am:
781
782 .MAKE: check-am install-am install-strip
783
784 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
785         clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am \
786         ctags ctags-am distclean distclean-compile distclean-generic \
787         distclean-libtool distclean-tags distdir dvi dvi-am html \
788         html-am info info-am install install-am install-data \
789         install-data-am install-dvi install-dvi-am install-exec \
790         install-exec-am install-html install-html-am install-info \
791         install-info-am install-man install-pdf install-pdf-am \
792         install-ps install-ps-am install-strip installcheck \
793         installcheck-am installdirs maintainer-clean \
794         maintainer-clean-generic mostlyclean mostlyclean-compile \
795         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
796         tags tags-am uninstall uninstall-am
797
798
799 # Tell versions [3.59,3.63) of GNU make to not export all variables.
800 # Otherwise a system limit (for SysV at least) may be exceeded.
801 .NOEXPORT: